/* Init all fonts */
@font-face {
	font-family: "Neo-Sans-Medium";
	src: url("../fonts/Neo Sans Std Medium TR.otf");
}
@font-face {
	font-family: "Neo-Sans-Ultra";
	src: url("../fonts/Neo Sans Std Ultra  TR.otf");
}
@font-face {
	font-family: "Neo-Sans-Bold";
	src: url("../fonts/NeoSans Black  TR.otf");
}
@font-face {
	font-family: "Neo-Sans-Italic";
	src: url("../fonts/NeoSans Light Italic TR-aytac.otf");
}

body{
	background-color:#EC6608;
	font-family:'Neo-Sans-Ultra';
	overflow:hidden;
}
h1, h2, h3, h4, h5, h6{
	font-family:'Neo-Sans-Ultra';
	color:white;
}
h1{
	font-size:50pt;
}

h2{
	font-size:22pt;
}
#survey_container h1{text-transform:uppercase;}

.pointer{
	cursor:pointer;
}

/*Homepage*/
.bg-white{background-color:white;}
.previous-choice{
	font-family: 'Neo-Sans-Medium';
}

/* Formulaires */
form{
	text-align:center;
}

label{
	color: white;
    font-size: 20pt;
    font-family: 'Neo-Sans-Medium';
	font-weight:bold;
    /* border: 1px solid #EEEEEE; */
    border-radius: 15px;
    padding: 0 20px;
    /* background-color: white; */
	
}

input[type="radio"]{
	display:none;
}

input[type="radio"]:checked+label{
	background-color: black;
    border: 1px solid black;
	color:white;
	
} 
#img-quizz{
	margin-bottom:20px;
}

#survey_container {
	min-height: 541px !important; 
}

div#survey_container h2, div#survey_container img{
	text-align:center;
	cursor: pointer;
}
div.form-check-inline{
	display:inline-block;
	margin-right:0;
	vertical-align:top;
}

div.form-check-inline img{
	display:block;
	margin: 10px auto;
}
#td_survey_task, #sf_error_message{
	display:none;
}
div#survey_container p, div#survey_container p a{
	text-align:center;
	color:white;
}
#survey_container img {
	max-width: 190px
}
#sf_progressbar .fa-caret-left, #sf_progressbar .fa-caret-right {
	display: none;
}
.progress#progress {
	margin-bottom: 30px;
}
#sf_survey_body #survey_container h2 img {
	position: absolute;
	max-width: 25%;
	top: -80px;
	right: -75px;
}
div#survey_container h2{
	margin-top:20px;
}
/* .row.header { */
	/* margin-bottom: 50px; */
/* } */
table.table-striped {
    border-collapse: collapse;
    font-size : 12px;
    width : 100%;
}
table.table-striped tbody {
    display: block;
    height : 300px;
    width : 98%;
    overflow-x: hidden;
    overflow-y: scroll;
	border: 3px solid white;
}
table.table-striped tbody tr {
	display: block;
    width: 95%;
    margin: 0 auto;
    font-size: 16px;
    border-top: 1px solid #dee2e6;
	clear: both;
}
.table td, .table th {
    border-top: 0px solid #dee2e6;
	padding: 15px;
}
.table td {
	width: 50%;
    text-align: left;
    display: block;
    float: left;
}
table.table.table-striped {
	display: none;
}

/* Style btn replay */
.btnReplay {
  text-align: center;
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  overflow: hidden;
  outline: none;
  text-indent: -9999em;
  background-image: url(https://quiz.udapei59.org/images/iconeson.png);
  width: 60px;
  height: 60px;
  background-size: contain;
  margin:auto;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Disable form */
.disableElements{
  pointer-events: none;
  opacity:0.5;
}

#result_masante{
  min-height: 300px!important;
  height:100%!important;
  background-color: #EC6608 !important;
}
#vid_boiler_next{
	margin:0 auto;
	text-align: center;
    color: #fff;
}
#vid_boiler_next p{
	cursor:pointer
}
.version-classique{
	border: 1px solid #fff;
    padding: 10px 25px;
    margin-top: 20px;
    display: inline-block;
    margin-right: 15px;
	cursor:pointer;
}

.popup > p {
	margin-bottom: 0px;
}

#video_categ {
	width: 100%;
    height: auto;
}

