body {
	font-family: 'montserrat';
}
p {
	margin-bottom: 0px;
}
h1 {
	margin-bottom: 0px!important;
	font-size: 1.9rem!important;
	font-family: 'Montserrat', sans-serif;
}
#citations-list p {
	margin: 0px;
	color: gray;
}
#navbar {
	background: #262e30;
	width: 100%;
	height: 21px;
	margin-bottom: 0px;
	color: white;
}
.dr-title {
	color: #e5e4e4;
	display: block;
	font-size: 11.76px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#hauto {
	height: 100%;
}

.CallToAction__button {
	top: 21%!important;
}
.headline {
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
	font-weight: 700;
}

.pause-video {
	display: none;
	z-index: 999999;
	outline : none;
	position: absolute;
	left: 50%;
	background: #062063;
	width: 150px;
	height: 150px;
	color: #fff;
	margin-left: -75px;
	top: 50%;
	margin-top: -50px;
	border-radius: 100px;
	border : solid 3px white;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	cursor: pointer;
	}
	.pause-video::before {
	content: "";
	position: absolute;
	border: 42px solid transparent;
	top: 50%;
	border-top-width: 30px;
	border-bottom-width: 30px;
	border-left-color: #fff;
	z-index: 2003;
	left: 50%;
	-webkit-transform: translateY(-50%)translateX(-18%);
	transform: translateY(-50%)translateX(-18%);
	-ms-transform: translate(-18%,-50%);
	}
	.pause-video:hover {
		scale: 1.1;
	}

.next-button {
	width: 340px;
	background-color: #062063;
	color: white;
	font-family: 'Montserrat';
	font-size: 32px;
	padding: 10px 15px;
	border-radius: 8px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.next-button:hover {
	opacity: 0.8;
	text-decoration: underline;
}

#timer .value{
display: inline-block;
text-align: center;
width: 100px;
box-sizing: border-box;
letter-spacing: 1px;
margin: auto;
background: #ff5f5f;
padding: 2px;
border-radius: 21px;
color: #fff;
font-size: 20px;
}

.controls-btt{
cursor: pointer;
border: none;
outline: none;
position: relative;
background-color: transparent;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
width: 40px;
height: 40px;
transition: opacity 300ms ease;
opacity: 0.8;
filter: invert(1) drop-shadow(0px 0px 2px black);
}
.controls-btt:hover{
opacity: 1;
}

.controls-btt:focus {
outline: none;
}

.img-mob {
box-shadow: 0px 1px 3px 0px;
max-width: 70%!important;
}
#quizbox-container {
background:#fff!important;
box-shadow: 1px 2px 4px 0px #0000001f;
}

#volume{
transition: background-image 300ms ease;
background-image: url("/img/volume_mute.png");
}
#volume.on{
background-image: url("/img/volume_on.png");
}
#video-container{
display: inline-block;
}
#biographie {
	background: #fff;
	border-radius: 2px;
	margin-top: 60px;
	margin-right: 0 auto;
	margin-left: 0 auto;
	padding: 10px;
	box-shadow: 1px 2px 4px 0px #0000001f;
}

#controls{
position: absolute;
top: 0px;
border: 0px;
left: 20px;
height: 50px;
z-index: 300000000;
width: 30%;
transition: all 700ms ease;
}


@media screen and (max-width: 800px) {
.col.col-12.col-lg-9.col-md-12.col-sm-12{
	height: 500px;
}
#controls{
	width: 100%;
	left: 0;
	top: 13px;
	padding-left: 20px;
}
#mobile-nb{
	font-size: 12px!important;
	position: relative;
	top: 0px;
}
.img-mob {
	max-width: 30%!important;
}
#biographie{
	display: block;
}
#next-step{
	pointer-events: all;
}
.img-fluid {
max-width: 70px;
max-height: 70px;
}


}
@media screen and (max-width: 768px) {
	.vid_embed--small .CallToAction__button, .vid_embed--tiny .CallToAction__button, .vid_embed--x-small .CallToAction__button {
		font-size: 18px!important;
		padding: 18px 30px!important;
	}
	.img-mob {
		max-width: 30%!important;
	}
	h1 {
		padding: 10px 0px
	}
	.pause-video {
		height: 100px;
		width: 100px;
		margin-left: -50px;
		margin-top: -60px;
		margin-right: -50px;
	}
	.next-button {
		width: 240px;
		font-size: 21px;
	}
	#title-of-sound {
		font-size: 15px;
	}
}

}
@media screen and (max-width: 992px) {
.img-mob {
	max-width: 50%!important;
}

#title-of-sound {
		font-size: 17px;
	}
h1 {
	font-size: 1.5rem;
}
}
