input, button, select {
    margin-top:5px;
}

p {
    margin-left: 10px;
    padding: 5px 0;
}
/*
label, input, button, select, textarea {
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    margin-left: 5px;
}
.table th, .table td {
    line-height: 18px;
    padding: 3px;
    text-align: left;
    vertical-align: top;
}

*//*--------------------------------------------------------*/
/* ci dessous position bouton radio *//*

.radio input[type="radio"], .checkbox input[type="checkbox"] {
    float: left;
    margin-left: 5px;
  padding-left: 0px;
}
.radio, .checkbox {
    min-height: 18px;
    padding-left: 0px;
}*/
/* zone affichage erreur sur page*/
.alert, .alert h4 {
    color: #EB480F;
}
.alert {
    background-color: #FEF631;
    border: 2px solid #C82A39;
    border-radius: 4px;
    margin-bottom: 18px;
    padding: 8px 35px 8px 14px;
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);*/
  text-shadow:none;
}

/* petite croix pour fermer message*/
#center a {
   /* color: #000000;*/
}
.alert .close {
    line-height: 18px;
    position: relative;
    right: -21px;
    top: -2px;
}
.close {
    color: #000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    opacity: 1;
    text-shadow: 0 1px 0 #ffffff;
}

/* titre listing panier  et abo newletter module*/
/*
fieldset {
 background: #f5f5f5 none repeat scroll 0 0;
    margin-bottom: 5px;
    padding: 5px;
}*/
/* titre abo newsletters*//*
legend {
   /* -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #e5e5e5;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #333;
    display: block;
  	line-height: 36px;*/
  	/* background-color: #FFE3C1;*//*------------------------*/
    /*border: 2px solid #f8a441;*//*
  border-bottom: 2px dotted  #F8A441;
    border-radius: 5px 5px 0 0;
    font-size: 19.5px;
    margin-bottom: 0px;
    padding-left: 10px;
    width: 99.1%;
   
}*//*------------------------------------------------*/
/* page user profil*/
.form-horizontal .control-label {
    float: left;
    width: auto;
    padding-top: 5px;
    text-align: right;
}
/* Centrer texte login ajax*/
.loginH3 {

    text-align: center !important;

}

/*fond espace client */
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: transparent !important;
    border: 0px solid #e3e3e3 !important; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
/* formulaire invalide champ produit*/
.invalid {
	color: #9d261d;
	font-weight: bold;
	border: 5px solid;	
}
section > .inner:before, section > .inner:after {
display: block;
}
/* page /commander/
input.inputbox, input[type="text"], {
    border: none;
    height: auto;
    border: #bebebe 1px solid;
    color: #566949;
    padding: 4px;
    text-align: left;
    font-weight: bold;
  /*width: auto; /*page se connecter 14/11/2022*/
     }
  .hkform-control {
    display: block;
   /* width: 80% !important;
    position: relative;*/
     }
    
    /*14/11/2022*/
    .login input, input[type="password"] {
       width: auto !important;
    }

/*vos commande recherche*/
.form-select, .custom-select {
  padding: 1px;
  width: 50%;
  
      }


td .form-control {
   width: 70%; 
  
  }


.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {

    position: relative;
    flex: none;
   width: 70%;


}



