body {
	background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-size: 12px;
}

#startNewOrder {
	position: absolute;
	top: 0;
	left: -15px;
	bottom: 0;
	right: -15px;
	z-index: 9998;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(8px);
	display: flex;
	justify-content: center;
	align-items: center;
}
#startNewOrder .important {
	background-color: #f26d4f;
	-moz-box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.44);
	-webkit-box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.44);
	-o-box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.44);
	box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.44);
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#ccc, Direction=180, Strength=13);
	border: 1px solid #fff;
}
#startNewOrder .important a {
	display: block;
	padding: 2rem;
	font-size: 1rem;
}

.loaderZone {
	background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #000000; /* BLack */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
	position: absolute;
    top: 50%;
    left: 50%;
}
div.flash-error {
    background-color:#f26d4f;
    margin-bottom: 10px;
    width: 100%;
}
div.flash-error p {
    color:#ffffff;
    padding: 8px 15px;
}
div.flash-notice {
    background-color:#95c11f;
    width: 100%;
    margin-bottom: 0 auto 10px auto;
}
div.flash-notice p {
    color: #ffffff;
    padding: 8px 15px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.nopadding {
	padding: 0;
	margin: 0;
}
img {
	max-width: 100%;
}
a {
	color: #000000;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
footer {
	display:none;
}
h1, h2 {
	margin-top: 20px;
	margin-bottom: 10px;
}
h1 {
    font-size: 1.8em;
    font-weight: 700;
	text-transform: uppercase;
}
h2 {
	font-size: 1.75rem;
}
h1 span {
	color: #c2c1c5;
}
form, table {
	font-size: 1.1em;
}

#main .container {
	border: 0;
}

.alert .fancybox-inner {
    padding: 50px 0;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
}
input.invalid, select.invalid {
	-moz-box-shadow: 0px 0px 3px 2px #f26d4f;
	-webkit-box-shadow: 0px 0px 3px 2px #f26d4f;
	box-shadow: 0px 0px 3px 2px #f26d4f;
}

/** BUTTONS **/
.btn {
	border-radius: 0;
}
.btn-warning {
	border-color: #d8654b;
	background-color: #f26d4f;
	font-weight: 600;
	font-size: 1.3em;
	padding: 15px 45px;
	color:#ffffff;
	cursor: pointer;
}
.btn-warning:hover, .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover, .btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
	background-color: #f26d4f;
	border-color: #d8654b;
	box-shadow: none;
}
.btn-success {
	border-color: #88ae21;
	background-color: #95c11f;
	font-weight: 600;
    font-size: 1.3em;
    padding: 15px 45px;
	cursor: pointer;
}
.btn-success:hover, .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover, .btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
	background-color: #88ae21;
	border-color: #88ae21;
	box-shadow: none;
}

.required::after {
	display: inline-block;
	content: '*';
	color: #f26d4f;
	margin-left: 0.25em;
}
.info-required {
	color: #f26d4f;
}

/** ENTETE **/
#entete_fond {
	background-color: #1D95C3;
}
#entete_fond.tes {
	background:none;
}

