/* CSS DU BODY */

body {
    margin: 0;
    height: 100vh;
    display: flex;
    background: linear-gradient(to bottom, pink 0%, pink 25%, lightblue 25%, lightblue 50%, orange 50%, orange 75%, turquoise 75%, turquoise 100%);
    transition: background 1s ease-in-out;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow-y: auto;
    overflow-x: hidden;
    cursor: url('cursor.png'), default;
  }

  a {
    cursor: url('cursor_hover.png'), pointer; 
  }

/* TEXTES */

  #text-menu {
    font-family: 'Amiamie-Regular';
    font-size: 38px;
    color: #0e0e0e;
    padding: 10px;
    top: 100px;
  }

  #text {
    font-family: 'Amiamie-Regular';
    font-size: 18px;
    color: #0e0e0e;
  }

  p {
    font-family: 'Amiamie-Regular';
    font-size: 18px;
    color: #0e0e0e;
    text-emphasis-position:right;
    width: 60%;
  }

  footer {
    font-family: 'Amiamie-Regular';
    font-size: 8px;
    color: #0e0e0e;
    text-align:center;
    padding-bottom: 10px;
  }

  h1 {
    font-family: 'Zapfino';
    src: url(FONTS/Zapfino.ttf);
    font-size: 38px;
    color:hotpink;
    line-height: 20px;
    width: 150%;
    z-index: 1;
    padding-left: 20px;
  }

  h2 {
    font-family: 'Amiamie-Regular';
    font-size: 18px;
    color: hotpink;
    line-height: 14px;
    z-index: 2;
    text-align: right;
    width: 60%
  }


  a {
    text-decoration: underline dotted blue;
  }

  a:visited {
    text-decoration: underline dotted blue;
    color: blue;
  }

  a:hover, a:focus, a:active {
    text-decoration: underline dotted blue;
    color: white;
}
  
  @font-face {
    font-family: 'Amiamie-Regular';
    src: url(FONTS/Amiamie-Regular.ttf);
    
  }

  /* CSS IMAGES MENU*/

.img {
  margin: 5px;
  height: 250px;
  object-fit: cover;
  object-position: center;
  }

.img-p {
  height: 250px;
  margin: 5px;
  object-fit: cover;
  object-position: center;
}

.img-p2 {
  height: 450px;
  margin: 5px;
  object-fit: cover;
  object-position: center;
}

.img-sticky {
  position: absolute;
  top: 10%;
  left: 75%;
  height: 200px;
  z-index: 1;
  max-width: 90%;
}

.img-sticky2 {
  top: 77%; 
  left: 3%;
  height: 200px;
  z-index: 1;
  max-width: 90%;
}

.img-sticky3 {
  position: absolute;
  top: 62%; 
  left: 53%;
  height: 100px;
  z-index: 1;
  max-width: 90%;
}

/* BLOC */

.text-block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  left: 0%;
  top: 0%;
  overflow-x:hidden;
  overflow-y: auto;
  margin-left: 10%;
}

#bloc-img-menu { 
  position: relative;
  width: 90%;
}

#bloc-img-projet { 
  position: relative;
	left: 0px;
  max-width: 90%;
  overflow-x: hidden;
}

#bloc-legende{
  position:relative;
  width: 100%;
}

#bloc-about{
  position:relative;
  width: 100%;
}
