/*
! tailwindcss v3.4.0 | 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: "Strawford Regular", Helvetica, sans-serif; /* 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: "Strawford Regular", SFMono-Regular; /* 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;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;}

::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;}

::-webkit-datetime-edit{
  display: inline-flex;}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  print-color-adjust: exact;}

[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  print-color-adjust: unset;}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;}

[type='checkbox']{
  border-radius: 0px;}

[type='radio']{
  border-radius: 100%;}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");}

@media (forced-colors: active) {

  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;}}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");}

@media (forced-colors: active) {

  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;}}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;}

@media (forced-colors: active) {

  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;}}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;}

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;}
  html {
      font-family: "Strawford Regular", system-ui, sans-serif;
    }

*, ::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:  ;}
.container{
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;}
@media (min-width: 640px){

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

  .container{
    max-width: 768px;
    padding-right: 2rem;
    padding-left: 2rem;}}
@media (min-width: 1024px){

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

  .container{
    max-width: 1170px;
    padding-right: 2rem;
    padding-left: 2rem;}}
@media (min-width: 1440px){

  .container{
    max-width: 1440px;}}
.visible{
  visibility: visible;}
.invisible{
  visibility: hidden;}
.fixed{
  position: fixed;}
.absolute{
  position: absolute;}
.relative{
  position: relative;}
.top-0{
  top: 0px;}
.col-span-12{
  grid-column: span 12 / span 12;}
.m-4{
  margin: 1rem;}
.m-8{
  margin: 2rem;}
.mx-auto{
  margin-left: auto;
  margin-right: auto;}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;}
.mb-1{
  margin-bottom: 0.25rem;}
.mb-12{
  margin-bottom: 3rem;}
.mb-16{
  margin-bottom: 4rem;}
.mb-2{
  margin-bottom: 0.5rem;}
.mb-3{
  margin-bottom: 0.75rem;}
.mb-4{
  margin-bottom: 1rem;}
.mb-6{
  margin-bottom: 1.5rem;}
.mb-8{
  margin-bottom: 2rem;}
.ml-4{
  margin-left: 1rem;}
.mr-4{
  margin-right: 1rem;}
.mr-8{
  margin-right: 2rem;}
.mt-1{
  margin-top: 0.25rem;}
.mt-10{
  margin-top: 2.5rem;}
.mt-14{
  margin-top: 3.5rem;}
.mt-2{
  margin-top: 0.5rem;}
.mt-32{
  margin-top: 8rem;}
.mt-4{
  margin-top: 1rem;}
.mt-8{
  margin-top: 2rem;}
.mt-auto{
  margin-top: auto;}
.block{
  display: block;}
.flex{
  display: flex;}
.grid{
  display: grid;}
.hidden{
  display: none;}
.h-1{
  height: 0.25rem;}
.h-3\/6{
  height: 50%;}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;}
.h-full{
  height: 100%;}
.h-screen{
  height: 100vh;}
.min-h-screen{
  min-height: 100vh;}
.w-16{
  width: 4rem;}
.w-4\/5{
  width: 80%;}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;}
.w-full{
  width: 100%;}
.max-w-3xl{
  max-width: 48rem;}
.max-w-7xl{
  max-width: 80rem;}
.max-w-screen-md{
  max-width: 1024px;}
.max-w-sm{
  max-width: 24rem;}
.flex-1{
  flex: 1 1 0%;}
.flex-auto{
  flex: 1 1 auto;}
.flex-shrink{
  flex-shrink: 1;}
.flex-shrink-0{
  flex-shrink: 0;}
.flex-grow{
  flex-grow: 1;}
.grow{
  flex-grow: 1;}
.basis-1\/3{
  flex-basis: 33.333333%;}
.basis-1\/6{
  flex-basis: 16.666667%;}
.basis-5\/6{
  flex-basis: 83.333333%;}
.basis-full{
  flex-basis: 100%;}
.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));}
.cursor-pointer{
  cursor: pointer;}
.list-decimal{
  list-style-type: decimal;}
.list-disc{
  list-style-type: disc;}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));}
.flex-row{
  flex-direction: row;}
.flex-col{
  flex-direction: column;}
.flex-wrap{
  flex-wrap: wrap;}
.flex-nowrap{
  flex-wrap: nowrap;}
.items-start{
  align-items: flex-start;}
.items-center{
  align-items: center;}
.items-stretch{
  align-items: stretch;}
.justify-end{
  justify-content: flex-end;}
.justify-center{
  justify-content: center;}
.justify-between{
  justify-content: space-between;}
.gap-0{
  gap: 0px;}
.gap-1{
  gap: 0.25rem;}
.gap-2{
  gap: 0.5rem;}
.gap-4{
  gap: 1rem;}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));}
.overflow-hidden{
  overflow: hidden;}
.rounded{
  border-radius: 0.25rem;}
.rounded-2xl{
  border-radius: 1rem;}
.border{
  border-width: 1px;}
.border-b{
  border-bottom-width: 1px;}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;}
.pb-8{
  padding-bottom: 2rem;}
.pr-0{
  padding-right: 0px;}
.pr-8{
  padding-right: 2rem;}
.pt-1{
  padding-top: 0.25rem;}
.pt-14{
  padding-top: 3.5rem;}
.pt-4{
  padding-top: 1rem;}
.pt-6{
  padding-top: 1.5rem;}
.pt-8{
  padding-top: 2rem;}
.text-left{
  text-align: left;}
.text-center{
  text-align: center;}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;}
.text-5xl{
  font-size: 3rem;
  line-height: 1;}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;}
.text-xl{
  font-size: 1.25rem;}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;}
.font-bold{
  font-weight: 700;}
.font-extrabold{
  font-weight: 800;}
.font-light{
  font-weight: 300;}
.uppercase{
  text-transform: uppercase;}
.lowercase{
  text-transform: lowercase;}
.capitalize{
  text-transform: capitalize;}
.normal-case{
  text-transform: none;}
.leading-6{
  line-height: 1.5rem;}
.leading-\[33px\]{
  line-height: 33px;}
.leading-tight{
  line-height: 1.25;}
.tracking-tight{
  letter-spacing: -0.025em;}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));}
.text-slate-50{
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;}
.alignfull{
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;}
.alignwide{
  margin: 2rem 0;
  max-width: 1440px !important;}
.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;}
.aligncenter{
  margin: 0.5rem auto;
  display: block;}
@media (min-width: 768px){

  .alignleft:not(.wp-block-button){
    margin-right: 0.5rem;
    float: left;}

  .alignright:not(.wp-block-button){
    margin-left: 0.5rem;
    float: right;}

  .wp-block-button.alignleft a{
    float: left;
    margin-right: 1rem;}

  .wp-block-button.alignright a{
    float: right;
    margin-left: 1rem;}}
.wp-caption{
  display: inline-block;}
.wp-caption img{
  margin-bottom: 0.5rem;
  line-height: 1;}
.wp-caption-text{
  font-size: 0.875rem;
  color: #4b5563;}
.aspect-4-5 {
        aspect-ratio: 4 / 5;
    }
.green {border: 1px solid green;}
.red {border: 1px solid red;}
.gris {border: 1px solid #E3E4EB;}
.color__seo{color: #006CED}
.color__ux{color: #6EBEA0}
.color__content{color: #FF6E3C}
.color__design{color: #F5BE5A}
.color__gradient {background: linear-gradient(171deg, #ED7BDA 2.03%, #5C0F9F 49.12%, #1901A7 92.45%);}
.yarpp {
  z-index: 10000 !important;
}
/* bug footer bottom */
.smooth__content {
  padding-bottom: 32px; /* Ajustez la valeur selon vos besoins */
}
@media screen and (max-width: 600px) {
  .smooth__content {
    padding-bottom: 16px;
  }
}
.fondateurs #right__column img {
  //border-radius: 16px;
  //border: 1px solid #b8b8b8;
  max-height: 620px;
  width: auto;
}
.alignfull{
margin: 0rem calc(50% - 50vw) !important;
max-width: 100vw !important;
width: 100vw;
}
/* anim image */
/* loader */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white; /* ou la couleur de ton choix */
    z-index: 9999; /* assure-toi que le loader est au-dessus de tout */
    display: flex;
    align-items: center;
    justify-content: center;
}
.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@media screen and (max-width: 600px) {
  .show__me__small {
    display: none;
    }
}
/* ANIMATON CSS TO GSAP */
.sub__title__small {
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1rem;
}
.reveal__title {
  word-break: keep-all;
}
.wp-block-video video {
  border-radius: 16px;
  border: 2px solid black;
}
/* default tailpress */
article > *:not(.entry-content),
.entry-content > *{
  margin-left: auto;
  margin-right: auto;}
