html, body{height:100%;}


body{
	background: rgba(255, 255, 255, 0) url(../media/visuels/?1734445924?1734509631) center ;
	background-size: cover;
	background-repeat: no-repeat;
    	font-family: 'Oxygen', sans-serif;
	line-height:1.1}

.color-body{
	color: rgb(100,100,100);
}

a.color-body:hover{
	color: rgb(100,100,100);
}

.vertical-center {
  min-height: 100%;
  display: flex;  
  flex-direction: column;
  justify-content: center;
}

.container {
	padding-right: 0px;
	padding-left: 0px;
}

.page{
	position: relative;
	background: rgba(255, 255, 255, 0) url("../media/visuels/17014A.png?1734509631") no-repeat scroll center top;
	max-width:800px;	min-height: 800px;	width: 100%;
	height:auto;
}

.visuel-cliquable-mobile{
	display:none;
}

.footer{
	position: static;
	max-width:800px;	width: 100%;
	font-size:14px;
	color: rgb(18,17,18);
	background-color: rgba(121,154,176,.9);
	text-align:center;
	padding:5px;
}

.footer a.l1{
	color: rgba(18,17,18,0.90);
	text-decoration:none;
	opacity: 1;
}

.footer a.l1:hover{
	color: rgba(18,17,18,1);
	text-decoration:underline;
}

.footer a.l2{
	color: rgba(18,17,18,0.90);
	text-decoration:underline;
}

.footer a.l2:hover{
	color: rgba(18,17,18,1);
	text-decoration:none;
}

.cadre-accueil{
	padding-top: 250px;
	padding-bottom: 30px;
	width: 100%;text-align: center;
}

.center-block {
    display: inline-block;
}

.cadre{
	margin: 150px 10% 10px;
	padding: 20px;
	border-radius:5px;
	background-color: rgba(0,0,0,0.1);
}