#entete > div > div:first-child {
	background: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
}
#entete p {
	margin-bottom: 0;
}
#aide {
	background-color: #1D95C3;
	color: #ffffff;
	font-weight: bold;
}
.identite {
	background-color: #1D95C3;
	color: #ffffff;
	font-weight: bold;
	padding: 15px 30px;
	font-size: 1.5em;
	line-height: 1em;
}
.identite a {
	color: #ffffff;
	font-size: 0.7em;
}
.identite > div > div:nth-child(2) {
	word-break: break-all;
}
.plateforme {
	background-color: #1D95C3;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1em;
	padding-bottom: 1em;
	padding-top: 0;
}
.plateforme.nothing {
	background-color: transparent;
}
.avatar {
	text-align: center;
	padding-bottom: 10px;
}
.company {
	background-color: #ffffff;
	color: #000000;
	line-height: 1.5em;
	font-size: 1.1em;
	border-right: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
}
.company > div:first-child {
	padding: 15px 0 0 0;
}
.company > div:last-child {
	padding: 10px 0 15px 0;
	border-right: 0;
}
.company > div.langues > div {
	padding-bottom: 10px;
	text-align: center;
}
.company p.dateLimite {
	color: #1D95C3;
	padding-bottom: 10px;
	border-bottom: 1px solid #bbbbbb;
}
.contact {
	padding: 15px 0;
	font-size: 1.1em;
	line-height: 1em;
}
.contact p {
	line-height: 1.2em;
}
.contact a {
	color: #000000;
	font-size: 0.9em;
}
.tel {
	text-align: right;
}
.commandeTitre {
	border: 1px solid #d2d2d2;
	border-top: 0;
	background-color: #f2f2f5;
	padding-top: 2px;
	font-weight: bold;
	text-align: center;
	height: 90px;
	cursor:pointer;
}
.commandeTitre > div:first-child {
	text-align: center;
}
.commandeTitre > div:last-child {
	padding-top: 0;
	text-align: center;
}
.commandeTitre > div:last-child h2 {
	font-size: 1.5em;
	margin: 0;
	text-transform: uppercase;
}
.commandeTitre > div:last-child p {
	font-size: 1.1em;
	margin: 0;
}
#home img {
	margin-bottom: 5px;
	margin-top: -5px;
}
.commandeTitre {
	border: 1px solid #D2D4D7;
	border-top: 0;
	background-color: #F2F2F2;;
	font-weight: bold;
	text-align: center;
	cursor:pointer;
	padding-bottom: 0;
}
.commandeTitre > div:first-child {
	text-align: center;
}
.commandeTitre > div:last-child {
	padding-top: 0;
	text-align: center;
}
.commandeTitre > div:last-child h2 {
	font-size: 1.5em;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.25em;
}

.commandeTitre > div:last-child p {
	font-size: 1.1em;
	margin: 0;
}
#home img {
	margin-bottom: 5px;
	margin-top: -5px;
}
nav.navbar {
	border-radius: 0;
	background-color: #025373;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0;
	border: 0;
	padding: 0;
}
nav.navbar a {
	color: #ffffff;
}
nav.navbar a:hover {
	text-decoration: none;
}
#navbar > a#home {
	font-size: 3em;
	padding-top: 27px;
}
nav.navbar .navbar-header {
	height: 0;
}
.navbar-toggler {
	color: #fff;
	font-size: 2rem;
	margin: 20px auto 0 auto;
}
.navbar-toggle {
	margin-top: 25px;
	float: none;
}
.navbar-toggle .bars, .navbar-toggle .text {
	display: inline-block;
	vertical-align: middle;
}
.navbar-toggle .bars {
	margin-right: 1em;
}
.navbar-toggle .text {
	font-weight: bold;
	font-size: 1.4em;
}
.navbar-toggle .icon-bar {
	width: 30px;
	height: 4px;
	border-radius: 3px;
	background-color: #ffffff;
}

#navbar > a {
	height: 90px;
	font-weight: 600;
	background-color: #025373;
	border-right: 1px solid rgba(255,255,255,0.75);
}
#navbar > a.l1 {
	padding-top: 35px;
}
#navbar > a.l2 {
	padding-top: 25px;
}

