@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unica+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Laila:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Laila:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Laila:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@1,100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200&display=swap');

@font-face {
 font-family: "UltraLight";
 src: url("fonts/UltraLight.otf") format("otf"),
        
}
@font-face {
 font-family: "Ranade-Light";
 src: url("fonts/Ranade-Thin.otf") format("otf"),      
}
*@font-face {
 font-family: "Ranade-Bold";
 src: url("fonts/Ranade-Bold.otf") format("otf"),      
}
@font-face {
 font-family: "Ranade-Light";
 src: url("fonts/Ranade-Thin.otf") format("otf"),      
}
@font-face {
 font-family: "UltraLight";
 src: url("fonts/UltraLight.otf") format("otf"),      
}


*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.text
{   position: relative;
    transform: skewY(190deg) translateY(-200px);
    animation: animateColor 18s linear infinite;
}

@keyframes animateColor{0%{filter: hue-rotate(47deg);}100%{filter: hue-rotate(147deg);}
    
}
.text h2
{
    position: relative;
    width: 100%;
    font-size: 4em;
    color: #fff;
    pointer-events: none;
    line-height: 0.7em;
    opacity: 0.5;
    white-space: nowrap;
    text-shadow: calc(var(--x)) 100px 0 rgba(255,255,255,0.);
    transform: translateX(calc(0% - var(--x) * var(--i)));
    font-family: 'Laila', sans-serif;
    font-weight: 300;
}

.text h3
{
    position: relative;
    width: 100%;
    font-size: 12em;
    color: #fff;
    pointer-events: none;
    line-height: 1em;
    opacity: 0.5;
    white-space: nowrap;
    text-shadow: calc(var(--x)) 100px 0 rgba(255,255,255,0.);
    transform: translateX(calc(0% - var(--x) * var(--i)));
    font-family: 'Laila', sans-serif;
    font-weight: 300;
}

#spanrr {
    position: absolute;
    font-size: 1em;
    
}


#air {
    font-size: 250px;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    position: absolute;
    left: 48%;
    margin-top: -160px;
    color: #affaaa;
    padding: 100px;
}

#intro {
    font-size: 68px;
    font-family: 'Raleway', sans-serif;
    transform: translateX(calc(0% - var(--x) * var(--i)));
    font-weight: 200;
    position: absolute;
    left: 46%;
    margin-top: -160px;
    color: #1f2;
    
    padding: 20px;
}

#intro2 {
    font-family: 'Raleway', sans-serif;
}

#intro_text {
    left:17%;
}

#logo1 {
    width: 10%;
    position: absolute;
    margin-left: 280px;
}

#logo2 {
    width: 4%;
    position: absolute;
    margin-left: 700px;
}

#logo3 {
    width: 13%;
    position: absolute;
    margin-left: 1010px;
}

#logo4 {
    width: 10%;
    position: absolute;
    margin-left: 1460px;
}
#mobile_logo1 { display: none; }
#mobile_logo2 { display: none; }
#mobile_logo3 { display: none; }
#mobile_logo4 { display: none; }

.text h2 span
{
   color: #0f0;
    margin: 0 10px;
}

.text h3 span
{
   color: #0f0;
    margin: 0 10px;
}

.text h2 span:nth-child(even)
{
    background: transparent;
    -webkit-text-stroke: 2px #fff;
}

.text h3 span:nth-child(even)
{
    background: transparent;
    -webkit-text-stroke: 2px #fff;
}

#{
    margin: auto;
    font-size: 2em;
    color: white;
    position: absolute;
    z-index: 10;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    float: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid white;
    padding: 25px;
}

.header{
  position: relative;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  background: #111;
}

.content{
  min-height: 50vh;
}

.access{
  margin: auto;
  font-size: 1.6em;
  color: #55a0f1;
    font-family: 'Raleway', sans-serif;
    border: 1.4px solid #55a0f1;
    opacity: 0.8;
  position: absolute;
  z-index: 10;
    font-weight: 700;
  float: none;
  top: 10%;
  right: 0%;
  transform: translate(-50%, -50%);
  padding: 12px;
  text-decoration: none;
border-radius: 2px;
  transition: 0.175s ease-out;
}
.access2{
  margin: auto;
  font-size: 1.6em;
  color: #55a0f1;
    opacity: 0.8;
  position: absolute;
  z-index: 10;
  font-family: 'Raleway', sans-serif;
    font-weight: 700;
  float: none;
  top: 10%;
  right: 16%;
   border: 1.4px solid #55a0f1;
  transform: translate(-50%, -50%);
  padding: 12px;
  text-decoration: none;
border-radius: 2px;
  transition: 0.175s ease-out;
}

