@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*
! tailwindcss v3.0.18 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 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;
}

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after{
  --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-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: 480px){
  .container{
    max-width: 480px;
  }
}

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

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

@media (min-width: 960px){
  .container{
    max-width: 960px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

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

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

.m-8{
  margin: 2rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

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

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

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

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

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

.flex{
  display: flex;
}

.hidden{
  display: none;
}

.h-1{
  height: 0.25rem;
}

.h-6{
  height: 1.5rem;
}

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

.w-full{
  width: 100%;
}

.w-16{
  width: 4rem;
}

.w-6{
  width: 1.5rem;
}

.max-w-sm{
  max-width: 24rem;
}

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

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

.cursor-pointer{
  cursor: pointer;
}

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

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

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

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

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

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

.rounded{
  border-radius: 0.25rem;
}

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

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(0 109 119 / var(--tw-border-opacity));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 109 119 / var(--tw-bg-opacity));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

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

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

.p-4{
  padding: 1rem;
}

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

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

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

.pt-4{
  padding-top: 1rem;
}

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

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

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

.font-extrabold{
  font-weight: 800;
}

.uppercase{
  text-transform: uppercase;
}

.leading-tight{
  line-height: 1.25;
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

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

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(131 197 190 / var(--tw-text-opacity));
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.alignfull{
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide{
  margin: 2rem 0;
  max-width: 1280px !important;
}

.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter{
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 600px){
  .alignleft:not(.wp-block-button){
    margin-right: 0.5rem;
  }

  .alignleft:not(.wp-block-button){
    float: left;
  }

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

  .alignright:not(.wp-block-button){
    float: right;
  }

  .wp-block-button.alignleft a{
    float: left;
  }

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

  .wp-block-button.alignright a{
    float: right;
  }

  .wp-block-button.alignright a{
    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;
}

/* ########### GENERAL ############ */

body{
  font-family: 'Inter', sans-serif;
}

article>*:not(.entry-content), .entry-content>*{
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

.entry-content h1,.block-editor-block-list__layout h1{
    font-size: 1.5rem;
    line-height: 2rem;
  }

.entry-content h2,.block-editor-block-list__layout h2{
    font-size: 1.25rem;
  }

.entry-content font h3,.block-editor-block-list__layout font h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.entry-content p a,.entry-content ul a,.entry-content ol a,.block-editor-block-list__layout p a,.block-editor-block-list__layout ul a,.block-editor-block-list__layout ol a{
      --tw-text-opacity: 1;
      color: rgb(59 130 246 / var(--tw-text-opacity));
    }

.entry-content p a,.entry-content ul a,.entry-content 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: underline;
              text-decoration-line: underline;
    }

.entry-content p a:hover,.entry-content ul a:hover,.entry-content 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: none;
                text-decoration-line: none;
      }

.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
    margin-bottom: 2rem;
  }

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

.entry-content 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-type: disc;
    }

.entry-content ol li,.block-editor-block-list__layout ol li{
      list-style-position: inside;
    }

.entry-content ol li,.block-editor-block-list__layout ol li{
      list-style-type: decimal;
    }

#page {
  overflow-x: hidden;
}

.sub-menu{
  --tw-bg-opacity: 1;
  background-color: rgb(0 109 119 / var(--tw-bg-opacity));
}

.sub-menu li a{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.entry-title a{
  --tw-text-opacity: 1;
  color: rgb(0 109 119 / var(--tw-text-opacity));
}

/* ########### COMPONENTS ############ */

header{
  margin-top: 2rem;
  width: 100%;
  top: 0;
  z-index: 2;
}

header .menu_container{
    margin-left: auto;
    margin-right: auto;
  }

header .menu_container{
    display: flex;
  }

header .menu_container{
    width: 80%;
  }

header .menu_container{
    align-items: center;
  }

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

header .menu_container{
    border-radius: 9999px;
  }

header .menu_container{
    --tw-bg-opacity: 1;
    background-color: rgb(0 109 119 / var(--tw-bg-opacity));
  }

header .menu_container{
    padding-right: 2rem;
  }

header .logo_display{
    height: 100%;
  }

header .logo_display{
    border-radius: 9999px;
  }

header .logo_display{
    --tw-bg-opacity: 1;
    background-color: rgb(131 197 190 / var(--tw-bg-opacity));
  }

header .logo_display{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

header .logo_display{
    padding-left: 2rem;
    padding-right: 2rem;
  }

header .menu-item {
    opacity: 0.9;
  }

header .current-menu-item{
    font-weight: 700;
  }

header .current-menu-item {
    opacity: 1;
  }

header.absolute_menu{
    position: absolute;
  }

header.light_menu .menu_container{
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

header.dark_menu .menu-navlink, header.dark_menu .menu-item{
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

header.dark_menu .current-menu-item{
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

header.dark_menu .menu_container{
      --tw-bg-opacity: 1;
      background-color: rgb(0 109 119 / var(--tw-bg-opacity));
    }

header .menu-item {
    position: relative;
    display: inline-block;
    height: 100%;
  }

header .menu-item .sub-menu{
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }

header .menu-item .sub-menu {
      padding-top: 10px;
      margin-top: 20px;
      position: absolute;
      display: none;
      top: 0px;
      left: 0;
      margin-left: 0;
    }

header .menu-item .sub-menu li {
        margin: 0;
      }

header .menu-item .sub-menu li{
        margin-bottom: 1rem;
      }

header .menu-item .sub-menu li {
        padding-left: 0;
      }

header .menu-item:hover .sub-menu {
        display: unset;
      }

.site-footer{
  --tw-bg-opacity: 1;
  background-color: rgb(0 109 119 / var(--tw-bg-opacity));
  padding-top: 0px;
}

.site-footer .footer_cover{
    width: 100%;
  }

.site-footer .footer_cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

.site-footer .footer_cover{
    max-height: 300px;
    -o-object-position: center 40%;
       object-position: center 40%;
  }

.site-footer .footer_infos{
    margin-left: auto;
    margin-right: auto;
  }

.site-footer .footer_infos{
    display: flex;
  }

.site-footer .footer_infos{
    max-width: 1280px;
  }

.site-footer .footer_infos{
    flex-wrap: wrap;
  }

.site-footer .footer_infos{
    justify-content: center;
  }

.site-footer .footer_infos{
    padding-left: 2rem;
    padding-right: 2rem;
  }

.site-footer .footer_infos{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

@media (min-width: 782px){
    .site-footer .footer_infos{
      justify-content: space-between;
    }
  }

.site-footer .footer_credits{
    display: flex;
  }

.site-footer .footer_credits{
    flex-wrap: wrap;
  }

.site-footer .footer_credits{
    justify-content: center;
  }

.site-footer .footer_credits{
    gap: 1.5rem;
  }

.site-footer .footer_credits{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

@media (min-width: 782px){
    .site-footer .footer_credits{
      justify-content: space-between;
    }
  }

.site-footer .footer_credits a{
      text-decoration: underline;
      text-underline-offset: 4px;
      text-decoration-thickness: 1px;
      -webkit-text-decoration-skip: edges;
              text-decoration-skip: edges;
    }

.site-footer .footer_credits .socials{
      display: flex;
    }

.site-footer .footer_credits .socials{
      gap: 0.5rem;
    }

.site-footer .footer_credits .socials img{
        height: 24px;
        -o-object-fit: contain;
           object-fit: contain;
      }

.cta{
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9999px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.regular_cta{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(131 197 190 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.transparent_cta{
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(131 197 190 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(131 197 190 / var(--tw-text-opacity));
}

.cta_red{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(131 197 190 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(242 92 84 / var(--tw-text-opacity));
}

.wp_post{
  margin-left: auto;
  margin-right: auto;
  max-width: 782px;
}

.wp_post h2{
    padding-bottom: 0.75rem;
  }

.wp_post h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

.wp_post h2{
    font-weight: 700;
  }

.wp_post h2{
    --tw-text-opacity: 1;
    color: rgb(0 109 119 / var(--tw-text-opacity));
  }

.wp_post h3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

.wp_post h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

.wp_post h3{
    font-weight: 400;
  }

.wp_post h3{
    --tw-text-opacity: 1;
    color: rgb(131 197 190 / var(--tw-text-opacity));
  }

.wp_post h4, .wp_post h4 a{
    font-size: 1.25rem;
  }

.wp_post p{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
  }

.wp_post strong{
    --tw-text-opacity: 1;
    color: rgb(0 109 119 / var(--tw-text-opacity));
  }

.wp_post a{
    --tw-text-opacity: 1 !important;
    color: rgb(0 109 119 / var(--tw-text-opacity)) !important;
  }

.wp_post span[style*='underline'] {
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
    -webkit-text-decoration-skip: edges;
            text-decoration-skip: edges
  }

.wp_post p+ul {
    transform: translateY(-1rem);
    margin-bottom: 0;
  }

.wp_post ul,
	.wp_post ul>li {
    list-style: none !important;
  }

.wp_post ul>li::before{
    font-size: 1.5rem;
    line-height: 2rem;
  }

.wp_post ul>li::before{
    --tw-text-opacity: 1;
    color: rgb(242 92 84 / var(--tw-text-opacity));
  }

.wp_post ul>li::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    /* margin-left: em;  */
  }

.wp_post li>ul li:before{
      padding-right: 2.5rem;
    }

.wp_post li>ul li:before{
      font-size: 1.25rem;
    }

.wp_post li>ul li:before{
      font-weight: 400;
    }

.wp_post li>ul li:before{
      --tw-text-opacity: 1;
      color: rgb(131 197 190 / var(--tw-text-opacity));
    }

.wp_post li>ul li:before {
      content: "\27f6";
      margin-left: 20px;
    }

.wp_post ::-moz-selection{
    --tw-bg-opacity: 1;
    background-color: rgb(131 197 190 / var(--tw-bg-opacity));
  }

.wp_post ::selection{
    --tw-bg-opacity: 1;
    background-color: rgb(131 197 190 / var(--tw-bg-opacity));
  }

.wp_post ::-moz-selection{
    --tw-text-opacity: 1;
    color: rgb(0 109 119 / var(--tw-text-opacity));
  }

.wp_post ::selection{
    --tw-text-opacity: 1;
    color: rgb(0 109 119 / var(--tw-text-opacity));
  }

.wp_post .gf_progressbar_percentage{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(131 197 190 / var(--tw-bg-opacity)) !important;
  }

.wp_post input[type=text],
	.wp_post input[type=number],
	.wp_post input[type=tel],
	.wp_post input[type=email],
	.wp_post textarea {
    border: solid 1px rgb(107 114 128);
  }

.wp_post input[type=text], .wp_post input[type=number], .wp_post input[type=tel], .wp_post input[type=email], .wp_post textarea{
    border-radius: 0.25rem;
  }

.wp_post input[type=button], .wp_post input[type=submit]{
    --tw-bg-opacity: 1;
    background-color: rgb(0 109 119 / var(--tw-bg-opacity));
  }

.wp_post input[type=button], .wp_post input[type=submit]{
    padding: 1rem;
  }

.wp_post input[type=button], .wp_post input[type=submit]{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

/* ########### BLOCKS ############ */

/* @import "blocks/home_hero.css"; */

.home_hero{
  position: relative;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-content: center;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 109 119 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  --tw-text-opacity: 1;
  color: rgb(0 109 119 / var(--tw-text-opacity));
  margin: 0 !important;
  padding-top: max(130px, 27vh);
}

/* background-color: #005E67; */

.home_hero .black_filter{
    position: absolute;
  }

/* background-color: #00737E;
	background-color: #00737E; */

.home_hero .black_filter{
    height: 100%;
  }

.home_hero .black_filter{
    width: 100%;
  }

.home_hero .black_filter {
    top: 0;
    left: 0;
    background: black;
    z-index: 0;
    opacity: 26%
  }

.home_hero .bg_texture{
    position: absolute;
  }

.home_hero .bg_texture{
    height: 100%;
  }

.home_hero .bg_texture{
    width: 100%;
  }

.home_hero .bg_texture {
    top: 0;
    left: 0;
    background-image: url('../resources/img/grain.gif');
    background-repeat: repeat;
    background-size: cover;
    opacity: 4%;
  }

.home_hero .map{
    position: absolute;
  }

.home_hero .map{
    background-position: center;
  }

.home_hero .map{
    background-repeat: no-repeat;
  }

.home_hero .map {
    position: absolute;
    background-image: url('../resources/img/home_hero_map.png');
    background-size: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.7;
    filter: brightness(1);
    width: 80%;
    max-width: 1500px;
    height: 82%;
    max-height: 900px;
    z-index: 0;
  }

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

.home_hero .website_title{
    font-weight: 700;
  }

.home_hero .website_title{
    text-transform: uppercase;
  }

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

.home_hero .website_title {
    /* font-size: 50px; */
    /* font-size: clamp(16px, 50px , 50px); */
    /* font-size: clamp( 2rem, 5vw, 5rem); */
    line-height: 0.95;
    letter-spacing: 2px;
    font-size: clamp(2rem, 8vw, 3.9rem);
  }

.home_hero .website_title span{
      display: block;
    }

.home_hero .website_infos{
    display: flex;
  }

.home_hero .website_infos{
    max-width: 100%;
  }

.home_hero .website_infos{
    flex-direction: column;
  }

.home_hero .website_infos{
    align-content: center;
  }

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

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

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

.home_hero .website_infos {
    opacity: 0.99;
  }

.home_hero .programme_description{
    max-width: 24rem;
  }

.home_hero .programme_description{
    padding-top: 1rem;
  }

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

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

.home_hero .programme_description {
    font-size: 14px;
  }

.home_hero .supportLogo{
    margin-top: 2rem;
  }

.home_hero .supportLogo .logo_ares{
      margin-left: auto;
      margin-right: auto;
    }

.home_hero .supportLogo .logo_ares{
      margin-top: 1.5rem;
    }

.home_hero .supportLogo .logo_ares {
      height: 34px;
    }

.home_hero .ares{
    margin-top: 2rem;
  }

.home_hero .ares .title_ares{
      text-align: center;
    }

.home_hero .ares .title_ares{
      font-weight: 700;
    }

.home_hero .ares .title_ares{
      text-transform: uppercase;
    }

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

.home_hero .ares .title_ares {
      letter-spacing: 1px;
      font-size: 10px;
    }

.home_hero .ares .logo_ares{
      margin-left: auto;
      margin-right: auto;
    }

.home_hero .ares .logo_ares{
      margin-top: 1.5rem;
    }

.home_hero .home_hero_ctas{
    display: flex;
  }

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

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

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

.home_hero .home_hero_ctas{
    gap: 1.5rem;
  }

.home_hero .home_hero_ctas{
    padding-top: 3rem;
  }

.home_hero .home_hero_ctas .cta {
      /* @apply 
			mx-2; */
    }

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

.section_figures .figures{
    margin-left: auto;
    margin-right: auto;
  }

.section_figures .figures{
    display: grid;
  }

.section_figures .figures{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

.section_figures .figures{
    max-width: 1280px;
  }

.section_figures .figures{
    row-gap: 2rem;
  }

.section_figures .figures{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

@media (min-width: 782px){
    .section_figures .figures{
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

@media (min-width: 960px){
    .section_figures .figures{
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

@media (min-width: 960px){
    .section_figures .figures{
      place-items: center;
    }
  }

.section_figures .figure{
    display: flex;
  }

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

.section_figures .figure{
    padding-left: 2rem;
    padding-right: 2rem;
  }

@media (min-width: 960px){
      .section_figures .figure +.figure{
        border-left-width: 1px;
      }
    }

.section_figures .figure .icon{
      margin-right: 1rem;
    }

.section_figures .figure .icon{
      /* align-self: center; */
    }

.section_figures .figure h4{
      font-size: 3rem;
      line-height: 1;
    }

.section_figures .figure h4{
      font-weight: 700;
    }

.section_figures .figure h4{
      --tw-text-opacity: 1;
      color: rgb(0 109 119 / var(--tw-text-opacity));
    }

.section_emp_history{
  margin-bottom: 2rem;
  margin-top: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.section_emp_history .grid_container{
    margin-left: auto;
    margin-right: auto;
  }

.section_emp_history .grid_container{
    display: grid;
  }

.section_emp_history .grid_container{
    max-width: 1280px;
  }

.section_emp_history .grid_container{
    place-items: center;
  }

.section_emp_history .grid_container{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

.section_emp_history .grid_container{
    row-gap: 4rem;
  }

@media (min-width: 960px){
    .section_emp_history .grid_container{
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

.section_emp_history .timeline{
    position: absolute;
  }

.section_emp_history .timeline{
    display: block;
  }

.section_emp_history .timeline{
    height: 100%;
  }

.section_emp_history .timeline{
    background-color: rgba(131,197,190,0.1);
  }

.section_emp_history .timeline{
    left: 87px;
    width: 2px;
  }

.section_emp_history .pupil{
    border-radius: 1.5rem;
  }

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

.section_emp_history .pupil{
    aspect-ratio: 1.2;
    width: 600px;
  }

.section_emp_history .history{
    position: relative;
  }

.section_emp_history .history{
    max-width: 32rem;
  }

.section_emp_history .history .section_title{
      padding-bottom: 2rem;
    }

.section_emp_history .history .section_title{
      padding-left: 106px;
    }

.section_emp_history .history .section_title{
      font-weight: 700;
    }

.section_emp_history .history .section_title{
      --tw-text-opacity: 1;
      color: rgb(0 59 64 / var(--tw-text-opacity));
    }

.section_emp_history .history .section_title{
      font-size: 40px;
      line-height: 40px;
    }

.section_emp_history .date{
    display: flex;
  }

.section_emp_history .date{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

.section_emp_history .date h5{
      flex-shrink: 0;
    }

.section_emp_history .date h5{
      font-weight: 800;
    }

.section_emp_history .date h5{
      --tw-text-opacity: 1;
      color: rgb(0 59 64 / var(--tw-text-opacity));
    }

.section_emp_history .date h5{
      font-size: 20px;
      min-width: 60px;
    }

.section_emp_history .date p{
      --tw-text-opacity: 1;
      color: rgb(0 59 64 / var(--tw-text-opacity));
    }

.section_emp_history .date .bullet{
      position: relative;
    }

.section_emp_history .date .bullet{
      margin-left: 1rem;
      margin-right: 1rem;
    }

.section_emp_history .date .bullet{
      flex-shrink: 0;
    }

.section_emp_history .date .bullet{
      border-radius: 9999px;
    }

.section_emp_history .date .bullet{
      border-width: 1px;
    }

.section_emp_history .date .bullet{
      border-width: 2px;
    }

.section_emp_history .date .bullet{
      border-color: rgba(131,197,190,0.1);
    }

.section_emp_history .date .bullet{
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

.section_emp_history .date .bullet{
      height: 24px;
      width: 24px !important;
      opacity: 0.999;
    }

.section_emp_history .date .bullet::after{
        position: absolute;
      }

.section_emp_history .date .bullet::after{
        display: block;
      }

.section_emp_history .date .bullet::after{
        border-radius: 9999px;
      }

.section_emp_history .date .bullet::after{
        --tw-bg-opacity: 1;
        background-color: rgb(242 92 84 / var(--tw-bg-opacity));
      }

.section_emp_history .date .bullet::after{
        content:'';
        height: 10px;
        width: 10px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
      }

.section_partners{
  background-color: rgba(131,197,190,0.1);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* background: rgba(131,197,190,0.1); */

.section_partners .partners_container{
    margin-left: auto;
    margin-right: auto;
  }

.section_partners .partners_container{
    display: grid;
  }

.section_partners .partners_container{
    max-width: 600px;
  }

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

.section_partners .partners_container{
    place-items: center;
  }

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

.section_partners .partner_logo{
    mix-blend-mode: multiply;
  }

.section_partners .partner_logo{
    filter: saturate(0);
  }

.section_programm{
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: rgba(131,197,190,0.1);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section_programm .section_title{
    padding-bottom: 1rem;
  }

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

.section_programm .section_title{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

.section_programm .section_title{
    font-weight: 800;
  }

.section_programm .section_title{
    text-transform: uppercase;
  }

.section_programm .section_title{
    --tw-text-opacity: 1;
    color: rgb(0 59 64 / var(--tw-text-opacity));
  }

.section_programm h5{
    margin-left: auto;
    margin-right: auto;
  }

.section_programm h5{
    max-width: 782px;
  }

.section_programm h5{
    padding-top: 0.5rem;
  }

.section_programm h5{
    padding-bottom: 2rem;
  }

.section_programm h5{
    text-align: center;
  }

.section_programm h5{
    font-size: 1.5rem;
    line-height: 2rem;
  }

.section_programm h5{
    font-weight: 500;
  }

.section_programm h5{
    --tw-text-opacity: 1;
    color: rgb(0 59 64 / var(--tw-text-opacity));
  }

/* @apply bg-primary; */

.section_programm .programm_details{
    margin-left: auto;
    margin-right: auto;
  }

.section_programm .programm_details{
    display: grid;
  }

.section_programm .programm_details{
    max-width: 960px;
  }

.section_programm .programm_details{
    gap: 4rem;
  }

.section_programm .programm_details{
    padding-left: 2rem;
    padding-right: 2rem;
  }

.section_programm .programm_details{
    padding-top: 2rem;
  }

@media (min-width: 960px){
    .section_programm .programm_details{
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

.section_programm .programm_details{
    place-items: start end;
  }

.section_programm .programm_details .details_title{
      font-size: 1.875rem;
      line-height: 2.25rem;
    }

.section_programm .programm_details .details_title{
      font-weight: 700;
    }

.section_programm .programm_details .details_title{
      --tw-text-opacity: 1;
      color: rgb(0 59 64 / var(--tw-text-opacity));
    }

.section_programm .bullets{
    padding-top: 1rem;
  }

.section_programm .bullets li{
      display: flex;
    }

.section_programm .bullets li{
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }

.section_programm .bullets li img{
        margin-right: 0.5rem;
      }

.section_programm .bullets li img{
        width: 16px;
        height: 16px;
        margin-top: 5px;
      }

.section_approach{
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section_approach h2{
    /* @apply py-8; */
  }

.section_approach h2{
    margin-left: auto;
    margin-right: auto;
  }

.section_approach h2{
    max-width: 782px;
  }

.section_approach h2{
    padding-bottom: 4rem;
  }

.section_approach h2{
    text-align: center;
  }

.section_approach h2{
    font-size: 3rem;
    line-height: 1;
  }

.section_approach h2{
    font-weight: 600;
  }

.section_approach h2{
    --tw-text-opacity: 1;
    color: rgb(0 59 64 / var(--tw-text-opacity));
  }

.section_approach h2{
    /* font-size: clamp( 2rem, 8vw, 3.9rem); */
    font-size: clamp( 1.2rem, 7vw, 2.8rem);
    line-height: 1.1;
  }

.section_approach .approach{
    margin-left: auto;
    margin-right: auto;
  }

.section_approach .approach{
    display: grid;
  }

.section_approach .approach{
    max-width: 1280px;
  }

.section_approach .approach{
    gap: 2rem;
  }

@media (min-width: 782px){
    .section_approach .approach{
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

@media (min-width: 1280px){
    .section_approach .approach{
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

.section_approach .argument{
    display: flex;
  }

.section_approach .argument{
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

.section_approach .argument{
    flex-direction: column;
  }

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

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

.section_approach .argument{
    border-radius: 1rem;
  }

.section_approach .argument{
    padding: 2rem;
  }

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

.section_approach .argument:nth-child(2n+1){
      background: rgba(229,247,254,100);
    }

.section_approach .argument:nth-child(2n){
      background-color: rgba(131,197,190,0.1);
    }

.section_approach .argument:nth-child(2n){
      /* background: rgba(131,197,190,10); */
    }

.section_approach .argument .argument_icon{
      flex-grow: 0;
    }

.section_approach .argument .argument_icon{
      padding-bottom: 2.5rem;
    }

.section_approach .argument h3{
      padding-bottom: 2rem;
    }

.section_approach .argument h3{
      font-size: 1.5rem;
      line-height: 2rem;
    }

.section_approach .argument h3{
      font-weight: 700;
    }

.section_approach .argument h3{
      line-height: 1;
    }

.section_approach .argument h3{
      --tw-text-opacity: 1;
      color: rgb(0 59 64 / var(--tw-text-opacity));
    }

.section_testimonials{
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
  max-width: 1280px;
  gap: 2.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
  text-align: center;
}

@media (min-width: 960px){
  .section_testimonials{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.section_testimonials .testim::before{
      margin-left: auto;
      margin-right: auto;
    }

.section_testimonials .testim::before{
      margin-bottom: 2rem;
    }

.section_testimonials .testim::before{
      display: block;
    }

.section_testimonials .testim::before{
      background-position: bottom;
    }

.section_testimonials .testim::before{
      background-repeat: no-repeat;
    }

.section_testimonials .testim::before{
      background-image: url('../resources/img/testimonial_quote_icon.png');
      content:'';
      width: 50px;
      height: 44px;
    }

.section_testimonials .author{
    margin-top: 2rem;
  }

.section_testimonials .author{
    font-weight: 700;
  }

.section_latest_news{
  background-color: rgba(131,197,190,0.1);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.section_latest_news .section_title{
    padding-bottom: 1.5rem;
  }

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

.section_latest_news .section_title{
    font-weight: 800;
  }

.section_latest_news .section_title{
    text-transform: uppercase;
  }

.section_latest_news .section_title{
    --tw-text-opacity: 1;
    color: rgb(0 59 64 / var(--tw-text-opacity));
  }

.section_latest_news .articles_container{
    margin-left: auto;
    margin-right: auto;
  }

.section_latest_news .articles_container{
    display: grid;
  }

.section_latest_news .articles_container{
    max-width: 1280px;
  }

.section_latest_news .articles_container{
    gap: 1.5rem;
  }

@media (min-width: 782px){
    .section_latest_news .articles_container{
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

@media (min-width: 782px){
    .section_latest_news .articles_container{
      padding-left: 4rem;
      padding-right: 4rem;
    }
  }

@media (min-width: 1280px){
    .section_latest_news .articles_container{
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

@media (min-width: 1280px){
    .section_latest_news .articles_container{
      padding-left: 0px;
      padding-right: 0px;
    }
  }

.section_latest_news .article_card{
    position: relative;
  }

.section_latest_news .article_card{
    overflow: hidden;
  }

.section_latest_news .article_card{
    border-radius: 1rem;
  }

.section_latest_news .article_card{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

.section_latest_news .article_card::after{
      position: absolute;
    }

.section_latest_news .article_card::after{
      display: flex;
    }

.section_latest_news .article_card::after{
      align-items: center;
    }

.section_latest_news .article_card::after{
      justify-content: center;
    }

.section_latest_news .article_card::after{
      --tw-bg-opacity: 1;
      background-color: rgb(0 109 119 / var(--tw-bg-opacity));
    }

.section_latest_news .article_card::after{
      padding-top: 0.5rem;
    }

.section_latest_news .article_card::after{
      content: url('../resources/img/articles_arrow_right.svg');
      width: 40px;
      height: 40px;
      bottom: 0;
      right: 0;
    }

.section_latest_news .article_card .card_inner{
      padding: 2rem;
    }

.section_latest_news .article_card .card_inner{
      padding-bottom: 2rem;
    }

.section_latest_news .article_card .post_title{
      padding-bottom: 1rem;
    }

.section_latest_news .article_card .post_title{
      font-size: 1.25rem;
    }

.section_latest_news .article_card .post_title{
      font-weight: 800;
    }

.section_latest_news .article_card .post_title{
      line-height: 1.25;
    }

.section_latest_news .article_card .post_title{
      --tw-text-opacity: 1;
      color: rgb(0 59 64 / var(--tw-text-opacity));
    }

.section_latest_news .article_card .post_date{
      margin-bottom: 0.5rem;
    }

.section_latest_news .article_card .post_date{
      --tw-text-opacity: 1;
      color: rgb(131 197 190 / var(--tw-text-opacity));
    }

.section_latest_news .article_card .post_date{
      opacity: 0.8;
    }

#content{
  /* padding-top: 100px; */
}

@media (min-width: 782px){
  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:flex{
    display: flex;
  }

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

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 960px){
  .lg\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:bg-transparent{
    background-color: transparent;
  }

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

  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}