.version-video{
	border: 1px solid #fff;
    padding: 10px 25px;
    margin-top: 20px;
    display: inline-block;
	cursor:pointer;
}
#play-video{
	background-image:url(https://quiz.udapei59.org/images/masante-images/play.png);
	background-position: center;
    background-size: cover;
    height: 90px;
    width: 90px;
    margin: 0 auto;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 160px;
	padding-top: 20px;
	color:#fff;
}
#content-survey-quiz{
	margin-top:0px !important;
}
.progress {
    height: 0.6rem !important;
}
.p-extrait{
	height:162px;
	width:200px;
	position:absolute;
	background-position: center;
    background-size: contain;
	left:21%;
	top:0%;
	display: inline-block;
}
.p-extrait:hover{
	background-position: center !important;
    background-size: contain !important;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  display:none;
  z-index: 1;
}
.overlay:target {
  display:block;
}

.popup {
    padding: 50px;
    background: #fff;
    border-radius: 5px;
    width: 75vw;
    transition: all 5s ease-in-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translate(-50%);
    left: 50%;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
    top: -8px;
    right: 5px;
    transition: all 200ms;
    font-size: 70px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 1025px){
  .box{
    width: 70%;
  }
  .popup{
    width: 95%;
  }
}



#survey_container_tbl {
	min-height: 590px;
    height: 590px!important;
    width: 100%;
    background-size: cover;
}
	
	.row.header {
		margin-right: 0px;
		margin-left: 0px;
	}
	
	.row.header > div {
		padding: 0px;
	}
	
	div#survey_container {
		padding-top: 65px;
		min-height: 380px !important;
		height: 380px !important;
	}

@media screen and (min-width: 1025px){

	#sf_survey_body #survey_container h2 img {
    top: -0px;
}
.text-right img{
	margin-top: -15px !important; 
}
}

@media screen and (max-height: 685px) {
.text-right img{
	margin-top: -70px !important; 
}
}
@media screen and (min-height: 900px) { 
div#survey_container {
		padding-top: 165px !important;
		min-height: 546px !important;
	}
	#sf_survey_body #survey_container h2 img {
    top: 30px !important;
}
.text-right img{
	margin-top: 50px !important; 
} 
#progress {
	margin-top: 30px !important;
}

.p-extrait {
	top: 10%;
}


#survey_container > div > div > h2 {
	padding-left: 120px;
	padding-right: 120px;
}
}

@media screen and (max-height: 768px) {
	div#survey_container h2 {
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		max-width: 45vw;
	}
	
	#sf_survey_body #survey_container h2 img {
		top: 10px;
		right: -50px;
	}
	
	
	
	.row.header {
		margin-bottom: 0px;
		margin-right: 0px;
		margin-left: 0px;
	}
	
	.row.header > div {
		padding: 0px;
	}
	
	.row.header > .col-9 {
		    max-width: 74%;
	}
	
	#survey_container_tbl {
		min-height: 50% !important;
		height: 75% !important;
	}	
	
	#sf_survey_body {
		height: initial;
		min-height: 390px;
		height: 390px;
	}
	
	#progress {
		margin-top: 30px !important;
	}
	
	.p-extrait {
		top: 0%;
	}
	
	.col-10 {
		padding-top: 50px;
	}

}

/* Device filters */
@media (max-width:1400px) {
	.pc-only {
		display: none;
	}
}

.btn-back-office:hover {
  text-decoration: underline;
}

.pick_one_div {
	margin-top: 50px;
}

@media screen and (max-height: 768px) {
	.small-col-10-notch {
		padding-top: 0px;
	}
	
	.pick_one_div {
	margin-top: 0px;
}
}

.btn-black {
	color: #000;
	background-color: unset;
	border-color: #000;
}

.btn-black:hover {
	color: #1f1f1f;
	border-color: #1f1f1f;
	text-decoration: underline;
}

.btn-white {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}

.btn-white:hover {
	color: #000;
	border-color: #eaeaea;
	text-decoration: underline;
}
.btnClose {
    float: right;
    font-size: 27pt;
    cursor: pointer;
    color: rgb(26, 26, 26);
    margin-top: -25px;
}
#etablissementValue{
	-webkit-appearance: none;
	padding:10px;
}
