body{
font-family: 'Nunito', sans-serif;
/*background:#A784B7;*/
background-color:white;
background-image:url(shutterstock_257040244.jpg);
background-repeat:no-repeat;
/*background-position:center center;*/
background-attachment:fixed;
font-size:1.5em;
}
.ui-autocomplete {
max-height: 200px;
overflow-y: auto;
overflow-x: hidden;
background-color: #FAE7E9;
} 
.bs-example {
    background-color: #f5f5f5;
    border-color: #ddd;
    border-radius: 4px;
    border-width: 1px;
	border-style: solid;	
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
	padding:10px;
}
.bs-example-blue {
    background-color: #D9EDF7;
    border-color: #ddd;
    border-radius: 4px;
    border-width: 1px;
	border-style: solid;	
    box-shadow: none;
    margin:20px 0;
	padding:10px;
}
#home .row, #EcranPrin .row{
	margin:0;
}
@media screen and (min-width: 768px) {
	#home #LeftGroupHome{
		margin-right:10px;
		width:100%;
		margin-bottom:20px;
	}
}
@media screen and (max-width: 767px) {
	#home #LeftGroupHome{
		margin-bottom:10px;
	}
}
#home .TitreGrasHome{
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
}
@media screen and (min-width: 768px) {
	#home .TitreGrasHome{
		margin-bottom:20px;
	}
}
#home .TexteBaseHome{
	font-size:14px;
	margin-bottom:10px;
	text-align:justify;
}
#home .BoutonInsc{
	margin-top:20px;
}
.margin-bottom-sm {
  margin-bottom: 15px !important;
}
.register {
  margin: 0 auto;
  width: 330px;
  padding: 20px;
  background: #f4f4f4;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
  margin-top : 30px;
}

input {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.register-input {
  display: block;
  width: 100%;
  height: 38px;
  margin-top: 2px;
  font-weight: 500;
  background: none;
  border: 0;
  border-bottom: 1px solid #d8d8d8;
}
.register-input:focus {
  border-color: #1e9ce6;
  outline: 0;
}

.register-button {
  display: block;
  width: 100%;
  height: 42px;
  margin-top: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #494d59;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  background: #fcfcfc;
  border: 1px solid;
  border-color: #d8d8d8 #d1d1d1 #c3c3c3;
  border-radius: 2px;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #fefefe, #eeeeee);
  background-image: -moz-linear-gradient(top, #fefefe, #eeeeee);
  background-image: -o-linear-gradient(top, #fefefe, #eeeeee);
  background-image: linear-gradient(to bottom, #fefefe, #eeeeee);
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.03), 0 1px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.03), 0 1px rgba(0, 0, 0, 0.04);
}
.register-button:active {
  background: #eee;
  border-color: #c3c3c3 #d1d1d1 #d8d8d8;
  background-image: -webkit-linear-gradient(top, #eeeeee, #fcfcfc);
  background-image: -moz-linear-gradient(top, #eeeeee, #fcfcfc);
  background-image: -o-linear-gradient(top, #eeeeee, #fcfcfc);
  background-image: linear-gradient(to bottom, #eeeeee, #fcfcfc);
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.03);
}
.register-button:focus {
  outline: 0;
}

.register-switch {
  height: 32px;
  margin-bottom: 15px;
  padding: 4px;
  background: #6db244;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(top, #60a83a, #7dbe52);
  background-image: -moz-linear-gradient(top, #60a83a, #7dbe52);
  background-image: -o-linear-gradient(top, #60a83a, #7dbe52);
  background-image: linear-gradient(to bottom, #60a83a, #7dbe52);
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02);
}

.register-switch-input {
  display: none;
}

.register-switch-label {
  float: left;
  width: 50%;
  line-height: 32px;
  color: white;
  text-align: center;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.register-switch-input:checked + .register-switch-label {
  font-weight: 500;
  color: #434248;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  background: white;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(top, #fefefe, #eeeeee);
  background-image: -moz-linear-gradient(top, #fefefe, #eeeeee);
  background-image: -o-linear-gradient(top, #fefefe, #eeeeee);
  background-image: linear-gradient(to bottom, #fefefe, #eeeeee);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
}

:-moz-placeholder {
  color: #aaa;
  font-weight: 300;
}

::-moz-placeholder {
  color: #aaa;
  font-weight: 300;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #aaa;
  font-weight: 300;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#home .MPretriever{
	margin-top:20px;
}
body {
    margin-top:40px;
}
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 50%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
	width: 33%;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
#InscEt1{
	padding-top:30px;
}
#InscEt1 .TitreHaut{
	font-size:20px;
	margin-bottom:30px;
}
#InscEt1 .jumbotron,#EcranPrin .jumbotron{
	font-size:20px;
}
@media screen and (max-width: 767px) {
.stepwizard {
    width: 100%;
}
}
#InscEt1 .DDN{
	width:25%;
	float:left;
	margin-right:10px;
}
#InscEt1 textarea {
    resize: none;
}
#InscEt1 .checkbox label {
	padding-left:0px;
}
#InscEt1 .kekerror{
	font-size:14px;
    background-color: #ffcccc;
    color: inherit;
    margin: 10px 0 25px 0;
    border-radius: 6px;
    padding: 30px 15px;
	display:none;
}
#home .Error{
	font-size:14px;
    background-color: #ffcccc;
    color: inherit;
    margin: 10px 0 25px 0;
    border-radius: 6px;
    padding: 15px 15px;
	display:none;
}
.input-mini {
    width: 60px;
}
.pbform{
	padding-bottom:20px;
}
#EcranPrin  #ariane{
	margin:10px 0 10px 15px;
}
.LesFrais{
	width:80px;
	margin-bottom:30px;
}
#PipoFrais{
	margin-bottom:10px;
	font-size:10px;
}
#TitreFrais{
    text-decoration: underline;
	margin-bottom:10px;
}
.Coordo{
	margin-bottom:10px;
}
@media screen and (min-width: 768px) {
.RegisterForm{
	width:40%;
}
}
.accesbtn{
	margin-bottom:10px;
}
