body {
    background: #fff;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-weight: 400;
    font-size: 17px !important;
    line-height: 1.65;
    color: #6c757d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#articles-section a{
  text-decoration: none !important;
}

/* Page Journey / carte : mêmes contraintes que la Home (.home-section) */
.journey-page {
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

.journey-page .map-page-inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.journey-page .map-page-inner .map {
  width: 100%;
  box-sizing: border-box;
  background: #d5e9ec;
  border-radius: 4px;
  overflow: hidden;
}

#section-map.map-main-section {
  margin-top: -20px;
  position: relative;
}

.section-chrono-map {
  margin-top: 48px;
  padding-bottom: 32px;
}

.chrono-map-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #343a40;
  margin: 0 0 8px;
  text-align: center;
}

.chrono-map-subtitle {
  font-size: 14px;
  color: #6c757d;
  text-align: center;
  margin: 0 0 16px;
}

.chrono-map-year-column {
  flex: 0 1 280px;
  min-width: 200px;
}

.chrono-map-above-map .chrono-map-title,
.chrono-map-above-map .chrono-map-subtitle {
  text-align: left;
}

.chrono-map-above-map .chrono-map-subtitle {
  margin-bottom: 14px;
}

.chrono-map-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.chrono-map-above-map {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 20px 32px;
  margin-bottom: 16px;
}

.chrono-map-above-map .chrono-countries-table-wrap {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  flex: 1 1 280px;
  max-width: 520px;
  min-width: 0;
}

.chrono-map-above-map .chrono-map-toolbar {
  margin-bottom: 0;
  justify-content: flex-start;
}

.chrono-map-toolbar--aside {
  flex-wrap: wrap;
}

@media (max-width: 576px) {
  .chrono-map-above-map {
    flex-direction: column;
    align-items: stretch;
  }

  .chrono-map-above-map .chrono-map-toolbar {
    justify-content: center;
  }
}

.chrono-map-btn {
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  min-width: 44px;
  padding: 10px 14px;
  border: 1px solid #ced4da;
  border-radius: 6px;
  background: #fff;
  color: #343a40;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.chrono-map-btn:hover:not(:disabled) {
  background: #f8f9fa;
  border-color: #0b98f1;
  color: #0b98f1;
}

.chrono-map-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.chrono-map-select {
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 32px 8px 12px;
  border: 1px solid #ced4da;
  border-radius: 6px;
  background: #fff;
  color: #343a40;
  min-width: 100px;
  cursor: pointer;
}

.chrono-map-year-label {
  margin: 0;
}

.map-chrono {
  border-radius: 4px;
  overflow: hidden;
}

.chrono-countries-table-wrap {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.chrono-countries-table-title {
  font-size: 1rem;
  font-weight: 600;
  color: #343a40;
  margin: 0 0 12px;
  text-align: center;
}

.chrono-map-above-map .chrono-countries-table-title {
  text-align: left;
}

.chrono-countries-table {
  margin-bottom: 0;
  background: #fff;
}

.chrono-countries-table .chrono-countries-col-num {
  width: 3rem;
  text-align: center;
  color: #6c757d;
}

.map-journey-stats-wrap {
  padding-bottom: 48px;
}

.map-stats-chart {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  width: 100%;
}

.map-stats-grid {
  display: grid;
  gap: 14px;
}

.map-stats-grid--three {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 14px;
}

.map-stats-grid--four {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 14px;
}

@media (max-width: 992px) {
  .map-stats-grid--four {
    grid-template-columns: repeat(2, 1fr);
  }
}

.map-stats-block {
  background: #f8f9fa;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  border-top-width: 4px;
  border-top-style: solid;
  padding: 18px 14px;
  text-align: center;
}

.map-stats-block--wide {
  width: 100%;
}

.map-stats-block-value {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.15;
  color: #343a40;
  letter-spacing: -0.02em;
}

.map-stats-block-label {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.35;
  color: #6c757d;
}

@media (max-width: 576px) {
  .map-stats-grid--three {
    grid-template-columns: 1fr;
  }
  .map-stats-grid--four {
    grid-template-columns: 1fr;
  }
}

.title-article{
	margin-bottom: 30px;
}

.title-font{
	color: #000;
	text-transform: none !important;
}

.section-title hr{
	border-color: #0b98f1;
	border-width: 4px;
	width: 60px;
	float: left;
	clear: both;
}

.list{
	list-style-type: none;
}

.list li{
	padding-bottom: 10px;
}

.col-a a{
	color: #524c4c;
}

/* Navigation */
.nav-item{
	padding-left: 10px;
	padding-right: 10px;
}

.nav-title{
	padding-bottom: 15px;
}

#nav-mobile{
	margin-bottom: 0px;
}
.on {
	background-color: rgba(255, 254, 254, 0.78) !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: rgba(0, 0, 0, 0.9) !important;
	background-color: transparent;
	font-weight: 700;
}

.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #0b98f1;
	border-color: #0b98f1;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.navbar-nav {
    float: left;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
		z-index: 999;
}
.navbar-nav{
	padding-top: 13px;
}