.access:hover{
  color: #2b5c97;
    opacity: 1;
    border: 1.4px solid #fff;
  cursor: pointer;
  padding: 12px;
  transition: 0.125s ease-in-out;
    border-radius: 18px;
}
.access2:hover{
  color: #2b5c97;
    opacity: 1;
    border: 1.4px solid #fff;
  cursor: pointer;
  padding: 12px;
  transition: 0.125s ease-in-out;
    border-radius: 18px;
}

#return{
  margin: auto;
  font-size: 2em;
  color: white;
  position: absolute;
  z-index: 10;
  font-family: 'Big Shoulders Display', cursive;
  float: none;
  top: 15%;
  left: 10%;
  transform: translate(-50%, -50%);
  padding: 25px;
  border: 4px solid white;
  transition: 0.175s ease-out;
  text-decoration: none;
}

#return:hover{
  background-color: white;
  color: black;
  cursor: pointer;
  transition: 0.125s ease-in-out;
  font-size: 2.2em;
  padding: 12px;
}

/*** end copy past UGLY ***/



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

:root{
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

.fade{
  transition: opacity 0.08s linear;
}

.fade:not(.show){
  opacity: 0;
}

.btn-close{
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.btn-close:focus{
  opacity: 1;
}

.btn-close:disabled{
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close.disabled{
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.modal{
  z-index: 1055;
}

.modal-dialog{
  margin: 0.5rem;
}

.modal.fade .modal-dialog{
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

.modal.show .modal-dialog{
  transform: none;
}

.modal.modal-static .modal-dialog{
  transform: scale(1.02);
}

.modal-dialog-scrollable .modal-content{
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body{
  overflow-y: auto;
}

.modal-backdrop.fade{
  opacity: 0;
}

.modal-header .btn-close{
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

.modal-fullscreen{
  width: 100vw;
  max-width: none;
  height: 50%;
  margin: 0;
}

.modal-fullscreen .modal-content{
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header{
  border-radius: 0;
}

.modal-fullscreen .modal-body{
  overflow-y: auto;
}

.modal-fullscreen .modal-footer{
  border-radius: 0;
}

.offcanvas-backdrop.fade{
  opacity: 0;
}

.timepicker-modal .fade.show{
  opacity: 1;
}


/*
MOBILE DESC front + introduction
*/

.mobile_tit {
    font-family: 'Raleway', sans-serif;
    font-size: 100px;
    left: 15%;
    top: 40%;
    position: absolute;
    z-index: 9;
    color: #000;
    display: block;
}

.mobile_desc {
    font-family: 'Raleway', sans-serif;
    font-size: 100px;
    left: 15%;
    right: 10%;
    top: 55%;
    position: absolute;
    z-index: 9;
    color: #000;
    display: block;
}

.mobile_intro_tit {
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    left: 25.5%;
    top: 10%;
    position: absolute;
    color: #000;
    display: block;
    text-align: center;
    opacity: 1;
}

.mobile_intro {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    left: 7%;
    right: 15%;
    top: 24%;
    position: absolute;
    color: #000;
    display: block;
    text-align: center;
    opacity: 1;
}
.mobile_outro_tit {
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    margin-top: 0px;
    left: 31.5%;
    bottom: 96%;
    position: absolute;
    color: #000;
    display: block;
    text-align: center;
    opacity: 1;  
    }
.mobile_outro {
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    left: -8%;
    right: 10%;
    bottom: 40%;
    position: absolute;
    color: #000;
    display: block;
    text-align: center;
    opacity: 1; 
    }
.mobile_outro2 {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    left: -6%;
    right: 10%;
    bottom: 1%;
    position: absolute;
    color: #000;
    display: block;
    text-align: center;
    opacity: 1; 
    }
.mobile_space {
        display: none;
    }
.mobile_space_small {
        display: none;
    }
.mobile_space_small0 {
        display: none;
    }
.mobile_space_small2 {
        display: none;
    }

#move_up_outro {
    margin-top: -180px;
    margin-left: -45px;
}

#button_box {
    opacity: 1;
    background-color: #fff;
}

button h1 {
    color: #2b5c97;
    font-family: 'Laila', sans-serif;
    border: 1.4px solid #90d3fe;
    font-weight: 100;
    font-size: 2.2em;
    margin: 0 auto;
    transition: 0.26s ease-out;
    position: absolute;
    margin-top: 274px;
    z-index: 1;
    padding-left: 25px;
    padding-right: 25px;
    right: 52.8%;
    border-radius: 2px;
    letter-spacing: 5px;
    
}

button h1:hover {
    color: #90d3fe;
    border-radius: 25px;
    cursor: pointer;
    border: 1.4px solid #fff;
    transition: 0.18s ease-in;
}

#button_3 { 
    margin-top: -250px;}


#tit_line {
    display: block;
    font-size: 1em;
    
}

.text
{
    margin-top: 500px;
    margin-left: 10px;
    color: #000;
    }
.text h2
{
    font-size: 1em;
    }
.text h2 span
{
    margin-left: -100px;
    color: #000;
    }

/* FOnd bleu ACCUEIL - INTRO - OUTRO */
#home_bg {
    width: 100%;
    left: 0%;
    margin-top: -20px;
    position: absolute;
}

#home_bg2 {
    width: 220%;
    left: -60%;
    margin-top: -876px;
    position: absolute;
    transform: rotate(90deg);
}
#home_bg3 {
    width: 100%;
    margin-top: -470px;
    position: absolute;
}
/* FOnd bleu PROJETS*/
.bleu {
    position: absolute;
    opacity: 0.2;
    z-index: 0;
    width: 60%;
    right: 15%;
     transform: rotate(90deg); /* Équivalent à rotateZ(45deg) */
    margin-top: -187px;
}
/* aura */
#special {
    margin-top: -138px;
}
/* Lcihetenberg */
#special2 {
    margin-top: -228px;
}
/* Usages */
.usages {
    width: 50%; position: absolute; margin-top: -54px; left: 0%;
}
#usage_aura {
    margin-top: -125px;
}
#usage_effet {
    margin-top: -175px;
}
#usage_helena {
    left: 0%;
    margin-top: -105px;
}
#hedera_usage {
    margin-top: -125px;
}
#usage_envol {
    margin-top: -245px;
}
#usage_songe{
    margin-top: -30px;
}

