


.image-sous-trad {
  margin: 10px auto;
  width: 100%;
max-width: 200px;
  height: auto;
}




.carte
{
    border: 2px solid #c08a1b; /* doré premium */
 
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s ease;
     appearance: none;

    box-shadow:
        inset 0 0 6px rgba(255, 255, 255, 0.1),
        0 4px 10px rgba(0, 0, 0, 0.4);
}



.carte {
  border: 2px solid #c08a1b;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s ease;
  appearance: none;
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.1),
        0 4px 10px rgba(0, 0, 0, 0.4);
width: 100%;
  max-width: 600px;

}

#map {
  width: 100%;
  height: 50vh;
  margin: 0 auto;
  border: 2px solid #c08a1b;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.1),
        0 4px 10px rgba(0, 0, 0, 0.4);
max-width: 600px;



}


#map {
    width: 100%;
    height: 60vh;
  }
}

/* Responsive : petit écran */
@media (max-width: 768px) {
  .controls {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .controls select {
    width: 90%; /* occupe presque toute la largeur */
    margin-bottom: 0.5rem;
  }

  #map {
    width: 95%;
    height: 60vh;
  }
}


.timeline-nav
	{
	text-align:center;
	margin:20px 0
	}


.timeline-nav ul
	{
	list-style:none;
	padding:0;
	margin:0;
	display:flex;
	flex-wrap:wrap;
	gap:20px;
	justify-content:center
	}


.timeline-nav li
	{
	margin:0;
	display:flex;
	justify-content:center
	}


.timeline-nav a
	{
	text-decoration:none;
	padding:8px 15px;
	background-color:#565355;
	color:#f5f5f5;
	border:2px solid #a06406;
	border-radius:4px;
	transition:background .3s;
	display:block;
	text-align:center
	}


.timeline-nav a:hover
	{
	background-color:#6d6b69;
	box-shadow:0 0 6px #a06406
	}


.flag-inline
	{
	display:none
	}


.double-arrow
	{
	width:28px;
	height:28px;
	object-fit:contain;
	display:inline-block;
	animation:pulse-arrow 1s infinite alternate
	}
	
