/************************************* FONTS FACE ***************************************/

@font-face {
  font-family: "EuclidBOLD";
  src: url("/asset/fonts/EuclidBold.woff2");
}
@font-face {
  font-family: "EuclidLIGHT";
  src: url("/asset/fonts/EuclidLight.woff2");
}
@font-face {
  font-family: "EuclidREGULAR";
  src: url("/asset/fonts/EuclidRegular.woff2");
}
@font-face {
  font-family: "EuclidMEDIUM";
  src: url("/asset/fonts/EuclidMedium.woff2");
}

@font-face {
  font-family: "DidotBOLD";
  src: url("/asset/fonts/DidotStdBold.woff2");
}

/************************************* BODY / BALISE DE BASE ***************************************/
body {
  box-sizing: border-box;
  --color-text: #000;
  --imgwidthmax: 500px;
  --size-title: 10vw;
  --font-weight-title: 400;
  --aspect-ratio: 32/17;
  margin: 0;
}

.black {
  background-color: black;
}

.white {
  background-color: white;
}

a {
  text-decoration: none;
   box-shadow: none;
}

p,
h1,
h2,
h3,
h4,
ul {
  font-size: 1em;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: normal;
}

  .container .section-concept-text .concept-text H2{
    font-size: 6rem;
  }
  
	.nav .logo img{
		margin-top: -6px;
		margin-bottom: 5px;
		height: 36px;
	}
	.variation{
		margin-top: 5rem;
		//background-image: url("/asset/img/fond_variation.png");
		background-repeat: no-repeat;
	}
	
/************************************* KEYFRAMES TRANSITIONS PAGE ROTATE ***************************************/
@-webkit-keyframes transitionIn {
  from {
    opacity: 0;
    transform: rotateX(-10deg);
  }
  to {
    opacity: 1;
    transform: rotateX(0);
  }
}
@keyframes transitionIn {
  from {
    opacity: 0;
    transform: rotateX(-10deg);
  }
  to {
    opacity: 1;
    transform: rotateX(0);
  }
}

.load {
  animation: transitionIn 3s;
}

/************************************* HEADER INDEX ***************************************/
.nav {
  display: flex;
  justify-content: space-around;
		padding-top: 1rem;
		margin-top: 0;
  top: 0;
  position: fixed;
  width: 100%;
  top: -80px;
  transition: 0.65s ease;
  z-index: 99;
  background: #353535;
}

.nav .lien {
  transition: all 0.2s linear 0s;
}

.nav .lien:before {
  content: "";
  position: absolute;
  display: flex;
  height: 0px;
  width: 0px;
  margin-top: 1rem;
  opacity: 1;
  background-color: #bbfeee;
  transition: all 0.2s linear 0s;
}

.nav .lien.filet-droit:before{
	margin-left: 7rem;
}

.nav .lien.filet-gauche:before{
	margin-left: -5rem;
}

.nav .lien:hover {
  text-indent: 20px;
}

.nav .lien:hover:before {
  width: 60px;
  height: 2px;
  opacity: 1;
  text-indent: 0px;
}

.nav .lien a {
  color: white;
  font-family: "EuclidREGULAR";
  font-size: 1.25em;
}


.nav.fixed {
  position: fixed;
}

