/* form */
/* form */

form{
	padding:20px 0;
	background-color:rgba(249, 249, 249,0.8);/* background-color:#f9f9f9; */
	border-radius:2px;
}

.submit_iframe{
	display:none;
	/* width:100%; */
	/* height:400px; */
	border:0;
	margin:0;
	padding:0;
}

textarea{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	height:100px;
	color:#006699;
	width:97%;
	border: solid 1px #ccc;
	padding:1%;
}

input[type="text"],input[type="password"],input[type="url"],input[type="email"],input[type="tel"]{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	width:97%;
	color:#006699;
	border: solid 1px #ccc;
	background-repeat:no-repeat;
	background-position:99% 50%;
	padding:1%;
}

/*input:hover, select:hover, textarea:hover{
	border: solid 1px #006699;
}*/

select{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	width:99%;
	color:#006699;
	border: solid 1px #ccc;
	padding:1%;
}

/*input[type="submit"], input[type="button"] {
	color:#fff;
	font-size: 17px;
	height:30px;
	padding:2px 5px 2px 5px;
	margin:5px;
	cursor:pointer;
	border-radius: 5px;
}*/

/*input[type="submit"]:hover , input[type="button"]:hover  {
	text-shadow: 0px 0px 1px #fff;
}*/

.sub_ok{
	font-family: 'Lato', sans-serif;
	color:#fff;
	font-size: 17px;
	padding:5px 40px;
	margin:5px;
	cursor:pointer;
	border: solid 1px #006699;
	background-color: #006699;
	white-space:nowrap;
}

.sub_ok:hover{
    text-shadow: 0 1px 1px #ccc;
	background-color:#eee;
	color:#006699;
}

.sub_ok:disabled{
	color:#777;
	border: solid 1px #eee;
	background-color: #eee;
}

.sub_nok{
	font-family: 'Lato', sans-serif;
	color:#fff;
	font-size: 17px;
	padding:5px 40px;
	margin:5px;
	cursor:pointer;
	border: solid 1px #b30000;
	background-color: #b30000;
	white-space:nowrap;
}

.sub_nok:hover{
    text-shadow: 0 1px 1px #ccc;
	background-color:#eee;
	color:#b30000;
}

.sub_dis{
	font-family: 'Lato', sans-serif;
	color:#ccc;
	font-size: 17px;
	padding:5px 40px;
	margin:5px;
	cursor:pointer;
	border: solid 1px #eee;
	background-color: #eee;
	white-space:nowrap;
}

.sub_dis:hover{
    text-shadow: 0 1px 1px #ccc;
	background-color:#eee;
	color:#ccc;
}


.modified {
	position:relative;
	font-size: 12px;
	text-align:right;
	color:#aaa;
	margin:10px 0px 0px 10px;
	padding:10px;
	overflow:hidden;
}





.mini_sub_ok{
	color:#fff;
	font-size: 13px;
	padding:2px 5px 2px 5px;
	margin:5px;
	cursor:pointer;
	border-radius: 5px;
	border: solid 1px #8eb42d;
	background-color:#8eb42d;
}

.mini_sub_nok{
	color:#fff;
	font-size: 13px;
	padding:2px 5px 2px 5px;
	margin:5px;
	cursor:pointer;
	border-radius: 5px;
	border: solid 1px #b30000;
	background-color:#b30000;
}

.sub_button{
	color:#fff;
	font-size: 17px;
	width:95%;
	margin:10px 1%;
	padding:1%;
	border-radius:5px;
	text-align:center;
	z-index:200;
}

fieldset {
	position:relative;
	font-size: 13px;
	line-height: 20px;
	border: solid 1px #f9f9f9;
	/*background-color:rgba(249, 249, 249,0.8);*/
	background-color:#f9f9f9;
	width:95%;
	margin:10px 1%;
	padding:1%;
	border-radius:10px;
	/*box-shadow:  0px 0px 5px #f9f9f9;*/
}



fieldset legend{
	font-size: 15px;
	background-color:#f9f9f9;
	/*box-shadow:  0px 0px 5px #f9f9f9;
	border-radius:2px;
    text-shadow: 0 0 1px #bbb;*/
	color:#333;
	overflow:hidden;
	margin-left:-5px;
	padding:3px 7px;
}

.fieldset_date {
	margin:5px;
	padding:2px;
}

.fieldset_date legend {
	font-size: 13px;
}

.textareaopt {
	float:right;
}

.textareaopt img{
	border: solid 1px #ccc;
	cursor:pointer;
}

.previsualisation{
	border: solid 1px #ccc;
	background-color:#fff;
	font-size: 13px;
	margin:auto;
}

.time_pick{
	border: solid 1px #ccc;
	font-size: 12px;
	line-height:12px;
	border-radius:2px;
	margin:1px;
	padding:5px;
	float:left;
	background-color:#fff;
}