.nav-item{
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.nav-item-pic{
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 15px;
}

.content{
	position: relative;
	padding: 20% 0 0;
}

.color{
	color: #0b98f1;
}

a.fa.fa-angle-down {
	padding: 10px 15px;
	color: #fff;
	border: 2px solid #b4b4b4;
	border-radius: 50%;
	font-size: 24px;
	margin-top: 200px;
	transition: all 0.5s;
}
a.fa.fa-angle-down:hover{
	background: #0b98f1;
	color: #ffffff;
	border: 2px solid #0b98f1;
}
.page-scroll.navbar-style{
	padding-top: 20px;
}

ul.nav{
	display: inline;
	font-size: 16px;
	line-height: 30px;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bio-title{
	margin-top: 0px;
}

.bio-text{
	font-size: 14px;
}

.bio {
  padding: 15px;
  background: #fff;
  border: 1px solid #e6e6e6;
  font-weight: 400;
}

.bio-profile {
  max-width: 100px;
  margin-top: -4em;
  border-radius: 50%;
  position: relative;
  margin-bottom: 30px;
}

.bio h2 {
  font-size: 20px;
}

.bio .bio-body .social a {
  color: #000;
}

#section-about{
  margin-top: -30px;
	padding: 25px 0;
}
ul.about-list{ margin: 30px 0 50px 0;}
ul.about-list li{
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
ul.about-list li span{
	margin-right: 10px;
}

#section-career{
	background: url(../img/main/03.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.align-left{
	text-align: left;
}

.align-right{
	text-align: right;
}

.no-margin{
	margin-top: 0px;
}

.title-career{
	text-align: right;
	color:#0b98f1;
}

/* MAP */
.info {
		padding: 6px 8px;
		font: 14px/16px Arial, Helvetica, sans-serif;
		background: white;
		background: rgba(255,255,255,0.8);
		box-shadow: 0 0 15px rgba(0,0,0,0.2);
		border-radius: 5px;
}
.info h4 {
		margin: 0 0 5px;
		color: #777;
}
.hide{
	display: none;
}

.legend {
		line-height: 18px;
		color: #555;
}
.legend i {
		width: 18px;
		height: 18px;
		float: left;
		margin-right: 8px;
		opacity: 0.7;
}

.description {
	display: none;
	position: absolute;
	width: 380px;
	z-index: 100;
	top: 2.5%;
	left: 1%;
	z-index: 800;
	background-color: #f5f5f5c9;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
  border-radius: 1%;
}
.text_description{
  text-align: center;
  border-radius: 2%;
  margin-top: 10px;
}

.font-world{
	font-family: "Comic Sans MS", arial, sans-serif;
	font-weight: bold;
	padding-bottom: 20px;
	font-size: 14px;
}

.dropdown-menu li{
	text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  letter-spacing: 1px;
}

/* Fond proche du bleu-océan Voyager : évite les « bandes » grises Leaflet (#ddd) quand le monde ne remplit pas l’écran (dézoom large). */
.leaflet-container {
    height: 550px;
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    background: #d5e9ec !important;
}

.category {
  display: inline-block;
  background: #007bff;
  padding: 2px 8px;
  line-height: 1.5;
  font-size: 12px;
  border-radius: 4px;
  text-transform: uppercase;
  color: #fff !important;
  margin-right: 10px;
}

.media-img{
	width: 150px;
	border-radius: 2%;
}

.box-margin{
  padding-top: 10px;
  padding-bottom: 10px;
	margin-bottom: 10px;
}


.box {
  border-radius: 5px;
	cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.box::after {
  content: "";
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.box:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.01, 1.01);
}

.box:hover::after {
    opacity: 1;
}

/*Remove leaflet adv*/
.leaflet-control-attribution{
	display: none;
}


.header{
  margin-bottom: 49px;
  padding-top: 20px;
}

.header-simple {
  margin-bottom: 34px;
  padding-top: 24px;
  padding-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
  position: sticky;
  top: 0;
  z-index: 1100;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: saturate(140%) blur(4px);
}

.header-simple .header-inner {
  position: relative;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.site-lang {
  position: absolute;
  right: 16px;
  top: 0;
  display: flex;
  gap: 6px;
  align-items: center;
}

.site-lang-btn {
  font-family: inherit;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 5px 9px;
  border: 1px solid #ced4da;
  border-radius: 6px;
  background: #fff;
  color: #524c4c;
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.site-lang-btn:hover {
  border-color: #0b98f1;
  color: #0b98f1;
}

.site-lang-btn--active {
  background: #0b98f1;
  border-color: #0b98f1;
  color: #fff;
}

.site-lang-btn--active:hover {
  color: #fff;
  border-color: #0870b8;
  background: #0870b8;
}

.site-nav {
  text-align: center;
  padding: 0 72px 16px;
  font-size: 13px;
  letter-spacing: 0.14em;
  font-weight: 600;
}

@media (max-width: 400px) {
  .site-nav {
    padding-left: 56px;
    padding-right: 56px;
  }
  .site-lang {
    right: 8px;
  }
  .site-lang-btn {
    padding: 4px 7px;
    font-size: 10px;
  }
}

.site-nav-link {
  color: #524c4c;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.site-nav-link:hover,
.site-nav-link:focus {
  color: #0b98f1;
  text-decoration: none;
}

.site-nav-link--active {
  color: #0b98f1;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}

.site-nav-sep {
  display: inline-block;
  color: #c5c5c5;
  margin: 0 0.5em;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.header hr{
  margin-top: 28px;
}

.articles{
  margin-top: 30px;
}

.minibio-margins{
  margin-top: 10px;
  margin-bottom: 30px;
}

#video-article{
  width: 100%;
}

a.active{
  color: #007bff;
  font-weight: bold;
}
