/*!
 * Start Bootstrap - Full Slider (http://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */

body {
	font-family: 'Merriweather', serif;
}

section {
  padding: 50px 0;
}

#biography-full {
  padding: 100px 0;
}

#manager,
#noaccess,
#event {
  padding: 100px 0;
}

address { 
    display: block;
    font-style: italic;
}

footer {
	background-color: #0a557d;
}

.navbar {
	background-color: #0a557d;
}

.navbar-brand {
	font-size: 1.2rem;
}

.dropdown-menu {
	background-color: #0a557d;
	color: rgba(255, 255, 255, 0.5);
}
.dropdown-item {
	background-color: #0a557d;
	color: rgba(255, 255, 255, 0.5);
}

.dropdown-item:hover {
	background-color: #0a557d;
	color: rgba(255, 255, 255, 0.5);
}

.dropdown-item:active {
	background-color: #0a557d;
	color: rgba(255, 255, 255, 0.75);
}

@media (min-width: 576px) {
	.navbar-brand {
		font-size: 1.2rem;
	}
}

@media (min-width: 768px) {
	.navbar-brand {
		font-size: 1.3rem;
	}
}

@media (min-width: 992px) {
	.navbar-brand {
		font-size: 1.5rem;
	}
}

@media (min-width: 1200px) {
	.navbar-brand {
		font-size: 1.7rem;
	}
}

.carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.citation-section {
	background-color: #0a557d;
}

/*.new-album-section{
	color: #FFF;
    background: url("../images/Background_NewAlbum.jpg") no-repeat center top scroll;
}*/

