/*** GLOBAL ***/
:root {
  --cassiopeia-color-primary: #005580;
  --cassiopeia-color-hover: #466ea1;
  --cassiopeia-color-link: #005580;
}

.dmo-grey {
    background-color: #444444;
}

/*** HEADER ***/
.container-header {
  --cassiopeia-color-primary: #ffffff;
  --cassiopeia-color-hover: #005580;
  --cassiopeia-color-link: #005580;
  background-image: none;
}

.container-header .navbar-brand a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  line-height: 50%;
}

.container-header .site-description {
  color: #444444;
  margin-top: 0;
  line-height: 50%;
}

/*** MENU ***/
.container-nav {
  /*background-color: #ffffff;*/
}

.container-header .navbar-toggler {
    color: #005580;
}

.metismenu.mod-menu .mm-toggler {
  color: #005580;
}

ul.mod-menu.mod-menu_dropdown-metismenu.metismenu.mod-list.dmo-menu li a {
  color: #005580;
}

.container-header .metismenu > li.active > a::after {
  background-color: #005580;
}

/*** SOUS-MENU ***/
.dmo-sousmenu {
  background-color: #444444;
  padding-left: 1rem;
  padding-right: 1rem;
}

.dmo-sousmenu a{
  color: #ffffff;
}

/*** BREADCRUMB ***/
.dmo-breadcrumb {
  background-color: #005580;
  color: #ffffff;
}

.dmo-breadcrumb span,
.breadcrumb-item + .breadcrumb-item::before{
  color: #ffffff;
}

.dmo-breadcrumb span:hover{
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item.active{
  font-weight: bold;
}

/*** A PROPOS ***/
.dmo-apropos-conteneur {
  float: left;
  /*flex-direction: row;
  align-items: center;*/
}

.dmo-apropos-image {
  width: 190px;
  text-align: center;
}

.dmo-apropos-annee {
  text-align: center;
  padding-top: 15px;
  color: #005580;
}

.dmo-apropos-bio {
  text-align: center;
  max-width: 200px;
  padding: 5px;
}

/*** LIVRES ***/
.dmo-livres-liste {
  margin-left: 50px;
  
}
/*** VOYAGES ***/
.dmo-voyages-chapitre-image {
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 500px;
}

.dmo-voyages-chapitre-titre {
	position: absolute;
	left: 0;
	top: 80%;
	width: 100%;
	text-align: center;
	color: #000;
	text-shadow: 0px 0px 10px #000000;
}

.dmo-voyages-chapitre-titre h2 {
	color: #ffffff;
	font-weight: normal;
}

.dmo-voyages-chapitre-texte {
	padding-top:30px;
	padding-bottom:10px;
	text-align: justify;
	position: relative;
}

.dmo-voyages-chapitre-texte h1 {
	font-size: 12px;
	font-weight: normal;
}

.dmo-voyages-chapitre-texte p {
  /*max-width: 90%;
  margin-left: auto;
  margin-right: auto;*/
  font-style: italic;
  margin-left: 20px;
  padding-left: 10px;
  border-style: solid;
  border-width: 0 0 0 2px;
  border-color: #444444;
}

/*** TIMELINE ***/
#timeline {
  position: relative;
  width: 100%;
  padding-inline: .5rem;
  margin: 30px auto;
}

#timeline:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  content: "";
  background-color: #005580;
}

#timeline:after {
  display: table;
  width: 100%;
  clear: both;
  content: "";
}

.timeline-item:after,
.timeline-item:before {
  display: block;
  width: 100%;
  clear: both;
  content: "";
}

.timeline-item {
  position: relative;
  margin-bottom: 50px;
}

.timeline-item .timeline-icon {
  position: absolute;
  top: 0;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-left: -23px;
  overflow: hidden;
  background-color: #005580;
  border-radius: 50%;
  border: 12px solid #fff;
  padding: 12px;
}

.timeline-item .timeline-content {
  width: 45%;
  padding: .5rem;
  background: #f4f4f4;
  border-radius: var(--border-radius);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}

.timeline-item .timeline-content h2 {
  padding: .5rem;
  margin: -.5rem -.5rem .5rem -.5rem;
  font-size: 1.5rem;
  color: #fff;
  background-color: #005580;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.timeline-item .timeline-content p {
  margin-top: 1rem;
}

.timeline-item .timeline-content:before {
  position: absolute;
  top: 20px;
  left: 45%;
  width: 0;
  height: 0;
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #005580;
}

.timeline-item:nth-child(even) .timeline-content {
  float: right;
}

.timeline-item:nth-child(even) .timeline-content:before {
  right: 45%;
  left: inherit;
  content: "";
  border-right: 7px solid #005580;
  border-left: 0;
}

@media (max-width: 768px) {
  #timeline {
    width: 90%;
    padding: 0;
    margin: 30px;
  }
  #timeline:before {
    left: 0;
  }
  .timeline-item .timeline-content {
    float: right;
    width: 90%;
  }
  .timeline-item .timeline-content:before,
  .timeline-item:nth-child(even) .timeline-content:before {
    left: 10%;
    margin-left: -6px;
    border-right: 7px solid #005580;
    border-left: 0;
  }
  .timeline-item .timeline-icon {
    left: 0;
  }
}

/*** FOOTER ***/ 
.footer{
  background-color: #444444;
  background-image: none;
}

.dmo-menu-footer li a{
  font-size: 11px;
}