.cadre-inactif{
	position:absolute;
	width:100%;
	height:100%;
	font-size:32px;
	color: rgb(18,17,18);
	background-color: rgba(121,154,176,0.7);
	text-align:center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

h4{
	text-align:center; 
	padding-top:15px; 
	padding-bottom:15px;
}

h4.question{
	text-align:left; 
}

@media screen and (max-width:1024px) {
	
}

@media screen and (max-width:800px) {
	.btn-quiz{
		width:100% !important;
		margin-bottom: 5px;
	}
	.btn-indice{
		width:100% !important;
	}
}

@media screen and (max-width:640px) {
	.btn-quiz{
		width:100% !important;
		margin-bottom: 5px;
	}
	.btn-indice{
		width:100% !important;
	}
}

@media screen and (max-width:480px) {
	.cadre {
		padding:10px;
        margin-left:5%;
        margin-right:5%;
	}
	.btn-quiz{
		width:100% !important;
		margin-bottom: 5px;
	}
	.btn-indice{
		width:100% !important;
	}
	
}

.uppercase {
    text-transform: uppercase;
}

.btn-accueil{
	color: rgb(250,245,250);
	background-color: rgb(101,123,133);
	border: rgb(250,245,250);
	font-size: 20px;
	padding: 15px;
	min-width:200px;
	margin-top:20px;
}

.btn-accueil:focus,
.btn-accueil.focus,
.btn-accueil:active,
.btn-accueil.active,
.open > .btn-accueil.dropdown-toggle {
  color: rgb(101,123,133);
  background-color: rgb(250,245,250);
  border-color: rgb(250,245,250);
}

.btn-accueil:hover {
  color: rgb(101,123,133);
  background-color: rgb(250,245,250);
  border-color: rgb(250,245,250)}

.btn-accueil:active,
.btn-accueil.active,
.open > .btn-accueil.dropdown-toggle {
  background-image: none;
}

.btn-accueil.disabled:focus,
.btn-accueil.disabled.focus,
.btn-accueil:disabled:focus,
.btn-accueil:disabled.focus,
fieldset[disabled] .btn-accueil:focus,
fieldset[disabled] .btn-accueil.focus {
  background-color: rgb(250,245,250);
  border-color: rgb(250,245,250);
}

.btn-accueil.disabled:hover,
.btn-accueil:disabled:hover,
fieldset[disabled] .btn-accueil:hover {
  background-color: rgb(250,245,250);
  border-color: rgb(250,245,250);
}

.accueil-titre{
	font-size: 2rem;
	width:80%;
	color: rgb(0,0,0);
}

.accueil-sous-titre{
	font-size: 1.5rem;
	width:80%;
	color: rgb(0,0,0);
	padding-top:20px;
}


.form-control::-webkit-input-placeholder { color: rgba(3,3,3,0.80); }
.form-control:-moz-placeholder { color: rgba(3,3,3,0.80); }
.form-control::-moz-placeholder { color: rgba(3,3,3,0.80); }
.form-control:-ms-input-placeholder { color: rgba(3,3,3,0.80); }
	
.formInput{
    color: rgb(3,3,3);
    background-color: rgba(3,3,3,0.12);
    border: 0px;
    border-radius: 0.25rem;
}

.formInput:focus{
    background-color: rgba(3,3,3,0.2);
}

.formSelect{
    color: rgb(3,3,3);
    background-color: rgba(3,3,3,0.12);
    border: 0px;
    border-radius: 0.25rem;
	width:100%;
}

.formSelect:focus{
    background-color: rgba(3,3,3,0.2);
}

.formSelect option:not(:checked) {
    background-color: rgb(121,154,176);
}

#civ option { color: rgb(18,17,18); }
#pays option { color: rgb(18,17,18); }
.empty{
	color: rgba(3,3,3,0.80);
}

.form-control:focus {
  border: 0px;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(3,3,3, .075), 0 0 0px rgba(3,3,3, .5);
  box-shadow: inset 0 1px 2px rgba(3,3,3, .075), 0 0 0px rgba(3,3,3, .5);
}

.c-select:focus {
  border: 0px;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(3,3,3, .075), 0 0 0px rgba(3,3,3, .5);
  box-shadow: inset 0 1px 2px rgba(3,3,3, .075), 0 0 0px rgba(3,3,3, .5);
}

.checkForm {
    background-color: rgba(3,3,3,0.12);
	border: 1px solid rgba(3,3,3,0.12);
}

.c-input > input:checked ~ .checkForm {
	border: 0px;
	color: rgb(18,17,18);
	background-color: rgb(121,154,176);
}

.btn-form{
  color: rgb(18,17,18);
  background-color: rgba(121,154,176,.9);
  border-color: rgba(121,154,176,.9);
}

.btn-form:focus,
.btn-form.focus,
.btn-form:active,
.btn-form.active,
.open > .btn-form.dropdown-toggle {
  color: rgb(18,17,18);
  background-color: rgb(121,154,176);
  border-color: rgb(121,154,176);
}

.btn-form:hover {
  color: rgb(18,17,18);
  background-color: rgb(121,154,176);
  border-color: rgb(121,154,176);
}

.btn-form:active,
.btn-form.active,
.open > .btn-form.dropdown-toggle {
  background-image: none;
}

.btn-form.disabled:focus,
.btn-form.disabled.focus,
.btn-form:disabled:focus,
.btn-form:disabled.focus,
fieldset[disabled] .btn-form:focus,
fieldset[disabled] .btn-form.focus {
  background-color: rgb(121,154,176);
  border-color: rgb(121,154,176);
}

.btn-form.disabled:hover,
.btn-form:disabled:hover,
fieldset[disabled] .btn-form:hover {
  background-color: rgb(121,154,176);
  border-color: rgb(121,154,176);
}

.text-resultat{
	color: rgb(85, 85, 85);
}

a.text-resultat:hover{
	color: rgb(85, 85, 85);
}

.espaceBtn{
	padding:10px;
}

.msg-confirmation{
	padding: 10px 10px 30px 10px;
}

.partage{
	display:block;
	width:100%;
	background-color: rgb(59, 89, 152);
	color: rgb(255, 255, 255);
	padding: .375rem 1rem;
	font-size: 1.1rem; 
	line-height: 2;
	font-weight: normal;	
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: .0625rem solid transparent;
	border-radius: .25rem;
}

.partage:hover{
	background-color: rgba(59, 89, 152,0.9);
	color: rgb(255, 255, 255);
	text-decoration: none;
}

.partage:focus{
	color: rgb(255, 255, 255);
	text-decoration: none;
}

#partageok{
	display:none;
    background-color: rgb(102,205,0);
    border-radius: 5px;
    border: 0px;
    color: rgb(255,255,255);
    margin: 0px 10px 0px 10px;
	text-align: center;
}

#partageok p{
	padding: 5px !important;
	margin-top: 10px;
}

.clear {
clear:left;
}

.switchCheckBox {
	margin-bottom: .75rem;
}
.switchCheckBox > input[type="checkbox"] {
    display: none;   
}

.switchCheckBox > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 63px;  
}

.switchCheckBox > label::before {
    background: rgb(18,17,18);
	box-shadow: inset 0px 0px 5px rgba(121,154,176, 0.6);
    border-radius: 8px;
    content: '';
    height: 18px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 62px;
}
.switchCheckBox > label::after {
    background: rgb(121,154,176);
	color: rgb(121,154,176);
    box-shadow: 0px 0px 3px rgba(121,154,176, 0.3);
	border-radius: 16px;    
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
	content: "\2713";  
	padding-left:5px;
	padding-top:1px;
	font-weight:bold;
}

.switchCheckBox > input[type="checkbox"]:checked + label::after {
	background: rgb(121,154,176);
	color: rgb(18,17,18);
    left: 40px;
	content: "\2713";  
	padding-left:5px;
	padding-top:1px;
	font-weight:bold;
}

#modale_captcha{
    background: #FFF;
	position: absolute; left: 0; top: 0;
	width: 100%; height: 100%;
	background-color: rgba(255,255,255,.8);
	z-index: 9999;
	display: none;
	flex-direction: column;
	justify-content: center;
}