/************************************* IMG BACKGROUND VISUEL ***************************************/
.img-visuel-background {
  background-image: url("/asset/img/home/accueil-desktop.jpg");
  height: 100vh;
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.img-visuel-background img{
	display: none;
}
.img-visuel-background:hover {
  cursor: url("/asset/img/home/arrowscrolldown.svg"), auto;
}



/************************************* INDEX ***************************************/
.section-discover {
  display: flex;
  justify-content: center;
  padding-top: 8rem;
  padding-bottom: 6rem;
}

.section-discover .text-discover h1,
.section-discover h2 {
  color: white;
  font-family: "didotBOLD";
  font-size: 5em;
  text-align: center;    
  transition: all 0.6s;
}

.section-discover .text-discover h1 span,
.section-discover h2 span {
  color: #bbfeee;
}

.section-discover .text-discover h1:hover {
    opacity: .6;
    cursor: pointer;
}

.section-vignettes {
  display: flex;
}
  .section-vignettes img {
    width: 100%; 
	transition: all 0.6s;
  }
  .section-vignettes img:hover{
	  opacity: .5;
  }

.grand_titre{
	text-align: center;
	margin-top: 3rem;
}
.grand_titre H1{
	font-size: 4.5rem;
	margin-bottom: 2rem;
}

.cadre{
	background-repeat: no-repeat;
	background-size: 298px 365px;
	background-position: top center;
	padding: 13px;
	margin: 8rem;
}
.cadre iframe{
	width: 272px;
	height: 340px;
}
.numero {
	font-size: 7rem;
	margin-right: 40%;
	margin-top: -7rem;
}
.vignettes{
	  margin: auto;
	  width: 600px;
	  padding: 5rem;
}
.vignettes img{
	background: white;
	margin-bottom: 4rem;
}

.home footer{
	border-top: 50px solid black;
}
.container {
  background-color: white;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.container .title1 {
  margin-top: 9rem;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.container .title1 h2 {
  font-family: "didotBOLD";
  font-size: 2.5em;
}

  
  .container .title1 span{
	  font-style: italic;
	  margin-top: 10px;
	  font-size: 1.2rem;
  }
.container .title1 p {
  font-family: "EuclidLIGHT";
  font-size: 1em;
  margin-top: 0.1rem;
}

.container .section-concept-text {
  width: 100%;
  display: flex;
  gap: 3rem;
}

.container .section-concept-text .concept-text {
  position: relative;
  font-size: 8em;
  font-family: "didotBOLD";
  padding: 128px;
  margin-top: 7rem;
}

.container .section-concept-text .img-concept {
  position: absolute;
  top: 0;
  left: 0;
  margin: 175px;
}

.container .section-concept-text .text-idea-process {
  margin-top: 12rem;
  margin-right: 3rem;
  margin-bottom: 5rem;
}

.container .section-concept-text .text-idea-process h2 {
  font-family: "didotBOLD";
  font-size: 2em;
  margin-top: 4rem;
}

.container .section-concept-text .text-idea-process p {
  font-family: "EuclidLIGHT";
  font-size: 1em;
  margin-top: 1.5rem;
  line-height: 25px;
}

.container .section-concept-text .text-idea-process a{
    color: black;
}
.container .section-concept-text .text-idea-process .btn1 {
  background-color: transparent;
  border: none;
  font-size: 2em;
  cursor: pointer;
  margin-top: 4rem;
  font-family: "EuclidREGULAR";
  opacity: 0.5;
}

footer .text-copyright {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  background-color: white;
}

footer .text-copyright .reseaux{
	  margin-top: 0.5rem;
}
footer .text-copyright .reseaux img{
	width: 30px;
	transition: 0.5s ease;
}
footer .text-copyright .reseaux img:hover{
	opacity: .6;
}


/************************************* COLLECTIONS ***************************************/
body.background-collections {
  background: url("/asset/img/backgroundcollections.jpg");
  background-size: cover;
  background-attachment: fixed;
}

body.background-collections:hover {
  cursor: url("/asset/img/cursorcollectionsanimals.png") auto;
}

.nav-about {
  display: flex;
  justify-content: end;
  position: fixed;
  width: 100%;
  z-index: 2;
}

.nav-about .about {
  transition: all 0.2s linear 0s;
}

.nav-about .about:before {
  content: "";
  position: absolute;
  display: flex;
  height: 0px;
  width: 0px;
  margin-top: 2.6rem;
  margin-left: 14.5rem;
  opacity: 1;
  background-color: black;
  transition: all 0.2s linear 0s;
}

.nav-about .about:hover {
  text-indent: 20px;
}

.nav-about .about:hover:before {
  width: 60px;
  height: 2px;
  opacity: 1;
  text-indent: 0px;
}

.nav-about .about p {
  color: black;
  font-family: "EuclidREGULAR";
  font-size: 1.25em;
  margin: 25px 122px;
}

#item_collection{
	margin-top: 5rem;
	text-align: center;
}
#item_collection .grande_image{
	margin:2rem;
	width: 800px;
}

.section-collections {
  display: flex;
  position: fixed;
  margin-left: 2rem;
  z-index: 2;
}

.section-collections ul {
  display: flex;
  flex-direction: column;
  margin-top: 40rem;
  font-family: "EuclidREGULAR";
  gap: 0.3rem;
}

.section-collections li {
  list-style-type: none;
  color: #000000;
  transition: 0.5s ease;
  opacity: 0.5;
  font-size: 0.75em;
  mix-blend-mode: difference;
}

.section-collections li:hover {
          transform: scaleX(2.5);
          transform: scaleY(1.1);
  opacity: 1;
  font-size: 1.2em;
  font-family: "EuclidMEDIUM";
  cursor: pointer;
}

.section-collections .variations {
          transform: scaleX(2.5);
          transform: scaleY(1.1);
  opacity: 1;
  font-size: 1.2em;
  font-family: "EuclidMEDIUM";
  cursor: pointer;
}

.section-collections .animals {
          transform: scaleX(2.5);
          transform: scaleY(1.1);
  opacity: 1;
  font-size: 1.2em;
  font-family: "EuclidMEDIUM";
  cursor: pointer;
}

.section-collections .soon {
          transform: scaleX(2.5);
          transform: scaleY(1.1);
  opacity: 1;
  font-size: 1.2em;
  font-family: "EuclidMEDIUM";
  cursor: pointer;
}

.section-animals-soon {
  display: flex;
  justify-content: center;
}

.section-animals-soon .animals-soon {
  display: flex;
          flex-direction: column;
  text-align: center;
  margin-top: 23rem;
  font-family: "DidotBOLD";
  font-size: 2em;
}

.section-animals-soon .animals-soon:hover {
  cursor: wait;
}

.section-soon {
  display: flex;
          justify-content: center;
}

.section-soon .soon {
  display: flex;
          flex-direction: column;
  text-align: center;
  margin-top: 23rem;
  font-family: "DidotBOLD";
  font-size: 2em;
}

.section-soon .soon:hover {
  cursor: wait;
}

/************************************* ABOUT ***************************************/
.nav-close {
  display: flex;
          justify-content: end;
  position: fixed;
  width: 100%;
}

.nav-close .close {
  transition: all 0.2s linear 0s;
}

.nav-close .close:before {
  content: "";
  position: absolute;
  display: flex;
  height: 0px;
  width: 0px;
  margin-top: 2.6rem;
  margin-left: 14.5rem;
  opacity: 1;
  background-color: white;
  transition: all 0.2s linear 0s;
}

.nav-close .close:hover {
  text-indent: 20px;
}

.nav-close .close:hover:before {
  width: 60px;
  height: 2px;
  opacity: 1;
  text-indent: 0px;
}

.nav-close .close p {
  color: white;
  font-family: "EuclidREGULAR";
  font-size: 1.2em;
  margin: 25px 122px;
}

.section-izidesign {
  display: flex;
  flex-direction: column;
  margin-left: 9rem;
    margin-bottom: 10rem;
    margin-right: 4rem;
}

.section-izidesign .izidesign h2 {
  color: white;
  font-family: "didotBOLD";
  font-size: 8em;
  margin-top: 10rem;
}

.section-izidesign .abouts li {
  color: white;
  font-family: "EuclidLIGHT";
  list-style: none;
  text-align: initial;
  margin-left: -2.5rem;
  margin-top: 2.5rem;
  width: 60%;
}

.section-izidesign .projects {
  color: white;
  font-family: "EuclidBOLD";
  opacity: 0.59;
  margin-top: 5rem;
}

.section-izidesign .variations {
  margin-top: 2rem;
}

.section-izidesign .variations a {
  color: white;
  font-family: "EuclidMEDIUM";
  font-size: 1.5em;
  opacity: 0.28;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.section-izidesign .variations a:hover {
  opacity: 1;
}

.footer_about {
	position: fixed;
	bottom: 0;
	width: 100%;
}

.footer_variation{
	position: relative;
}

.page {
  display: grid;
  padding: 5vw;
  max-width: 1400px;
  margin: 0 auto;
  grid-template-columns: 100%;
  grid-template-areas: "header" "meta" "grid";
  will-change: transform;
}

.content {
  grid-area: grid;
  margin: 25vh 0 30vh;
}

.content--offset {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  grid-gap: 30vh 10vw;
}

.content--full {
  width: 84vw;
  justify-self: center;
}

.content--padded {
  padding: 0 10vw;
}

.content__item {
  --imgwidth: calc(var(--imgwidthmax) * var(--aspect-ratio));
  width: var(--imgwidth);
  max-width: 100%;
  position: relative;
  will-change: transform;
  margin-bottom: 30vh;
  display: grid;
  grid-template-columns: 50% 50%;
}

.content__item--wide {
  grid-template-columns: 20% 80%;
}

.content__item--wide:nth-child(even) {
  grid-template-columns: 80% 20%;
}

.content--center .content__item {
  margin: 0 auto 60vh;
}

.content__item--expand {
  width: 100%;
  grid-template-columns: minmax(0, var(--imgwidth)) 1fr;
}

.content__item--expand:nth-child(even) {
  grid-template-columns: 1fr minmax(0, var(--imgwidth));
}

.content--alternate .content__item {
  max-width: 90vw;
  margin-bottom: 25rem;
}

.content--offset .content__item {
  margin: 0 auto 15vh;
}

.content--offset .content__item:nth-child(even) {
  align-self: end;
  margin-bottom: -20vh;
}

.content--alternate .content__item:nth-child(even) {
  margin-left: auto;
}

.content__item-imgwrap {
  position: relative;
  --imgwidth: 100%;
  margin: 0 auto;
  grid-area: 1 / 1 / 3 / 3;
  width: 44%;
  padding-bottom: calc(var(--imgwidth) / (var(--aspect-ratio)));
  transition: all 1s;
}
.content__item-imgwrap:hover{
	opacity: .6;
}

.demo-2 .content__item-imgwrap {
  outline: 1px solid transparent;
}

.content__item--expand .content__item-imgwrap {
  grid-area: 1 / 1 / 3 / 2;
}

.content__item--expand:nth-child(even) .content__item-imgwrap {
  grid-area: 1 / 2 / 3 / 3;
  justify-self: end;
}

.content__item-img {
  --overflow: 40px;
  height: calc(100% + (2 * var(--overflow)));
  top: calc(-1 * var(--overflow));
  width: 100%;
  position: absolute;
  background-size: cover;
  background-position: 50% 0%;
  will-change: transform;
}

.content__item-img--t1 {
  --overflow: 60px;
}

.content__item-img--t2 {
  --overflow: 80px;
}

.content__item-img--t3 {
  --overflow: 120px;
}

.content__item-number {
  opacity: 0.03;
  font-size: 25vw;
  position: absolute;
  top: -7vw;
  right: -10vw;
  line-height: 1;
}

.content__item:nth-child(even) .content__item-number {
  right: auto;
  left: -7vw;
}

.content__item-title {
  position: relative;
  font-size: var(--size-title);
  padding: 0 3vw;
  margin: calc(var(--size-title) * -1 / 2) 0 0 0;
  align-self: start;
  line-height: 1;
  font-family: var(--font-title);
  font-weight: var(--font-weight-title);
  color: var(--color-title);
  will-change: transform;
  mix-blend-mode: var(--blendmode-title);
  font-family: "";
}
.title-variations {
  z-index: 99;
  font-size: 2.5em;
  font-family: "DidotBOLD";
}

.content--center .content__item-title {
  grid-area: 1 / 1 / 3 / 3;
  margin: auto;
}

.content__item-title--layer {
  padding: 0;
  z-index: 10;
  grid-area: 1 / 1 / 2 / 3;
  width: 100%;
  text-align: center;
}

.content__item-description {
  grid-area: 3 / 1 / 3 / 3;
  width: 70%;
  position: relative;
  margin: 0;
  padding: 1rem 0 0 0;
  color: var(--color-description);
  font-family: "EuclidLIGHT";
  opacity: 0.75;
  top: 10rem;
}

.content--alternate .content__item-title,
.content__item--wide:nth-child(even) .content__item-description {
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
}

.content--alternate .content__item:nth-child(even) .content__item-title,
.content__item--wide .content__item-description {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
  width: auto;
}

.content__item--expand .content__item-description {
  grid-area: 1 / 2 / 3 / 3;
  justify-self: start;
  align-self: start;
  padding: 0 2rem;
  width: 250px;
  font-size: 0.9rem;
}

.content__item--expand:nth-child(even) .content__item-description {
  grid-area: 1 / 1 / 3 / 2;
  justify-self: end;
  text-align: right;
}

.content__item-deco {
  position: absolute;
  top: 2rem;
  left: 10vw;
  height: 30%;
  width: 1px;
  background: #d79612;
}

.content__item-decobar {
  width: 140%;
  height: 25%;
  top: 20%;
  left: -20%;
  position: absolute;
  background: #dd525a;
  mix-blend-mode: color-burn;
}

@media screen and (min-width: 53em) {
  .page--layout-1 {
    grid-template-columns: 30% 70%;
    grid-template-areas: "header header" "...  meta" "grid grid";
  }
  .page--layout-2 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "header meta" "...  meta" "grid grid";
  }
}

@media screen and (max-width: 40em) {
  .content__item--expand .content__item-imgwrap,
  .content__item--expand:nth-child(even) .content__item-imgwrap {
    grid-area: 1 / 1 / 3 / 3;
  }
  .content__item--expand .content__item-description,
  .content__item--expand:nth-child(even) .content__item-description,
  .content__item--wide .content__item-description,
  .content__item--wide:nth-child(even) .content__item-description {
    grid-area: 3 / 1 / 4 / 3;
    padding: 1rem 0;
    width: 100%;
    text-align: left;
  }
  .content__item--wide .content__item-description {
    padding: 1rem;
  }
  .content--alternate .content__item-title,
  .content--alternate .content__item:nth-child(even) .content__item-title {
    grid-area: 1 / 1 / 4 / 2;
  }
}



/************************************* RESPONSIVE ***************************************/
@media screen and (max-width: 1072px) {
	
    
    footer .text-copyright {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
    #item_collection .grande_image{
	    margin: 2rem auto;
	    width: 100%;
    }
    .cadre{
	    margin: 8rem auto;
    }
    .vignettes{
	    width: auto;
    }
    .vignettes img{
	    width: 100%;
    }
	
	.section-izidesign .abouts li{
		width: auto;
	}
	
	.img-visuel-background{
		height: auto;
	}
	.img-visuel-background .ipad{
		display: block;
		width: 100%;
	}
	
    .section-izidesign .izidesign h2{
        font-size: 6em;
    }
  .container .title1 {
    margin-left: 0rem;
    padding: 2rem;
  }
  .container .section-concept-text {
    gap: 0;
  }
  .container .section-concept-text .concept-text {
    padding: 25px;
  }
  .container .section-concept-text .concept-text H2{
    font-size: 4rem;
  }
  .container .section-concept-text .img-concept {
    margin: 81px;
  }
  .container .section-concept-text .text-idea-process {
    margin-top: 3rem;
    padding: 2rem;
  }
  .container .section-concept-text .text-idea-process .btn1 {
    opacity: 1;
  }
}

/* MOBILE */
@media screen and (max-width: 576px) {
	.content__item-title {
	  font-size: 15vw;
  	}
	.title-variations{
		font-size: 1.8rem;
	}
	.nav .logo img {
	  margin-top: -3px;
	  height: 30px;
	}

	.content__item-imgwrap {
		width: 62%;
		--imgwidth: 120%;
	}
	
	.section-discover{
		padding-top: 6rem;
		padding-bottom: 0;
	}
	
    .section-discover .text-discover h1{
        font-size: 2.5rem;
        margin-bottom: 6rem;
    }
    
	.img-visuel-background .ipad{
		display: none;
	}
	
	.img-visuel-background .iphone{
		display: block;
		width: 100%;
	}
	.nav .lien a{
		font-size: 1rem;
	}
	
  .container .section-concept-text .concept-text H2{
    font-size: 3rem;
  }
	
  .section-discover .circle svg {
    margin-top: 1rem;
    margin-left: -18rem;
  }
  
	.grand_titre H1{
		font-size: 3rem;
	}

  .container .title1 {
    padding: 2rem;
    margin-top: 3rem;
  }
  .section-concept-text {
    flex-wrap: wrap;
    justify-content: center;
  }
  .container .section-concept-text .concept-text {
    padding: 0;
    font-size: 3em;
    margin-left: -3rem;
    margin-bottom: -2rem;
  }
  .container .section-concept-text .img-concept {
    margin: 0;
    text-align: -webkit-right;
  }
  .container .section-concept-text .img-concept img {
    width: 73%;
  }
  .container .section-concept-text .text-idea-process {
    margin-top: 0;
    padding: 2rem;
    margin-bottom: 2rem;
    margin-right: 0;
  }
  .container .section-concept-text .text-idea-process h2{
	  margin-top: 3rem;
  }
  .container .section-concept-text .text-idea-process .btn1 {
    opacity: 1;
  }
  .section-collections {
    margin-left: 0;
  }
  .container-collections .variations {
    display: flex;
            flex-direction: column;
  }
  .container-collections .variations .img-variations img {
    width: 100%;
  }
  .container-collections .variations .img-variations-right img {
    margin-right: 0;
  }
  .container-collections .variations .img-variations-left img {
    margin-left: 0;
  }
  .nav-about .about p {
    margin: 25px 75px;
  }
  .nav-close .close p {
    margin: 25px 75px;
  }
  .section-izidesign {
    margin: 0;
    padding: 1rem;
  }
  .section-izidesign .izidesign h2 {
    font-size: 3em;
  }
  .section-izidesign .variations a {
    font-size: 1.7em;
  }
  .section-izidesign .abouts {
    margin-top: 2rem;
  }
  footer .text-copyright .reseaux img{
	  padding: 0.7rem;
  }
}