@media (min-width:769px)
	{
	.double-arrow
	{
	content:none;
	background-image:url(https://5fr.fr/images/double.png);
	background-size:contain;
	background-repeat:no-repeat
	}
	}
	
@media (max-width:768px)
	{
	.double-arrow
	{
	background-image:url(https://5fr.fr/images/double-verticale.png);
	background-size:contain;
	background-repeat:no-repeat
	}
	}
	
@keyframes pulse-arrow
	{
	from
	{
	transform:scale(1);
	filter:hue-rotate(0) drop-shadow(0 0 0 transparent)
	}
to
	{
	transform:scale(1.3);
	filter:hue-rotate(30deg) drop-shadow(0 0 8px #d88c1f)
	}
	}


.event
	{
	max-width:300px;
	text-align:center;
	display:flex;
	flex-direction:column
	}


.event span
	{
	display:block;
	background:#6a6a6a;
	color:#fff;
	padding:.5rem 1rem;
	border-radius:20px;
	margin-bottom:.5rem;
	cursor:pointer;
	transition:background .3s;
	border:2px solid #a06406;
	box-shadow:rgba(50,50,93,.25) 0 50px 100px -20px,rgba(0,0,0,.3) 0 30px 60px -30px,rgba(10,37,64,.35) 0 -2px 6px 0 inset
	}


.event span:hover
	{
	background:#9e9a9a
	}


.details-block
	{
	max-height:0;
	opacity:0;
	overflow:hidden;
	transition:max-height .6s ease,opacity .6s ease,padding .25s ease;
	margin-top:10px;
	padding:0 10px;
	background:#6a6a6a;
	border:2px solid #a06406;
	border-radius:20px;
	text-align:left;
	line-height:1.4;
	box-shadow:rgba(50,50,93,.25) 0 50px 100px -20px,rgba(0,0,0,.3) 0 30px 60px -30px,rgba(10,37,64,.35) 0 -2px 6px 0 inset
	}


.details-block.open
	{
	max-height:none;
	height:auto;
	opacity:1;
	padding:10px
	}


.timeline
	{
	position:relative;
	margin:2rem 0;
	padding:20px 0
	}


.timeline-scroll
	{
	display:flex;
	flex-direction:column;
	gap:2rem;
	align-items:center;
	padding:40px 0
	}


.date-block
	{
	display:flex;
	justify-content:center;
	gap:24px;
	width:100%;
	max-width:1000px;
	margin:.5rem auto
	}


.connector
	{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:12px
	}


.end-icon-h,.start-icon-h
	{
	width:47px;
	height:47px;
	object-fit:contain;
	flex-shrink:0;
	position:relative;
	top:-10px
	}


.timeline-button
	{
	display:none!important
	}


.event-fr strong
	{
	display:inline-flex;
	align-items:center;
	gap:6px
	}


.event-fr strong img
	{
	vertical-align:middle;
	display:none
	}


.u-list-1
	{
	width:1140px;
	display:flex;
	flex-direction:column;
	margin:7px 0 60px
	}


.titre-event
	{
	text-align:center;
	font-size:1.5rem;
	color:#fdcd84;
	margin-bottom:10px;
	text-transform:uppercase;
	letter-spacing:1px;
	text-shadow:rgba(0,0,0,.3) 1px 1px 2px
	}


.date-block,.u-list-1
	{
	max-width:100%;
	overflow:hidden
	}
	
@keyframes pulse-arrow
	{
	from
	{
	transform:scale(1);
	filter:drop-shadow(0 0 0 transparent)
	}
to
	{
	transform:scale(1.15);
	filter:drop-shadow(0 0 8px #d88c1f)
	}
	}


.journal-or
	{
	text-align:center;
	font-family:Georgia,'Times New Roman',serif;
	font-size:1.5em;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:3px;
	color:#fdd496;
	text-shadow:1px 1px 2px rgba(0,0,0,.3);
	margin:20px 0;
	padding-bottom:10px;
	border:none
	}
body
	{
	font-family:Arial,sans-serif;
	margin:20px;
	background-image:url(https://5fr.fr/images/body.jpg);
	background-repeat:repeat;
	background-position:center;
	width:100%;
	color:#fff;
	padding:15px 0;
	background:url(https://5fr.fr/images/body.jpg) repeat center
	}
header {
  background-image: url(https://5fr.fr/images/footer.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  color: #fff;
  padding: 5px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "logo trad nav" "title title title" "timeline-nav timeline-nav timeline-nav";
  background: url(https://5fr.fr/images/footer.jpg) no-repeat center/cover;
margin-top: 0;

}

.logo {
  grid-area: logo;
}

.gtranslate_wrapper {
  grid-area: trad;
  text-align: center;
  justify-self: center;
}

nav {
  grid-area: nav;
  justify-self: start;
  margin: 20px;
}

h1 {
  grid-area: title;
  text-align: center;
  font-size: clamp(1.2rem,3vw,1.9rem);
  margin: 10px 0;
  word-wrap: break-word;
  padding: 0 10px;
}

nav.timeline-nav {
  grid-area: timeline-nav;
  justify-self: center;
  text-align: center;
  padding: 0 10px;
  margin: 10px 0;
  width: 100%;
}

.timeline-nav h4 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.timeline-nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background .3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.timeline-nav ul li a:hover {
  background: #444;
  color: #fdd496;
}

.vertical-centre {
  display: flex;
  justify-content: center;
  align-items: center;
}

header .logo img {
  height: 200px;
}

.menu-toggle {
  padding: 10px;
  background: 0 0;
  border: none;
  font-size: 26px;
  color: #fdd496;
  cursor: pointer;
  z-index: 1003;
}

header nav:not(.timeline-nav) ul {
  list-style: none;
  margin: 10px;
  padding: 20px;
  position: fixed;
  top: 0;
  right: -250px;
  width: 250px;
  height: 400px;
  border: 2px solid #f3b700;
  border-radius: 10px;
  background: #333 url(https://5fr.fr/images/body.jpg) center/cover repeat;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  flex-direction: column;
  gap: 15px;
  transform: scale(.95);
  opacity: 0;
  transition: right .4s ease,transform .4s ease,opacity .4s ease;
  z-index: 1001;
}

header nav:not(.timeline-nav) ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 10px;
  display: block;
}

header nav:not(.timeline-nav) ul li a:hover {
  background: #444;
  color: #fdd496;
}

header nav.open ul {
  right: 0;
  transform: scale(1);
  opacity: 1;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
  z-index: 999;
}

header nav.open~.menu-overlay {
  opacity: 1;
  pointer-events: auto;
}

.image-bas-header {
  grid-column: 1/-1;
  justify-self: center;
  margin-top: 10px;
}

.image-bas-header img {
  max-width: 100%;
  height: auto;
  display: block;
}

footer {
  background-image: url(https://5fr.fr/images/footer.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  font-size: 1rem;
  background: url(https://5fr.fr/images/footer.jpg) no-repeat center/cover;
}

.image-haut-footer {
  justify-self: center;
  margin-bottom: 10px;
}

.image-haut-footer img {
  max-width: 100%;
  height: auto;
  display: block;
}

footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 22px;
  margin: 0 auto 10px;
}

footer .footer-links a {
  color: #fdd496;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  padding: 4px 2px;
  transition: all .35s ease;
}

footer .footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background: #fdd496;
  transition: width .35s ease;
}

footer .footer-links a:hover {
  color: #fff;
  text-shadow: 0 0 8px #fdd496;
}

footer .footer-links a:hover::after {
  width: 100%;
}

footer .footer-bottom {
  margin-top: 12px;
  opacity: .8;
  font-size: .85rem;
}


.list
	{
	display:flex;
	justify-content:center;
	align-items:center
	}


.styled-select
	{
	background-color:#565355;
	color:#fff;
	border:2px solid #a06406;
	text-decoration:none;
	font-weight:600;
	padding:8px 12px;
	font-size:15px;
	font-family:Arial,sans-serif;
	border-radius:4px;
	cursor:pointer;
	transition:all .3s ease;
	margin:10px;
	appearance:none;
	text-align:center;
	width:250px
	}


.styled-select:hover
	{
	background:#444;
	color:#fdd496
	}
#scrollTopBtn
	{
	cursor:pointer;
	position:fixed;
	right:20px;
	bottom:120px;
	z-index:1000;
	width:64px;
	height:64px;
	border-radius:50%;
	background-color:#fdd496;
	opacity:0;
	transition:opacity .4s ease;
	box-shadow:rgba(128,128,128,.8) 5px 5px 20px 0;
	display:flex;
	align-items:center;
	justify-content:center
	}
#scrollTopBtn img
	{
	width:64px;
	height:64px
	}
#scrollTopBtn.show
	{
	opacity:.8
	}
#scrollTopBtn:hover
	{
	opacity:1
	}
section
	{
	text-align:center;
	padding:10px 10px
	}


.titre
	{
	margin-bottom:0;
	text-align:right
	}


.sous-titre
	{
	margin-top:0;
	text-align:right
	}
h2
	{
	text-align:center;
	font-family:Georgia,"Times New Roman",serif;
	font-size:2.2rem;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fdd496;
	text-shadow:rgba(0,0,0,.3) 1px 1px 2px;
	margin:20px auto 10px;
	padding-bottom:6px;
	line-height:1.2
	}
h4
	{
	text-align:center;
	font-family:Roboto,sans-serif;
	font-size:1.3rem;
	font-weight:700;
	color:#fdd496;
	margin:10px 0 6px
	}
p
	{
	text-align:center;
	font-size:1rem;
	line-height:1.5;
	margin:0 0 8px
	}


.container
	{
	width:95%;
	max-width:1140px;
	margin:0 auto;
	padding:10px 0
	}


.card
	{
	border:2px solid #fdd496;
	box-shadow:rgba(50,50,93,.25) 0 50px 100px -20px,rgba(0,0,0,.3) 0 30px 60px -30px,rgba(10,37,64,.35) 0 -2px 6px 0 inset;
	border-radius:10px;
	background-color:#404040;
	padding:10px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	margin:10px auto
	}


.grid-2
	{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:20px
	}


.grid-3
	{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:20px
	}


.link-btn
	{
	display:inline-flex;
	align-items:center;
	gap:8px;
	padding:6px 12px;
	background:#eee;
	border-radius:4px;
	text-decoration:none;
	color:#000
	}


.icon,.icon2
	{
	width:20px;
	height:20px
	}

/* Style pour les petits écrans */
@media (max-width: 768px) {
  .link-btn {
    flex-direction: row;
    padding: 8px 10px;
    font-size: 0.9rem;
  }

  .link-btn img.icon,
  .link-btn img.icon2 {
    width: 16px;
    height: 16px;
    margin: 0 3px;
  }
}

/* Style pour les très petits écrans */
@media (max-width: 480px) {
  .link-btn {
    flex-direction: row;
    padding: 6px 8px;
    font-size: 0.8rem;
  }

  .link-btn img.icon,
  .link-btn img.icon2 {
    width: 14px;
    height: 14px;
    margin: 0 2px;

  }
}













/* Style enlever 
#select-pays,#select-ville,#pays
	{
	background-image:url(https://5fr.fr/images/play-bas.png),url(https://5fr.fr/images/play-bas.png);
	background-repeat:no-repeat,no-repeat;
	background-position:8px center,calc(100% - 8px) center;
	background-size:20px 20px,20px 20px;
	padding:15px 30px
	}     */
	

	
@media (max-width:768px)
	{
	.flag-inline
	{
	display:inline-block;
	vertical-align:middle
	}
	}
	
@media (max-width:768px)
	{
	.date-block
	{
	flex-direction:column;
	align-items:center;
	gap:16px;
	width:100%
	}


.connector
	{
	display:flex;
	flex-direction:column;
	align-items:center;
	margin:10px 0
	}


.connector img
	{
	width:32px;
	height:32px
	}


.diamond
	{
	margin:8px auto
	}
	}
	
@media (max-width:768px)
	{
	.event-fr strong img
	{
	display:inline
	}
	}
	
@media (max-width:768px)
	{
	.event
	{
	max-width:100%
	}
	}
	
@media (max-width:768px)
	{
	.date-block
	{
	flex-direction:column;
	align-items:center;
	width:90%
	}


.event
	{
	max-width:90%
	}


.timeline::before
	{
	z-index:-1;
	opacity:.3
	}
	}
	
@media (max-width:768px)
	{
	.date-block
	{
	flex-direction:column;
	align-items:center;
	gap:0!important
	}


.date-block .event span
	{
	margin-bottom:0!important
	}


.date-block .details-block
	{
	margin-top:0!important
	}


.connector
	{
	display:flex!important;
	flex-direction:column!important;
	align-items:center!important;
	justify-content:center!important;
	margin:0!important;
	padding:0!important
	}


.connector .end-icon-h,.connector .start-icon-h
	{
	display:none!important
	}
	}
	
@media (max-width:600px)
	{
	header
	{
	grid-template-columns:1fr;
	grid-template-areas:"logo" "trad" "nav" "title" "subtitle"
	}
nav
	{
	justify-self:center;
	margin-left:0
	}
header h1
	{
	font-size:1.5rem;
	padding:0 10px
	}
header p.visiteurs
	{
	font-size:1rem;
	padding:0 10px
	}


	}
	
@media (max-width:600px)
	{
	header
	{
	grid-template-columns:1fr;
	grid-template-areas:"logo" "trad" "nav" "title" "subtitle" "timeline-nav"
	}
nav
	{
	justify-self:center;
	margin-left:0
	}
header h1
	{
	font-size:1.5rem;
	padding:0 10px
	}
header p.visiteurs
	{
	font-size:1rem;
	padding:0 10px
	}



	}
	
@media (max-width:900px)
	{
	.grid-3
	{
	grid-template-columns:repeat(2,1fr)
	}
header h2
	{
	font-size:2rem
	}
	}
	
@media (max-width:640px)
	{
	.grid-2,.grid-3
	{
	grid-template-columns:1fr
	}
h2
	{
	font-size:1.5rem
	}
h4
	{
	font-size:1.1rem
	}
p
	{
	font-size:.95rem
	}
	}
	
@media (max-width:900px)
	{
	.grid-3
	{
	grid-template-columns:repeat(2,1fr)
	}
header h2
	{
	font-size:2rem
	}
	}
	
@media (max-width:640px)
	{
	.grid-2,.grid-3
	{
	grid-template-columns:1fr
	}
h2
	{
	font-size:1.5rem
	}
h4
	{
	font-size:1.1rem
	}
p
	{
	font-size:.95rem
	}
	}
	
@media (max-width:600px)
	{
	header
	{
	grid-template-columns:1fr;
	grid-template-areas:"logo" "trad" "nav" "title" "subtitle" "timeline-nav"
	}
nav
	{
	justify-self:center;
	margin-left:0
	}
header h1
	{
	font-size:1.5rem;
	padding:0 10px
	}
header p.visiteurs
	{
	font-size:1rem;
	padding:0 10px
	}


	}


.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile,.leaflet-tile-container
	{
	position:absolute;
	left:0;
	top:0
	}


.leaflet-container
	{
	overflow:hidden
	}


.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile
	{
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	-webkit-user-drag:none
	}


.leaflet-tile::selection
	{
	background:0 0
	}


.leaflet-marker-icon,.leaflet-marker-shadow
	{
	display:block
	}


.leaflet-container .leaflet-tile
	{
	max-width:none!important;
	max-height:none!important;
	width:auto;
	padding:0
	}


.leaflet-container img.leaflet-tile
	{
	mix-blend-mode:plus-lighter
	}


.leaflet-container
	{
	-webkit-tap-highlight-color:transparent
	}


.leaflet-container a
	{
	-webkit-tap-highlight-color:rgba(51,181,229,.4)
	}


.leaflet-tile
	{
	filter:inherit;
	visibility:hidden
	}


.leaflet-bottom,.leaflet-top
	{
	position:absolute;
	z-index:1000;
	pointer-events:none
	}


.leaflet-top
	{
	top:0
	}


.leaflet-bottom
	{
	bottom:0
	}


.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container
	{
	pointer-events:none
	}


.leaflet-container
	{
	background:#ddd;
	outline-offset:1px
	}


.leaflet-container a
	{
	color:#0078a8
	}


.leaflet-container
	{
	font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size:.75rem;
	line-height:1.5
	}


.leaflet-default-icon-path
	{
	background-image:url(https://unpkg.com/leaflet@1.9.4/dist/images/marker-icon.png)
	}


.leaflet-attribution-flag
	{
	display:inline!important;
	vertical-align:baseline!important;
	width:1em;
	height:.6669em
	}


.leaflet-div-icon
	{
	background:#fff;
	border:1px solid #666
	}
/*!
 * Font Awesome Free 6.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */@-webkit-keyframes fa-beat
	{
	0%,90%
	{
	-webkit-transform:scale(1);
	transform:scale(1)
	}
45%
	{
	-webkit-transform:scale(var(--fa-beat-scale,1.25));
	transform:scale(var(--fa-beat-scale,1.25))
	}
	}
	
@keyframes fa-beat
	{
	0%,90%
	{
	-webkit-transform:scale(1);
	transform:scale(1)
	}
45%
	{
	-webkit-transform:scale(var(--fa-beat-scale,1.25));
	transform:scale(var(--fa-beat-scale,1.25))
	}
	}
	
@-webkit-keyframes fa-bounce
	{
	0%
	{
	-webkit-transform:scale(1) translateY(0);
	transform:scale(1) translateY(0)
	}
10%
	{
	-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);
	transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)
	}
30%
	{
	-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
	transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))
	}
50%
	{
	-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);
	transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)
	}
57%
	{
	-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));
	transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))
	}