/* Sizing width des articles du blog */
article .entry-content-article,
.entry-content-article > *{
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;}
/* end sizing */
.hero__header.alignfull {
  margin-top: 0rem !important;
}
.matiere {
    background-color: #323241;
}
.animated__text, .animated-line, .animated__h1, .animated__last {
  opacity: 0;
}
/* Styles de base pour le menu */
.site-header {
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
  margin-top: 16px;

}
#mega-menu-wrap-primary {
  //border: 1px solid #E3E4EB;
  box-shadow: 0px 0px 30px 0px rgba(99, 102, 241, 0.1) !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {
    margin: 0px 0;
}
.nav-container {
    flex: 1; /* Permet au menu de prendre le reste de l'espace */
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {
  font-style: normal;
  font-size: 0.9em;
  text-transform: none;
  font-weight: normal;
  display: none !important;
}
@media screen and (max-width: 600px) {
  #mega-menu-wrap-primary {
    border: 0px solid #E3E4EB;
    margin-top: 0px !important;
  }
  .mega-toggle-blocks-left {
    padding-left: 8px;
  }
  ul#mega-menu-primary {
    border-radius: 8px !important;
    margin-top: 16px !important;
  }
  img.mega-menu-logo {
    border-radius: 0px !important;
    border: 0px solid #E3E4EB !important;
  }
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block {
    align-items: center;
  }
  li.mega-lp__logo {
    display: none !important;
  }
  .mega-sub-menu{
    margin-top: 0px !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {
    display: none !important;
  }
  .mega-sub-menu {
    box-shadow: 0px 0px 30px 0px rgba(99, 102, 241, 0.0) !important;
  }
}
/* Style de l'overlay */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(14, 15, 48, 1); /* Ajustez l'opacité si nécessaire */
    z-index: 80; /* Assurez-vous que l'overlay est au-dessus du contenu mais en-dessous du menu */
    opacity: 0; /* Début masqué */
    visibility: hidden; /* Début masqué */
    transition: opacity 0.25s ease, visibility 0.25s ease; /* Animation pour l'opacité et la visibilité */
}
.menu-overlay.active {
    opacity: 1; /* Rendre visible */
    visibility: visible; /* Changer la visibilité pour qu'il soit cliquable */
}
/* Top menu styles */
.mega-menu li.bleu__seo { 
  color: #4187F5 !important;
  list-style-image: url(../images/icon-small-seo.svg?7bf80e3e85c274581c2280fe64e245b4);
}
.mega-menu li.vert__ux {
  color: #6EBEA0 !important;
  list-style-image: url(../images/icon-small-ux.svg?781c7d5224e2938a89458b97a4870999);
}
.mega-menu li.orange__content {
  color: #FF6E3C !important;
  list-style-image: url(../images/icon-small-content.svg?6b9a095b28b9b4f36491260ebe9a2335);
}
.mega-menu li.jaune__design {
  color: #F5BE5A !important;
  list-style-image: url(../images/icon-small-design.svg?fb5f300006c709f1c075e42985016812);
}
.mega-menu li.red__default {
  color: black !important;
  list-style-image: url(../images/icon-small-clients-default.svg?562d5dd351b6d43716f7b67019388d86);
}
.mega-menu li.client__auto {
  color: black !important;
  list-style-image: url(../images/clietns-auto.svg?5b67c551c2f397d33ee4c02c4f9a5548);
}
.mega-menu li.client__b2b {
  color: black !important;
  list-style-image: url(../images/clietns-b2b.svg?595f075688c9eadf221e0e07a31521f9);
}
.mega-menu li.client__ecommerce {
  color: black !important;
  list-style-image: url(../images/clietns-ecommerce.svg?347b9a86b1646c19b3c743ebe5caf740);
}
.mega-menu li.client__education {
  color: black !important;
  list-style-image: url(../images/clietns-education.svg?e9403a9df3026f92a0576aa5cb3b8ca2);
}
.mega-menu li.client__fondation {
  color: black !important;
  list-style-image: url(../images/clietns-fondation.svg?a15f90cf39afcf19c7fb730978768b01);
}
.mega-menu li.client__food {
  color: black !important;
  list-style-image: url(../images/clietns-food.svg?c2e0a7caf7bfd92fc09e14e1d94c40ea);
}
.mega-menu li.client__habitat {
  color: black !important;
  list-style-image: url(../images/clietns-habitat.svg?1dc1b31ea725ba94a3cc6c8eb4b2a4fd);
}
.mega-menu li.client__sante {
  color: black !important;
  list-style-image: url(../images/clietns-sante.svg?c1fc9f13bd57c785e9c9aa992a7f2964);
}
.mega-menu li.client__technique {
  color: black !important;
  list-style-image: url(../images/clietns-technique.svg?f2f301a7a3bed9c5058f0c017655baab);
}
@font-face{
    font-family: 'Strawford Regular';
    src: url(../fonts/0301a175cbb0f8b85baa336932759119.eot?b8c981d301502400780d6dbc02f2550d);
    src: url(../fonts/0301a175cbb0f8b85baa336932759119.eot?b8c981d301502400780d6dbc02f2550d?#iefix)format("embedded-opentype"),
        url(../fonts/0301a175cbb0f8b85baa336932759119.woff?576e861a763474f1087936f53a97fd5d)format("woff"),
        url(../fonts/0301a175cbb0f8b85baa336932759119.woff2?bd8d0fcfb140e92ea1d51b8ed180a70b)format("woff2"),
        url(../fonts/0301a175cbb0f8b85baa336932759119.ttf?b9359d69ed8905f9665c996f1c1835e7)format("truetype"),
        url("../fonts/0301a175cbb0f8b85baa336932759119.svg?010b1a49e7110245d781f5ad7b3650fb#Strawford Regular")format("svg");
    font-weight: 400;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family: "Strawford Bold";
    src: url(../fonts/3d624c787621ad66afc933a79074fa04.eot?bf0ae4b289d98cc5227c7d06ee4e1e1b);
    src: url(../fonts/3d624c787621ad66afc933a79074fa04.eot?bf0ae4b289d98cc5227c7d06ee4e1e1b?#iefix)format("embedded-opentype"),
        url(../fonts/3d624c787621ad66afc933a79074fa04.woff?6106b93d6aca5bffec3a6163589a4d06)format("woff"),
        url(../fonts/3d624c787621ad66afc933a79074fa04.woff2?f0699dce61d4fb28667baac9ba721139)format("woff2"),
        url(../fonts/3d624c787621ad66afc933a79074fa04.ttf?5c1f107ec0eb20a63be20915dff61af5)format("truetype"),
        url("../fonts/3d624c787621ad66afc933a79074fa04.svg?c1b9eea7888efb1820fcab8f402ba729#Strawford Bold")format("svg");
    font-weight:700;
    font-style:bold;
    font-display:swap;
}
/* hack le bug */
strong, font-bold{
  font-weight: bold;
  font-family: 'Strawford Bold';
}
#breadcrumbs span {
  font-family: 'Strawford Regular';
  color: #323241;  
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
}
.entry-content-article h1, .block-editor-block-list__layout > * h1{
  font-size: 2.25rem;
  line-height: 2.5rem;
        font-family: 'Strawford Bold';}
.entry-content-article h2, .block-editor-block-list__layout > * h2{
  margin-bottom: 0.75rem;
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: none;
        font-family: 'Strawford Bold';}
.entry-content-article h3, .block-editor-block-list__layout > * h3{
  font-size: 1.25rem;
  text-transform: none;
        font-family: 'Strawford Bold';}
.entry-content-article p a, .entry-content-article ul a, .entry-content-article ol a, .block-editor-block-list__layout > * p a, .block-editor-block-list__layout > * ul a, .block-editor-block-list__layout > * ol a{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
            color: #FF6161;}
.entry-content-article p a:hover, .entry-content-article ul a:hover, .entry-content-article ol a:hover, .block-editor-block-list__layout > * p a:hover, .block-editor-block-list__layout > * ul a:hover, .block-editor-block-list__layout > * ol a:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;}
.entry-content-article p, .entry-content-article ul, .entry-content-article ol, .block-editor-block-list__layout > * p, .block-editor-block-list__layout > * ul, .block-editor-block-list__layout > * ol{
  margin-bottom: 1rem;}
.entry-content-article ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout > * ul:not(.block-editor-block-variation-picker__variations) li{
  list-style-position: inside;
  list-style-type: disc;}
.entry-content-article ol li, .block-editor-block-list__layout > * ol li{
  list-style-position: inside;
  list-style-type: decimal;}
p.small__p {
  font-size: 46px;
  line-height: 53px; /* 100% */
  text-transform: uppercase;
}
p.small__p a > div {
  text-decoration: underline;
}
p.small__p a:hover > div {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  p.small__p {
    font-size: 22px;
    line-height: 32px; /* 100% */    
  }
}
p {
  font-family: 'Strawford Regular';
  color: var(--text-secondary, #323241);  
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7rem;
}
p a {
      text-decoration: underline !important;
    }
p a:hover {
      text-decoration: none !important;
    }
h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 53px; /* 100% */
    text-transform: uppercase;
}
h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: var(--font-line-height-md, 36px); /* 150% */
}
.social__link p {
  line-height: 12px;
}
.nav__footer {
  font-size: 0.9rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 36px;
    line-height: 36px; /* 100% */    
  }
}
/* ACCORDEON */
.h2__small {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-transform: capitalize;
}
.accordion__item p {
  color: #A8A9B2 !important;
}
.font__h3 {
  color: #FFF;
  font-feature-settings: 'case' on;
  /* body/large */
  font-family: 'Strawford Bold';
  font-size: 22px;
  font-style: bold;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 36px;
}
.h3__small {
  color: #FFF;
  font-feature-settings: 'case' on;
  /* body/large */
  font-family: 'Strawford Bold';
  font-size: 15px;
  font-style: bold;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 36px;
}
/* FAQ ACCORDEON */
.faq__h3 {
  color: #FFF;
  font-feature-settings: 'case' on;
  /* body/large */
  font-family: 'Strawford Bold';
  font-size: 18px;
  font-style: bold;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 25px;
}
.accordion__item p {
  color: #FFF !important;
  line-height: 1.4rem;
}
@media screen and (max-width: 600px) {
  .faq__h3 {
    font-size: 18px;
    line-height: 25px;
  }
}
/* EXPERTISE BLOC NOIR DROITE */
.box__expertise h3 {
  color: #FFF;
  font-feature-settings: 'case' on;
  /* body/large */
  font-family: 'Strawford Bold';
  font-size: 18px;
  font-style: bold;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 25px;
}
.box__expertise p {
  color: #dbdbdb !important;
}
/* TEXTE BLOC CENTRER */
.box__bloc__centre h3 {
  color: #FFF;
  font-feature-settings: 'case' on;
  /* body/large */
  font-family: 'Strawford Bold';
  font-size: 18px;
  font-style: bold;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 36px;
}
.box__bloc__centre p {
  color: #dbdbdb !important;
}
/* CARD ARTICLE SLIDER */
.card__texte h3 {
  font-family: 'Strawford Bold';
  font-size: 18px;
  font-style: bold;
  font-weight: 700;
  line-height: 24px;
  //color: white;
  padding-bottom: 16px;
}
.card__texte p {
}
/* CARD PROJET SLIDER */
.domaine {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.card__texte__projet h3 {
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  padding-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .card__texte__projet h3 {
    font-size: 26px;
    line-height: 32px;
  }
}
/* STEP BY STEP */
.number {
  font-family: 'Strawford Bold';
  text-align: center;
  font-size: 102px;
  font-style: bold;
  font-weight: 700;
}
.box__number h3 {
  font-feature-settings: 'case' on;
  /* body/large */
  font-family: 'Strawford Bold';
  font-size: 18px;
  font-style: bold;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 25px;
  margin-bottom: 8px;
}
/* YARPP */
.titre__other {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 100% */
    text-transform: uppercase;
  }
@media screen and (max-width: 600px) {
    .titre__other {
      font-size: 1.55rem;
      line-height: 33px;
    }
}
/* ____________________________
___________PAGE ARCHIVE PROJETS
____________________________ */
.row__cards{
  display: flex;
  height: auto;
  align-self: stretch;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.row__cards a:nth-child(2) {
    width: 384px;
    height: 480px;
  }
.row__project__name{
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 16px;
  background: #FFF;

  font-family: 'Strawford Bold';
  font-size: 18px;
  font-style: bold;
  font-weight: 700;
  line-height: 16px;
  font-feature-settings: 'case' on;
  
}
.project__card {
  display: flex;
  width: 344px;
  height: 430px;
  padding: 16px;
  align-items: flex-end;
  flex-shrink: 0;
  border-radius: 16px;
  border: 1px solid #E3E4EB;
}
.project__card__square {
  width: 216px;
  height: 216px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1px solid #E3E4EB;
}
.project__card__square img {
    width: auto;
    height: auto;  
  }
.old__client__project__card {
  width: 158px;
  height: auto;
}
.old__client__project__card img {
    width: auto;
    height: auto;
  }
@media screen and (max-width: 600px) {
  .row__cards{
    display: flex;
    flex-direction: column;
    height: auto;
    align-self: stretch;
    justify-content: center;
    align-items: self-start;
    gap: 8px;
  }
    .row__cards a:nth-child(2) {
      width: 100%;
      aspect-ratio: 4/5 auto;
    }
  .project__card {
    display: flex;
    width: 100%;
    aspect-ratio: 4/5 auto;
    padding: 8px;
    border: 1px solid #E3E4EB;
  }
  .project__card__square {
    width: 111px;
    height: 111px;
    flex-shrink: 0;
  }
    .project__card__square img {
      width: auto;
      height: auto;  
    }
  .old__client__project__card {
    width: 111px;
    height: auto;
  }
    .old__client__project__card img {
      width: auto;
      height: auto;
    }
}
/* ________________________
_______________PAGE PROJET
_______________________ */
body.single-projets > * h2, body.single-projets > * .titre__push, body.single-projets > * .titre__other {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 100% */
    text-transform: uppercase;
  }
body.single-projets > * img {
    border-radius: 16px;
    border: 1px solid #E3E4EB;
  }
body.single-projets > * .site-footer img {
    border: 0px solid #E3E4EB;
    border-radius: 0px;
  }
@media screen and (max-width: 600px) {
    body.single-projets > * h2, body.single-projets > * .titre__push, body.single-projets > * .titre__other {
    font-size: 1.875rem;
    line-height: 33px;
    }
    body.single-projets > * .titre__other {
    font-size: 1.55rem;
    line-height: 33px;
    }
}
/* YARP MORE PROJECTS*/
/* yarp ratio */
.others__projects .corner__ending {
    display: flex;
    width: 40px;
    height: 1px;
    justify-content: space-between;
    align-items: center;
    background: #000;
  }
.others__projects .row__ending {
    display: flex;
    height: 56px;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;
  }
.others__projects .row__titre {
    display: flex;
    height: 56px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
  }
.others__projects .project__card__yard {
    display: flex;
    padding: 16px;
    align-items: flex-end;
    
  }
.others__projects .other__project {
    border-radius: 16px;
    border: 1px solid #E3E4EB;
  }
@media (min-width: 601px) and (max-width: 1024px) {
  .others__projects {
  }
}
@media screen and (max-width: 600px) {
    .others__projects .project__card__yard {
      padding: 8px;
    }
    .others__projects .row__project__name{
      font-size: 14px;
      line-height: 14px;
      padding: 8px;
    }  
}
.sticky__lp {
  height: auto !important;
}
.sticky__lp .bloc__sticky:nth-child(1) {
    margin-top: 64px;
  }
@media screen and (max-width: 600px) {
    .sticky__lp .bloc__sticky:nth-child(1) {
      margin-top: 32px !important;
    }  
}
.image-block {
  height: auto;
}
.section-overlay {
  position: relative;
  z-index: 1;
}
.section-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.37); /* Change l'opacité pour ajuster l'intensité du noircissement */
}
.entry-content-article .wp-block-image {
  padding: 0px 0px 32px 0px;
}
.entry-content-article .wp-block-image img {
	border-radius: 16px;
	border: 1px solid #E1E1E1;
  }
