@font-face {
	font-family: 'intro';
	font-weight:100;
	font-style:normal;
	src: url('../fonts/intro.eot');
	src: url('../fonts/intro.eot') format('embedded-opentype'),
		 url('../fonts/intro.woff2') format('woff2'),
		 url('../fonts/intro.woff') format('woff'),
		 url('../fonts/intro.ttf') format('truetype'),
		 url('../fonts/intro.svg#intro') format('svg');
}

@font-face {
	font-family: 'intro';
	font-weight:100;
	font-style:italic;
	src: url('../fonts/introitalic.eot');
	src: url('../fonts/introitalic.eot') format('embedded-opentype'),
		 url('../fonts/introitalic.woff2') format('woff2'),
		 url('../fonts/introitalic.woff') format('woff'),
		 url('../fonts/introitalic.ttf') format('truetype'),
		 url('../fonts/introitalic.svg#introitalic') format('svg');
}

@font-face {
	font-family: 'intro';
	font-weight:700;
	font-style:bold;
	src: url('../fonts/introbold.eot');
	src: url('../fonts/introbold.eot') format('embedded-opentype'),
		 url('../fonts/introbold.woff2') format('woff2'),
		 url('../fonts/introbold.woff') format('woff'),
		 url('../fonts/introbold.ttf') format('truetype'),
		 url('../fonts/introbold.svg#introbold') format('svg');
}


html, body {
	min-height: 100%;
}

body {
	font-family: intro, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
}
/*
body:after{
	content:"";
	position:fixed;
	top:0;
	height:100vh;
	left:0;
	right:0;
	z-index:-1;
	background: url('../img/bg-body.jpg?v=2') center center white;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
*/
#background-video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	background: url('../img/bg-body.jpg?v=2') center center white;
}

body#page-survey:after{
	/*background: none;*/
}

.slice {
    margin-top: 200px;
    padding-top: 2rem;
    padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.fancybox-bg {
    background: #ffffff;
}

.fancybox-is-open .fancybox-bg {
	opacity: 1;
}

.fancybox-slide--image {
	padding: 0;
}


/*---------- COLORS ----------*/

section {
    background-color: transparent;
}

.bg-content {
	background-color: hsla(0, 0%, 100%, 0.65);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border-radius: 8px 8px 40px 8px;
}

.footer-dark {
    background-color: transparent;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #373737;
	/*text-transform: uppercase;*/
}

.h1 span, h1 span {
	font-family: futura-pt, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
}

#page-survey h4 {
	margin-bottom: 20px;
}

#page-survey h5 {
	font-size: 1.1em;
}

p {
	color: #373737;
	font-size: 1.1em;
}

p a, label a {
	color: #373737;
	text-decoration: underline;
}

p a:hover, label a:hover {
	color: #373737;
}

label {
	color: #373737;
}

.btn-link {
    color: #373737;
}

.btn-link:hover {
    color: #373737;
}

.btn-primary {
	background-color: #9053ef;
	border-color: #9053ef;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #9053ef;
	border-color: #9053ef;
}

.btn-primary:hover {
	color: #fff;
	background-color: #9053ef;
	border-color: #9053ef;
}

.custom-control-input:checked~.custom-control-label:before {
	border-color: #9053ef;
	background-color: #9053ef;
}

.btn-outline-primary {
	font-size: 1.1em;
    color: #9053ef;
    background-color: transparent;
    border-color: #9053ef;
}

.btn-outline-primary:hover {
    color: white;
    background-color: #9053ef;
    border-color: #9053ef;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
	color: white;
    background-color: #9053ef;
    border-color: #9053ef;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
    background-color: transparent;
}

.swal2-popup .swal2-title {
	letter-spacing: normal;
}

.asterisque {
	font-size: 0.9em;
	font-weight: 300;
}



/*---------- HEADER/FOOTER ----------*/

.header {
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    
	padding: 20px;
	/*background-color: white;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);*/
	/*background-color: hsla(0, 0%, 92.2%, .5);*/
	background-color: hsla(0, 0%, 100%, 0.6);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border-radius: 0px 0px 40px 0px;
}

.navbar-brand {
	margin: 0;
}

#navbar-logo {
	width: 210px;
}


/*---------- FORM -----------*/

.form-control {
	color: black;
	background-color: rgba(255, 255, 255, 0.8);
}

.form-control:focus {
	color: black;
    border-color: black;
}

.form-control-lg {
	border-radius: .375rem .375rem 0 0;
}

.swal2-popup .swal2-styled {
	border-radius: 50rem!important;
}

.swal2-popup .swal2-styled:focus {
	box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: #727272;
}

.form-control:-ms-input-placeholder {
  color: #727272;
}

.form-control::placeholder {
  color: #727272;
}

.question {
	margin-bottom: 20px;
}

/*---------- PRIVACY POLICY ----------*/

.privacy .custom-control-label {
	font-size: 1em;
	line-height: 1.1em;
}

#privacy-policy {
	position: relative;
	text-align: justify;
	max-width: 640px;
}

#privacy-policy p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 0.95em;
	line-height: 16px;
	color: black;
}

#privacy-policy-header {
	background: black;
	padding: 12px 5px 1px 5px;
	text-align: center;
	margin-bottom: 20px;
}

#privacy-policy-header a,
#privacy-policy-header a:hover {
	color: #fff !important;
}

#privacy-policy h1 {
	font-size: 1em;
	color: black;
}

#privacy-policy h2 {
	font-size: 1em;
	color: black;

}

#privacy-policy a,
#privacy-policy a:hover {
	color: black;
}