64%
	{
	-webkit-transform:scale(1) translateY(0);
	transform:scale(1) translateY(0)
	}
to
	{
	-webkit-transform:scale(1) translateY(0);
	transform:scale(1) translateY(0)
	}
	}
	
@keyframes fa-bounce
	{
	0%
	{
	-webkit-transform:scale(1) translateY(0);
	transform:scale(1) translateY(0)
	}
10%
	{
	-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);
	transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)
	}
30%
	{
	-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
	transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))
	}
50%
	{
	-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);
	transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)
	}
57%
	{
	-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));
	transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))
	}
64%
	{
	-webkit-transform:scale(1) translateY(0);
	transform:scale(1) translateY(0)
	}
to
	{
	-webkit-transform:scale(1) translateY(0);
	transform:scale(1) translateY(0)
	}
	}
	
@-webkit-keyframes fa-fade
	{
	50%
	{
	opacity:var(--fa-fade-opacity,.4)
	}
	}
	
@keyframes fa-fade
	{
	50%
	{
	opacity:var(--fa-fade-opacity,.4)
	}
	}
	
@-webkit-keyframes fa-beat-fade
	{
	0%,to
	{
	opacity:var(--fa-beat-fade-opacity,.4);
	-webkit-transform:scale(1);
	transform:scale(1)
	}
50%
	{
	opacity:1;
	-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));
	transform:scale(var(--fa-beat-fade-scale,1.125))
	}
	}
	