#usage_ariana{
    position: absolute;
    z-index: 9;
}
#usage_meso{
    margin-top: -250px;
}
.cache_trait {
    width: 40px;
    height: 40px;
    margin-top: 685px;
    margin-left: -270px;
    background: #fff;
    position: absolute;
    opacity: 1;
}
#page_fin {
     margin-left: 100px;
    }

/* COLOR CODE BLUE : #61c4e0
#usage_aura {
    width:50%; position: absolute; margin-top: -330px; left: 2%;
}

#usage_pondair {
    width: 46%; position: absolute; z-index: 0; margin-top: 80px; left: 2%;
}

#usage_helico {
    width: 48%; position: absolute; z-index: 0; margin-top: -90px; left: 2%;
}
*/

.xtitles {
    font-family: 'Raleway', sans-serif;
    font-style: italic;
    font-weight: 200;
  font-size: 76px;
    z-index: 1;
    color: #000;
    margin-top: -50px;
}

.xdesc {
   font-family: 'Raleway', sans-serif;
  font-size: 20px;
    margin-top: 4px;
    z-index: 1;
    align-content: center.
}

#bg-color {
 height: 100%;
    opacity: 1;
    background-image:
  linear-gradient(to bottom, rgba(255,255,0,0.5), rgba(0,0,255,0.5)),
  url('catfront.png');
}




