strong{
	font-weight: 600;
}

em{
	font-style: italic;
}

body.page-template-cap-vie-scenario{

	background-color: var(--dark-purple);
	background-image: none;
}

body.page-template-cap-vie-scenario h1,
body.page-template-cap-vie-scenario p{
	text-align: left;
}

.hero-header .background-dot-clear{
	flex-basis: 50%;
}

.hero-header .hero-text {
	max-width: none;
	flex-grow: 1;
	text-align: center;
}

.hero-header{
	margin-bottom: 0px;
}

#breadcrumb{
	text-align: left;
	color: var(--dark-blue);
	margin-bottom: 30px;
	font-weight: 600;
}

#breadcrumb a{
	text-decoration: none;
	color: var(--dark-blue);
	text-transform: uppercase;
	font-weight: 600;
}


#breadcrumb a:last-of-type {
  color: white;
}

section{
	/*display: flex;
	flex-wrap: nowrap;*/

		width: 80vw;
		max-width:2000px;
	aspect-ratio: 16 / 9;
	margin: auto;
	padding: 0px;
	overflow:hidden;

	color: white;
	position: relative;
}


section #bullets{
	position: absolute;
	bottom: 1.5rem;
	z-index: 1;
	width: 100%;
  text-align: center;
}

section #bullets .bullet{
/*border-top: 15px solid var(--light-blue);
  width: 15px;*/
  display: inline-block;
  margin: 0px 5px;
 /* border-radius: 25px*/
   transition: border-top .3s;
border: 2px solid var(--light-blue);
  height: 15px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 15px;

}

section #bullets .bullet.active{
	/*border-top: 15px solid var(--yellow);*/
	background-color:  var(--yellow);
	border: none;

}



section #button-next{
	position: absolute;
  right: 0;
  z-index: 1;
  padding: 2rem;
  padding-bottom: 4rem;
  bottom : 0;
  
  cursor: pointer;
}

section #button-usages{
	position: absolute;
  right: 0;
  z-index: 1;
  padding-bottom: 6rem;
  bottom : 0;  
  cursor: pointer;
}

section #button-usages a{
	background-color: var(--yellow);
  padding: 25px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--dark-purple-font);
  text-decoration: none;
}

section #button-prev{
	position: absolute;
  left: 0;
  z-index: 1;
  padding: 2rem;
  padding-bottom: 4rem;
  bottom: 0;
  
  cursor: pointer;
}

#scroll-container{
	display: flex;
	flex-wrap: nowrap;
	transition: margin-left .4s ease-out;

}

section h2{
	color: white;
}

article{
	min-width: 80vw;
		max-width: 2000px;
  aspect-ratio: 16 / 9;
	position: relative;
}


article .attachment-post-thumbnail {
  display: block;
  width: 100%;
  height: auto;
}

article .overlay {
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0),50%, rgba(0,0,0,1));
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  text-align: center;
  display: flex;
  align-items: flex-end;
   /*height: 60%;*/
}

article .overlay.no-image {
	background-image: none;
	 top: 50%;
	 bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
 height: initial;
}

article .overlay.no-image .overlay-content{
	margin-bottom: 0px;
	padding-top: 0rem;
	opacity: 1;
}

article .overlay-content {
	max-width: 500px;
	margin: auto;
	line-height: normal;
	text-align: left;
	font-weight: 300;
	margin-bottom: 2rem;
	opacity: 0;
	padding-top: 2rem;
	transition-delay: 700ms;

	 transition-property: opacity, margin;
  transition-timing-function: ease-out;
  transition-duration: .4s;
}

article .overlay-content.active {
	margin-bottom: 4rem;
	opacity: 1;

}

.overlay-content p{
	margin-bottom: 1rem;
}

.overlay-content strong:before {
   background-image: url('images/slideshow_arrow_white_flat.png');
    display: inline-block;
  width: 10px;
  height: 14px;
  content: "";
  background-size: contain;
  margin-left: -15px;
  margin-right: 5px;
}


.overlay-content .pensee strong:before {
   background-image: url('images/slideshow_arrow_white_outline.png');  
}

.overlay-content .jaune {
   color: var(--yellow);
  
}

.overlay-content .jaune strong:before {
   background-image: url('images/slideshow_arrow_white_yellow.png');
  
}