@keyframes fa-beat-fade
	{
	0%,to
	{
	opacity:var(--fa-beat-fade-opacity,.4);
	-webkit-transform:scale(1);
	transform:scale(1)
	}
50%
	{
	opacity:1;
	-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));
	transform:scale(var(--fa-beat-fade-scale,1.125))
	}
	}
	
@-webkit-keyframes fa-flip
	{
	50%
	{
	-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));
	transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))
	}
	}
	
@keyframes fa-flip
	{
	50%
	{
	-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));
	transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))
	}
	}
	
@-webkit-keyframes fa-shake
	{
	0%
	{
	-webkit-transform:rotate(-15deg);
	transform:rotate(-15deg)
	}
4%
	{
	-webkit-transform:rotate(15deg);
	transform:rotate(15deg)
	}
24%,8%
	{
	-webkit-transform:rotate(-18deg);
	transform:rotate(-18deg)
	}
12%,28%
	{
	-webkit-transform:rotate(18deg);
	transform:rotate(18deg)
	}
16%
	{
	-webkit-transform:rotate(-22deg);
	transform:rotate(-22deg)
	}
20%
	{
	-webkit-transform:rotate(22deg);
	transform:rotate(22deg)
	}
32%
	{
	-webkit-transform:rotate(-12deg);
	transform:rotate(-12deg)
	}
36%
	{
	-webkit-transform:rotate(12deg);
	transform:rotate(12deg)
	}
40%,to
	{
	-webkit-transform:rotate(0);
	transform:rotate(0)
	}
	}
	