.sidebar {
  //z-index: -1;
}
/* cards articles blog */
.post__card {
  width: 24.1%;
  border-radius: var(--border-radius-large, 16px);
  border: 1px solid var(--border-secondary, #E3E4EB);
  background: #fff;
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .post__card {
    width: 47.5%;
  }
}
.post__card h2 {
  color: #323241;
  font-feature-settings: 'case' on;
  /* title/md */
  text-transform: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 400 ;
  line-height: 25px;  
}
@media screen and (max-width: 600px) {
  .post__card h2 {
    font-size: 16px;
    line-height: 23px;  
  }
}
.post__card__image img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 16px 16px 0px 0px;
}
.post__card__texte {
  display: flex;
  padding: 16px;
}
@media screen and (max-width: 600px) {
    .post__card__texte {
       padding: 8px;
    }
}
.post__card__icon{
  display: flex;
  justify-content: flex-end;   /* Aligner à gauche */
  align-items: flex-end;       /* Aligner en bas */
  margin: 16px;                /* Espacement interne */
}
@media screen and (max-width: 600px) {
    .post__card__icon{
      margin: 8px;
    }
}
.post__icon{
  padding: 8px;
  justify-content: center;
  align-items: center;
  background: #323241;
  border-radius: 100px;
}
@media screen and (max-width: 600px) {
  .post__icon{
    padding: 6px;
    border-radius: 100px;
  }
}
/* Sommaire */
.social-share-icons {
  display: flex;
  align-content: center;
  border-radius: 16px;
  border: 1px solid #E3E4EB;
  padding: 16px;
  background-color: black;
  color: white !important;
  font-family: 'Strawford Bold';
  color: #323241;  
  font-size: 16px;
  font-style: bold;
  font-weight: 700;
  line-height: 2rem;
}
.social-share-icons ul {
    display: flex;
    align-self: center;
    align-items: center;
    padding-left: 16px;
    }
