#pardot-form#pardot-form {
    max-width: 460px;
    margin: 0 auto;
    font-family: Montserrat, sans-serif;
	  display: flex;
  flex-direction: column;
background-color: white;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
width: 100%;
}

#pardot-form#form-field satisfaction{
	 font-weight: 600;
	}

/*FORMULAIRE*/

#pardot-form label{
	/*display: block;
	width: 150px;
	float: left;*/
	  margin-top: 1rem;
  font-weight: bold;
  color: #2f3640;
}


/*#pardot-form.form p label {
    display: block;
    float: left;
    margin: 0;
    padding: 3px 13px 8px 0;
      width: auto;
}*/

#pardot-form.form input {
    font-weight: 400;
    padding: 5px;
}
	
	
	
/*Boutons radio */
#pardot-form.form span.value {
    display: block;
    margin-left: 20px;
	float: left;
	clear:both;
}


#pardot-form.form .value span {
    display: block
}

#pardot-form.form .no-label .description,form.form .no-label .value {
    margin-left: 0
}



#pardot-form.form p label.inline {
    background: 0 0;
    display: inline;
    float: none;
    font-weight: 400;
    line-height: 2em;
    margin-right: 10px;
	 font-size: 0.9rem;
    padding: 0;
    text-align: left;
    vertical-align: baseline;
}

/*Description du champ */
#pardot-form p span.description {
display: block;
	font-family: Montserrat, sans-serif;
	 font-size: .85rem;      
	color:#0f3250;
margin-left: 153px;
}
#pardot-form p {
clear: left;
line-height: 1.4em;
margin: 3px 10px;
padding: 3px 2px;
}

#pardot-form.form select {
    border: 1px solid #0F3250;
    min-height: 30px;
    border-radius: 8px;
    width: 100%;
   /* padding: 2px 10px;*/
    font-size: 1rem;
    font-family: Montserrat, sans-serif;
}

#pardot-form.form input.text {
    border: 1px solid #0F3250;
    min-height: 20px;
    border-radius: 5px;
    width: 100%;
       font-size: 1rem;
    font-family: Montserrat, sans-serif;
	  margin-top: 0.5rem;
  padding: 0.6rem;

}


#pardot-form label.field-label {
	
		display: block;
	width: auto;
	float: left;	
     text-align: left;
    font-weight: 600;
    margin: 0 0 10px 0;
    z-index: 100;
    position: relative;
        display: inline-flex;
	/*color: #0075b2;*/
	color: #0f3250;
	0f3250
    padding: 2px 10px;
    font-family: 'Montserrat', sans-serif;
	 font-size: 1.1em;      
    transform: translateY(6px);
}

/*DATE*/
#pardot-form.form input.date {
	  background: url(/galerie/1/620a6e69773b694fc3771b9c38773648.webp) no-repeat 5px;
	   padding: 2px 10px 5px 25px;
	margin-top:5px;
	background-color: #ffffff;
	 cursor: pointer;
}




/*BOUTON SUBMIT*/
#pardot-form p.submit {
/*margin: 1em 0.5em 0.2em 160px;*/
padding: 0;
	justify-content: center;
    align-items: center;
    text-align: center;
}
#pardot-form button {
  margin-top: 1.5rem;
  padding: 0.8rem;
  border: none;
  background-color: #40739e;
  color: white;
  font-size: 1rem;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

#pardot-form.form p.submit input {
  background-color: #0f3250;
    color: #ffffff;
    height: auto;
    width: auto;
    padding: 8px 18px;
	 cursor: pointer;
	margin-top:20px;
	font-weight: 600;
    font-size: 15px;
    border: none;
    border-radius: 100px;

}

#pardot-form.form p.submit input:hover {
  background-color: #ea4b3c;
    color: #ffffff;
    height: auto;
    width: auto;
    padding: 8px 18px;
	 cursor: pointer;
	font-weight: 600;
    font-size: 15px;
    border: none;
    border-radius: 100px;

}