.time_pick_lite{
	display:block;
	float:left;
	width:100%;
	font-size: 11px;
	line-height:10px;
	margin:0px;
	padding:2px;
	float:left;
	text-align:center;
}

.time_picked{
	border: solid 1px #ccc;
	background-color:#ccc;
	font-size: 12px;
	line-height:12px;
	border-radius:2px;
	margin:1px;
	padding:5px;
	float:left;
	cursor:pointer;
}

.pick_jour{
	box-shadow:  0px 0px 2px #eee,0px 0px 10px 0px #eee inset;
}

.time_no_pick{
	border: solid 1px #ccc;
	font-size: 12px;
	line-height:12px;
	border-radius:2px;
	margin:1px;
	padding:5px;
	float:left;
	background-color:#fff;
	opacity:0.40;
}

/*.commentaire{
	display:block;
	border: solid 1px #ccc;
	font-size: 13px;
	color:#8eb42d;
	margin-bottom:10px;
	padding:0px 10px 0px 20px;
	background-repeat:no-repeat;
	background-position:5px 10px;
	background-image:url(/img/bas.png);
	border-radius: 3px;
}*/
.commentaire{
	display:block;
	font-size: 13px;
	color:#8eb42d;
	margin:0px 0px 10px 15px;
	line-height:22px;
	font-weight: bold;
}

.commentaire_formulaire{
	position:relative;
	font-size: 15px;
	font-weight: bold;
	color:#8eb42d;
	line-height: 20px;
	padding:1%;
	margin:1%;
	width:95%;
	background-color:rgba(249, 249, 249,0.8);/* background-color:#f9f9f9; */
}

.commentaire_flash{
	display:block;
	font-size: 12px;
	color:red;
	border: dashed 1px red;
	border-radius:3px;
	margin:0px 0px 5px 0px;
	padding:5px;
	line-height:20px;
}

.erreur_champs{
	display:block;
	float:left;
	padding:1%;
	width:97%;
	font-size: 13px;
	font-weight: bold;
	color:#fff;
	margin-top:10px;
	background-color:#b30000;
}

.palette{
	float:left;
	margin:5px 5px 5px 0px;
	padding:3%;
	border: solid 1px #ccc;
}

.checkbox{
	float:left;
	display:block;
	margin-right:1%;
	margin-bottom:2px;
	width:32%;
	background-color:#fff;
	color:#006699;
	line-height:20px;
	cursor:pointer;
}

.checkbox:hover{
	background-color:#eee;
}

.checkbox input[type=checkbox]{
	display:none;
	float:left;
	margin:5px;
	cursor:pointer;
}

.checkbox label{
	display:block;
	text-align:center;
	height:100%;
	padding:2px 0px;
	cursor:pointer;
}

input[type=checkbox]:checked + label{
	background-color:#006699;
	color:#fff;
}

.checkbox_rdv{
	/* float:left !important; */
	/* width:28% !important; */
	font-weight:bold;
	color:#000;
	width:98% !important;
}

.checkbox_rdv:hover{
	color:#fff;
}

.label_checkbox_rdv{
	font-size: 21px;
    color: #fff;
    background-color: rgba(70, 70, 70, 0.5);
    padding: 2%;
    margin: 1% 0px;
    width: 94%;
    border-radius: 2px;
}

.bloc_checkbox_rdv{
	float:left;
    width: 20%;
}

.legende_checkbox_rdv{
	float:right;
}


#telemed{
	display:block;
	position:relative;
	width:100%;
	height:75vh;
	/* height:400px; */
	/* text-align:center; */
}

#telemed_out{
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	margin:1%;
	width:20%;
	/* border: solid 2px #fff; */
	z-index:1;
}

#telemed_in{
	/* display:inline-block; */
	margin:1%;
	max-width:98%;
	overflow:hidden;
	/* max-height:400px; */
	z-index:5;
	text-align:center;
}

#telemed_ok{
	color:#8eb42d;
}

#telemed_nok{
	color:red;
}


#dialog_telemed{
	overflow:hidden;
	font-size:16px;
}



video{
	width:100%;
	max-height:70vh;
	border: solid 2px #fff;
}

#reponse_form{
	position:relative;
	min-height:32px;
	overflow:hidden;
}

#reponse_selected{
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}

.rdv_selected{
	text-align:center;
	float:left;
	display:block;
	margin-right:1%;
	margin-bottom:2px;
	width:48%;
	border: solid 1px #006699;
   	background-color: #006699;
	color:#fff;
	font-size:13px;
	/*font-weight:bold;*/
	line-height:22px;
	cursor:pointer;
}

.rdv_selected:hover{
	border: solid 1px #b30000;
   	background-color: #b30000;
}