.news-section {
    color: #000;
    background: url(../images/Background_FullBiography.jpg) no-repeat center top scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.news-text {
	background-color: #FFFFFF7F;
}

.quote-bio {
    font-style: oblique;
}

.repertoire-section {
    color: #000;
	text-shadow: 0.1em 0.1em 0.1em white;
    background: url("../images/Background_Repertoire.jpg") no-repeat center top scroll;
    background-color: #f7e8c4;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.contact-section {
	background: url("../images/Background_Contact.jpg") no-repeat center top scroll;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.illustration-left {
	margin: 0px 10px 10px 0px;
	float: none;
	width: 100%;
}
.illustration-right {
	margin: 0px 0px 10px 10px;
	float: none;
	width: 100%;
}

@media (min-width: 768px) {
	.illustration-left {
		margin: 0px 10px 10px 0px;
		float: left;
		width: 50%;
	}
	.illustration-right {
		margin: 0px 0px 10px 10px;
		float: right;
		width: 50%;
	}
}

@media (min-width: 992px) {
	.illustration-left {
		margin: 0px 10px 10px 0px;
		float: left;
		width: 33%;
	}
	.illustration-right {
		margin: 0px 0px 10px 10px;
		float: right;
		width: 33%;
	}
}

.nav-pills .nav-link.active {
	background-color: #0a557d !important;
}
.nav-pills > li > a{
    color:#000;
}
.nav-pills > li > a:hover{
	background-color: #107cb5 !important;
	color:#fff;
}

.card {
	background-color: #0a557d;
	border: 0;
}

.card-body {
	color: white;
	background-color: #0a557d;
}

.custom-modal-header {
    color: white;
	background-color: #0a557d;
}

/* Pour gérer le menu flottant des réseaux sociaux*/

.p-socialnetworks a {
  outline: none;
  text-decoration: none;
}

.p-socialnetworks a:link {
  color: #FFFFFF;
}

.p-socialnetworks a:visited {
  color: #FFFFFF;
}

.p-socialnetworks a:focus {
  color: #BBBBBB;
}

.p-socialnetworks a:hover { 
  color: #BBBBBB;
}

.p-socialnetworks a:active {
  color: #999999;
}

.pseudo-fab {
	background: #0a557d;
	width: 40px;
	height: 190px;
	text-align: center;
	color: #FFF;
	position: fixed;
	bottom: 110px;
	right: 0px;
	font-size: 1.5em;
	display: inline-block;
	cursor: default;
	z-index: 100;
}
.pseudo-fab span {
 	vertical-align: middle;
}

@media (min-width: 576px) {
	.pseudo-fab {
		width: 40px;
		height: 190px;
		bottom: 90px;
		font-size: 1.5em;
	}
}

@media (min-width: 768px) {
	.pseudo-fab {
		width: 40px;
		height: 190px;
		bottom: 90px;
		font-size: 1.5em;
	}
}

@media (min-width: 992px) {
	.pseudo-fab {
		width: 40px;
		height: 190px;
		bottom: 90px;
		font-size: 1.5em;
	}
}

@media (min-width: 1200px) {
	.pseudo-fab {
		width: 40px;
		height: 190px;
		bottom: 90px;
		font-size: 1.5em;
	}
}

/* Pour la gestion des boutons à la couleur dédiée*/
.btn-custom {
  color: #fff;
  background-color: #0a557d;
  border-color: #0a557d;
}

.btn-custom:hover {
  color: #0a557d;
  background-color: transparent;
  background-image: none;
  border-color: #0a557d;
}

.btn-outline-custom {
  color: #0a557d;
  background-color: transparent;
  background-image: none;
  border-color: #0a557d;
}

.btn-outline-custom:hover {
  color: #fff;
  background-color: #0a557d;
  border-color: #0a557d;
}

.btn-outline-custom:focus, .btn-outline-custom.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-custom.disabled, .btn-outline-custom:disabled {
  color: #0a557d;
  background-color: transparent;
}

.btn-outline-custom:not(:disabled):not(.disabled):active, .btn-outline-custom:not(:disabled):not(.disabled).active,
.show > .btn-outline-custom.dropdown-toggle {
  color: #fff;
  background-color: #0a557d;
  border-color: #0a557d;
}

.btn-outline-custom:not(:disabled):not(.disabled):active:focus, .btn-outline-custom:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-custom.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* Pour la gestion des survols des aperçus cliquables */

.img-preview {
    position:relative
}

.img-preview .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    transition:background-color .15s ease-in-out
}

.img-preview .overlay .overlay-img {
	color: white;
    opacity: 0;
    transition: opacity .15s ease-in-out;
    font-size: 2.5rem;
    padding:.75rem 1.5rem
}

.img-preview .overlay .overlay-vid {
	color: white;
    opacity: 1;
    transition: opacity .15s ease-in-out;
    font-size: 2.5rem;
    padding:.75rem 1.5rem
}

.img-preview:hover .overlay {
    background-color:rgba(10, 85, 125, 0.85)
}

.img-preview:hover .overlay .overlay-img {
    opacity:1
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
  white-space: nowrap;
  overflow-x: hidden;
}

.timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 320px 0;
  transition: all 1s;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 180px;
  height: 4px;
  background: #000;
}

.timeline ol li:last-child {
  width: 340px;
}

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: black;
}

.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 340px;
  padding: 5px;
  font-size: 1rem;
  white-space: normal;
  color: black;
  background: white;
}

.timeline ol li div::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: white transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
  top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent white;
}

.timeline time {
  color: white;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 5px;
  margin-bottom: 8px;
  background-color: #0a557d;
}


/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline .arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.timeline .arrows .arrow__prev {
  margin-right: 20px;
}

.timeline .disabled {
  opacity: .5;
}

.timeline .arrows img {
  width: 48px;
  height: 48px;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {
  .timeline ol,
  .timeline ol li {
    width: auto; 
  }
  
  .timeline ol {
    padding: 0;
    transform: none !important;
  }
  
  .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }
  
  .timeline ol li:first-child {
    margin-top: 25px;
  }
  
  .timeline ol li:not(:first-child) {
    margin-left: auto;
  }
  
  .timeline ol li div {
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }
  
  .timeline ol li div {
    position: static;
  }
  
  .timeline ol li:nth-child(odd) div {
    transform: none;
  }
  
  .timeline ol li:nth-child(odd) div::before,
  .timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px;
  }
  
  .timeline ol li:last-child,
  .timeline ol li:nth-last-child(2) div::before,
  .timeline ol li:not(:last-child)::after,
  .timeline .arrows {
    display: none;
  }
}
