/* BEGIN SELECTED PAGE */
.app-navmenu li.nav-item:nth-child(2)::after {
  content: "\25b4";
  color: var(--app-color-orange);
  text-align: center;
  bottom: -8px;
  left: calc(100% / 2.25);
  position: absolute;
}
.app-navmenu li:nth-child(2) {
  border-bottom-color: var(--app-color-orange);
}
/* END SELECTED PAGE */

/* GLOBAL PAGE CLASS */
.important-text {
	font-size: 1.25rem;
}
.align-text-img {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.img-container {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.link-btn {
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
}
.link-btn a {
	display: inline-block;
	width: 100%;
	padding: 1rem;
}
.link-btn:hover {
  filter: brightness(90%);
}
/*END GLOBAL CLASS */
.bg-entete-img {
  top: -20%;
}
.first-block {
	padding-top: 1.5rem;    	
	padding-bottom: 1.5rem;
}
.bouton-block-1 {
	margin-top: 2rem;
}
.text-video {
	padding-left: 1.5rem;
	padding-right: 4rem;
}
.section-sanction .first-sanction {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.section-sanction .vignet-sanction {
	justify-content: space-around;
}
.section-sanction .container-pictos {
	margin-bottom: 1rem;
}
.section-sanction .container-pictos-last {
	margin-bottom: 0;
}
.section-sanction .container-pictos:nth-child(7) {
	margin-bottom: 0rem;
}
.section-sanction .container-pictos:nth-child(even) {
  padding-right: 0;
}
.subtitle {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	margin-bottom: 1rem;
}
.subtitle h3 {
	margin-bottom: 0;
}
.subtitle img {
	width: 4rem;
	margin-right: 1rem;
}
.container-first-block {
	padding-bottom: 3rem;
}
.number-tig {
	font-size: 3rem;
	margin-bottom: 0;
}
.number-tig > p {
	font-size: 1.5rem;
}
.second-tig-box {
	margin-left: -35px;
}
@media screen and (max-width: 768px) {
	.second-tig-box {
		margin-left: 0
	}
}
.container-frise-history {
	min-height: 710px;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.frise-temporelle {
	position: relative;
	display: flex;
	align-items: center;
}
.frise-container {
	overflow-x: hidden;
	width: 100%;
	height: 620px;
	position: relative;
}
.frise-temporelle i {
	position: absolute;
}
.frise-temporelle .barre-frise {
	position: absolute;
	top: 46%;
	width: 100vw;
	margin-left: -15px;
	background-color: var(--app-color-gray);
	height: 5px;
}
.frise-temporelle .icon-arrow-left {
	left: 0;
	border: 2px solid;
	top: 43%;
	z-index: 100;
	cursor: pointer;
}
.frise-temporelle .icon-arrow-right {
	right: 0;
	border: 2px solid;
	top: 43%;
	z-index: 100;
	cursor: pointer;
}
.frise-point {
	position: absolute;
	height: 25px;
	width: 25px;
	top: 44.5%;
	max-width: 25px;
	max-height: 25px;
	border-radius: 50%;
	background-color: var(--app-color-pastel-gray);
	left: calc(var(--i) + 5px);
}
.container-frise-info {
	width: 1789px;
	height: 100%;
	position: relative;
	transition: .5s linear;
	left: 0;
}
.container-frise-info .frise-tooltip {
	display: flex;
	position: absolute;
	width: 300px;
	height: 240px;
	background-color: var(--app-color-pastel-gray);
	padding: 0rem 2rem 0rem 2rem;
	flex-direction: column;
	bottom: 45px;
	left: var(--i);
	justify-content: center;
}
.container-frise-info .frise-tooltip::before {
	content: "";
	background: url("../images/pictos/arrow-tooltip.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	left: -.1rem;
	top: -30px;
	width: 40px;
	height: 40px;
	position: absolute;
}
.container-frise-info .frise-tooltip:nth-child(4n+4)::before {
	top: unset;
	bottom: -30px;
	transform: rotate(180deg);
}
.container-frise-info .frise-tooltip .text-container {
	height: 80%;
}
.container-frise-info .frise-tooltip .year {
	font-size: 2rem;
}
.container-frise-info .frise-tooltip:nth-child(4n+4) {
	/*flex-direction: column-reverse;*/
	top: 0px;
	bottom: unset;
}
.container-frise-info .frise-tooltip:nth-child(4n+4) .text-container {
	display: flex;
	flex-direction: column-reverse;
}
.container-frise-info .img-hover {
	cursor: pointer;
}
.container-frise-info .img-hover:hover::after {
	content: "";
	background-image: url("../../images/photos/Robert Badinter.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -50px;
	z-index: 200;
}
@media only screen and (max-width: 1270px) {
	.subtitle img {
		width: 3rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-sanction .important-text {
		font-size: 1.125rem;
	}
	.section-sanction .img-container {
		align-self: flex-start;
	}
	.section-sanction .vignet-sanction {
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (max-width: 991px) {
	.main-section .first-block {
  	padding-top: 1.5rem;    	
  	padding-bottom: 1rem;
  	flex-direction: column-reverse;
  }
  .bg-entete-img {
     top: 0;
  }
  .bg-entete h1 {
  	padding-left: .5rem;
  	padding-right: .5rem;
  }
	.link-btn {
		width: 75%;
	}
  .first-block .video-container {
  	padding-left: 0rem;
  	padding-right: 0rem;
  	padding-bottom: 1rem;
  	padding-top: 2rem;
  }
	.text-video {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
@media only screen and (min-width: 576px) {
  .section-sanction .first-sanction {
  	flex-direction: unset;
  }
}
@media only screen and (max-width: 768px) {
	.main-section .first-block {
  	padding-top: 1.5rem;    	
  	padding-bottom: 1rem;
  	flex-direction: column-reverse;
  }
  .bg-entete-img {
      top: 0;
  }
  .bg-entete h1 {
  	padding-left: .5rem;
  	padding-right: .5rem;
  }
	.link-btn {
		width: 75%;
	}
  .first-block .img-container {
  	padding-left: 1rem;
  	padding-right: 0rem;
  	padding-bottom: 1rem;
  }
	.text-video {
		padding-left: 0rem;
		padding-right: 0rem;
	}
  .section-sanction .first-block {
  	padding-top: 1.5rem;    	
  	padding-bottom: 1rem;
  }
  .section-sanction .first-sanction {
		padding-left: 0rem;
		padding-right: 0rem;
	}
	.section-sanction .container-pictos:nth-child(even) {
	  padding-right: 0;
	}
	.section-sanction .bouton-responsive {
		order: 6;
		padding-top: 1rem;
	}
	.img-container {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.section-sanction .vignet-sanction {
		padding-left: 0rem;		
		padding-right: 0rem;
		justify-content: space-between;
	}
	.subtitle img {
		width: 3rem;
	}
	.container-pictos {
		margin-bottom: 1rem;
	}
	.container-first-block {
		padding-bottom: 1.3rem;
	}
	.container-number-responsive {
		flex-direction: column;
		align-items: center;
	}
	.container-frise-history {
		min-height: unset;
	}
	.frise-container {
		overflow-x: hidden;
		width: 100%;
		height: 395px;
		position: relative;
	}
	.frise-temporelle .barre-frise {
		top: 7%;
	}
	.frise-temporelle .icon-arrow-left,
	.frise-temporelle .icon-arrow-right  {
		top: 0%;
	}
	.frise-point {
		top: 4%;
	}
	.container-frise-info .frise-tooltip {
		top: 75px;
		width: 225px;
		height: 310px;
		left: calc(var(--i) - 45px);
		justify-content: unset;
		padding: 1rem 2rem 0rem 2rem;
	}
	.container-frise-info .frise-tooltip .year {
		font-size: 2rem;
	}
	.container-frise-info .frise-tooltip::before {
		left: 40px;
	}
	.container-frise-info .frise-tooltip:nth-child(4n+4)::before {
		top: -30px;
		bottom: unset;
		transform: unset;
	}
	.container-frise-info .frise-tooltip:nth-child(4n+4) {
		top: 75px;
		left: calc(var(--i) - 45px);
		bottom: unset;
		/*flex-direction: column;*/
	}
	.container-frise-info .frise-tooltip:nth-child(4n+4) .text-container {
		display: flex;
		flex-direction: column;
	}
	.container-frise-info .img-hover:hover::after {
		content: "";
		/*background-image: url("../../images/photos/Robert Badinter.jpg");*/
		animation: bebert 8s linear both 1;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 200;
	}
	@keyframes bebert {
		0% {
			background-image: url("../../images/photos/Robert Badinter.jpg");
		}
		100% {			
			background-image: none;
		}
	}
}
@media only screen and (max-width: 576px) {
	.link-btn {
		width: 100%;
	}
}
