.corps{
	position:relative;
	width:100%;
	margin:0;
	padding:0;
	background: transparent url(../images/commun/fond-gris.jpg) no-repeat top center;
}
.corps .page{
	position:relative;
	background: transparent;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	min-height: 625px;
}
.corps .page .groupe .formu{
	position:relative;
	display:inline-block;
	width:440px;
	box-sizing: border-box;
	padding:15px 40px 40px 40px;
	background-color:#fff;
	-webkit-box-shadow:5px 5px 7px -7px rgba(0,0,0,.1);
	-moz-box-shadow:5px 5px 7px -7px rgba(0,0,0,.1);
	box-shadow:5px 5px 7px -7px rgba(0,0,0,.1);
	border-left:1px solid #F2F2F2;
	margin:20px 0 30px 0;
}
@media screen and (max-width: 349px){
	.corps .page .groupe .formu{
		width:99%;
		padding:10px 10px 10px 10px;
	}
}
@media screen and (min-width: 350px) and (max-width: 519px){
	.corps .page .groupe .formu{
		width: 270px;
		padding:15px 0 40px 0;
		display:block;
		margin:0 auto 30px auto;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
		border-left:0;		
	}	
}
@media screen and (min-width: 520px){
	.corps .page .groupe .formu{
		display:block;
		margin:0 auto 30px auto;
	}	
}
.corps .page .groupe .formu .info{
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 13.5px;
	color:#474747;
	text-align:center;
	margin:7px 0 0 0;
}
.corps .page .groupe .formu .info .cadenas{
	display:inline-block;
	vertical-align:middle;
	width:21px;
	height:21px;
	min-height:21px;
	margin:0 0 0 7px;
	background:url("../images/inscription/cadenas.svg") no-repeat;
	-o-background-size:20px 20px;
	-moz-background-size:20px 20px;
	-webkit-background-size:20px 20px;
	background-size:20px 20px;
	cursor: hand;
	cursor: pointer;
}
.corps .page .groupe .formu .texte .petit{
	display:block;
	font-size:14px;
	margin:20px 0;
	padding:20px;
	background:#EDF9D2;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;	
}
.corps .page .groupe .formu .nbalert1,
.corps .page .groupe .formu .nbalert2{
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	margin:20px 0;
	padding:20px 20px 0 20px;
	background:#F3F3F3;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;	
}
.corps .page .groupe .formu .nbalert2{
	background:#E8F5FD;
	padding:20px;
}
.corps .page .groupe .formu .nbalert1 a,
.corps .page .groupe .formu .nbalert2 a{
	text-decoration:underline !important;
	color:#000 !important;
}
.corps .page .groupe .formu .contenu{
	margin:20px auto 20px auto;
	width:290px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 16px;
	color:#474747;
	text-align:center;
	line-height:30px;
	padding:0;
}
@media screen and (max-width: 349px){
	.corps .page .groupe .formu .contenu{
		width: 90%;	
	}	
}
.corps .page .groupe .formu .contenu #donnees{
	text-align:center;
}
.corps .page .groupe .formu .contenu #donnees .champs{
	display:inline-block;
	width:100%;
	height: 43px;
	min-height: 43px;
	margin:0;
}
.corps .page .groupe .formu .contenu #donnees .champs2{
	display:block;
	width:100%;
	margin:0 auto;
}
.corps .page .groupe .formu .contenu #donnees .raison{
	display:block;
	margin:0 0 30px 0;
	padding:20px 0 0 0;
}
.corps .page .groupe .formu .contenu #donnees #msgtap{
	text-align:left;
}
.corps .page .groupe .formu .contenu #donnees input[type=text],
.corps .page .groupe .formu .contenu #donnees input[type=tel]{
	border: 0;
	outline: 0;
	border-bottom: 1px solid #E6E6E6;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 16px;
	position: relative;
	height: 36px;
	line-height: 36px;	
	width: 170px;
	padding-left:10px;
	margin:0;
	padding-right:20px;
	overflow-y: auto;
	overflow-x: hidden;
	color:#474747;
	/*-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;*/
}
.corps .page .groupe .formu .contenu #donnees input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#A9A9A9;
  opacity: 1 !important;
}
.corps .page .groupe .formu .contenu #donnees input[type=tel]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#A9A9A9;
  opacity: 1 !important;
}
.corps .page .groupe .formu .contenu #donnees input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color:#A9A9A9;
  opacity: 1 !important;
}
.corps .page .groupe .formu .contenu #donnees input[type=tel]::-moz-placeholder { /* Firefox 19+ */
  color:#A9A9A9;
  opacity: 1 !important;
}
.corps .page .groupe .formu .contenu #donnees input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color:#A9A9A9;
  opacity: 1 !important;
}
.corps .page .groupe .formu .contenu #donnees input[type=tel]:-ms-input-placeholder { /* IE 10+ */
  color:#A9A9A9;
  opacity: 1 !important;
}
.corps .page .groupe .formu .contenu #donnees input[type=text]:-moz-placeholder { /* Firefox 18- */
  color:#A9A9A9;
  opacity: 1 !important;
}
.corps .page .groupe .formu .contenu #donnees input[type=tel]:-moz-placeholder { /* Firefox 18- */
  color:#A9A9A9;
  opacity: 1 !important;
}
.corps .page .groupe .formu .contenu #donnees #email{
	width:230px;
	margin:10px 0 0 0;
}
@media screen and (max-width: 349px){
	.corps .page .groupe .formu .contenu #donnees #email{
		width:180px;	
	}	
}
.corps .page .groupe .formu .contenu #donnees .cryptogram{
	display:inlinde-block;
	vertical-align:middle;
	margin-left:20px;
}
.corps .page .groupe .formu .contenu #donnees #raison{
	color:#999;
	width:120px;
	padding-right:7px;
	margin-right:-20px;
}
.corps .page .groupe .formu .contenu #donnees .correction{
	display:none;
	margin:20px 0 30px 0;
	color:#DE694B;
}
.corps .page .groupe .formu .contenu #donnees .correction .explica{
	display:inline-block;
	vertical-align:middle;
	width:21px;
	height:21px;
	cursor:pointer;
	cursor:hand;
	margin: 0 0 0 15px;
}
.corps .page .groupe .formu .contenu #donnees .envoi{
	display:none;
	margin:20px 0 -20px 0;
	text-align:center;
	font-size: 14px;
	color:#D1D1D1;
}
.corps .page .groupe .formu .contenu #donnees .boutdep{
	display:block;
	margin:40px auto;
	cursor: hand;
	cursor: pointer;
	height:38px;
}
.corps .page .groupe .formu .contenu #donnees #seek1{
	display:none;
	margin:40px auto;
	width:121px;
	height:38px;
}
.corps .page .groupe .formu .contenu #donnees #erro1{
	display:none;
	margin:0 auto;
	cursor: hand;
	cursor: pointer;	
	width:121px;
	height:38px;
}
.corps .page .groupe .formu .contenu #donnees #send1{
	display:block;
	margin:40px auto;
	cursor: hand;
	cursor: pointer;
	width:121px;
	height:38px;
}
.corps .page .groupe .formu .contenu #donnees .boutdep{
	width:131px;	
}
.corps .page .groupe .formu .contenu #donnees  #merci{
	display:none;
}
.corps .page .groupe .formu .contenu #donnees  #merci{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 16px;
	position: relative;
	line-height: 25px;
	color:#474747;
}
.corps .page .groupe .formu .contenu #donnees  #merci .resultat{
	display:inline-block;
}
.corps .page .groupe .formu .contenu #donnees  #merci .resultat .confirmation{
	width:38px;
	height:38px;
	display:inline-block;
	float:left;
	margin:5px 10px 0 0;
}
.corps .page .groupe .formu .contenu #donnees  #merci .illustre{
	margin:20px 0 0 0;
	width:240px;
	height:auto;
	border:0;
}
.jq-dropdown ul {
	padding:0 !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;

}
.jq-dropdown a:hover{
	background-color:#D8EEFC !important;
}
.corps .page .groupe .formu .contenu .final{
	/* écrase la classe de formulaire2.css */
	font-family: 'Open Sans', sans-serif !important;
	font-weight:400 !important;
	font-size: 16px !important;
	width: 100% !important;
	margin: 20px auto !important;
}
.corps .page .groupe .formu .contenu .recommencer{
	display:inline;
	font-weight:bold;
	text-decoration:underline !important;
	color:#337AB7;
}
.final_ico{
	/* écrase la classe de formulaire2.css */
	margin: 5px 15px 40px 0 !important;
}
.instructions{
	/* écrase la classe de formulaire2.css */
	font-family: 'Open Sans', sans-serif !important;
	font-weight:400 !important;
	font-size: 16px !important;
	margin: 20px auto !important;
}
.jq-dropdown ul {
	padding:0 !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
.jq-dropdown a:hover{
	background-color:#337AB7 !important;
}
.corps .page .legendes{
	display:none;
}
.modal.bb-alternate-modal .modal-content {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}
.modal.bb-alternate-modal .modal-footer{
	border-top: 0 none;
}
.modal.bb-alternate-modal .modal-footer button{
	color: white;
	background:black;
	border-color:white;
}
.modal.bb-alternate-modal .modal-header{
	display:none;
}
.modal.bb-alternate-modal .modal-body button{
	color: white;
	text-shadow:none;
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;	
}
/*
.modal-open .modal {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
*/

.modal {
  text-align: center;
  padding: 0!important;
  z-index: 9999 !important;  
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal300{
	max-width: 300px !important;
}
/* BOUTONS */

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
	font-style: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}
.aidemsg{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:15.5px;
	line-height:21px;
	text-align:center;
}
.aidemsg a{
	color:white;
	display:block;
	width:150px;
	margin:20px auto 0 auto;
	font-size:22px !important;
	padding-bottom:10px;
	border-bottom:dashed 1px #fff;
}
.temporaire {
	padding:0 40px 40px 40px;
	margin:0;
}
.temporaire .renovation{
	display:inline-block;
	width:100%;
	text-align:center;
}
.temporaire .renovation  img{
	position:relative;
	max-width: 100%;
	height: auto;
	margin:0 0 20px 0;
}
.temporaire .listage{
	display:inline-block;
	width:100%;
}
.temporaire .listage p{
	position:relative;
	padding:0;
	font-family:'Open Sans', sans-serif;	
	font-weight:400;
	font-size:16px;	
	color:#474747;
	text-align:justify;
}
.temporaire  li,
.temporaire  h2,
.temporaire  h3{
	font-family:'Open Sans', sans-serif;	
	font-weight:400;
	font-size:16px;	
	color:#474747;
	margin-left:0;
}
.temporaire  li{
	margin-left:-20px;
}
.temporaire  li a{
	line-height:40px;
	color:#474747;
}
.temporaire  p a{
	color:#474747;
	text-decoration:underline !important;
}
.hide_mobile{
	display:none;
}