#navbar > a.active, #navbar > a.active:hover {
	background-color: #7FB6C6;
}
#navbar > a:hover {
	background-color: #7FB6C6;
}
#navbar > a#home {
	font-size: 3em;
	padding-top: 27px;
}
#navbar > a.logo {
	border-right: 0;
	padding: .5em;
}
#navbar > a.logo > img {
	max-height: 100%;
}
.navbar-collapse {
	border-top: 0;
	box-shadow: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

/** COLONNE DE GAUCHE **/
#colgauche {
	padding: 0;
}
#colgauche.col-md-3 {
	display: none;
}
#colgauche .bloc {
	margin: 15px 0;
	border: 1px solid #d2d2d2;
	background-color: #f2f2f5;
}
#colgauche .bloc > div.desc {
	border-top: 1px solid #d2d2d2;
	padding: 10px;
}
#colgauche .bloc > div.head {
	height: 70px;
}
#colgauche .bloc > div.head a {
	color: #000000;
    font-weight: bold;
    font-size: 1.5em;
	line-height: 1.1em;
	display: block;
	padding-top: 10px;
}
#colgauche .bloc > div.head a:hover {
	text-decoration: none;
}
#colgauche .bloc > div.head a span {
	color: #807a76;
	text-transform: uppercase;
	font-size: 0.6em;
	font-weight: 600;
}
#colgauche .bloc > div.head::before {
	display: block;
	float: left;
	font-family: 'FontAwesome';
	width: 30px;
	height: 100%;
	vertical-align: middle;
	margin-right: 10px;
	border-right: 1px solid #d2d2d2;
	color: #ffffff;
	font-size: 2em;
	text-align: center;
	line-height: 70px;
}
#colgauche .bloc.pasokok > div.head::before {
	content: '\f00d';
	background-color: #f26d4f;
}
#colgauche .bloc.okok > div.head::before {
	content: '\f00c';
	background-color: #95c11f;
}
#colgauche .bloc > div.desc h4 {
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.2em;
}
#colgauche .bloc > div.desc {
	color: #807a76;
}
#colgauche .bloc > div.desc >div {
	margin-bottom: 10px;
}
#colgauche .bloc > div.desc span.produit {
	color: #000000;
	font-weight: 700;
	line-height: 1.1em;
}
#colgauche .bloc > div.desc img {
	width: 100%;
}
#colgauche .bloc > div.desc a::before {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
}
#colgauche .bloc > div.desc a.supp::before {
	font-family: 'FontAwesome';
	content: '\f057';
	font-size: 2em;
	color: #807a76;
}
#colgauche .bloc > div.desc p {
	margin-bottom: 5px;
}
#colgauche .bloc > div.desc p.decal {
	padding-left: 30px;
}
#colgauche .bloc > div.desc p.decal label {
	width: 30%;
}
#colgauche .bloc > div.desc p.decal span {
	width: 30%;
    text-align: right;
    display: inline-block;
}

/** BREADCRUMB **/
.breadcrumb {
	border-radius: 0;
	background-color: transparent;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	color: #c2c1c5;
	font-weight: 700;
	font-size: 1.2em;
	padding: 15px 0;
	margin: 20px 0 30px 0;
}
.breadcrumb>li+li:before {
	color: #c2c1c5;
}
.breadcrumb a {
	color: #c2c1c5;
}
.breadcrumb .first a {
	color: #000000;
	font-weight: 600;
}
.breadcrumb>.active, .breadcrumb .active a {
	color: #c2c1c5;
}

/** PROFIL **/
.displayedEnseigne > div {
	float: left;
}
.form-control.enseigne {
    padding: .5rem .25rem;
    width: 25px;
    text-align: center;
	margin-right: .5rem;
}
input[type=radio], input[type=checkbox] {
	margin-right: 1rem;
}

/** ACCUEIL **/
#contenu {
	padding: 0;
}
#contenu::before {
	display: none;
}
#contenu .accueil .bloc {
	margin-bottom: 15px;
}
#contenu .accueil .bloc > div > div {
	border: 1px solid #d2d2d2;
}
#contenu .accueil .bloc a:hover {
	text-decoration: none;
}
#contenu .accueil .bloc > div {
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#contenu .accueil .bloc:hover > div {
	-moz-box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.44);
	-webkit-box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.44);
	-o-box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.44);
	box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.44);
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#ccc, Direction=180, Strength=13);
}
#contenu .accueil .bloc div.head {
	height: 75px;
	background-color: #95c11f;
	text-align: center;
}
#contenu .accueil .bloc.pasokok div.head {
	background-color: #f26d4f;
}
#contenu .accueil .bloc div.head a {
	color: #ffffff;
    font-weight: 600;
    font-size: 1.5em;
	display: block;
	text-transform: uppercase;
	line-height: 75px;
}
#contenu .accueil .bloc div.head::before {
	display: block;
	float: left;
	font-family: 'FontAwesome';
	width: 50px;
	height: 100%;
	vertical-align: middle;
	margin-right: 0;
	border-right: 1px solid #d2d2d2;
	color: #ffffff;
	font-size: 2em;
	text-align: center;
	line-height: 75px;
}
#contenu .accueil .bloc.pasokok div.head::before {
	content: '\f00d';
	background-color: #f26d4f;
}
#contenu .accueil .bloc.okok div.head::before {
	content: '\f00c';
	background-color: #95c11f;
}
#contenu .accueil .bloc a.desc {
	display: block;
	background-color: #000000;
	height: 210px;
	font-weight: 600;
	font-size: 1.5em;
	color: #ffffff;
	text-align: center;
	padding: 155px 15px 0 15px;
    background-size: cover;
    background-position: center center;
	line-height: 1.2em;
}


