


.action-btn {
	position: relative;
	margin-left: 4px;
	padding: 15px 15px;
	font-size: 20px;
	line-height: 1;
	color: transparent;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	outline: none;width: 180px;
  height: 80px;	background-size: cover;
	background-image: url(images/fd_info.png);

}
.action-btn span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-top: 10px;
	perspective: 1000px;
	font-family: 'p8';
	font-size: 16px;
	transform-style: preserve-3d;
	transition: transform 0.3s;
	transform-origin: 50% 0;
	line-height: 30px;
	color: #333;
	font-weight: bold;
}
.action-btn span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-top: none;
  border-bottom: none;
}
.action-btn span:after {
	content: attr(data-text);
	position: absolute;
	left: 0;
	color: #fff;
	top: 0;
  width: 100%;
  height: 100%;
	line-height: 30px;
	background: #1F2833;
	opacity: 0;
	transform-origin: 50% 0;
	transform: translateY(100%) rotateX(-90deg);
	transition: opacity 0.15s 0.15s;
	font-family: 'p8';
	font-size: 16px;
	padding-top: 10px;
}
.action-btn:hover span {
  transform: rotateX(90deg);
}
.action-btn:hover span:after {
  opacity: 1;
  transition: opacity 0.5s;
}

.fnc-slide__action-btn {
	position: relative;
	margin-left: 24px;
	padding: 5px 15px;
	font-size: 20px;
	line-height: 1;
	color: transparent;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	outline: none;width: 190px;
	 height: 40px;
}
.fnc-slide__action-btn span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  perspective: 1000px;	font-family: 'p8';
	font-size: 20px;
  transform-style: preserve-3d;
  transition: transform 0.3s;
  transform-origin: 50% 0;
  line-height: 30px;
  color: #333;
}
.fnc-slide__action-btn span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-top: none;
  border-bottom: none;
}
.fnc-slide__action-btn span:after {
	content: attr(data-text);
	position: absolute;
	left: 0;
	color: #fff;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 30px;
	background: #1F2833;
	opacity: 0;
	transform-origin: 50% 0;
	transform: translateY(100%) rotateX(-90deg);
	transition: opacity 0.15s 0.15s;
	font-family: 'p8';
	font-size: 20px;
}
.fnc-slide__action-btn:hover span {
  transform: rotateX(90deg);
}
.fnc-slide__action-btn:hover span:after {
  opacity: 1;
  transition: opacity 0.15s;
}


.action-btn2 {
	position: relative;
	margin-left: 4px;
	padding: 15px 15px;
	font-size: 20px;
	line-height: 1;
	color: transparent;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	outline: none;width: 200px;
  height: 50px;	background-size: cover;
	background-color:#ccc;

}
.action-btn2 span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-top: 10px;
	perspective: 1000px;
	font-family: 'p8';
	font-size: 16px;
	transform-style: preserve-3d;
	transition: transform 0.3s;
	transform-origin: 50% 0;
	line-height: 30px;
	color: #333;
	font-weight: bold;
}
.action-btn2 span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-top: none;
  border-bottom: none;
}
.action-btn2 span:after {
	content: attr(data-text);
	position: absolute;
	left: 0;
	color: #fff;
	top: 0;
  width: 100%;
  height: 100%;
	line-height: 30px;
	background: #1F2833;
	opacity: 0;
	transform-origin: 50% 0;
	transform: translateY(100%) rotateX(-90deg);
	transition: opacity 0.15s 0.15s;
	font-family: 'p8';
	font-size: 16px;
	padding-top: 10px;
}
.action-btn2:hover span {
  transform: rotateX(90deg);
}
.action-btn2:hover span:after {
  opacity: 1;
  transition: opacity 0.5s;
}

#n1 {
	width:100%;
	height:5px;
	content : url(feuille2.png);
	background-color:#aaa;
	animation: myAnim 3s ease 0s 0.8 normal forwards;
	margin-top:-10px;
	z-index: 143;
	} 
#n2 {
	width:100%;
	height:4px;
	content : url(feuille2.png);
	background-color:#aaa;
	animation: myAnim2 3s ease 0s 0.8 normal forwards;
	margin-top:-10px;
	z-index: 144;
}

