/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


/*
marron #cdc5b4
orange #f58120
vert #005239
succes #51935c
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

body {
    margin:0;
    padding: 0;
    text-align: left;
    background: #fff;
    font-family: 'Open sans', sans-serif;
    background-size: 100%;

} 

a:hover{color:#f58120 !important}

p{margin: 0 !important;}

/*
.borderr{border:1px solid red;}
*/
.btn{
    border-radius: 20px !important;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
    padding:5px 25px !important;
    margin: 0.1rem auto;
    font-weight: bold !important;
}

.btn:hover{
    box-shadow:none;
}


.btn-primary {
    color: #fff;
    background-color: #005239 !important;
    border-color: #005239 !important;
}


.btn-primary:hover{
    color: #005239 !important;
    background-color: #fff !important;
    border-color: #005239 !important;
}

.btn-link {
    color: #474747 !important;
    background-color: #f1f0ee !important;
    border-color: #474747 !important;
    text-decoration: none !important;
}

.btn-link:hover{
    color: #474747 !important;
    background-color: #fff !important;
    border-color: #f1f0ee !important;
}

.btn-success {
    color: #fff;
    background-color: #51935c !important;
    border-color: #51935c !important;
}

.btn-success:hover{
    color: #51935c !important;
    background-color: #fff !important;
    border-color: #51935c !important;
}

.btn-danger {
    color: #fff;
    background-color: #a30e03 !important;
    border-color: #a30e03 !important;
}

.btn-danger:hover{
    color: #a30e03 !important;
    background-color: #fff !important;
    border-color: #a30e03 !important;
}

textarea.form-control{    border: 1px solid #474747}

.container-full{
    margin: auto;
    max-width: 1800px !important;
    padding:0 15px;    
}

.form-check-input:checked {
    background-color: #51935c !important;
    border-color: #51935c !important;
}


.my-3 h2{
    font-size: 30px !important;
    color:#005239;
}

/*************************************/ 


header{padding:20px 0; }

.left{
    display: flex;
    align-items: center;
}

.left h1{
    font-size: 30px;
    color: #005239;
    margin-left: 20px;
    font-weight: 800;
    text-transform: uppercase;
}
.left h1 span{
    display:block;
    font-size: 25px;
    color: #cdc5b4;
    font-weight: 700;
}

.right{
    text-align: right;
}

.right h4{
    font-size: 22px;
    font-weight: 700;
    color:#474747;
    margin-bottom: 0;
}

.right .civilite{
    display: flex;
    justify-content: flex-end;
    font-size: 18px;
}

.right .civilite div{padding-left: 15px;}

.right a.deco {color:#f58120}

/*****************************/

#info-commande{
    background-color:#f1f0ee ;
    padding: 10px 0;
}

#info-commande .row .btn-commande,
#info-commande .row .link-commande,
#info-supp .row .com-commande,
#info-supp .row .action-commande{
    display: flex;
    align-items: center;
}

.btn-commande a{
    display: block;
    width: 170px;
    margin: 6px 0 ;
    font-size: 18px;
    font-weight: 700;
}

.link-commande{ justify-content: flex-end;}
.link-commande .row{    text-align: right;}
.link-commande .row h2{text-transform: inherit;}


.link-commande a{
    font-size: 18px;
    color:#005239;
    text-decoration: none;
}

.link-commande a:first-child:after{
    content: '|';
    padding: 0 10px;
}

/* INFOS */


#info-supp{
    padding: 40px 0;
}

#info-supp h3{
    font-size: 25px !important;
    color: #cdc5b4;
    font-weight: 700;
}

#info-supp .row .action-commande{ justify-content: flex-end;}
#info-supp .row .action-commande .row{    text-align: right;}


.action-commande{padding: 20px;}

.action-commande a,
.action-commande button {
    width: 220px;
    margin: 6px 0;
    font-size: 18px;
    font-weight: 700;
}

/* FORM COMMANDE */


.cate{
    border: 1px solid #474747;
    border-radius: 15px;
    overflow-x: hidden;
    margin: 20px auto;
}


.titre{
    padding:20px 30px;
}

h2{
    font-family: 'Open sans', sans-serif;
    font-size:20px !important;
    color:#474747; 
    text-transform: uppercase;
    font-weight: 800 !important;
    margin-bottom: 0 !important;
}

h3{
    font-family: 'Open sans', sans-serif;
    font-size:18px !important;
    color:#005239;
    font-weight: 700 !important;
}

.commande table{padding: 0 30px;}
.commande .table>:not(caption)>*>* {
    padding: .5rem 5px !important;;
    text-align: center !important;;

}


/* TABLE */

.table{
    font-size: 14px;
}


.table thead{
    background-color: #e5f3fe;
    text-align: center;
    border:none !important;
}


.table th{
    color:#474747;
    font-weight: bold;
    box-shadow: none !important;
    border-bottom: none !important;
    border-bottom-width:0px !important;
}

.table th.info{
    font-size: 14px;
    vertical-align: middle;
    max-width: 130px;
    width: 130px;
}


.table th.name{
    width: 62px;
    max-width: 62px;
    font-size: 12px;
    vertical-align: middle;
}


.table td input.number {
    border-radius: 10px;
    width: 50px;
    max-width: 50px;
    height: 30px;
    border: 1px solid #474747;
    text-align: center;
}

.table input.text,
.table input.date{
    width:130px;
    border-radius: 10px;
    height: 30px;
    border: 1px solid #474747;
    text-align: center;
}

.table tr:nth-child(even){ background-color: #f5f5f5 !important; }
.table tr.no-bg{ background-color: inherit!important; }

.table th.total-client{
    display: block; 
    width: 70px !important;
    max-width: 70px !important; 
    text-transform: uppercase;
}

.commande.table td{ 
    padding: .5rem .1rem !important;
    text-align: center;
    border: 0;
    box-shadow: none;
    background-color: inherit;
}


/* Liste des clients */


#table-list-client .table td{
    text-align: left !important;
    padding-left: 15px !important;
}

.w100 a,
.w100 button{
    width: 100% !important;
}

/* LOGIN */













/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v40-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-latin-800.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}










