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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.container {
  width: 100%;
}

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

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

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

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

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

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

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.h-6 {
  height: 1.5rem;
}

.w-6 {
  width: 1.5rem;
}

.w-full {
  width: 100%;
}

.max-w-xs {
  max-width: 20rem;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

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

.fill-current {
  fill: currentColor;
}

.p-2 {
  padding: 0.5rem;
}

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

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

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

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

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

.pl-7 {
  padding-left: 1.75rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.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-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

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

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

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

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@font-face {
  font-family: 'MuertoSquare-Regular';

  src: url(' ../assets/fonts/MuertoSquare-Regular.woff') format('woff');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'raisonne-book-pro';

  src: url(' ../assets/fonts/raisonne-book-pro.otf') format('woff');

  font-weight: normal;

  font-style: normal;
}

/**************************************
Style Principal
couleur de survol : e89a25
couleur du titre : F0632A
fond transparent : rgba(0, 16, 73,0.04)
Police des titres :
font-family: 'Roboto Condensed', sans-serif;
police du texte :
font-family: 'Roboto', sans-serif; 'raisonne-book-pro', sans-serif; 'MuertoSquare-Regular', sans-serif;

new :
Couleurs :
Orange : #FF5A00
Vert : #00AC6E
violet : #671AD4
Jaune : #F7F307
Rose : #F95398

police du texte :
font-family: 'raisonne-book-pro', sans-serif; 'MuertoSquare-Regular', sans-serif;

***************************************/

body {
  /*font-family: 'raisonne-book-pro', sans-serif;*/
  font-family: 'Roboto Condensed', sans-serif;
  /*background-color: red;*/
}

.pipe {
  color: #F7F307;
}

.muertoSquare{
  font-family: 'MuertoSquare-Regular', sans-serif;
}

.text-purple{
  color: #671AD4;
}

.text-yellow {
  color: #F7F307;
}

.text-pink {
  color: #F95398;
}

.text-green {
  color: #00AC6E;
}

.text-orange {
  color: #FF5A00;
}

.jaune{
  background-color: #F7F307;
}

.rose{
  background-color: #F95398;
}

.blanc{
  background-color: #fff;
}

.orange{
  background-color: #FF5A00;
}

.vert{
  background-color: #00AC6E;
}

.violet{
  background-color: #671AD4;
}

.yellow-underline {
  border-bottom: #F7F307 solid;
}

.pink-underline {
  border-bottom: #F95398 solid;
}

.orange-underline {
  border-bottom: #FF5A00 solid;
}

.site-main-title {
  font-size: 2rem;
  color: #e89a25;
  transition: color 200ms;
}

.main-logo-menu {
  max-width: 250px;
}

.site-main-title:hover {
  color: #000;
}

.li-menu {
  font-size: 1.3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.a-main-menu {
  color: #671AD4;
  transition: color 200ms;
  font-size: 1.2rem;
  font-weight: bold;
}

.sub-menu-button:hover {
  color: #F95398;
}

.a-main-menu:hover {
  color: #FF5A00;
}

.menu-subtitle {
  padding-left: 16px;
  font-family: 'MuertoSquare-Regular', sans-serif;
}

nav {
  font-family: 'MuertoSquare-Regular', sans-serif;
}

main {
  min-height: 80vh;
}

.page-h1 {
  /* font-family: 'Roboto Condensed', sans-serif; */
  font-family: 'MuertoSquare-Regular', sans-serif;
  text-align: left;
  /*padding-top: 2rem;*/
  font-size: 1.3rem;
}

.main-title-div {
  position: relative;
  padding-bottom: 1rem;
}

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

@media screen and (max-width: 1025px) {
  .a-main-menu {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 770px) {
  .menu-subtitle {
    display: none;
  }
}

@media screen and (max-width: 280px) {
  .main-logo-menu {
    max-width: 100px;
  }
}

.honey {
  position: absolute;
  left: -9999px;
}

/***********   Menu   **********/

.main-navigation {
  background-color: #F7F307;
  color: #FF5A00;
}

.ul-nav{
  background-color: rgba(247, 243, 7, 0.8);
  margin: 0;
  padding: 0;
}

/***********   comportement des textes en markdown   **********/

.main-kirby-text p {
  padding-bottom: 1rem;
}

.main-kirby-text a {
  font-weight: bold;
}

.main-kirby-text a:hover {
  color: #FF5A00;
}

.main-kirby-text h2 {
  font-size: 1.5rem;
  padding-bottom: 1rem;
}

.main-kirby-text h3 {
  font-size: 1.2rem;
}

.classic-p {
  h2{
    font-family: 'MuertoSquare-Regular', sans-serif;
    /*color: #F95398;*/
  }
  padding: 1rem;
}

/**************************************
Style listes de projets ou de dates
***************************************/

.project-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
  align-items: stretch;
}

.project-card {
  position: relative;
  height: 100%;
  border: 2px solid #FF5A00;
  border-radius: 1.5rem;
  padding-bottom: 1rem;
  color: #671AD4;
}

.project-card-img {
  border-top-left-radius: 1.4rem;
  border-top-right-radius: 1.4rem;
}

.project-card-content {
  padding: 1rem;
}

.project-title {
  width: 100%;
  border-bottom: #671AD4 solid 2px;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-family: 'MuertoSquare-Regular', sans-serif;
}

.project-info {
  color: #671AD4;
  border-bottom: #671AD4 solid 2px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.project-info-atelier {
  color: #671AD4;
}

.project-with {
  color: #671AD4;
  font-size: 0.70rem;
}

.project-date {
  color: #671AD4;
  font-size: 0.70rem;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.home-dates {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 20px;
  align-items: stretch;
  /* padding-bottom: 1rem; */
}

/**************************************
Style Accueil
***************************************/

.home-wrap-first-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  padding: 1rem;
  background-color: #671AD4;
  text-align: center;
  font-size: 1.6rem;
  color: #F95398;
}

.home-intro-wrap{
  margin: 30px 0;
}

.home-info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-right: 1rem;
}

.home-actu {
  margin: 4rem 0;
  color: #671AD4;
  display: flex;
  flex-direction: row;
  background-color: #F7F307;
  margin-bottom: 2rem;
  border: 2px solid #FF5A00;
  border-radius: 20px;
  font-size: 1.8rem;
  h2{
    font-family: 'MuertoSquare-Regular', sans-serif;
  }
}

.actu-title{
  display: flex;
  justify-content: left;
  align-items: center
}

.home-actu-img {
  width: 40%;
  border-bottom-left-radius: 18px;
  border-top-left-radius: 18px;
}

.home-actu-text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 2rem;
}

.home-actu-text-p{
  font-size: 1.6rem;
}

.videos-home iframe {
  width: 100%;
  min-height: 500px;
}

.home-main-title {
  font-size: 1.3rem;
  padding-bottom: .5rem;
  text-align: left;
  border-bottom: #e89a25 solid 1px;
}

.home-description {
  padding-top: .5rem;
  text-align: left;
}

.home-first-img {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  min-width: 20%;
}

.home-first-img img {
  width: 400px;
}

.social-medias a {
  /*line-height: 50px;*/
}

.h2-home {
  font-family: 'MuertoSquare-Regular', sans-serif;
  font-size: 1.3rem;
  margin-bottom: 2rem;
}

.social-medias-home {
  display: flex;
  font-size: 50px;
  justify-content: space-around;
  padding-top: 1rem;
  align-items: center;
  background-color: #00AC6E ;
  color: #F7F307;
}

.icon-cable-title {
  max-width: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.section-to-all {
  padding-top: 2rem;
  position: relative;
  padding-bottom: 1rem;
}

.hover-yellow {
  transition: color 200ms;
}

.hover-yellow:hover {
  color: #e89a25;
}

.link-to-all {
  /*text-align: right;*/
  display: flex;
  justify-content: right;
}

.link-to-all-span{
  display: flex;
  justify-content: right;
  align-items: center;
}

.home-next-dates{
  display: flex;
  justify-content: left;
  align-items: center;
}

.icon-cable {
  max-width: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.home-last-section {
  display: flex;
  background-color: rgb(255 248 238);
  border-radius: 0.25rem;
}

.home-bottom-text1 {
  text-align: left;
}

.home-bottom-text2 {
  text-align: right;
}

.home-last-section div {
  width: 50%;
  padding: 1rem;
}

@media screen and (max-width: 800px) {
  .home-info {
    padding: 0;
  }

  .home-wrap-first-section {
    flex-direction: column-reverse;
    padding: 1rem;
  }

  .home-first-img {
    margin-bottom: 2rem;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .home-first-img img {
    width: 200px;
  }

  .home-last-section {
    flex-direction: column;
  }

  .home-last-section div {
    width: 100%;
  }

  .social-medias-home {
    font-size: 30px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .home-first-img {
    flex-direction: row;
  }

  .home-actu {
    display: flex;
    flex-direction: column;
  }

  .home-actu-img {
    width: 100%;
    border-top-left-radius: 1.3rem;
    border-top-right-radius: 1.3rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media screen and (max-width: 400px) {
  .project-wrap {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}

@media screen and (max-width: 300px) {
  .social-medias-home {
    flex-direction: column;
  }

  .icon-cable-title {
    max-width: 150px;
  }

  .icon-cable {
    max-width: 150px;
  }
}

/**************************************
Style Ateliers et Créations
***************************************/

.subtitle {
  text-align: right;
  padding: 30px 0 20px 0;
  font-size: 1.2rem;
}

.creation-sub-menu {
  font-size: 1.5rem;
  background-color: #671AD4;
  padding: 1.5rem 0;
}

.wrap-creation-sub-menu{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.creation-sub-menu button {
  margin-left: 5px;
  margin-right: 5px;
  transition: color 200ms;
}

.creation-sub-menu button:hover {
  color: #F95398
}

.ateliers-sub-menu {
  padding: 1.5rem 0;
  font-size: 1.3rem;
}

.ateliers-sub-menu button {
  margin-left: 5px;
  margin-right: 5px;
  transition: color 200ms;
}

.ateliers-menu-section-wrap{
  color: #F7F307;
  background-color: #671AD4;
}

.ateliers-menu-section{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ateliers-sub-menu button:hover {
  color: #FF5A00;
}

.other-crea {
  padding: 1rem;
  background-color: #671AD4;
  color: #F95398;
  font-family: 'MuertoSquare-Regular', sans-serif;
}

.past-link{
  text-align: right;
  font-family: 'MuertoSquare-Regular', sans-serif;
  color: #F95398;
}

@media screen and (max-width: 250px) {
  .creation-sub-menu {
    flex-direction: column;
  }

  .pipe {
    display: none;
  }
}

@media screen and (max-width: 360px) {
  .ateliers-sub-menu {
    flex-direction: column;
  }

  .pipe {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .wrap-creation-sub-menu{
    flex-direction: column;
  }

  .ateliers-menu-section{
    flex-direction: column;
  }
}

/***********   Style Ateliers   **********/

.ateliers-first-section {
  padding: 2rem;
  background-color: #671AD4;
}

.ateliers-second-text-section {
  padding: 2rem;
  background-color: #F7F307;
  color: #671AD4;
}

.ateliers-third-text-section {
  padding: 2rem;
  background-color: #671AD4;
  color: #F7F307
}

/**************************************
Style page Projet
***************************************/

.project-top-img {
  width: 100%;
}

.procjet-main-title {
  font-family: 'MuertoSquare-Regular', sans-serif;
  text-align: left;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  margin-top: 1rem;
}

.project-main-infos {
  h1{
    color: #F95398;
  }
  margin: 2rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 1.5rem;
  border: 2px solid #FF5A00;
}

.project-description {
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.project-square-image {
  min-width: 30%;
  border-radius: 0.25rem;
}

.project-square-image img {
  border-top-left-radius: 1.4rem;
  border-bottom-left-radius: 1.4rem;
}

.second-section-projects {
}

.project-other-infos{
  background-color: #671AD4;
  color: #F95398;
  text-align: right;
}

.project-bonus{
  background-color: #671AD4;
  color: #F7F307;
}

.gallery-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
  align-items: stretch;
  margin: 2rem 0;
}

.project-sub-menu-wrap{
  font-family: 'MuertoSquare-Regular', sans-serif;
  color: #F7F307;
  background-color: #671AD4;
}

.project-sub-menu {
  display: flex;
  justify-content: right;
  font-size: 1.3rem;
  padding: 1.5rem 0;
}

.project-sub-menu button {
  margin-left: 5px;
  margin-right: 5px;
  transition: color 200ms;
}

.project-sub-menu button:hover {
  color: #e89a25;
}

.bottom-separator {
  border-bottom: #e89a25 solid 1px;
  padding-bottom: 1rem;
}

@media screen and (max-width: 800px) {
  .project-main-infos {
    flex-direction: column;
    margin-top: 0;
  }

  .project-square-image img {
    border-top-left-radius: 1.4rem;
    border-top-right-radius: 1.4rem;
    border-bottom-left-radius: 0;
  }
}

@media screen and (max-width: 250px) {
  .project-sub-menu {
    flex-direction: column;
  }

  .pipe {
    display: none;
  }
}

/**************************************
Style Compagnie
***************************************/

.compagnie-first-section {
  display: flex;
  border: 2px solid #FF5A00;
  border-radius: 1.5rem;
  margin-top: 2rem;
}

.h1-about{
  font-size: 1.5rem;
  color: #F95398;
  background-color: #671AD4;
  padding: 1.5rem;
}

.compagnie-first-section div {
  min-width: 50%;
  padding: 2rem;
}

.member-wrap {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
  margin-bottom: 2rem;
}

.member-wrap a {
  margin-top: 2rem;
  border-radius: 1.5rem;
  border: 2px solid #FF5A00;
  transition: background-color 200ms;
  color: #FF5A00;
}

.member-wrap a:hover {
  background-color: #FF5A00;
  color: #671AD4;
}

.member-card-body {
  text-align: center;
  padding: 1.5rem;
  font-family: 'MuertoSquare-Regular', sans-serif;
}

.member-card {
  position: relative;
}

.member-card img {
  border-top-left-radius: 1.3rem;
  border-top-right-radius: 1.3rem;
}

.compagnie-last-section {
  padding: 2rem;
}

.main-title-member{
  font-family: 'MuertoSquare-Regular', sans-serif;
  color: #F95398;
  background-color: #671AD4;
  padding: 1.5rem;
}

.member-content {
  margin-top: 2rem ;
  margin-bottom: 2rem ;
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  border: 2px solid #FF5A00;
}

.member-content img{
  border-top-left-radius: 1.3rem;
  border-bottom-left-radius: 1.3rem;
}

.member-text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 1rem;
}

@media screen and (max-width: 1025px) {
  .member-content {
    flex-direction: column;
  }

  .member-content img {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media screen and (max-width: 800px) {
  .member-content img {
    border-top-left-radius: 1.3rem;
    border-top-right-radius: 1.3rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .compagnie-first-section {
    flex-direction: column;
  }

  .compagnie-first-section div {
    padding: 1rem;
  }

  .compagnie-last-section {
    padding: 1rem;
  }
}

@media screen and (max-width: 300px) {
  .member-wrap {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}

/**************************************
Style Agenda
***************************************/

.agenda-sub-menu {
  padding: 1.5rem 0;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  background-color: #671AD4;
}

.wrap-agenda-menu{
  display: flex;
  justify-content: space-between;
}

.agenda-sub-menu button {
  margin-left: 5px;
  margin-right: 5px;
  transition: color 200ms;
}

.agenda-sub-menu button:hover {
  color: #F95398;
}

.wrap-dates {
  color: #671AD4;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 20px;
  align-items: stretch;
  margin: 2rem auto;
}

.date-card {
  padding: 1rem;
  border : 1px solid #FF5A00;
  border-radius: 1.5rem;
  height: 100%;
  position: relative;
}

.card-date-title {
  border-bottom: #671AD4 solid 1px;
  padding-bottom: 1rem;
  font-weight: bold;
}

.card-date-event {
  font-family: 'MuertoSquare-Regular', sans-serif;
  border-bottom: #671AD4 solid 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.card-date-name {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.card-date-place {
  font-size: 0.70rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.agenda-link:hover {
  border-bottom: 1px solid #671AD4;
}

@media screen and (max-width: 500px) {
  .wrap-agenda-menu{
    flex-direction: column;
  }
}

/**************************************  Style page date  ***************************************/

.date-title{
  font-family: 'MuertoSquare-Regular', sans-serif;
  color: #F95398;
  background-color: #671AD4;
  padding: 1.5rem;
}

.date-fisrt-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #FF5A00;
  border-radius: 1.5rem;
  margin: 2rem auto;
}

.date-img {
  width: 33%;
}

.date-img img {
  border-top-left-radius: 1.4rem;
  border-bottom-left-radius: 1.4rem;
}

.date-info {
  text-align: right;
  width: 77%;
  padding: 2rem;
}

.date-p-project {
  font-family: 'MuertoSquare-Regular', sans-serif;
  color: #F95398;
  transition: color 200ms;
}

.date-p-project:hover{
  color: #FF5A00;
}

.date-description{
  text-align: left;
}

.date-projet-title-link {
}

@media screen and (max-width: 801px) {
  .date-fisrt-section {
    flex-direction: column;
  }

  .date-img {
    width: 100%;
  }

  .date-info {
    width: 100%;
  }

  .date-img img {
    border-top-left-radius: 1.4;
    border-bottom-left-radius: 0;
    border-top-right-radius: 1.4rem;
    border-bottom-right-radius: 0;
  }
}

/**************************************
Style Contact
***************************************/

.contact-title {
  font-family: 'MuertoSquare-Regular', sans-serif;
  font-size: 1.5rem;
  background-color: #671AD4;
  padding: 1.5rem 0;
}

.contact-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #FF5A00;
  border-radius: 1.5rem;
  padding: 2rem;
  margin: 2rem 0;
}

.contact-subtitle {
  font-family: 'MuertoSquare-Regular', sans-serif;
  font-size: 1rem;
  text-decoration: underline;
}

.contact-wrap p {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.contact-text p {
  text-align: right;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.social-medias-contact {
  display: flex;
  font-size: 50px;
  justify-content: space-around;
  padding-top: 1rem;
  align-items: center;
  background-color: #00AC6E ;
  color: #F7F307;
}

.newsletter-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
}

.newsletter-div{
  border: 2px solid #FF5A00;
  border-radius: 1.5rem;
  padding: 2rem;
  margin: 2rem 0;
}

.newletter-title{
  font-family: 'MuertoSquare-Regular', sans-serif;
  padding-bottom: 0.5rem;
}

.newsletter-button{
  background-color: #00AC6E;
  color: #F7F307;
  border-radius: 1rem;
  border: 3px solid white;
  cursor: pointer;
  padding: 1rem;
  transition: background-color 200ms;
}

.newsletter-button:hover{
  background-color: #00AC6E;
  color: #F7F307;
  border-radius: 1rem;
  border: 3px solid #00AC6E;
  cursor: pointer;
  padding: 1rem;
  transition: background-color 200ms;
}

.newsletter-button-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 800px) {
  .social-medias-contact {
    font-size: 30px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .contact-wrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 300px) {
  .social-medias-contact {
    flex-direction: column;
  }

  .contact-wrap {
    padding: 1rem;
  }
}

.project-video-section{
  width: 100%;
  min-height: 300px;
}

.project-video-section iframe {
  height: 300px;
  min-width: 100%;
}

.crea-video-section{
  display: flex;
  justify-content: center;
  min-height: 300px;
  padding-bottom: 2rem;
}

.crea-video-section iframe {
  height: 300px;
  min-width: 50%;
}

.youtube-section {
  width: 100%;
  min-height: 300px;
  margin-bottom: 2rem;
}

.youtube-section iframe {
  height: 300px;
  min-width: 100%;
}

.doc-section{
  padding-bottom: 2rem;
}

/**************************************
Style Footer
***************************************/

.footer{
  background-color: #FF5A00;
  color: #671AD4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px) {
  .sm\:inline {
    display: inline;
  }
}

@media (min-width: 768px) {
  .md\:static {
    position: static;
  }

  .md\:z-auto {
    z-index: auto;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-auto {
    width: auto;
  }

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

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

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

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:opacity-100 {
    opacity: 1;
  }
}