@keyframes fa-shake
	{
	0%
	{
	-webkit-transform:rotate(-15deg);
	transform:rotate(-15deg)
	}
4%
	{
	-webkit-transform:rotate(15deg);
	transform:rotate(15deg)
	}
24%,8%
	{
	-webkit-transform:rotate(-18deg);
	transform:rotate(-18deg)
	}
12%,28%
	{
	-webkit-transform:rotate(18deg);
	transform:rotate(18deg)
	}
16%
	{
	-webkit-transform:rotate(-22deg);
	transform:rotate(-22deg)
	}
20%
	{
	-webkit-transform:rotate(22deg);
	transform:rotate(22deg)
	}
32%
	{
	-webkit-transform:rotate(-12deg);
	transform:rotate(-12deg)
	}
36%
	{
	-webkit-transform:rotate(12deg);
	transform:rotate(12deg)
	}
40%,to
	{
	-webkit-transform:rotate(0);
	transform:rotate(0)
	}
	}
	
@-webkit-keyframes fa-spin
	{
	0%
	{
	-webkit-transform:rotate(0);
	transform:rotate(0)
	}
to
	{
	-webkit-transform:rotate(1turn);
	transform:rotate(1turn)
	}
	}
	
@keyframes fa-spin
	{
	0%
	{
	-webkit-transform:rotate(0);
	transform:rotate(0)
	}
to
	{
	-webkit-transform:rotate(1turn);
	transform:rotate(1turn)
	}
	}