@media (min-width: 1476px){
  .navbar-expand-sm{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav{
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu{
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll{
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse{
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler{
    display: none;
  }
  .navbar-expand-sm .offcanvas-header{
    display: none;
  }
  .navbar-expand-sm .offcanvas{
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-bottom{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body{
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .modal-dialog{
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable{
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered{
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm{
    max-width: 300px;
  }
  .sticky-sm-top{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .mobile_tit {
    display: none;
    }
  .mobile_desc {
    display: none;
    }
    .mobile_intro_tit {
    display: none;
    }
    .mobile_intro {
    display: none;
    }
    .mobile_outro_tit {
    display: none;    
    }
    .mobile_outro {
    display: none; 
    }
    .mobile_outro2 {
    display: none; 
    }
}

@media (max-width: 1476px){
  .modal-fullscreen-sm-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header{
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body{
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer{
    border-radius: 0;
  }
        #mobile_logo1 {
            display: block; position: absolute; z-index: 1;
            margin-left: 84px; width: 28%; margin-top: 810px;
                }
        #mobile_logo2 {
            display: block;  position: absolute; z-index: 1;
            margin-left: 90px;width: 12%; margin-top: 670px;
                }
        #mobile_logo3 {
            display: block;  position: absolute; z-index: 1;
            margin-left: 198px; width: 40%; margin-top: 670px;
                }
        #mobile_logo4 {
            display: block;  position: absolute; z-index: 1;
            margin-left: 288px; width: 20%; margin-top: 815px;
                }
     /* ACCESS */
            .access{
  margin: auto;
  font-size: 1.47em;
  top: 4.5%;
  right: -8%;
  border: 1.4px solid #55a0f1;
  transform: translate(-50%, -50%);
    color: #55a0f1;
  padding: 8px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.175s ease-out;
                    }
            .access2{
  margin: auto;
  font-size: 1.47em;
  top: 4.5%;
  right: 43%;
  border: 1.4px solid #55a0f1;
  transform: translate(-50%, -50%);
    color: #55a0f1;
  padding: 8px;
border-radius: 8px;
  text-decoration: none;
  transition: 0.175s ease-out;
                    }
    
     .tit_line {
    display: none;
    }
    /* FOnd bleu ACCUEIL - INTRO - OUTRO */
    #home_bg {
    width: 144%;
    left: 0%;
    margin-top: -20px;
    position: absolute;
    }
    #home_bg2 {
    width: 220%;
    left: -60%;
    margin-top: -176px;
    position: absolute;
    transform: rotate(90deg);
}
    #home_bg3 {
    width: 154%;
    left: 0%;
    margin-top: 82px;
    position: absolute;
    }
    /* FOnd bleu PROJETS*/
    .bleu {
    position: absolute;
    opacity: 0.2;
    z-index: 0;
    width: 60%;
    right: 15%;
     transform: rotate(90deg); /* Équivalent à rotateZ(45deg) */
    margin-top: -187px;
    }
    #air {
    display: none;
    }
    #intro {
    display: none;
    }
    button h1 {    left: 1%; right: 10%; margin-top: -40px;   }
    
    .xtitles {
    font-family: 'Raleway', sans-serif;
    font-style: italic;
    font-weight: 200;
    font-size: 40px;
    z-index: 1;
    color: #000;
    margin-top: -420px;
    }

    .xdesc {
   font-family: 'Raleway', sans-serif;
  font-size: 14px;
    margin-top: 0px;
        right: 10%;
    align-content: center;
    }
    
    .mobile_project_desc {
        z-index: 0;
        position: absolute;
        margin-top: 380px;
    text-align: left;
        left: 10%;
    }
    
    .mobile_space {
        display: block;
        background: #fff;
        width: 100%;
        height: 440px;
        
    }
    .mobile_space_small {
        display: block;
        background: #fff;
        width: 100%;
        height: 140px;
    }
    .mobile_space_small2 {
        display: block;
        background: #fff;
        width: 100%;
        height: 110px;
    }
    .mobile_space_small0 {
        display: block;
        background: #fff;
        width: 100%;
        height: 280px;
    }
    .mobile_name {
        margin-top: 8px;
    }
    .mobile_name_small {
        margin-top: 8px;
        font-size: 18px;
    }
    .mobile_project_tit {
        font-size: 35px;
    } 
    .usages {
    width: 100%; margin-top: -223px; left: 0%;    }
    
    #usage_aura {
    margin-top: -222px;
}
#usage_effet {
    width: 100%;
    margin-top: -248px;
}
#usage_souffles {
    margin-top: -200px;
}
#hedera_usage {
    margin-top: -256px;
}
#usage_songe{
    margin-top: -180px;
}
#usage_adriana{
    margin-top: -248px;
}
#page_fin {
     display: none;   
    }
}

