@charset "UTF-8";
/*__________________________________________________________________________________
___/\/\/\/\/\____/\/\/\/\____/\/\____/\/\__/\/\/\/\/\/\__/\/\/\/\/\/\__/\/\/\/\/\___
_/\/\__________/\/\____/\/\__/\/\____/\/\______/\/\______/\____________/\/\____/\/\_
_/\/\__/\/\/\__/\/\____/\/\____/\/\/\/\________/\/\______/\/\/\/\/\____/\/\/\/\/\___
_/\/\____/\/\__/\/\____/\/\______/\/\__________/\/\______/\/\__________/\/\__/\/\___
___/\/\/\/\/\____/\/\/\/\________/\/\__________/\/\______/\/\/\/\/\/\__/\/\____/\/\_
____________________________________________________________________________________*/
/*_________________________________________________________________________ PROJETS */
#projetTitre {
  padding-top: calc(var(--decM)*1.35);
  padding-bottom: calc(var(--decM)*0.15);
  min-height: inherit;
}
#projetTitre .wrapper {
  mix-blend-mode: multiply;
  background-color: var(--yellow);
  transform: rotate(-2deg) translate3d(0, 0, 0);
  padding: 20px;
  box-sizing: content-box;
}
#projetTitre h2, #projetTitre h3, #projetTitre h4 {
  max-width: 80%;
}
#projetTitre h2 {
  font-weight: 500;
  font-size: calc(var(--font)*4);
  line-height: 0.9em;
  margin: 0;
  /*background-color: rgba(255, 0, 4, 0.60);*/
}
#projetTitre h3 {
  font-weight: 500;
  font-size: calc(var(--font)*1.3);
  line-height: 1.6em;
  text-transform: uppercase;
}
#projetTitre h4 {
  font-weight: 400;
  font-size: calc(var(--font)*1.2);
  line-height: 1.2em;
}
#projetST {
  font-size: calc(var(--font)*1);
  line-height: 1.5em;
  min-height: inherit;
  text-align: justify;
  padding-top: 0;
  padding-bottom: calc(var(--decM)*0.35);
  display: flex;
  align-items: center;
  justify-content: center;
}
#projetST:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#projetST #projet1stImg {
  width: 47%;
  aspect-ratio: 1/1;
  margin: 0;
  margin-right: 4%;
  margin-left: 2%;
  padding: 0;
  align-self: flex-start;
}
#projetST #projet1stImg img {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  border: 10px solid #fff;
  transform: rotate(-2deg) translate3d(0, 0, 0);
  box-shadow: -5px 10px 0px 0px rgba(211, 236, 22, 0.50);
}
#projetST #projetTexte {
  width: 47%;
}
#projetST #projetTexte p {
  margin: 0 0 0.5em 0;
}
#projetST #projetTexte a {
  display: inline-block;
  text-decoration: none;
  background-color: #E74318;
  color: #fff;
  padding: 2px 10px;
  border-radius: 3px;
}
#projetST #projetTexte a:hover {
  background-color: #CB360F;
  color: #fff;
  transform: rotate(-2deg);
  transition: all 0.3s ease-in-out;
}
#projetST #projetTexte a.classicLink {
  display: inline-block;
  text-decoration: underline;
  background-color: transparent;
  color: #000;
  padding: 0;
  border-radius: 0;
}
#projetST #projetTexte a.classicLink:hover {
  background-color: #000;
  color: #fff;
  transform: rotate(-2deg);
  transition: all 0.3s ease-in-out;
}
section#projetImg {
  text-align: center;
  min-height: inherit;
}
/* Responsive image gallery 1• class : CLASSIC - 100%x100% - fin 100%----------------- */
section#projetImg.classic {
  padding-top: 0;
  margin-bottom: var(--space);
}
section#projetImg.classic > .refContainer {
  width: 100%;
  height: auto;
  margin-bottom: var(--frame);
  transition: all 250ms ease-in-out;
}
section#projetImg.classic .refContainer img {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: auto;
  transition: all 250ms ease-in-out;
}
/* Non retenus */
section#projetImg .refContainer.nonRetenu {
  /*width: calc(var(--wrapperW)/2 - var(--frame)/2);
  display: inline-block;
  margin-right: var(--frame);*/
}
section#projetImg .refContainer.nonRetenu:last-child {
  /*margin-right: 0*/
}
section#projetImg .refContainer.nonRetenu:after {
  content: "Esquisses\atravaux préalables\a Non retenu";
  white-space: pre;
  position: absolute;
  z-index: 11;
  height: auto;
  top: 50%;
  right: 0;
  background-color: rgba(34, 34, 34, 0.75);
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
  padding: 3px 10px;
  transform: translateY(-50%);
}
/* Responsive image gallery 2• class : FLEX - 33% - fin 33% ----------------- */
section#projetImg.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(var(--font)*1);
  padding-top: 0;
}
section#projetImg.flex > .refContainer {
  flex: 1 1 auto;
  flex-basis: auto;
  height: 45vh;
  max-width: 2200px;
  /*  overflow: hidden;
  background-color: #000;*/
  transition: all 250ms ease-in-out;
}
@supports (-webkit-hyphens:none) {
  section#projetImg.flex > .refContainer {
    flex: 1 1 40vw;
  }
}
section#projetImg.flex .refContainer:last-child {
  flex: 1 1 auto;
}
/* Force alignt left last line
section#projetImg.flex::after {
  content: "";
  flex-grow: 999;
}*/
section#projetImg.flex .refContainer img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  image-rendering: auto;
  transition: all 250ms ease-in-out;
}
section#projetImg.flex img {
  width: 100%;
  height: auto;
}
/* Non retenus */
section#projetImg.flex .refContainer.nonRetenu {
  flex: 1 1 auto;
  flex-basis: auto;
  max-width: 2200px;
  margin: 0;
}
section#projetImg.flex .refContainer.nonRetenu:last-child {
  /*margin-right: 0*/
}
section#projetImg.flex .refContainer.nonRetenu img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* Responsive image gallery 3• class : FLEX50 - 50% - fin 100% ----------------- */
section#projetImg.flex50 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(var(--font)*1);
  padding-top: 0;
  margin-bottom: var(--space);
}
section#projetImg.flex50 > .refContainer {
  flex: 1 1 40vw !important;
  flex-basis: auto;
  height: 50vh;
  /*  overflow: hidden;
  background-color: #000;*/
  transition: all 250ms ease-in-out;
}
section#projetImg.flex50 .refContainer:first-child {
  flex: 0 1 100% !important;
}
@supports (-webkit-hyphens:none) {
  section#projetImg.flex50 > .refContainer {
    flex: 1 1 40vw;
  }
}
section#projetImg.flex50 .refContainer img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  image-rendering: auto;
  transition: all 250ms ease-in-out;
}
section#projetImg.flex50 img {
  width: 100%;
  height: auto;
}
/* Non retenus */
section#projetImg.flex50 .refContainer.nonRetenu {
  flex: 1 1 auto;
  flex-basis: auto;
  max-width: 2200px;
  margin: 0;
}
section#projetImg.flex50 .refContainer.nonRetenu:last-child {
  margin-right: 0
}
section#projetImg.flex50 .refContainer.nonRetenu img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* -------------------------------------- Hover ZOOM */
section#projetImg .refContainer {
  position: relative;
  background-color: #000;
  overflow: hidden;
}
section#projetImg .refContainer .zoom {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  height: 15%;
  aspect-ratio: 1/1;
  pointer-events: none;
  transform: translate(-50%, -20%);
  opacity: 0;
  transition: all 250ms ease-in-out;
}
section#projetImg .refContainer .zoom img {
  height: 100%;
  width: auto;
}
section#projetImg .refContainer:hover {
  /* border-radius: calc(var(--font)*3);*/
}
section#projetImg .refContainer:hover img:not(.zoom img) {
  opacity: 0.8;
}
section#projetImg .refContainer:hover .zoom {
  opacity: 1 !important;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.5));
}
/*section#projetImg::after {
	content: "";
  flex-grow: 999;
	height:1px!important;
}*/
/* -------------------------------------- Navigation Projets */
#projetPaginations {
  margin-top: 10%;
  min-height: inherit;
  text-align: center;
  font-size: 0;
  padding: 0;
  /*border-width: 1px 0;
  border-style: dotted;
  border-color: #000;*/
  transform: rotate(-2deg);
}
#PPcontent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: var(--font);
  width: calc(var(--wrapperW)*1);
  margin: 0 auto;
}
#PPcontent a {
  aspect-ratio: 1.25/1;
  width: 19.5%;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  font-size: 0;
  color: #000;
  text-decoration: none;
  font-style: italic;
  font-weight: 500;
}
#PPcontent a span {
  display: none;
}
#PPcontent a:nth-child(1), #PPcontent a:nth-child(2) {
  text-align: right;
}
#PPcontent a:nth-child(5), #PPcontent a:nth-child(4) {
  text-align: left;
}
#PPcontent a img {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
#PPcontent a:nth-child(5) img, #PPcontent a:nth-child(4) img {
  right: inherit;
  left: 0;
}
/* nav ---------------------------------------*/
#PPcontent a span.navTxt {
  /* Txt */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  aspect-ratio: 1/1;
  height: 100%;
  top: 0;
  right: 0;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  font-size: var(--font);
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.5s ease-in-out;
}
#PPcontent a span.navTxt em {
  /* Txt em */
  padding: 1em;
}
#PPcontent a span:nth-child(3) {
  /* arrow */
  display: block;
  position: absolute;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: #000;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 0%;
  transform: translate(5%, -42.5%) rotate(-45deg);
}
#PPcontent a span:nth-child(4) {
  /* line */
  display: block;
  position: absolute;
  width: 17%;
  height: 2px;
  background-color: #000;
  top: 50%;
  left: 0%;
  transform: translate(0, 0) rotate(0deg);
}
#PPcontent a:nth-child(2) span:nth-child(3), #PPcontent a:nth-child(4) span:nth-child(3) {
  display: none;
}
#PPcontent a:nth-child(4) span:nth-child(4), #PPcontent a:nth-child(5) span:nth-child(4) {
  left: inherit;
  right: 0;
}
#PPcontent a:nth-child(4) span.navTxt, #PPcontent a:nth-child(5) span.navTxt {
  right: inherit;
  left: 0;
}
#PPcontent a:nth-child(4) span:nth-child(3), #PPcontent a:nth-child(5) span:nth-child(3) {
  left: inherit;
  right: 0;
  border-width: 2px 2px 0 0;
  transform: translate(-5%, -42.5%) rotate(45deg);
}
#PPcontent a:not(#PReturn):hover span.navTxt {
  opacity: 1;
}
/* Nav Arrow ---------------------------------------*/
.arrowPN {
  position: fixed;
  box-sizing: border-box;
  top: 50%;
  z-index: 10000;
  width: calc(var(--space)*0.6);
  height: var(--space);
  left: 0;
  background-color: #000;
  background: linear-gradient(to right, #222 0%, #222 3%, #3F3F3E 10%, #222 15%);
  color: #fff;
  text-align: right;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  padding-right: 0.5em;
  transform: translateY(-50%);
  line-height: var(--space);
  vertical-align: middle;
  box-shadow: rgba(9, 30, 66, 0.5) 0px 4px 8px -2px, rgba(9, 30, 66, 0.1) 0px 0px 0px 1px;
  border-radius: 0 5px 5px 0;
  transition: width 0.3s ease-in-out 0s;
  text-decoration: none;
}
#arrowNext {
  left: inherit;
  right: 0;
  text-align: left;
  padding: 0;
  padding-left: 0.5em;
  background-color: var(--yellow);
  background: linear-gradient(to left, #222 0%, #222 3%, #000 10%, #222 15%);
  border-radius: 5px 0 0 5px;
}
#arrowPrev:hover, #arrowNext:hover {
  width: calc(var(--space)*0.7);
}
/* Return ---------------------------------------*/
#PPcontent #PReturn {
  background-color: transparent;
  padding-top: 15px;
  transition: 0.5s ease-in-out;
}
#PPcontent #PReturn span:first-child {
  /* Txt */
  display: inline-block;
  font-size: calc(var(--font)*1.1);
  line-height: calc(var(--font)*1.1);
  width: 100%;
  text-align: center;
}
#PPcontent #PReturn span:nth-child(2) {
  /* arrow */
  position: absolute;
  display: block;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #000;
  width: 10px;
  height: 10px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 20%) rotate(-45deg);
  transition: 0.5s ease-in-out;
}
#PPcontent #PReturn span:nth-child(3) {
  /* line */
  position: absolute;
  display: block;
  width: 100%;
  border: 0;
  height: 2px;
  background-color: #000;
  top: 50%;
  transform: none;
}
#PPcontent #PReturn span:nth-child(4) {
  /* circle */
  position: absolute;
  display: block;
  border: 2px solid #000;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  background-color: #EBEBEB;
  transform: translate(-50%, -40%) rotate(-45deg);
}
#PPcontent #PReturn:hover {
  padding-top: 8px;
}
#PPcontent #PReturn:hover span:nth-child(2) {
  transform: translate(-50%, -70%) rotate(-45deg);
}
/*______________________________________________________________________ RESPONSIVE */
@media only screen and (min-width: 1201px) {}
@media only screen and (max-width: 1200px) {
  #projetTitre h2 {
    /*font-size: calc(var(--font)*3.5);*/
    font-size: calc(var(--font)*4);
  }
  #projetTitre h3 {
    /*font-size: calc(var(--font)*1.1);*/
    font-size: calc(var(--font)*1.35);
  }
  #projetTitre h4 {
    /*font-size: calc(var(--font)*1);*/
    font-size: calc(var(--font)*1.15);
  }
  #projetST {
    font-size: calc(var(--font)*1.15);
  }
}
@media only screen and (max-width: 900px) {
  #PPcontent a:nth-child(1), #PPcontent a:nth-child(5) {
    display: none !important;
  }
  #PPcontent {
    justify-content: center;
    column-gap: 1%;
  }
  #PPcontent a {
    width: 25%;
  }
  #PPcontent a span:nth-child(3) {
    /* arrow */
    display: block !important;
  }
}
@media only screen and (max-width: 650px) {
  #projetTitre .wrapper {
    padding: 20px;
  }
  #projetTitre h2, #projetTitre h3, #projetTitre h4 {
    text-align: center;
    max-width: 100%;
    width: 100%;
    display: block;
  }
  #projetTitre h2 {
    font-size: calc(var(--font)*3.5);
  }
  #projetTitre h3 {
    font-size: calc(var(--font)*1.35);
  }
  #projetTitre h4 {
    font-size: calc(var(--font)*1.2);
  }
  #projetTitre #projetST {
    text-align: center;
    float: left;
    margin: 4% 0 0;
    width: 66%;
    max-width: 100%;
  }
  #projetST {
    font-size: calc(var(--font)*1.2);
    align-items: start;
    display: inherit;
  }
  #projetST #projet1stImg {
    width: 90%;
    display: inherit;
    float: none;
    margin: 0 auto calc(var(--font)*4);
  }
  #projetST #projetTexte {
    width: 90%;
    float: none;
    margin: 0 auto 0;
  }
  #PPcontent a {
    width: 38%;
  }
  #PPcontent #PReturn {
    width: 20%;
  }
  #PPcontent a span.navTxt {
    /* Txt */
    font-size: calc(var(--font)*1.1);
  }
}
@media only screen and (max-width: 550px) {
  section#projetImg > .refContainer {
    max-height: 38vh !important;
  }
  #projetTitre h2 {
    font-size: calc(var(--font)*4);
  }
  #projetTitre h3 {
    font-size: calc(var(--font)*1.5);
  }
  #projetTitre h4 {
    font-size: calc(var(--font)*1.3);
  }
  #projetST {
    font-size: calc(var(--font)*1.3);
    display: inherit;
  }
  #projetST #projet1stImg {
    width: 90%;
    display: inherit;
    float: none;
    margin: 0 auto calc(var(--font)*4);
  }
  #projetST #projetTexte {
    width: 90%;
    float: none;
    margin: 0 auto 0;
  }
  #PPcontent {
    column-gap: 3%;
  }
  #PPcontent a {
    width: 35%;
    aspect-ratio: 1.15/1;
  }
  #PPcontent a span:nth-child(4) {
    /* line */
    display: none !important;
  }
  #PPcontent a#PReturn span:nth-child(4) {
    /* line */
    display: block !important;
  }
  #PPcontent #PReturn {
    width: 20%;
  }
  #PPcontent a span.navTxt {
    /* Txt */
    font-size: calc(var(--font)*1.2);
  }
  /*	@supports (-webkit-hyphens:none){
		#PPcontent {
    column-gap: 1%;
  }
         #PPcontent a {
    width: 35%;
    aspect-ratio: 1.1/1;
  }*/
}
@media only screen and (max-width:450px) {
  section#projetImg > .refContainer {
    max-height: 30vh !important;
  }
  #projetTitre h2 {
    font-size: calc(var(--font)*2.8);
  }
  #projetTitre h3 {
    font-size: calc(var(--font)*1.3);
  }
  #projetTitre h4 {
    font-size: calc(var(--font)*1.2);
  }
  #projetST {
    width: 90%;
    font-size: calc(var(--font)*1.2);
  }
  #PPcontent #PReturn {
    padding-top: 13px;
  }
  #PPcontent #PReturn:hover {
    padding-top: 6px;
  }
  .arrowPN {
    width: calc(var(--space)*1.2);
    height: calc(var(--space)*1.5);
    line-height: calc(var(--space)*1.5);
  }
  #arrowPrev:hover, #arrowNext:hover {
    width: calc(var(--space)*1.5);
  }
}
@media only screen and (max-width:350px) {
  section#projetImg > .refContainer {
    max-height: 25vh !important;
  }
  .arrowPN {
    width: calc(var(--space)*1.2);
    height: calc(var(--space)*2);
    line-height: calc(var(--space)*2);
  }
  #arrowPrev:hover, #arrowNext:hover {
    width: calc(var(--space)*1.5);
  }
}