@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Sen:wght@400;700;800&display=swap');

body {
    margin: 0;
    color: #3a3a3a;
    font-family: 'Sen';
}

.container-fluid {
    height: 100vh;
    padding: 0;
    margin: 0;

}


h1 {
    font-size: 50px;
    font-weight: 600;
    margin: 0;
    padding: 0px 0px 30px 0px;
}

h2 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 500;
    padding: 10px 0px 0px 0px;
    margin: 0;
}

h3 {
    font-family: 'Oswald';
    font-weight: 600;
    font-size: 60px;
    margin: 0;
    position: relative;
}

h5 {
    padding-left: 5%;
    margin: 2% 0% 1% 0%;
}

h6 {
    padding-left: 5%;
    margin: 2% 0% 1% 0%;
}

p {
    /*font-size: 16px;*/
    margin-top: 0px;
}

a:visited, a:link {
    color:inherit;
    text-decoration: none;
}

.citation {
    font-style: italic;
    font-size: 20px;
    color: #a2a2a2;
}

.source {
    font-size: 12px;
    transform: translate3d(40%, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) scale(1, 1);
    font-style: italic;
}


/* ------------------    BACKGROUND - FORMES   -------------------- */
#forme1 {
    position:absolute;
    top:-10px;
    right:-10px;
    transform: scale(0.5);
    transform-origin: top right;
}

#forme2 {
    position:absolute;
    bottom:-10px;
    left: -10px;
    transform: scale(0.7);
    transform-origin: bottom left;
}

/* ------------------    HEADER   -------------------- */

#header {
    width: 100%;
    position: absolute;
    height: 65px;
    z-index: 101;
}

.logo {
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
     float: left;
    margin-left: 70px;
}

.logo a:link, .loogo a:visited {
    margin:0px;
}

#menuB {
    position: relative;
    top: 50%;
    transform: translate(0px, -50%);
    cursor: pointer;
    float: right;
    margin-right: 30px;
    position: absolute;
    right: 0%;
    height: 100%;
    width: 70px;

}



#barre1,
#barre2,
#barre3 {
    position: absolute;
    transform: translate(0%, -50%);
    width: 35px;
    height: 4px;
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 1px rgb(255,255,255);
    /*-webkit-border: 1px solid rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);*/
    transition: 0.4s;
    top: 50%;
    transform-origin: top;

}

#barre1 {
    transform: translate(0px, -250%);
}

#barre3 {
    transform: translate(0%, 150%);
}

.change #barre1 {
    -webkit-transform: rotate(-45deg) translate(0px, 10px);
    transform: rotate(-45deg) translate(0px, -50%);
}

.change #barre2 {
    opacity: 0;
}

.change #barre3 {
    -webkit-transform: rotate(45deg) translate(0px, -10px);
    transform: rotate(45deg) translate(0px, -50%);
}

.change #barre1,
.change #barre3 {
    background-color: white;
}

/*---------------------------------*/




#menuPage {
    height: 100%;
    width: 100%;
    position: static;
    


}

#menuContainer {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 100;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
     -webkit-backdrop-filter: blur(15px); /* assure la compatibilité avec safari */
    backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 0.6);
    }

.menuShow {
    transform: translateX(0%) !important;
    opacity: 1 !important;


}


#menuPage ul {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    list-style: none;
    text-align: center;
    width: 30%;
}

#menuPage a:link, #menuPage a:visited, #menuPage a, #menuPage a:active {
    color:inherit;
    padding:inherit;
    margin:inherit;
    -webkit-text-stroke:inherit;
    text-stroke:inherit;
    text-decoration: none;
    
}

#menuPage li {
    font-family: 'Sen';
    font-weight: bold;
    font-size:30px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid black;
    padding-top: 20px;
    color: transparent;
    -webkit-text-stroke: 1px #3a3a3a;
    text-stroke: 1px #3a3a3a;
    transition: text-stroke 0.2s, color 0.2s;
}

#menuPage li:first-child {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
}

#menuPage li:hover {
    color:#3a3a3a;
    -webkit-text-stroke:none;
    text-stroke:none;
    font-style: normal;
}


/*---------------------------------*/

#nextProj {
  position: absolute;
  bottom: 0px;
  right: 65px;
    height:65px;
}

#next-container {
    height:100%;   
  display: flex;
  align-items: center;
}

#next-container p {
  margin-right: 10px;
    margin-top:revert;
    color:#3a3a3a;
}

#next-container img {
  max-width: 100%;
}






/*----------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------ MOBILE NOT READY ------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------*/




/* CSS pour les écrans de moins de 768 pixels de largeur */
@media (max-width: 767px) {
  /* Ajoutez ici le style pour le message à afficher */
  #message-mobile {
    display: block; 
  }
}

/* CSS pour les écrans de 768 pixels de largeur ou plus */
@media (min-width: 768px) {
  /* Ajoutez ici le style pour le message à cacher */
  #message-mobile {
    display: none;
  }
}




#message-mobile {
    background-color: rgba(0,0,0,0.9);
    position:absolute;
    width: 100%;
    height:100%;
    z-index: 200;
    
}

#mobile-container {
    position:absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

#mobile-container p {
    color:white;
    text-align: center;
}


#buttonOK {
    position:relative;
    left: 50%;
    transform: translate(-50%, 0%);
    width:60%;
    height:8vh;
    background-color:white;
    border-radius: 3px;
    
}

#buttonOK p {
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:black;
    font-weight: bold;
    
}



/*---------------------------------*/

/*#menu {
    display: inline-block;
    cursor: pointer;
    float: right;
    margin-right: 30px;
    
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 4px;
  background-color: transparent;
    -webkit-border: 1px solid white;
    border: 1px solid white;
  margin: 6px 0;
  transition: 0.4s;
    
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}


#menu {
    display: inline-block;
    cursor: pointer;
    float: right;
    margin-right: 3%;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}*/


/* ---------------   MENU   ----------- */
/*#menu-container {
    height: 100%;
    width: 30%;
    background-color: white;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    right: -40%;
    z-index: 2;
    padding: 5% 0% 0% 5%;
    transition-duration: 1s;
}

.changeMenu {
    transform: translateX(-100%);
}

.changeMenuOff {}

ol,
li {
    list-style-type: none;
}

ol {
    padding-left: 20px;
}

li {
    margin-bottom: 10px;
    animation-delay: 1s;
}

li:hover {
    font-style: italic;

}*/