.texteDefault {
	border: 0;
	background-color: transparent;
	padding: 10px 30px;
	text-align: center;
	margin-bottom: 15px;
}
.texteDefault strong {
	font-weight: bold;
	font-size: 1.75em;
}
.accesCom {
	border: 1px solid #c32b26;
	background-color: #1D95C3;

	color: #ffffff;
	-moz-box-shadow: -1px 3px 3px 0px #d2d2d2;
	-webkit-box-shadow: -1px 3px 3px 0px #d2d2d2;
	-o-box-shadow: -1px 3px 3px 0px #d2d2d2;
	box-shadow: -1px 3px 3px 0px #d2d2d2;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#d2d2d2, Direction=251, Strength=3);
	text-align: center;
	min-height: 120px;
}
.accesCom h2 {
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 700;
}
.accesCom a {
	color: #ffffff;
	font-weight: 700;
	font-size: 1.1em;
}
.depot {
	border: 1px solid #d2d2d2;
	background-color: #f2f2f5;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.8em;
	padding: 30px 10px;
}
.depot a {
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
}
.depot a::before {
	display: block;
	float: left;
	margin-right: 30px;
	content: url('../images/depot.png');
}

.cadeau {
	border: 1px solid #000000;
	background-color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.8em;
	padding: 30px 10px;
}
.cadeau a {
	color: #ffffff;
	text-decoration: none;
}
.cadeau a::before {
	display: block;
	float: left;
	margin-right: 30px;
}

/** PAGE COMMANDES **/
.recapCommandes h3 {
	font-size: 1.5em;
	font-weight: bold;
}
.recapCommandes h3.encours {
	color: #1D95C3;
	margin-top: 40px;
}
.recapCommandes table {
    font-size: 1.2em;
}

/** PAGES DES RUBRIQUES **/
h2.categorie {
	margin-top: 0;
	font-size: 1.25rem;
	font-weight: 600;
	padding-top: .75rem;
	margin-bottom: 1.5rem;
}
table.produits th, table.produits td {
	font-size: 0.75rem;
}
table.produits td.col-small {
	width: 16%;
}
table.produits.full td.col-small {
	width: 10%;
}

table.produits td.col-medium {
	width: 25%;
}
table.produits td.col-medium input[type="text"] {
	width: 50%;
}
table.produits td.col-medium input[type="checkbox"] {
	width: 20%;
	margin-right: 0;
}
table.produits.full th {
	background-color: #d2d2d2;
}
table.produits.full th.subCat {
	background-color: #f2f2f5;
}
table.produits .form-control {
	padding: 0.15rem;
	font-size: 0.75rem;
}
table.produits select.form-control:not([size]):not([multiple]) {
	height: calc(1.25rem + 2px);
}
table.produits .vendu {
	font-weight: 600;
}
.liste p {
	font-size: 0.75rem;
}
.liste img {
	max-height: 100px;
}
.liste .onlyOne.bordered {
	border-bottom: 1px solid #e9ecef;
}

.produit {
	margin-bottom: 15px;
}
.produit .text-right {
	text-align: right;
}
.produit .head {
	line-height: 1.2em;
	font-size: 1.1em;
    height: 110px;
	border: 1px solid #d2d2d2;
    padding: 10px 8px;
	background-color: #f2f2f5;
}
.produit .head > div > div:first-child {
	height: 70px;
}
.produit .head strong {
	font-size: 1.2em;
}
.produit .desc {
	border: 1px solid #d2d2d2;
	border-top: 0;
    padding: 10px 8px;
}
.produit .desc .photo {
	height: 200px;
    padding-bottom: 20px;
}
.produit .desc .photo.short {
	height: 159px;
    padding-bottom: 0;
}
.produit .desc .photo img {
	max-height: 100%;
	max-width: 100%;
}
.produit .desc .btn {
	background-color: #000000;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
    font-size: 0.75rem;
    padding: .5rem .75rem;
}
.produit .desc .form-control {
	border-radius: 0;
	height: 31px;
}
.details h1 {
	font-size: 1.5em;
	text-align: center;
    letter-spacing: 0.01em;
}

