body, html {
height: 100%;
margin: 0;
font-family: 'Barlow';
}
.bg-video {
position: fixed; 
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: -1;
}
.bg-video::before {
content:'';
position: absolute; 
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: .6;
}
.bg-video__content {
width: 100%;
height: 100%;
object-fit: cover;
}
.logo {
max-width: 250px;
}
.indication {
min-width: 190px;
text-align: center;
}
a {
color: #0dcaf0 !important;
}
.tab {
display: none;
margin-top: 200px;
}
.step {
height: 5px;
width: 30px;
margin: 0 2px;
background-color: #bbbbbb;
border: none;
display: inline-block;
opacity: 0.5;
line-height: 28px;
}
.step.active {
opacity: 1;
background: #0dcaf0;
}
.step.finish {
background-color: #0dcaf0;
}
h2 {
font-weight: 700 !important;
font-size: 2.8rem !important;
}
.question {
text-shadow: 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
letter-spacing: 1.2px;
}
.fw-bold {
font-weight: 600 !important;
}
.assurance {
text-shadow: 0px 2px 11px rgba(0, 0, 0, 0.67);
font-size: 1.3rem;
}
.icone {
max-width: 80px;
margin-top: 150px
}
small {
font-size: .7em;
}
.avatar {
width: 50px;
height: 50px;
top: 0;
left: 10px;
}
.avatarmini {
width: 30px;
height: 30px;
border: 2px solid #fff;
}
.avatarmini2 {
margin-left: -10px;
width: 30px;
height: 30px;
border: 2px solid #fff;
}
#commentaires .card {
background: linear-gradient(135deg,  #05abe0 0%,#fcfcfc 25%,#fcfcfc 75%,#05abe0 100%);
opacity: .8;
border: 0;
}
.form-check-input:checked {
background-color: #0dcaf0;
border-color: #0dcaf0;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}
.btn-google {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 5px 20px 5px 40px;
	border-radius: 4px;
	border: none;
	font-weight: bold;
	cursor: pointer;
	font-size: 1rem;
	text-align: center;
	min-height: 48px;
	background-color: #000;
	color: white;
}
.icon-google {
	background: #fff;
	width: 30px;
	position: absolute;
	left: 10px;
}
.divider-or {
	display: flex;
	align-items: center;
	text-align: center;
	color: #fff;
	font-size: .9rem;
	margin: 10px;
}
.divider-or::before, .divider-or::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #fff;
	margin: 0 20px;
}
/* Media Queries */
@media (max-width: 991px){
.logo {
max-width: 200px;
}
h2 {
font-size: 2.4rem !important;
}
.indication {
min-width: 140px;
font-size: .8rem;
}
.assurance {
font-size: 1rem;
}
small {
font-size: .7em;
}
.comment {
line-height: 1 !important;
}
.tab {
margin-top: 150px;
}
.tab.margin {
margin-top: 50px;
}
.row.age {
--bs-gutter-x: .5rem !important;
}
.icone {
margin-top: 100px
}
}
@media (max-width: 370px){
body {
font-size: .9rem;
}
.logo {
max-width: 170px;
}
.indication {
min-width: 120px;
}
}