@media screen and (min-device-width: 1081px) and (max-device-width: 1276px) { 

        #logo1 {
            margin-left: 20px; width: 28%; margin-top: -40px;
                }
        #logo2 {
            margin-left: 60px;width: 22%; margin-top: 70px;
                }
        #logo3 {
            margin-left: 170px; width: 60%; margin-top: -70px;
                }
        #logo4 {
            margin-left: 240px; width: 38%; margin-top: 80px;
                }
     /* ACCESS */
            .access{
  margin: auto;
  font-size: 1.47em;
  top: 4.5%;
  right: -8%;
  border: 1.4px solid #55a0f1;
  transform: translate(-50%, -50%);
    color: #55a0f1;
  padding: 8px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.175s ease-out;
                    }
            .access2{
  margin: auto;
  font-size: 1.47em;
  top: 4.5%;
  right: 43%;
  border: 1.4px solid #55a0f1;
  transform: translate(-50%, -50%);
    color: #55a0f1;
  padding: 8px;
border-radius: 8px;
  text-decoration: none;
  transition: 0.175s ease-out;
                    }
    
     .tit_line {
    display: none;
    }
    /* FOnd bleu ACCUEIL - INTRO - OUTRO */
    #home_bg {
    width: 144%;
    left: 0%;
    margin-top: -20px;
    position: absolute;
    }
    #home_bg2 {
    width: 220%;
    left: -60%;
    margin-top: -176px;
    position: absolute;
    transform: rotate(90deg);
}
    #home_bg3 {
    width: 154%;
    left: 0%;
    margin-top: 82px;
    position: absolute;
    }
    /* FOnd bleu PROJETS*/
    .bleu {
    position: absolute;
    opacity: 0.2;
    z-index: 0;
    width: 60%;
    right: 15%;
     transform: rotate(90deg); /* Équivalent à rotateZ(45deg) */
    margin-top: -187px;
    }
    #air {
    display: none;
    }
    #intro {
    display: none;
    }
    button h1 {    left: 1%; right: 10%; margin-top: -40px;   }
    
    .xtitles {
    font-family: 'Raleway', sans-serif;
    font-style: italic;
    font-weight: 200;
    font-size: 40px;
    z-index: 1;
    color: #000;
    margin-top: -420px;
    }

    .xdesc {
   font-family: 'Raleway', sans-serif;
  font-size: 14px;
    margin-top: 0px;
        right: 10%;
    align-content: center;
    }
    
    .mobile_project_desc {
        z-index: 0;
        position: absolute;
        margin-top: 380px;
    text-align: left;
        left: 10%;
    }
    
    .mobile_space {
        display: block;
        background: #fff;
        width: 100%;
        height: 440px;
        
    }
    .mobile_space_small {
        display: block;
        background: #fff;
        width: 100%;
        height: 140px;
    }
    .mobile_space_small2 {
        display: block;
        background: #fff;
        width: 100%;
        height: 110px;
    }
    .mobile_space_small0 {
        display: block;
        background: #fff;
        width: 100%;
        height: 280px;
    }
    .mobile_name {
        margin-top: 8px;
    }
    .mobile_name_small {
        margin-top: 8px;
        font-size: 18px;
    }
    .mobile_project_tit {
        font-size: 35px;
    } 
    .usages {
    width: 100%; margin-top: -223px; left: 0%;    }
    
    #usage_aura {
    margin-top: -222px;
}
#usage_effet {
    width: 100%;
    margin-top: -248px;
}
#usage_souffles {
    margin-top: -200px;
}
#hedera_usage {
    margin-top: -256px;
}
#usage_songe{
    margin-top: -180px;
}
#usage_adriana{
    margin-top: -300px;
}
#page_fin {
     display: none;   
    }
}

    @media (max-width: 767.98px){
    .modal-fullscreen-md-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
    }
    .modal-fullscreen-md-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-header{
    border-radius: 0;
    }
  .modal-fullscreen-md-down .modal-body{
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer{
    border-radius: 0;
  }
}


