/* position bloc */
div.content_action {
	max-width: 450px;
	margin: 0 auto;
}

/* Image site */
div.website_img {
	padding: 10px;	
}
.site_img {
	width: -webkit-fill-available;
}
/* User */
.action_account {
	background-color: #B02A43;
	color: #ffffff;
	min-height: 40px;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
	font-size: 15px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	width: -webkit-fill-available;
}
.action_account:hover {

}
.action_account:focus-within {
	opacity: 0.45;
}
.email {
	min-height: 40px;
	border: solid 1px #ccc;
	padding: 5px 14px;
	padding: 0.36rem 0.66rem;
	width: -webkit-fill-available;
}
.email:focus {
border: 1px solid #0073aa;
}
/*.email_content {
	padding-right: 0px !important;
}*/
div.user {
	padding: 10px;
	max-width: -webkit-fill-available;
}
.user_info {
	text-align:center;	
}
.username {
	font-weight: bolder;
}



/* Recherche produit sur commande rapide */
.commande_rapide .product_action {
    -margin: 10px;
}
.commande_rapide .product_action fieldset {
    width: 45%;
    margin: 10px;
    float: left;
}
.commande_rapide .product_action fieldset input {
    padding: 10px;
}
.commande_rapide .product_search {
}
.commande_rapide .product_quantite {
	float: left;
}
.commande_rapide .error_message {
	clear: both;
	color: #C71414;
	margin: 20px;
	text-align: center;
}


/* Recherche produit sur caisse */
.caisse .product_action {
    width: -webkit-fill-available;
    margin: 10px;
}
.caisse .product_search {
   width: -webkit-fill-available;
   padding: 30px;
}
.caisse .error_message {
	color: #C71414;
	margin: 20px;
	text-align: center;
}


/* Affichage produit */
.product_recap {
	/*width: 98%;*/
	margin: 0 auto;
}

div.declinaisons {
    display:none;
}

h5.titre {
    text-align: center;
}
.info_command {
    max-width: 450px;
	margin: 0 auto;
}



/* info commande */
.command_valid:focus {
    opacity: 0.45;
}
.command_valid {
	background-color: #61CE70;
	color: #fff;
	text-align: center;
	font-size: 13px;
	width: -webkit-fill-available;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	/* min-height: 40px; */
	height: 40px;
} 
/* produit */
ul.title_col {
    max-width: 450px;
    min-height: 50px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
}
.selected {
	background-color: #61CE70;
}
.declinaison_col {
	background-color: #E3E0E0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
}
input.valid_desi {
    max-width: 450px;
}
.declinaison_list {
    background-color: #E3E0E054;
    max-height: 500px;
    overflow: auto;
}
li.product_name {
    text-align: initial !important;
}
.product_col {
	background-color: #E3E0E0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
}
.product_list {
    margin-bottom: 50px;
    background-color: #E3E0E054;
}
img.img_product {
    width: -webkit-fill-available;
    height: auto;
    background-position: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    width: 90px;
}
ul.product_ligne {
    max-width: 450px;
    min-height: 120px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
}



li.product_action{
    padding: 0px !important;
    margin: 0px auto;
    cursor: pointeur;
    text-align:center;
}

li.checked {
    text-align: center;
}
div.declinaison_action {
    text-align: center;
    padding: 40px;
}
.valid_desi {
    background-color:#61CE70;
    color:#fff;
    text-align: center;
    font-size: 15px;
    width: -webkit-fill-available;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    max-height: -webkit-fill-available;
} 
.product_item {
    border-bottom: 1px solid black;
}




.info_comp {
    margin: 0 auto;
    width: max-content;
}
@media (max-width: 767px) {
	.button_content {
		margin-top: 15px;
	}
}
.bord {
    position: relative;
    top: 54px;
    left: 22px;
}
h6 {
    font-size: 14px !important;
}

.img {
    width: 91px !important;
}
li.product_img {
    width: 100px;
}
span.info_quantity {
    clear: both;
    position: relative;
    float: right;
    color: red;
    font-weight: bold;
}