:host,:root
	{
	--fa-style-family-brands:"Font Awesome 6 Brands";
	--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"
	}
	
@font-face
	{
	font-family:"Font Awesome 6 Brands";
	font-style:normal;
	font-weight:400;
	font-display:block;
	src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-brands-400.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-brands-400.ttf) format("truetype")
	}
:host,:root
	{
	--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"
	}
	
@font-face
	{
	font-family:"Font Awesome 6 Free";
	font-style:normal;
	font-weight:400;
	font-display:block;
	src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-regular-400.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-regular-400.ttf) format("truetype")
	}
:host,:root
	{
	--fa-style-family-classic:"Font Awesome 6 Free";
	--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"
	}
	
@font-face
	{
	font-family:"Font Awesome 6 Free";
	font-style:normal;
	font-weight:900;
	font-display:block;
	src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-solid-900.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-solid-900.ttf) format("truetype")
	}
	
@font-face
	{
	font-family:"Font Awesome 5 Brands";
	font-display:block;
	font-weight:400;
	src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-brands-400.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-brands-400.ttf) format("truetype")
	}
	
@font-face
	{
	font-family:"Font Awesome 5 Free";
	font-display:block;
	font-weight:900;
	src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-solid-900.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-solid-900.ttf) format("truetype")
	}
	