@keyframes myAnim {
	0% {
		animation-timing-function: ease-in;
		opacity: 0;
		transform: translateY(50px);
	}

	38% {
		animation-timing-function: ease-out;
		
		transform: translateY(40);
	}

	45% {
		animation-timing-function: ease-in;
		transform: translateY(25px);
	}

	62% {
		animation-timing-function: ease-out;
		transform: translateY(0);
	}

	71% {
		animation-timing-function: ease-in;
		transform: translateY(28px);
	}

	100% {opacity: 0.4;
		animation-timing-function: ease-out;
		transform: translateY(30);
	}
}
@keyframes myAnim2 {
	0% {
		animation-timing-function: ease-in;
		opacity: 0;
		transform: translateY(70px);
	}

	38% {
		animation-timing-function: ease-out;

		transform: translateY(40);
	}

	55% {
		animation-timing-function: ease-in;
		transform: translateY(15px);
	}

	72% {
		animation-timing-function: ease-out;
		transform: translateY(0);
	}

	81% {		opacity: 0.4;
		animation-timing-function: ease-in;
		transform: translateY(8px);
	}


	100% {
		animation-timing-function: ease-out;
		transform: translateY(-20px);
	}
}
#arbre1 {
	animation:  bounceInDown  4.5s;
	opacity:0.7;
	position:absolute;
	width:141px;
	height: 61px;
	top:-71px;
	left: 27px;
	z-index: -12;

 -webkit-transition: all 3.2s ease-in;
-moz-transition: all 3.2s ease-in;
-o-transition: all 3.2s ease-in;
	transition: all 3.2s ease-in;
	bottom: -6px;
}#arbre1:before {
opacity:0;
	position:absolute;
	width:141px;
	height: 61px;
	top:0px;
	left: 250px;
	z-index: 12;
 -webkit-transition: all 3.2s ease-in;