@media (max-width: 991.98px){
  .modal-fullscreen-lg-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header{
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body{
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer{
    border-radius: 0;
  }

button h1 {
        font-size: 1.6em;
        background: none;
        color: #000;
        margin-left: 50px;
        margin-top: -170px;
    }

#access{
  font-size: 1.2em;
    }
    
}

@media (max-width: 1199.98px){
  .modal-fullscreen-xl-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header{
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body{
    overflow-y: auto;
  }

  .modal-fullscreen-xl-down .modal-footer{
    border-radius: 0;
  }
   
}

@media (max-width: 1399.98px){
  .modal-fullscreen-xxl-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header{
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body{
    overflow-y: auto;
  }

  .modal-fullscreen-xxl-down .modal-footer{
    border-radius: 0;
  }
    
}


@-webkit-keyframes _tada{
  from{
    transform: scale3d(1, 1, 1);
  }

  10%{
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  20%{
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  50%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  70%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  90%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  60%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  80%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to{
    transform: scale3d(1, 1, 1);
  }
}

@keyframes _tada{
  from{
    transform: scale3d(1, 1, 1);
  }

  10%{
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  20%{
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  50%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  70%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  90%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  60%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  80%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to{
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes _pulse{
  from{
    transform: scale3d(1, 1, 1);
  }

  50%{
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to{
    transform: scale3d(1, 1, 1);
  }
}

@keyframes _pulse{
  from{
    transform: scale3d(1, 1, 1);
  }

  50%{
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to{
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes _show-up-clock{
  0%{
    opacity: 0;
    transform: scale(0.7);
  }

  to{
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes _show-up-clock{
  0%{
    opacity: 0;
    transform: scale(0.7);
  }

  to{
    opacity: 1;
    transform: scale(1);
  }
}

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

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

.fixed{
  position: fixed;
}

.relative{
  position: relative;
}

.top-0{
  top: 0px;
}

.left-0{
  left: 0px;
}

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

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

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

.mr-2{
  margin-right: 0.5rem;
}

.box-content{
  box-sizing: content-box;
}

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

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-48{
  height: 12rem;
}

.h-10{
  height: 2.5rem;
}

.h-3{
  height: 0.75rem;
}

.h-full{
  height: 100%;
}

.h-4{
  height: 1rem;
}

.w-full{
  width: 100%;
}

.w-10{
  width: 2.5rem;
}

.w-3{
  width: 0.75rem;
}

.w-auto{
  width: auto;
}

.w-4{
  width: 1rem;
}

.flex-none{
  flex: none;
}

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

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

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

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

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

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

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

.gap-5{
  gap: 1.25rem;
}

.overflow-hidden{
  overflow: hidden;
}

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

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

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

.rounded{
  border-radius: 0.25rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-none{
  border-radius: 0px;
}

.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

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

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

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

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

.border-none{
  border-style: none;
}

.bg-cover{
  background-size: cover;
}

.bg-clip-padding{
  background-clip: padding-box;
}

.p-10{
  padding: 2.5rem;
}

.p-4{
  padding: 1rem;
}

.p-1{
  padding: 0.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
    
}

.text-sm{
  font-size: 1.275rem;
  line-height: 1.25rem;
   font-family: 'Raleway', sans-serif;
    position: absolute;
    z-index: 2;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

.uppercase{
  text-transform: uppercase;
}

.leading-normal{
  line-height: 1.5;
}

.leading-none{
  line-height: 1;
}

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

.opacity-50{
  opacity: 0.5;
}


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

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

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

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

.hover\:no-underline:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.hover\:opacity-75:hover{
  opacity: 0.75;
}

.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.focus\:shadow-lg:focus{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-none:focus{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.focus\:ring-0:focus{
  --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.active\:shadow-lg:active{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

@media (min-width: 976px){
  .lg\:flex{
    display: flex;
  }

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

  .lg\:w-48{
    width: 12rem;
  }

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

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

  .lg\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .lg\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:border-l-0{
    border-left-width: 0px;
  }

  .lg\:border-t{
    border-top-width: 1px;
  }
}

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