/** LOGIN **/
#entete.sesNC {
	background-color: #000000;
	text-align: center;
}
#login #main .container {
	border: 0;
}

/** BADGES **/
.badges {
	list-style-type: none;
	padding-left: 0;
}
.badges li a::before {
	display: inline-block;
	font-family: 'FontAwesome';
	content: '\f057';
	width: 25px;
	vertical-align: middle;
	color: #000000;
	font-size: 1.75em;
}
#tec_front_badge > .row {
	margin-bottom: 10px;
}

/** VALIDATION DE COMMANDE **/
#validation thead td {
	color: #1D95C3;
	text-transform: uppercase;
}
#validation tfoot {
	font-weight: 700;
}
#validation tfoot .libelle{
	color: #1D95C3;
	text-transform: uppercase;
}

/** SCHEMA **/
#schema img {
	max-width: initial;
}
#schema .element {
	text-align: center;
	padding: 0;
	min-height: 100px;
	position: relative;
	z-index: 999;
	line-height: 0;
	margin-bottom: 20px
}
#schema .element img {
	max-width: 30px;
}
#schema .element.col-sm-2.pilier, #schema .element.col-sm-2.couloir,
#schema .element.col-sm-2.trait, #schema .element.col-sm-2.traitv,
#schema .element.col-sm-2.trait45, #schema .element.col-sm-2.mitoyen {
	width: auto;
}
#schema .element.couloir img,
#schema .element.trait img, #schema .element.traitv img,
#schema .element.trait45 img, #schema .element.mitoyen img {
	max-width: 60px;
}
#schema .element .name {
	padding: 0 10px;
    line-height: 1em;
}
#schema .element.disable {
	opacity: 0.5;
}
#schema .element .actions {
	-moz-opacity:0;
	-khtml-opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
	display:none;
	transition: all 1s;
    position: absolute;
    width: 100px;
    left: -20px;
    top: 25px;
}
#schema .element.trait .actions, #schema .element.trait45 .actions,
#schema .element.pilier .actions, #schema .element.mitoyen .actions,
#schema .element.couloir .actions {
	width: 100%;
    text-align: center;
    left: 0;
}
#schema .element.traitv .actions {
	height: 100%;
    width: 100%;
    text-align: center;
    left: 0;
	top: 40%;

}
#schema .btn .glyphicon {
	top: 4px;
}
#schema #zone img {
	max-width: 100%;
	z-index: 2;
}
#schema #zoneDroppable {
	position: relative;
}
#schema #zoneDroppable .droppedElement {
	position: absolute;
	padding: 0;
	min-height: auto;
	/*min-width: 90px;*/
	text-align: left;
}
#schema #zoneDroppable .droppedElement:hover {
	background-color: rgba(0,0,0,0.05);
	cursor: move;
}
#schema #zoneDroppable .droppedElement img {
	vertical-align: top;
	margin-top: 0;
	max-height: 100%;
}
#schema #zoneDroppable .droppedElement.trait img {
	max-width: none;
}
#schema #zoneDroppable .droppedElement.ui-resizable img {
	max-height: 60px;
	max-width: none;
	width: auto;
}
#schema #zoneDroppable .droppedElement.ui-resizable.traitv img {
	max-width: 60px;
	max-height: none;
	height: auto;
}
#schema #zoneDroppable .droppedElement.ui-resizable.trait45 img {
	max-height: none;
}
#schema #zoneDroppable .droppedElement .name {
	display: none;
}
#schema #zoneDroppable .droppedElement.flip img {
	transform: scaleX(-1);
}
#schema #zoneDroppable .droppedElement:hover .actions {
	display: block;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}