-moz-transition: all 3.2s ease-in;
-o-transition: all 3.2s ease-in;
transition: all 3.2s ease-in;
}
.swatch {

  display: block;
  text-align: center;
  position: relative;
  margin: 100px;
}
.swatch div {
  width: 20px;
  height: 60px;
  position: absolute;
  top: 0px;
  border-radius: 5px;
  border-top: solid 2px rgba(0, 0, 0, 0.2);
  border-left: solid 3px rgba(255, 255, 255, 0.2);
  border-bottom: solid 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  box-sizing: border-box;
  transform-origin: center 90%;
  display: inline-block;
  backface-visibility: hidden;
  margin-left: -35px;
  transform: rotate(0deg);
}
/* .swatch div:before {
  width: 6px;
  height: 6px;
  content: "";
  background-color: #FFFFFF;
  display: inline-block;
  border-radius: 8px;
  bottom: 10px;
  position: absolute;
  margin-left: -8px;
} */
.swatch div:nth-child(1) {
 background-image:url(1f.jpg);
  animation: swatch-purple-motion 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.swatch div:nth-child(2) {
 background-image:url(1e.jpg);
  animation: swatch-blue-motion 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.swatch div:nth-child(3) {
 background-image:url(1d.jpg);
  animation: swatch-green-motion 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.swatch div:nth-child(4) {
 background-image:url(1c.jpg);
  animation: swatch-yellow-motion 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.swatch div:nth-child(5) {
 background-image:url(1b.jpg);
  animation: swatch-orange-motion 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.swatch div:nth-child(6) {
 background-image:url(2a.jpg);
  animation: swatch-red-motion 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes swatch-purple-motion {
  0% {
    transform: rotate(0deg);
  }
  30%,
  70% {
    transform: rotate(-65deg);
  }
  90%,
  10% {
    transform: rotate(0deg);
  }
}
@keyframes swatch-blue-motion {
  0% {
    transform: rotate(0deg);
  }
  30%,
  70% {
    transform: rotate(-40deg);
  }
  90%,
  10% {
    transform: rotate(0deg);
  }
}
@keyframes swatch-green-motion {
  0% {
    transform: rotate(0deg);
  }
  30%,
  70% {
    transform: rotate(-15deg);
  }
  90%,
  10% {
    transform: rotate(0deg);
  }
}
@keyframes swatch-yellow-motion {
  0% {
    transform: rotate(0deg);
  }
  30%,
  70% {
    transform: rotate(15deg);
  }
  90%,
  10% {
    transform: rotate(0deg);
  }
}
@keyframes swatch-orange-motion {
  0% {
    transform: rotate(0deg);
  }
  30%,
  70% {
    transform: rotate(40deg);
  }
  90%,
  10% {
    transform: rotate(0deg);
  }
}
@keyframes swatch-red-motion {
  0% {
    transform: rotate(0deg);
  }
  30%,
  70% {
    transform: rotate(65deg);
  }
  90%,
  10% {
    transform: rotate(0deg);
  }
}




.eventail {

  display: block;
  text-align: center;
  position: relative;
  margin: 100px;
}
.eventail div {
  width: 20px;
  height: 60px;
  position: absolute;
  top: 0px;
  border-radius: 5px;
  border-top: solid 2px rgba(0, 0, 0, 0.2);
  border-left: solid 3px rgba(255, 255, 255, 0.2);
  border-bottom: solid 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  box-sizing: border-box;
  transform-origin: center 90%;
  display: inline-block;
  backface-visibility: hidden;
  margin-left: -35px;
  transform: rotate(0deg);
}

.eventail div:nth-child(1) {
 background-image:url(rt2015.jpg);
  animation: eventail-yellow-motion 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.eventail div:nth-child(2) {
 background-image:url(rt2012.jpg);
  animation: eventail-orange-motion 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.eventail div:nth-child(3) {
 background-image:url(re2020.jpg);
  animation: eventail-red-motion 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes eventail-purple-motion {
  0% {
    transform: rotate(0deg);
  }
  30%,
  70% {
    transform: rotate(-65deg);
  }
  90%,
  10% {
    transform: rotate(0deg);
  }
}
@keyframes eventail-blue-motion {
  0% {
    transform: rotate(0deg);
  }
  30%,
  70% {
    transform: rotate(-40deg);
  }
  90%,
  10% {
    transform: rotate(0deg);
  }
}
@keyframes eventail-green-motion {
  0% {
    transform: rotate(0deg);
  }
  30%,
  70% {
    transform: rotate(-15deg);
  }
  90%,
  10% {
    transform: rotate(0deg);
  }
}
@keyframes eventail-yellow-motion {
  0% {
    transform: rotate(0deg);
  }
  30%,
  70% {
    transform: rotate(35deg);
  }
  90%,
  10% {
    transform: rotate(0deg);
  }
}
@keyframes eventail-orange-motion {
  0% {
    transform: rotate(0deg);
  }
  30%,
  70% {
    transform: rotate(60deg);
  }
  90%,
  10% {
    transform: rotate(0deg);
  }
}
@keyframes eventail-red-motion {
  0% {
    transform: rotate(0deg);
  }
  30%,
  70% {
    transform: rotate(92deg);
  }
  90%,
  10% {
    transform: rotate(0deg);
  }
}













.eventail2 {

  display: block;
  text-align: center;
  position: relative;
  margin: 100px;
}
.eventail2 div {
  width: 20px;
  height: 60px;
  position: absolute;
  top: 0px;
  border-radius: 5px;
  border-top: solid 2px rgba(0, 0, 0, 0.2);
  border-left: solid 3px rgba(255, 255, 255, 0.2);
  border-bottom: solid 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  box-sizing: border-box;
  transform-origin: center 90%;
  display: inline-block;
  backface-visibility: hidden;
  margin-left: -35px;
  transform: rotate(0deg);
}

.eventail2 div:nth-child(1) {
 background-image:url(nf.jpg);
  animation: eventail2-yellow-motion 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.eventail2 div:nth-child(2) {
 background-image:url(nf1.jpg);
  animation: eventail2-orange-motion 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.eventail2 div:nth-child(3) {
 background-image:url(nf2.jpg);
  animation: eventail2-red-motion 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes eventail2-purple-motion {
  0% {
    transform: rotate(0deg);
  }
  30%,
  70% {
    transform: rotate(-65deg);
  }
  90%,
  10% {
    transform: rotate(0deg);
  }
}
@keyframes eventail2-blue-motion {
  0% {
    transform: rotate(0deg);
  }
  30%,
  70% {
    transform: rotate(-40deg);
  }
  90%,
  10% {
    transform: rotate(0deg);
  }
}
@keyframes eventail2-green-motion {
  0% {
    transform: rotate(0deg);
  }
  30%,
  70% {
    transform: rotate(-15deg);
  }
  90%,
  10% {
    transform: rotate(0deg);
  }
}
@keyframes eventail2-yellow-motion {
  0% {
    transform: rotate(0deg);
  }
  30%,
  70% {
    transform: rotate(-5deg);
  }
  90%,
  10% {
    transform: rotate(0deg);
  }
}
@keyframes eventail2-orange-motion {
  0% {
    transform: rotate(0deg);
  }
  30%,
  70% {
    transform: rotate(40deg);
  }
  90%,
  10% {
    transform: rotate(0deg);
  }
}
@keyframes eventail2-red-motion {
  0% {
    transform: rotate(0deg);
  }
  30%,
  70% {
    transform: rotate(82deg);
  }
  90%,
  10% {
    transform: rotate(0deg);
  }
}


section b{
    display: grid;
    place-items: center;
}


.slider {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.4px);
    -webkit-backdrop-filter: blur(7.4px);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.slider-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    animation: scrolling 20s linear infinite;

}

@keyframes scrolling {

    0% {
        transform: translateX(100%);
    }
  50% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.slider-items img {
    width: 12%;
    margin: 20px;

}
