/* ======================================================================*/
/* page-demandez-rendez-vous */
/* ======================================================================*/
#ahpr-rdv-div{
	margin: 2em 0;
	overflow: hidden;
}
/*
#ahpr-rdv-div .form-wrapper input[type="text"],
#ahpr-rdv-div .form-wrapper input[type="email"],
#ahpr-rdv-div .form-wrapper input[type="tel"],
#ahpr-rdv-div .form-wrapper textarea{
	border: 1px solid #ddd;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 1em;
	color: black;
	width: 100%;
	margin-bottom: 1em;
}*/
#ahpr-rdv-div .top-wrapper{
	font-family:'Avenir Roman';
}
#ahpr-rdv-div .top-wrapper{
	width: 45%;
	margin: 0 auto;
	text-align: center;
}
#ahpr-rdv-div .col-wrapper, .cols-wrapper {
	overflow: hidden;
	width:100%;
}
#ahpr-rdv-div .form-wrapper .label-title{
	display: block;
	font-size: 1.2em;
	margin-bottom: 5px;
	font-weight: bold;
}
#ahpr-rdv-div .form-wrapper .question-wrapper{
	margin-bottom: 2em;
}
#ahpr-rdv-div .first-col{
}
.col-left {
	float: left;
	width: 49%;
}
.col-left.no-photo {
	width: 100%;
}
.col-right {
	float: right;
	width: 49%;
}
#ahpr-rdv-div .button-wrapper {
	margin-top: 2em;
	margin-bottom: 8em;
	text-align: center;
}
#ahpr-rdv-div .col-left  p{
	margin-top: 0px;
	
}
#ahpr-rdv-div .button-wrapper button {
	color: #fff !important;
	cursor:pointer;
}
#ahpr-rdv-div .button-wrapper button:hover {
}
#ahpr-rdv-div #ville {
	width:60%;
	float:left;
}
#ahpr-rdv-div #code_postal {
	width: 38%;
	float: right;
	
}
#ahpr-rdv-div #tel_domicile {
	width: 49%;
	float: left;
	
}
#ahpr-rdv-div #poste{
	width: 49%;
	float: right;
	
}
#ahpr-rdv-div #tel_cellulaire  {
	width: 49%;
	float: right;
	
}
#ahpr-rdv-div #tel_travail  {
	width: 49%;
	float: left;

}
#ahpr-rdv-div textarea{
	height: 162px;
}
#ahpr-rdv-div .ahpr_magicfield{
	position: absolute;
	left: -9999999px;
}
#ahpr-rdv-div .popnotification{
	position: fixed;
	top: 0%;
	height: 100%;
	padding: 2em 0 2em 0;
	font-size: 2em;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 99999999;
	text-align: center;
    display: block;
	animation: fadeout 4s;
	-moz-animation: fadeout 4s;
	-webkit-animation: fadeout 4s;
	-o-animation: fadeout 4s;
	animation-delay: 4s;
	-moz-animation-delay: 4s;
	-webkit-animation-delay: 4s;
	-o-animation-delay: 4s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
}
#ahpr-rdv-div .popnotification .alert-box{
	position: absolute;
	top:50%;
	margin-top: -3em;
	width: 100%;
	text-align: center;
	left: 0;
	padding-left:1em;
	padding-right: 1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#ahpr-rdv-div .custom-combobox{
	margin-bottom: 2em;
}

.ahpr-important{
	margin-bottom: 0;
	color:red;
}
/*----------------------------------------------------------*/

