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

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

body {
	font-family: 'conduit_itc', Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	background: #862633;
	letter-spacing: 2px;
	text-transform: uppercase;
}

body#intro:after{
	content:"";
	position:fixed;
	top:0;
	height:100vh;
	left:0;
	right:0;
	z-index:-1;
	background: url('../img/bg-intro.png?v=1.2') center center white;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body#inscription:after{
	content:"";
	position:fixed;
	top:0;
	height:100vh;
	left:0;
	right:0;
	z-index:-1;
	background: url('../img/bg-inscription.jpg?v=1.2') center center white;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body#quiz,
body#quiz-intro,
body#page-questionnaire {
	background: #000000;
}

/*
body#quiz-intro:after{
	content:"";
	position:fixed;
	top:0;
	height:100vh;
	left:0;
	right:0;
	z-index:-1;
	background: url('../img/bg-intro-quizz.jpg') left center black;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
*/

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

.fancybox-bg {
    background: none;
}

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

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

#quiz-intro .fancybox-content {
	background: black;
	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: #dac995;
	text-transform: uppercase;
}

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

#page-questionnaire .h1, #page-questionnaire .h2, #page-questionnaire .h3, #page-questionnaire .h4, #page-questionnaire .h5, #page-questionnaire .h6, #page-questionnaire h1, #page-questionnaire h2, #page-questionnaire h3, #page-questionnaire h4, #page-questionnaire h5, #page-questionnaire h6,
#quiz-intro .h1, #quiz-intro .h2, #quiz-intro .h3, #quiz-intro .h4, #quiz-intro .h5, #quiz-intro .h6, #quiz-intro h1, #quiz-intro h2, #quiz-intro h3, #quiz-intro h4, #quiz-intro h5, #quiz-intro h6 {
	color: white;
}

#page-questionnaire .section h4,
#page-questionnaire .section h5 {
	color: #dac995;
}

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

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

p {
	color: #dac995;
	font-size: 1.2em;
}

#page-questionnaire p,
#quiz-intro p {
	color: white;
}

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

#page-questionnaire p a, label a {
	color: white;
}

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

#page-questionnaire p a:hover, #page-questionnaire label a:hover {
	color: white;
}

label {
	color: #dac995;
}

#page-questionnaire label {
	color: white;
}

.btn-link {
    color: #dac995;
}

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

#btn_continuer {
	font-size: 1.5em;
}

#btn-skip {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

#btn-participe {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.btn-primary {
    color: #862633;
    background-color: #dac995;
    border-color: #dac995;
    letter-spacing: 2px;
}

.btn-primary:hover {
    color: #dac995;
    background-color: #862633;
    border-color: #dac995;
}

.btn-primary:not(:disabled):not(.disabled):active {
	color: #dac995;
    background-color: #862633;
    border-color: #dac995;
}

.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;
}

.btn-secondary {
    color: #862633;
    background-color: #dac995;
    border-color: #dac995;
    letter-spacing: 2px;
}

.btn-secondary:hover {
    color: #dac995;
    background-color: #000000;
    border-color: #dac995;
}

.btn-secondary:not(:disabled):not(.disabled):active {
	color: #dac995;
    background-color: #000000;
    border-color: #dac995;
}

.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;
	background-color: transparent;
	box-shadow: none;
}

#page-questionnaire .header {
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
}

.navbar-brand {
	margin: 0;
}

#navbar-logo {
	width: 210px;
}


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

.form-control {
	color: black;
	border-right: none;
	border-top: none;
	border-left: none;
	background-color: white;
}

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

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

.custom-control-label:before {
	background: #dac995;
	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: #dac995;
	background-color: #dac995;
}

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

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23862633' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}

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

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

.form-control::-webkit-input-placeholder {
  color: #727272;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.form-control:-ms-input-placeholder {
  color: #727272;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.form-control::placeholder {
  color: #727272;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.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=1.1) 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=1.1) 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;
}

#intro-live {
	text-align: center;
	background: #862633;
}

#intro-live .fancybox-close-small,
#quiz-intro .fancybox-close-small {
	display: none;
}

#intro-live-logo {
	width: 250px;
}

.countdownlive {
	position: absolute;
	top: 80%;
	left: 50%;
	margin-left: -59px;
	color: #949494;
}

.countdownlive div {
	float: left;
	font-size: 3.2em;
	line-height: 0.5em;
	text-align: center;
}

.countdownlive div span {
	font-size: 0.4em;
}

@media (max-width:992px){
	.countdownlive {
		transform: scale(.8);
		top: 78%;
		left: 50%;
		margin-left: -57px;
	}
}

@media (max-width:768px){
	.countdownlive {
		transform: scale(.7);
		top: 77%;
		left: 50%;
		margin-left: -61px;
	}
}

@media (max-width:576px){
	#intro-live-logo {
		width: 200px;
	}
	.countdownlive {
		transform: scale(.55);
		top: 72%;
		left: 50%;
		margin-left: -61px;
	}
}

@media (max-width:370px){
	.countdownlive {
		transform: scale(.4);
	    top: 69%;
		left: 50%;
		margin-left: -61px;
	}
}

.video-responsive { 
	overflow:hidden; 
	padding:56.25% 0 0 0;
	position:relative; 
}

.video-responsive iframe {
	left:0; 
	top:0; 
	height:100%;
	width:100%;
	position:absolute;
}

.msg-formation {
	display: inline-block;
	padding: 0 30px;
	text-align: center;
	border: 1px solid white;
	border-radius: 20px;
}

.msg-formation p {
	color: white;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 15px;
}

.msg-formation p a,
.msg-formation p a:hover {
	color: white;
}

.link-quiz {
	text-align: right;
	font-size: 0.9em;
	margin-top: 10px;
}

.link-quiz a {
	text-decoration: none;
}

.link-quiz a:hover {
	text-decoration: underline;
}

#logo-quiz {
	width: 250px;
}


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



.downArrow{
	position: fixed;
	bottom: 45%;
	left: 50%;
}
.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