@font-face
	{
	font-family:"Font Awesome 5 Free";
	font-display:block;
	font-weight:400;
	src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-regular-400.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-regular-400.ttf) format("truetype")
	}
	
@font-face
	{
	font-family:FontAwesome;
	font-display:block;
	src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-solid-900.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-solid-900.ttf) format("truetype")
	}
	
@font-face
	{
	font-family:FontAwesome;
	font-display:block;
	src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-brands-400.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-brands-400.ttf) format("truetype")
	}
	
@font-face
	{
	font-family:FontAwesome;
	font-display:block;
	src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-regular-400.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-regular-400.ttf) format("truetype");
	unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc
	}
	
@font-face
	{
	font-family:FontAwesome;
	font-display:block;
	src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-v4compatibility.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-v4compatibility.ttf) format("truetype");
	unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a
	}

/* Style de base pour la navigation */
.timeline-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Style de base pour les boutons */
.link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border: 2px solid #ccc;
  border-radius: 5px;
  text-decoration: none;
  color: inherit;
  font-size: 1rem;
  white-space: nowrap;
  background-color: transparent;
  transition: all 0.3s ease;
}

/* Style pour les icônes */
.link-btn img.icon,
.link-btn img.icon2 {
  width: 20px;
  height: 20px;
  margin: 0 10px;
}

/* Style pour les écrans de taille moyenne */
@media (min-width: 481px) {
  .timeline-nav ul {
    flex-direction: row;
  }
}

/* Style pour les très petits écrans (<= 480px) */
@media (max-width: 480px) {
  .timeline-nav ul {
    flex-direction: column;
	width:90%;


  }

  .link-btn {
    justify-content: center;

  }
}