.toc-container {
  border-radius: 16px;
  border: 1px solid #E3E4EB;
  padding: 16px;
}
.toc-container ul {
    font-family: 'Strawford Regular';
    color: #323241;  
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4rem;
  }
.toc-container ul li {
        text-decoration: none;
        text-transform: lowercase;
      }
.toc-container ul li ::first-letter {
          text-transform: capitalize;
        }
.toc-container ul li a::before {
          height: 8px;
          width: 17px;
          content: url(../images/arrow-right-black-16x16.svg?a0906a809ab677473f3400b1c506098e);
          text-decoration: none;
        }
.h2_sidebar {
  font-family: 'Strawford Bold';
  color: #323241;  
  font-size: 16px;
  font-style: bold;
  font-weight: 700;
  line-height: 2rem;
}
a:where(:not(.wp-element-button)) {
	text-decoration: none;
}
.bouton__large {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-xl, 64px); /* 266.667% */
  display: inline-flex;
  height: 76px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border: 1px solid var(--border-invert, #FFF);
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.bouton__large:hover {
  background-color: var(--border-invert, #FFF);
  color: #000;
}
.black {
	color: #000;
	border: 1px solid #000;	
}
.bouton__simple {
  padding: var(--spacing-5, 16px) var(--spacing-6, 24px);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-3, 8px);
  border: 1px solid var(--border-primary, #000);
  background-color: transparent;
  color: var(--border-primary, #000);
  transition: background-color 0.3s ease, color 0.3s ease;
}
.bouton__simple:hover {
  background-color: var(--border-primary, #000);
  color: #fff;
}
/* Pagination */
.pagination, .nav-links {
	display: flex;
	gap: 8px;
}
.pagination a, .nav-links a,
.pagination span, .nav-links span {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	min-width: 44px;
	display: inline-flex;
	padding: 12px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
	text-decoration: none;
	color:  #323241;
	border: 1px solid #323241;
	border-radius: 100px;
}
.pagination a:hover, .nav-links a:hover {
	background: #F9FAFC;
	color:  #000;

}
.pagination .current {
	background: #000;
	color: white;
}
/* Nav blog category blog */
.category__list  {
	height: 44px;
}
.category__item {
	width: auto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 17.3px; /* 108.125% */
	text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .category__item {
	  font-size: 13px;
	  line-height: 17.3px;
  }
}
.category__item  a { 
	height: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #E1E1E1;
}
.category__item a:hover {
	border-bottom: 1px solid #A1A1A1;
}
.category__item.current a {
	border-bottom: 2px solid #A1A1A1;
}
/* Nav article blog */
.post__pagination {
	display: flex;
	justify-content: space-between;
}
.post__button {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background-color: #fff; /* Couleur au survol */
	border: 1px solid #E1E1E1;
	color: #E1E1E1; /* Couleur du texte */
	border-radius: 50%; /* Pour rendre le bouton rond */
	width: 60px; /* Largeur du bouton */
	height: 60px; /* Hauteur du bouton */
	transition: background-color 0.3s;
}
.post__button:hover {
	background-color: #E1E1E1; /* Couleur au survol */
}
.post__button svg {
	width: 25px; /* Ajuste la taille du SVG */
	height: 25px; /* Ajuste la taille du SVG */
}
@media (min-width: 640px){

  .xs\:basis-5\/12{
    flex-basis: 41.666667%;}

  .xs\:basis-7\/12{
    flex-basis: 58.333333%;}

  .xs\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));}}
@media (min-width: 768px){

  .sm\:col-span-1{
    grid-column: span 1 / span 1;}

  .sm\:col-span-3{
    grid-column: span 3 / span 3;}

  .sm\:col-span-7{
    grid-column: span 7 / span 7;}

  .sm\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;}

  .sm\:mr-8{
    margin-right: 2rem;}

  .sm\:h-full{
    height: 100%;}

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

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

  .sm\:min-h-full{
    min-height: 100%;}

  .sm\:w-1\/2{
    width: 50%;}

  .sm\:basis-5\/12{
    flex-basis: 41.666667%;}

  .sm\:basis-6\/12{
    flex-basis: 50%;}

  .sm\:basis-7\/12{
    flex-basis: 58.333333%;}

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

  .sm\:flex-row{
    flex-direction: row;}

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

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

  .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;}

  .sm\:pt-0{
    padding-top: 0px;}

  .sm\:pt-12{
    padding-top: 3rem;}

  .sm\:pt-16{
    padding-top: 4rem;}

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

  .sm\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;}

  .sm\:leading-\[66px\]{
    line-height: 66px;}}
@media (min-width: 1024px){

  .md\:m-8{
    margin: 2rem;}

  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;}

  .md\:flex{
    display: flex;}

  .md\:min-h-36{
    min-height: 9rem;}

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

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

  .md\:w-1\/2{
    width: 50%;}

  .md\:w-6\/12{
    width: 50%;}

  .md\:flex-row{
    flex-direction: row;}

  .md\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;}

  .md\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;}

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

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;}}
@media (min-width: 1170px){

  .lg\:mb-14{
    margin-bottom: 3.5rem;}

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

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

  .lg\:w-4\/5{
    width: 80%;}

  .lg\:basis-6\/12{
    flex-basis: 50%;}

  .lg\:flex-row{
    flex-direction: row;}

  .lg\:gap-4{
    gap: 1rem;}

  .lg\:gap-9{
    gap: 2.25rem;}

  .lg\:pr-24{
    padding-right: 6rem;}

  .lg\:pt-12{
    padding-top: 3rem;}

  .lg\:pt-14{
    padding-top: 3.5rem;}

  .lg\:pt-16{
    padding-top: 4rem;}

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

  .lg\:pt-32{
    padding-top: 8rem;}}

