
/*

Futura PT Light

font-family: futura-pt, Arial, sans-serif;
font-weight: 300;
font-style: normal;


Futura PT Light Oblique

font-family: futura-pt, Arial, sans-serif;
font-weight: 300;
font-style: italic;


Futura PT Book

font-family: futura-pt, Arial, sans-serif;
font-weight: 400;
font-style: normal;


Futura PT Book Oblique

font-family: futura-pt, Arial, sans-serif;
font-weight: 400;
font-style: italic;


Futura PT Heavy

font-family: futura-pt, Arial, sans-serif;
font-weight: 700;
font-style: normal;


Futura PT Heavy Oblique

font-family: futura-pt, Arial, sans-serif;
font-weight: 700;
font-style: italic;


Futura PT Extra Bold

font-family: futura-pt, Arial, sans-serif;
font-weight: 800;
font-style: normal;


Futura PT Extra Bold Oblique

font-family: futura-pt, Arial, sans-serif;
font-weight: 800;
font-style: italic;
*/


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

body {
	font-family: futura-pt, 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-v2.jpg') center center white;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

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

.slice {
    margin-top: 108px;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.fancybox-bg {
    background: #ffffff;
}

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

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


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

section {
    background-color: transparent;
}

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: black;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

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

#page-questionnaire h4 {
	margin-bottom:  20px;
	text-align: center;
}

#page-questionnaire h5 {
	font-size: 1.1em;
	text-align: center;
}

p {
	color: black;
	font-size: 1.2em;
}

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

p a:hover, label a:hover {
	color: black;
}

label {
	color: black;
}

.btn-link {
    color: black;
}

.btn-link:hover {
    color: black;
}

.btn-outline-primary {
	font-size: 1.2em;
    color: black;
    background-color: transparent;
    border-color: black;
}

.btn-outline-primary:hover {
    color: white;
    background-color: black;
    border-color: black;
}

.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: black;
    border-color: black;
}

.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;
	text-align: center;
	/*border-bottom: 1px solid #d6d6d6;*/
	background-color: white;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.navbar-brand {
	margin: 0;
}

#navbar-logo {
	width: 210px;
}


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

.form-control {
	color: black;
	border-bottom: 2px solid black;
	border-right: none;
	border-top: none;
	border-left: none;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: .25rem .25rem 0 0;
}

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

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

.custom-control-label {
	font-size: 1.1em;
}

.custom-control-label:before {
	background: black;
	margin-top: -5px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
	margin-top: -5px;
}

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

.custom-control-input:not(:disabled):active~.custom-control-label:before {
	border-color: black;
	background-color: black;
}

.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: 35px;
}

.custom-radio {
	margin-bottom: 20px;
	text-align: center;
}

@media (max-width:576px){
	.custom-radio {
		text-align: left;
	}
}

.custom-radio .custom-control-label {
	font-size: 1.2em;
	line-height: 1.3em;
	padding-left: 5px;
	transition: 0.1s ease-in-out all;
}

.custom-radio .custom-control-input:checked~.custom-control-label {
	color : #cea85a;
	/*font-size: 1.3em;*/
	-webkit-transform: scale(1.1)!important;
    -ms-transform: scale(1.1)!important;
    transform: scale(1.1)!important;
}

.custom-radio .custom-control-label:before {
	height: 30px;
	width: 30px;
	background: url(../img/picto-reponse-off.png?v=2) no-repeat;
	-webkit-background-size: 30px 30px;
	-moz-background-size:  30px 30px;
	-o-background-size:  30px 30px;
	background-size:  30px 30px;
	background-color: transparent;
	border-color: transparent;
	margin-top: -9px;
}
 
.custom-radio .custom-control-input:checked~.custom-control-label:before {
	height: 30px;
	width: 30px;
	background: url(../img/picto-reponse-on.png?v=2) no-repeat;
	-webkit-background-size: 30px 30px;
	-moz-background-size:  30px 30px;
	-o-background-size:  30px 30px;
	background-size:  30px 30px;
	background-color: transparent;
	border-color: transparent;
	margin-top: -9px;
}

.custom-radio .custom-control-label:after {
	background: none;
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
	background: none;
}

.custom-radio .custom-control-input:focus~.custom-control-label:before{
	-webkit-box-shadow: none;
	box-shadow: none;
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before{
	border-color: transparent;
}

.custom-control-input:not(:disabled):active~.custom-control-label:before{
	background-color: transparent;
	border-color: transparent;
	-webkit-box-shadow:none;
	box-shadow:none
}

.custom-control-input:disabled~.custom-control-label:before{
	background-color: transparent;
}


/*---------- 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;
}
