@charset "utf-8";

#formulaire-information { display: none; } /*ajout2025*/


.formulaire {
	display: block;
	float: none;
	position: relative;
	font-family: 'Assistant', sans-serif;
}
.formulaire optgroup{
	font-family: 'Assistant', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.formulaire-cadre{
	display: table;
	float: none;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) and (orientation : portrait), screen and (max-width: 767px) and (orientation : landscape) {
.formulaire-cadre{
	display: block;
	width: auto;
	padding-top: 0px;
}
}
.formulaire-colonne {
	vertical-align: top;
	/*display: table-cell;*/
	float: none;
	position: relative;
	box-sizing: border-box;
}
.formulaire legend {
	font-size: 20px;
	font-weight: 700;
	text-align: left;
}
.formulaire-inter {
	display: block;
	float: none;
	height: 5px;
	position: relative;
	margin-top: 4px;
	margin-bottom: 20px;
	background-color: #ea6611;
}
.formulaire-ligne {
	display: block;
	float: none;
	height: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #808080;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.formulaire fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.formulaire fieldset:first-of-type {
	margin-top: 10px;
}
.formulaire-label {
	font-size: 15px;
	display: block;
	float: none;
	margin-top: 25px;
	margin-bottom: 2px;
	position: relative;
	font-weight: normal;
	color: #727272;
	letter-spacing: 0.02em;
}
.formulaire-label span{
	font-size: 13px;
	font-weight: normal;
}
.formulaire-label-reduit {
	margin-top: 15px;
}
.formulaire-cocher-label {
	font-size: 13px;
	display: block;
	float: none;
	position: relative;
	padding-top: 10px;
	margin-top: 5px;
}
.formulaire-aide {
	padding-left: 10px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	font-size: 13px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: none;
	float: none;
	position: relative;
	box-sizing:border-box;
}
.formulaire-message {
	padding-left: 10px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #cc0000;
	font-size: 13px;
	color: #cc0000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: none;
	float: none;
	position: relative;
	background-color: #fff2f2;
	padding-right: 5px;
	box-sizing: border-box;
}
.formulaire-information {
	padding-left: 15px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #c98659;
	font-size: 16px;
	color: #c98659;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: none;
	float: none;
	position: relative;
	background-color: #f5eee9;
	padding-right: 15px;
	box-sizing: border-box;
	padding-top: 15px;
	padding-bottom: 15px;
}
.formulaire-information p{
	display: none;
	line-height: normal;
	margin: auto;
}
.formulaire-information-un p:nth-of-type(1) {
	display: inline-block;
}
.formulaire-information-deux p:nth-of-type(2){
	display: inline-block;
}
.formulaire-information-trois p:nth-of-type(3){
	display: inline-block;
}
.formulaire-champ {
	font-family: 'Assistant', sans-serif;
	height: 43px;
	border: 1px solid #efefef;
	font-size: 15px;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 12px;
	position: relative;
	border-radius: 2px;
	box-sizing: border-box;
	-webkit-appearance: none;
	outline: none;
	width: 100%;
	box-shadow: 0 0 0px rgba(0,0,0,0) inset;
	background-color: #efefef;
}
.formulaire-champ:hover {
	border: 1px solid #c98659;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.formulaire-champ:focus{
	border: 1px solid #b3b3b3;
	box-shadow: 0 0 3px rgba(0,0,0,0.2) inset;
}
.formulaire-champ-up{
	font-family: 'Assistant', sans-serif;
	height: 43px;
	border: 1px solid #cc0000;
	font-size: 15px;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 12px;
	position: relative;
	border-radius: 2px;
	box-sizing: border-box;
	-webkit-appearance: none;
	outline: none;
	width: 100%;
	background-color: #fff2f2;
}
.formulaire-champ-up:hover {
	border: 1px solid #cc0000;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.formulaire-champ-up:focus{
	border: 1px solid #cc0000;
	box-shadow: 0 0 3px rgba(0,0,0,0.2) inset;
	outline: none;
}
.formulaire-champ-up:invalid{
	-moz-box-shadow: none;
}
.formulaire-champ-reduit {
	font-size: 14px;
	height: 38px;
}
.formulaire-champ-texte {
	font-size: 14px;
	height: auto;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
.formulaire-champ-texte-editer {
	font-family: 'Assistant', sans-serif;
	font-size: 14px;
	background-color: #FFF;
	display: inline-block;
	padding-right: 12px;
	padding-left: 12px;
	border: 1px solid #b3b3b3;
	position: relative;
	line-height: 34px;
	height: 34px;
	border-radius: 2px;
	box-sizing: border-box;
	outline: none;
}
.formulaire-champ-texte-editer:hover {
	border: 1px solid #f5b300;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.formulaire-champ-texte-editer:focus{
	border: 1px solid #00ccff;
	box-shadow: 0 0 3px rgba(0,0,0,0.2) inset;
}
.formulaire-champ-texte-editer:invalid{
	box-shadow: none;
}
.formulaire-menu {
	font-family: 'Assistant', sans-serif;
	font-size: 15px;
	height: 43px;
	outline: none;
	position: relative;
	box-sizing: border-box;
	padding-left: 12px;
	border-radius: 2px;
	max-width: 100%;
	-webkit-appearance: none;
	border-top-width: 1px;
	border-right-width: 15px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b3b3b3;
	border-right-color: #b3b3b3;
	border-bottom-color: #b3b3b3;
	border-left-color: #b3b3b3;
	background-image: none;
	width: 100%;
}
.formulaire-menu-reduit {
	font-size: 14px;
	height: 34px;
}
.formulaire-menu option {
	font-family: 'Assistant', sans-serif;
	font-size: 14px;
	padding-left: 12px;
}
.formulaire-menu:focus {
	border-color: #b3b3b3;
	box-shadow: 0 0 3px rgba(0,0,0,0.2) inset;
}
.formulaire-menu:hover {
	border-color: #f5b300;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.formulaire-menu:invalid{
	box-shadow: none;
}
.formulaire-menu-up {
	font-family: 'Assistant', sans-serif;
	font-size: 15px;
	height: 43px;
	outline: none;
	position: relative;
	box-sizing: border-box;
	padding-left: 12px;
	border-radius: 2px;
	max-width: 100%;
	-webkit-appearance: none;
	border-top-width: 1px;
	border-right-width: 15px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cc0000;
	border-right-color: #cc0000;
	border-bottom-color: #cc0000;
	border-left-color: #cc0000;
	background-image: none;
	width: 100%;
}
.formulaire-menu-up:hover {
	border: 1px solid #cc0000;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.formulaire-menu-up:focus{
	border: 1px solid #cc0000;
	box-shadow: 0 0 3px rgba(0,0,0,0.2) inset;
}
.formulaire-menu-up:invalid{
	box-shadow: none;
}
.formulaire-action {
	display: block;
	float: left;
	padding-top: 40px;
	position: relative;
}
.formulaire-action-droit {
	text-align: right;
	display: block;
	float: none;
	padding-top: 40px;
	position: relative;
}
.formulaire-action-droit a, .formulaire-action-droit a:hover{
	color: #000;
	text-decoration: none;
}
.formulaire-bouton {
	font-family: 'Assistant', sans-serif;
	font-size: 15px;
	line-height: 42px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	background-color: #c98659;
	display: inline-block;
	height: 43px;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	border-radius: 4px;
	cursor: pointer;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #c98659;
	background-image: url();
}
.formulaire-bouton-reduit {
	font-size: 14px;
	line-height: 34px;
	height: 34px;
	padding-right: 12px;
	padding-left: 12px;
}
.formulaire-bouton:hover {
	color: #fff;
	background-color: #071136;
	border: 1px solid #071136;
}
.formulaire-bouton-ok {
	font-family: 'Assistant', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	background-color: #fff;
	height: 43px;
	width: 50px;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	background-image: url();
	box-sizing: border-box;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #CCC;
}
.formulaire-bouton-ok:hover {
	background-color: #f7f7f7;
}
.formulaire-bouton-enregister {
	background-color: #f5b300;
	height: 34px;
	width: 34px;
	position: relative;
	background-image: url(../graphisme/formulaire/enregistrer.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	box-sizing: border-box;
	border-radius: 2px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
}
.formulaire-bouton-enregister:hover {
	background-color: #f57900;
}
.formulaire-bouton-annuler {
	background-color: #f5b300;
	height: 34px;
	width: 34px;
	position: relative;
	background-image: url(../graphisme/formulaire/annuler.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	box-sizing: border-box;
	border-radius: 2px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
}
.formulaire-bouton-annuler:hover {
	background-color: #f57900;
}
.formulaire-bouton-approuver {
	background-color: #e5e5e5;
	height: 34px;
	width: 34px;
	position: relative;
	background-image: url(../graphisme/formulaire/enregistrer.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	box-sizing: border-box;
	border-radius: 2px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
}
.formulaire-bouton-approuver:hover {
	background-color: #f57900;
}
.formulaire-bouton-approuver-confirmer {
	background-color: #65cd00;
	height: 34px;
	width: 34px;
	position: relative;
	background-image: url(../graphisme/formulaire/enregistrer.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	box-sizing: border-box;
	border-radius: 2px;
	cursor: default;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
}
.formulaire-descriptif{
	display: block;
	float: none;
	padding-top: 21px;
}
.formulaire-descriptif p{
	font-size: 13px;
	line-height: normal;
}
.formulaire-descriptif a{
	color: #000;
	text-decoration: none;
}
.formulaire-descriptif a:hover{
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
.formulaire-facturation {
	display: none;
	float: none;
	position: relative;
}
.formulaire-livraison-societe {
	display: none;
	float: none;
	position: relative;
}
.formulaire-facturation-societe {
	display: none;
	float: none;
	position: relative;
}
input.formulaire-vrai {
	background-image: url(../graphisme/formulaire/vrai.png);
	background-repeat: no-repeat;
	background-position: right center;
}
input.formulaire-faux {
	background-image: url(../graphisme/formulaire/faux.png);
	background-repeat: no-repeat;
	background-position: right center;
}
select.formulaire-vrai {
	background-image: url(../graphisme/formulaire/vrai2.png);
	background-repeat: no-repeat;
	background-position: right center;
}
select.formulaire-faux {
	background-image: url(../graphisme/formulaire/faux2.png);
	background-repeat: no-repeat;
	background-position: right center;
}
textarea.formulaire-vrai {
	background-image: url(../graphisme/formulaire/vrai.png);
	background-repeat: no-repeat;
	background-position: right 9px;
}
textarea.formulaire-faux {
	background-image: url(../graphisme/formulaire/faux.png);
	background-repeat: no-repeat;
	background-position: right 9px;
}
.formulaire-securite {
	display: flex;
	float: none;
	position: relative;
	justify-content: center;
	background-color: #f7f7f7;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 12px;
}
.formulaire-securite-cadre {
	display: block;
	float: none;
	position: relative;
	max-width: 280px;
	width: 280px;
	box-sizing: border-box;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
