/* styleWithCell */
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@400&display=swap');

html {
  min-height: 100%
}

body {
  font-family: "museo", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: white;
  /* background-image: url("../img/cca_charette_2023.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom; */
  background-color: #000224;
}

body.clicked {
  animation-name: example;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  /* background-blend-mode: color-dodge;
  background-color: #FF8900; */
  transition: background-color 1s;
}

body.normal {
 background-position: center top;
  /* background-blend-mode: color-dodge; */
  /* background-color: #FF8900; */
}

@keyframes example {
  from {
    background-position: bottom;
  }

  to {
    background-position: top;
  }
}

/* ---------------------------------------------------
page index */

.titles {
  cursor: pointer;
  transition: opacity ease-in-out 0.5s, transform ease-in-out 0.5s;
}

.titles:hover {
  opacity: 0.25;
  transform: scale(101%);
}

.containerA {
  position: sticky;
  left: 30px;
  top: 0;
  width: 55%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  mix-blend-mode: hard-light;
}

.itemA {
  max-height: 100%;
  max-width: 100%;
}

.containerA.clicked {
  opacity: 0;
  transition: 1s;
}

.display-title {
  font-family: "dead-history", sans-serif;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.display-title-link {
  text-decoration: none;
}

.display-site-title {
  font-size: 7.1vw;
  color: white;
  line-height: 1.2em;
  margin: 0;
  text-shadow: 0.5px 0.5px #000000;
}

.display-date {
  font-size: 2vw;
  margin: 0 20px;
}

#fr_title_small {

  color: white;
  text-decoration: none;
  margin: 0;
  font-size: 2.65vw;
  line-height: 1;
  margin-left: 20px;
}

footer.photo-credit {
  font-size: 10px;
  opacity: 0.5;
  margin-left: 20px;
}

/* ============================================================
Main page first time (fade) */

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.accueil {
  animation: fadein .5s;
}

/* ============================================================
Title top */

.container_main {
  position: fixed;
  top: 0;
  width: 23%;
  height: auto;
  margin-bottom: 10px;
}

.container_main>a {
  max-width: 100%;
}

.container_main>a>img {
  max-width: 100%;
}

/* ============================================================
nav */

.menu_main {
  line-height: 1.75em;
  position: fixed;
  top: 10.5%;
  width: 23%;
  font-size: 16px;
  background-image: url("../img/354735_447.png");
  background-repeat: no-repeat;   
  background-position: right;
  background-position-y: 20%;
}

.menu_en {
  position: fixed;
  top: 9.5%;
  width: 23%;
}

.menuLink a {
  color: #FC6C00;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  float: right;
  text-align: right;

}

/* .menuLink a:hover {
  color: #FFC503;

} */

/* .menuLink .current {
  color: #FFC503;
} */

/* ============================================================
fonts */

a {
  color: #FC6C00;
  transition: opacity ease-in-out 0.5s;
}

a:hover {
  text-decoration: none !important;

}

/* ============================================================
text body */

.page-title {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  font-style: normal;
  font-size: 2em;
  line-height: 1;
}

.page-subtitle {
  font-family: "neue-haas-unica", sans-serif;
  letter-spacing: 3px;
  font-weight: normal;
  font-size: 1.5em;
  font-weight: 500;
}

#paragraphSuperDiv {
  position: relative;
  overflow: hidden;
  width: 525px;
  max-width: 60%;
  left: 26%;
  top: 5vh;
  bottom: 5%;
  margin: 0;
  padding: 0;
}

.paragraph {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-y: scroll;
  padding-right: 17px;
}

tr {
  vertical-align: top;
}

.backdrop {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

/* ============================================================
Footer block */

.container2 {
  position: fixed;
  bottom: 1%;
  max-width: 22%;
  max-height: 30vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.item2 {
  width: 90%;
  max-height: 100%;
}

.container3 {
  width: 100%;
  height: 8%;
  display: flex;
}

.item3 {
  margin: 25%;
}

#tproj > tr > td {
  width: 270px;
  height: 200px;
  text-align: center;
}
/* ============================================================
Ajustements écrans petits */

@media screen and (min-width: 415px) and (max-width: 575px) {

  /* body,
  body.normal {
    background-image: url("../img/cca_charette_2023.gif");
  } */

  .menu_main{
    position: static;
    background-image: url("../img/354735_447.png");
    background-repeat: no-repeat;   
    background-position: right;
    background-position-y: 20%;
    width: auto;
  }
  
  .container_main {
    position: fixed;
    top: 0;
    height: 7vh;
    width: auto;
    margin-bottom: 10px;
  }

  .container_main>a {
    max-height: 100%;
  }

  .container_main>a>img {
    max-height: 100%;
    max-height: 100%;
  }
}

/* ============================================================
 Ajustements écrans petits */

@media screen and (max-width: 414px) {

  /* body,
  body.normal {
    background-image: url("../img/cca_charette_2023.gif");
  } */
  .menu_main{
    position: static;
    background-image: url("../img/354735_447.png");
    background-repeat: no-repeat;   
    background-position: right;
    background-position-y: 20%;
    width: auto;
  }
  .containerA {
    left: -20px;
  }

  .container_main {
    position: fixed;
    top: 0;
    width: 80%;
    height: 50px;
  }

  .container_main>a {
    max-height: 100%;
  }

  .container_main>a>img {
    max-height: 100%;
  }

  #paragraphSuperDiv {
    position: static;
    margin-left: 6%;
    width: 500px;
    max-width: 70%;
    height: 84%;
    max-height: 84%;
    left: 26%;
    top: 8vh;
    bottom: 30vh;
  }

  #menuLink {
    font-family: arial, serif;
    font-size: 10px;
    font-weight: 500;
    color: #d7d7d7;
    text-decoration: none;
  }

  p,
  a,
  ul,
  li,
  table,
  tr,
  td {
    font-family: arial, serif;
    font-size: 13px;
    font-weight: 500;
    color: #d7d7d7;
    text-decoration: none;
  }

  .container2 {
    position: static;
    /* margin-left: -20px; */
    bottom: 1%;
    max-width: 50%;
    max-height: 18%;
    /* display: flex; */
    /* flex-direction: column;
    justify-content: space-between; */
  }
}