@charset "utf-8";
/* CSS Document */
/*.monformulaire {
	 max-width: 450px;
    margin: 0 auto;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
    padding: 25px;
    background-color: rgba(1, 117, 178, 0.2);
	/*background-color: rgba(234, 75, 60, 0.2);
}*/
.monformulaire {
  /*background-color:#ea4b3c;*/
	margin:0px;

}

#pardot-form#pardot-form {
    max-width: 400px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding: 0 20px 0 20px;
   /*background-color: #0f3250;*/
   /* background-color: #ffffff;*/
     background-color: rgba(1, 117, 178, 0.2); 
}

#pardot-form#form-field satisfaction{
	 font-weight: 600;
	}





/*FORMULAIRE*/

#pardot-form label{
	display: block;
	width: 150px;
	float: left;
}


#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: 8px;
    width: 100%;
    /* padding: 2px 10px; */
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
}


#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;
	 /* background: url(/galerie/1/c99e84fe6ef1cd95753aa01930b1e293.webp) no-repeat left;*/
	
    /*background: url(/galerie/1/e41a828c5b7fe779389b9b833e4f801d.webp) no-repeat left;*/
   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.form p.submit input {

	background-color: #ea4b3c;
    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: #0f3250;
    color: #ffffff;
    height: auto;
    width: auto;
    padding: 8px 18px;
	 cursor: pointer;

font-weight: 600;
    font-size: 15px;
    border: none;
    border-radius: 100px;

}
