body,
html {
width: 100%;
height: 100%;
}

body {
font-family: 'Helvetica Neue', Arial, sans-serif;
ont-family: 'DM Sans', sans-serif !important;
font-optical-sizing: auto;
font-weight: 200;
font-style: normal;
font-size: 0.9rem;
}

hr {
max-width: 605px;
border-width: 3px;
border-color: #0eaf9e;
}

hr.light {
border-color: #fff;
}

a {
color: #0eaf9e;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}

a:hover {
color: #0eaf9e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
font-family: 'DM Sans', sans-serif !important;

}

.bg-primary {
background-color: #0eaf9e !important;
}

.bg-dark {
background-color: #212529 !important;
}

.text-faded {
color: rgba(255, 255, 255, 0.7);
}

section {
padding: 3rem 0;
}

section.type-content {
padding: 4rem 0 8rem 0;
}

.iframe section {
padding: 0.5rem 0 !important;
}


.section-heading {
margin-top: 0;
}

::-moz-selection {
color: #fff;
background: #212529;
text-shadow: none;
}

::selection {
color: #fff;
background: #212529;
text-shadow: none;
}

img::selection {
color: #fff;
background: transparent;
}

img::-moz-selection {
color: #fff;
background: transparent;
}


header.commonhead {
padding-top: 6rem;
padding-bottom: calc(5rem - 56px);
min-height: 100px;
background-image: url("../img/header_02.jpg");
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

header.masthead {
padding-top: 10rem;
padding-bottom: calc(10rem - 56px);
}

header.masthead hr {
margin-top: 30px;
margin-bottom: 30px;
}

header.masthead h1 {
font-size: 2rem;
}

header.masthead p {
font-weight: 300;
}

@media (min-width: 768px) {
header.masthead p {
font-size: 1.15rem;
}
}

@media (min-width: 992px) {
header.masthead {
height: 30vh;
min-height: 350px;
padding-top: 0;
padding-bottom: 0;
}

header.masthead h1 {
font-size: 3rem;
}
}

@media (min-width: 1200px) {
header.masthead h1 {
font-size: 4rem;
}
}

.service-box {
max-width: 400px;
}

.service-box a {
text-decoration: none;
}

.service-box-disabled {
cursor: not-allowed;
}

.portfolio-box {
position: relative;
display: block;
max-width: 650px;
margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
position: absolute;
bottom: 0;
display: block;
width: 100%;
height: 100%;
text-align: center;
opacity: 0;
color: #fff;
background: rgba(240, 95, 64, 0.9);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
position: absolute;
top: 50%;
width: 100%;
transform: translateY(-50%);
text-align: center;
}
.b-bottom{
border-bottom: 2px solid rgb(69, 147, 138)
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
padding: 0 15px;
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
font-family: 'DM Sans', sans-serif !important;

}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
opacity: 1;
}

.portfolio-box:focus {
outline: none;
}

@media (min-width: 768px) {
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
font-size: 16px;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
font-size: 22px;
}
}

.text-primary {
color: #0eaf9e !important;
}

.btn {
border: none;
border-radius: 15px;
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
font-family: 'DM Sans', sans-serif !important;

}

.btn-strong {
font-weight: 700;
text-transform: uppercase;
}

.btn-xl {
padding: 1rem 2rem;
}

.btn-primary {
background-color: #0eaf9e;
border-color: #0eaf9e;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
color: #fff;
background-color: #009180 !important;
}

.btn-primary:active,
.btn-primary:focus {
box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}


/* Login panel*/
/*
* Card component
*/
.card {
background-color: #f8f9fa;
border: 0;
padding: 20px 25px 30px;
margin: 0 auto 25px;
margin-top: 50px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 10px;
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
/* -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); */
/* box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); */
}

.profile-img-card {
width: 96px;
height: 96px;
margin: 0 auto 10px;
display: block;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}

/*
* Form styles
*/
.profile-name-card {
font-size: 16px;
font-weight: bold;
text-align: center;
margin: 10px 0 0;
min-height: 1em;
}

.reauth-email {
display: block;
color: #404040;
line-height: 2;
margin-bottom: 10px;
font-size: 14px;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
direction: ltr;
height: 44px;
font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
width: 100%;
display: block;
margin-bottom: 10px;
z-index: 1;
position: relative;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.form-signin .form-control:focus {
border-color: rgb(104, 145, 162);
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
/*background-color: #4d90fe; */
background-color: #0eaf9e;
;
/* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
padding: 0px;
font-weight: 700;
font-size: 14px;
height: 36px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: none;
-o-transition: all 0.218s;
-moz-transition: all 0.218s;
-webkit-transition: all 0.218s;
transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
background-color: #0eaf9e;
;
}

.forgot-password {
color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus {
color: rgb(12, 97, 33);
}



.list-group {
margin-bottom: 20px;
padding-left: 0
}

.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd
}

.list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0
}

.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}

.list-group-item>.badge {
float: right
}

.list-group-item>.badge+.badge {
margin-right: 5px
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #0eaf9e;
border-color: #0eaf9e}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
color: #f9bab7
}

a.list-group-item {
color: #555
}

a.list-group-item .list-group-item-heading {
color: #333
}

a.list-group-item:hover,
a.list-group-item:focus {
text-decoration: none;
background-color: #f5f5f5
}

.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px
}

.list-group-item-text {
margin-bottom: 0;
line-height: 1.3
}

.panel {
margin-bottom: 18px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 0;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
padding: 15px
}

.panel-body:before,
.panel-body:after {
content: " ";
display: table
}

.panel-body:after {
clear: both
}

.panel>.list-group {
margin-bottom: 0
}

.panel>.list-group .list-group-item {
border-width: 1px 0
}

.panel>.list-group .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0
}

.panel>.list-group .list-group-item:last-child {
border-bottom: 0
}

.panel-heading+.list-group .list-group-item:first-child {
border-top-width: 0
}

.panel>.table {
margin-bottom: 0
}

.panel>.panel-body+.table {
border-top: 1px solid #d6d4d4
}

.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: -1px;
border-top-left-radius: -1px
}

.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 15px
}

.panel-title>a {
color: inherit
}

.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: -1px;
border-bottom-left-radius: -1px
}

.panel-group .panel {
margin-bottom: 0;
border-radius: 0;
overflow: hidden
}

.panel-group .panel+.panel {
margin-top: 5px
}

.panel-group .panel-heading {
border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse .panel-body {
border-top: 1px solid #ddd
}

.panel-group .panel-footer {
border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
border-bottom: 1px solid #ddd
}

.panel-default {
border-color: #ddd
}

.panel-default>.panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
border-top-color: #ddd
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
border-bottom-color: #ddd
}

.panel-primary {
border-color: #0eaf9e}

.panel-primary>.panel-heading {
color: #fff;
background-color: #0eaf9e;
border-color: #0eaf9e}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
border-top-color: #0eaf9e}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
border-bottom-color: #0eaf9e}

.panel-success {
border-color: #48b151
}

.panel-success>.panel-heading {
color: #fff;
background-color: #55c65e;
border-color: #48b151
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
border-top-color: #48b151
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
border-bottom-color: #48b151
}

.panel-warning {
border-color: #e4752b
}

.panel-warning>.panel-heading {
color: #fff;
background-color: #fe9126;
border-color: #e4752b
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
border-top-color: #e4752b
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
border-bottom-color: #e4752b
}

.panel-danger {
border-color: #d4323d
}

.panel-danger>.panel-heading {
color: #fff;
background-color: #f3515c;
border-color: #d4323d
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
border-top-color: #d4323d
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
border-bottom-color: #d4323d
}

.panel-info {
border-color: #4b80c3
}

.panel-info>.panel-heading {
color: #fff;
background-color: #5192f3;
border-color: #4b80c3
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
border-top-color: #4b80c3
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
border-bottom-color: #4b80c3
}




.btn.btn-xs {
padding: 0.2em 0.75em;
font-size: 0.8em;
}

.btn-top-section {
margin-top: -80px;
}


body.iframe .container {
max-width: none !important;
}


/* OR separator : <div class="or"> OR </div> */
.or {
display: flex;
justify-content: center;
align-items: center;
color: grey;
}

.or:after,
.or:before {
content: "";
display: block;
border-top: 1px solid #b3c1ce;
border-bottom: 1px solid #b3c1ce;
width: 30%;
height: 3px;
margin: 0 10px;
}

.show-invalid:invalid {
background-color: pink;
border-color: darkred;
}

#public-note {
width: 100%;
height: 100%;
}

.instock {
color: green;
font-weight: bolder;
}

.notenoughfororder {
color: darkorange;
font-weight: bolder;
}

.outofstock {
color: red;
font-weight: bolder;
}

#reloadPage {
display: none;
}

.grid-stat {
display: grid;
grid-template-columns: repeat(2, 1fr 1fr);
}

.card-stat {
border: 1px solid #ccc;
border-radius: 10px;
margin: 5px;
padding: 3px;
}

.card-stat>div {
margin: 10px;
}

.card-stat th,
.card-stat td {
border: 0 !important;
}

.elipse {
text-overflow: clip;
text-overflow: ellipsis;
text-overflow: "…";
text-overflow: fade;
text-overflow: fade(10px);
text-overflow: fade(5%);
}

.input-stat {
width: 100px;
border: 1px solid #ccc;
}

.tooltip-text {
display: none;
position: relative;
top: -6px;
left: 553px;
}

#estimation {
font-weight: bolder;
color: darkorange;
font-size: 18px;
}

.order-header-line,
.contact-line {
border-bottom: 1px solid #ccc5;
}

.input-text {
border: 0;
border-bottom: 1px solid #000;
width: 100%;
}

.order-header-line td,
.contact-line td {
width: 300px;
padding: 2px 5px;
}

.order-header-line td:first-child,
.contact-line td:first-child {
font-weight: 500;
width: 200px;
white-space: nowrap;
}

.order-header table,
.contact-header table {
margin: 20px;
height: fit-content;
}


.table-header td {
font-weight: bolder;
}

.fixedHeader-floating th {
background-color: #f8f9fa;
}

.fm-container {
background-color: #f8f9fa;
border-radius: 10px;
padding: 20px;
}

#product-form {
display: grid;
grid-template-columns: 9fr 0.5fr 0.5fr;
}

@media (min-width: 992px) {
.draft-orders {
display: grid;
grid-template-columns: repeat(3, 1fr);
}

.draft-order-card {
display: grid;
grid-template-columns: 2fr 1fr;
border: 1px solid #ccc;
margin: 10px;
padding: 10px 15px;
border-radius: 10px;
}
}

@media (max-width: 991px) {
.draft-orders {
display: grid;
grid-template-columns: repeat(2, 1fr);
}

.draft-order-card {
display: grid;
grid-template-rows: 1fr 1fr;
border: 1px solid #ccc;
margin: 10px;
padding: 10px 15px;
border-radius: 10px;
}
}

@media (min-width: 768px) {

.order-header,
.contact-header {
display: grid;
grid-template-columns: 1fr 1fr;


}
}

@media (max-width: 767px) {

.order-header,
.contact-header {
display: grid;
grid-template-rows: 1fr 1fr;
}
}

.custom-divider {
border-top: 1px solid #0eaf9e !important;
}

.subtable {
margin-bottom: 0;
margin-top: 10px;
background-color: #F3F3F3 !important;
}

@media (min-width: 1200px) {
.container {
max-width: 1360px !important;
}
}

.logo {
width: 150px;
max-width: 200px;
}

.height-ul-logo {
height: 100px;
}

.sidebar {
height: 100%;
width: 0;
position: fixed;
z-index: 2050;
top: 0;
right: 0;
background-color: #efefef;
border-left: 1px solid #ddd;
overflow-x: hidden;
transition: 0.5s;
overflow-y: hidden;
}

.sidebar a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #111;
display: block;
transition: 0.3s;
}

.sidebar .closebtn {
font-size: 36px;
cursor: pointer;
text-align: right;
margin-right: 25px;
white-space: nowrap;
}

#sidebar-container {
grid-auto-rows: minmax(min-content, max-content);
display: grid;
grid-row-gap: 3px;
height: calc(100% - 70px);
width: 100%;
overflow-y: scroll;
overflow-x: hidden;
transition: all 1000ms;
}

.sidebar>h2 {
white-space: nowrap;
padding: 60px 0px;
}

.sidebar-content {
display: grid;
grid-template-columns: 0.2fr 0.8fr 1fr 1fr;
grid-template-rows: 0.1fr 1fr 0.1fr;
grid-template-areas:
"d a f f"
"b b c c"
"b b e e";
background-color: #dfdfdf;
padding: 10px 20px;
height: 150px;
align-items: start;
justify-items: start;
align-items: center;
transition: all 50ms;
}

.sidebar-content-badge {
font-size: 12px;
font-weight: 700;
grid-area: a;
justify-self: flex-end;
margin-right: 5px;
}

.sidebar-content-delbtn {
grid-area: d;
font-size: 20px;
cursor: pointer;
}

.sidebar-content-text {
width: 280px;
grid-area: c;
}

.sidebar-content-title {
font-weight: bolder;
grid-area: f;
}

.sidebar-content-photo {
width: 130px;
padding-right: 10px;
grid-area: b;
}

.sidebar-content-callback {
grid-area: e;
display: grid;
justify-self: flex-end;
font-size: 16px;
cursor: pointer;
}

.sidebar-content-photo>img {
width: 100%;
}

.cart-item {
display: grid;
grid-template-columns: 0.2fr 0.8fr 1fr 1fr;
grid-template-rows: 0.1fr 1fr 0.1fr;
grid-template-areas:
"d d f f"
"b b c c"
"b b e g";
background-color: #dfdfdf;
padding: 10px 20px;
height: 150px;
align-items: start;
justify-items: start;
align-items: center;
transition: all 50ms;
}

.cart-item-qty {
font-size: 16px;
font-weight: 700;
grid-area: e;
margin-right: 5px;
}

.cart-item-delbtn {
grid-area: d;
font-size: 20px;
cursor: pointer;
}

.cart-item-text {
width: 280px;
grid-area: c;
}

.cart-item-title {
font-weight: bolder;
grid-area: f;
}

.cart-item-photo {
width: 130px;
padding-right: 10px;
grid-area: b;
}

.cart-item-price {
grid-area: g;
display: grid;
font-size: 16px;
cursor: pointer;
}

.cart-item-photo>img {
width: 100%;
}

#cart-resume {
width: 100%;
padding: 15px;
border-top: 1px solid #ccc;
position: absolute;
bottom: 0;
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
}

#cart-total {
font-weight: bolder;
text-align: right;
font-size: 18px;
}

#makeOrder {
padding: 5px 0px !important;
color: white;
font-size: 17px;
}

.actionButton {
display: grid;
grid-gap: 10px;
grid-template-columns: 1fr;

}

.openbtn {
cursor: pointer;
font-size: 24px;
display: inline-block;
color: black !important;
}

#overlay {
width: 100%;
height: 100%;
position: fixed;
z-index: 2000;
background-color: #333;
}

#multi-order-title {
font-weight: bolder;
}

#multi-order-explanation {
color: white;
overflow: hidden;
height: 55px;
display: block;
cursor: pointer;
transition-duration: 0.5s;
}

#multi-order-explanation:hover {
height: 200px;
transition-duration: 0.5s;
}

#multi-order-bar {
padding: 10px;
padding-top: 85px;
background-color: #333 !important;
}

#multi-order-container {
display: flex;
flex-direction: column;
color: white;
}

.multi-order-content {
padding: 5px 10px;
}

.multi-order-hidden {
min-height: inherit !important;
overflow: hidden;
height: 100px;
}

.multi-order {
min-width: 120px;
min-height: 150px;
border: 1px solid rgb(14, 175, 158);
margin: 10px;
border-radius: 10px;
}

.multi-order ul {
list-style: none;
}

.multi-order-zone {
display: none;
text-align: center;
font-weight: bolder;
}

.multi-order-zone.waiting {
display: block;
min-height: 50px;
width: 100%;
background-color: #6f6;
border: 1px solid #6f6;
border-radius: 9px;
}

.multi-order-zone.over {
display: block;
background-color: #66f;
border: 1px solid #66f;
color: white;
border-radius: 9px;
}

.search-centered>* {
text-align: center !important;
}

.child-row {
border: 1px solid #ccc;
}

.btn-askaccount {
background-color: rgba(255, 255, 255, 0) !important;
color: #0eaf9e;
border: 2px solid #0eaf9e !important;
padding-top: 4px !important;
}

#topNav {
border-bottom: 1px solid #ddd;
}

#mySidebarCaller {
position: fixed;
z-index: 150;
right: 0;
padding: 0 9px;
background: rgb(14, 175, 158);
border-radius: 5px;
color: white !important;
}

.main-margin{
margin-left: auto;
margin-right: auto;
}
body {
margin: 0;
font-family: sans-serif;
}

.menu-mobile {
display: none !important;
}

.menu-container {
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: 120px;
/* largeur de base */
transition: width 0.3s ease;
background-color: #333;
z-index: 1000;
overflow: hidden;
}

.menu-container:hover {
width: 368px;
/* même largeur que .sidebar-new */
}


.logo {
align-items: center;
width: 70px;
height: auto;

}


/* Logo un peu plus haut (quasi collé au top) */
.logo-wrapper-clone {

background-color: #0eaf9e;
width: 115%;
height: 110px;
display: flex;
justify-content: center;
/* align-items: center; */
/* padding: 10px 0; */
box-sizing: border-box;
z-index: 2001;
}

/* Icônes centrées sous le logo */
.icon-group {
margin-top: 15px; /* espace entre logo et icônes */
width: 100%;
display: flex;
/* justify-content: center; */
flex-direction: column;
/* align-items: center; centre les .border-icon en largeur */
/* gap: 20px; */
z-index: 2005;
}
.icon-content {
position: absolute;
/* top: 15%; */
left: -5px;
width: 135%;
height: auto;
display: flex;
justify-content: center;
flex-direction: column;
/* align-items: center; */
z-index: 2;
padding: 0;
margin: 0;
box-sizing: border-box;
z-index: 2000;

}
@media screen and (min-width: 2800px){
.logo {
position: relative;
top: -10px;
left: -23px;
width: 86px;
height: auto;
margin-top: 10px; 
}}
/* nettoyer l’ancien positionnement */
@media screen and (min-height: 730px) {
.icon-content {
top: 0 !important;
transform: none;
}
}

.icon-content .border-icon {
opacity: 1;
transition: opacity 0.3s ease;
margin-bottom: 20px;
}

.icon-content .logo-content {
opacity: 1;
transition: opacity 0.3s ease;
margin-bottom: 20px;
left: 0;
margin-top: 20%;
}

.icon-content .border-icon i {
color: rgb(14, 175, 158);
font-size: 24px;
}

/* sidebar-new */
.sidebar-new {
position: absolute;
top: 0;
left: -250px;
width: 368px;
height: auto;
background-color: #333;
color: white;
transition: left 0.3s ease;
/* padding: 2rem 1rem; */
display: flex;
flex-direction: column;
align-items: flex-start;
z-index: 1000;
}

.section-block {
display: flex;
align-items: stretch;
margin-bottom: 20px;
}


.compte-tab {
background-color: #679e9c;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
writing-mode: vertical-rl;
text-orientation: mixed;
color: white;
font-family: sans-serif;
font-size: 16px;
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
white-space: nowrap;
align-self: stretch;
/* ← clé pour qu’il prenne la hauteur du bloc de droite */
margin: 0;
}


.area-children {
margin: 0;
padding-left: 10px;
display: flex;
flex-direction: column;
justify-content: center;
gap: 10px;
}

.nav-item {
display: flex;
align-items: center;
}

.border-icon-compte {
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
padding: 5px;
margin-right: 10px;
margin-bottom: 20px;
}

.border-icon {
border-radius: 50%;
border: 2px solid rgb(14, 175, 158);
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
padding: 5px;
margin-right: 10px;
}

.border-icon-compte i {
color: rgb(14, 175, 158);
font-size: 40px;
}

.border-icon i {
color: rgb(14, 175, 158);
font-size: 24px;
}

.nav-link {
color: white !important;
font-size: 16px;
opacity: 0;
transition: opacity 0.3s ease;
text-decoration: none;
}

.nav-title {
transform: rotate(180deg);
}
/*
.logo-wrapper-clone {
background-color: #0eaf9e;
width: 115%;
height: 140px;
display: flex;
justify-content: center;
align-items: center;
padding: 10px 0;
box-sizing: border-box;
transition: opacity 0.3s ease;
opacity: 1;
} */

.menu-container:hover .logo-wrapper-clone {
opacity: 0;
}

.logo-wrapper {
background-color: #0eaf9e;
width: 100%;
height: auto;
display: flex;
justify-content: center;
align-items: center;
padding: 10px 0;
box-sizing: border-box;
transition: opacity 0.3s ease;
opacity: 0;
}

.menu-container:hover .logo-wrapper {
opacity: 1;
}

.logo {
width: 86px;
height: auto;
}

/* Hover effets */
.menu-container:hover .sidebar-new {
left: 0;
z-index: 3000;
}

.menu-container:hover .nav-link {
opacity: 1;
}

.menu-container:hover .icon-content .border-icon {
opacity: 0;
}

.menu-container:hover .icon-content .border-icon-compte {
opacity: 0;
}

.menu-container:hover .icon-content ul {
opacity: 0;
}

.home {
position: relative;
top: 13px;
left: -6px;
}

.first {
margin-left: 40px;
margin-top: 20px;
}

.next {
margin-left: 40px;
}

.td-address {
display: flex;
justify-content: space-between;
}
.not-read{
color:#0eaf9e !important;
}

.leg{
height: 15px;
width: 20px;
margin-bottom: 10px;
margin-right: 10px;
}
.legend-mother{
background-color: #0eaf9e;
}
.legend-daughter{
background-color: #bff4ed;
}


@media screen and (min-width: 1913px) and (max-width: 1980px) {
.home {
position: relative;
top: 15px;
left: 20px;
}

.logo-wrapper-clone {

background-color: #0eaf9e;
width: 135%;
height: 120px;
display: flex;
justify-content: center;
box-sizing: border-box;
z-index: 2001;
}
.icon-content {
position: absolute;
/* top: 15%; */
left: -20px;
width: 100%;
height: auto;
display: flex;
flex-direction: column;
align-items: center;
z-index: 2;
padding: 0;
margin: 0;
box-sizing: border-box;
z-index: 2000;

}

.menu-container:hover .sidebar-new {
left: 0;
z-index: 3000;
}
}

@media screen and (min-width: 1980px) {
#section-address {
margin-left: 100px;
}
}

@media screen and (min-width: 768px) and (max-width: 1912px) {

.menu-mobile {
display: none !important;
}

.home {
position: relative;
top: 30px;
}

.menu-container {
width: 120px;
/* ou adapte selon la largeur visuelle que tu veux */
}

.icon-content {
position: absolute;
/* top: 15%; */
left: -20px;
width: 100%;
height: auto;
display: flex;
flex-direction: column;
align-items: center;
z-index: 2;
padding: 0;
margin: 0;
box-sizing: border-box;
z-index: 2000;

}

.logo-wrapper-clone {

background-color: #0eaf9e;
width: 135%;
height: 120px;
display: flex;
justify-content: center;
box-sizing: border-box;
z-index: 2001;
}


.menu-container:hover .sidebar-new {
left: 0;
z-index: 3000;
}

.logo {
position: relative;
top: -10px;
left: 20px;
width: 86px;
height: auto;
/* margin-top: 10px; */
}

.first {
margin-left: 40px;
margin-top: 20px;
}

.next {
margin-left: 40px;
}
}

.first-clone {
margin-top: 20px;
}

.main-margin {
margin-left: 120px;
}

.border-icon-main {
border: 2px solid #0eaf9e;
border-radius: 50%;
width: 100px;
height: 100px;
}

.div-link-icon {
margin-top: 20px
}

.link-icon {
color: black !important;
}

#services {
padding: 0;
}

.column-title {
color: #0eaf9e;
font-style: italic
}

.btn-secondary {
background-color: #448680;
}

.btn-doc {
background-color: #c2dedb;
}

.fm-container {
width: 100%;
background-color: white !important;
}

.subtable-doc {
background-color: white !important;
margin-top: 1rem !important;
}

.no-border {
border: none !important;
}

#products-list.dataTable td {
align-content: center;
}

.propal_moreinfo {
width: 20px !important;
height: 20px !important;
}

.order_moreinfo {
width: 30px !important;
height: 30px !important;
}

.invoice_moreinfo {
width: 30px !important;
height: 30px !important;
}

.d-flex-column {
display: flex;
flex-direction: column;
}



@media (max-width: 767px) {
.d-flex-column {
display: none;
}

.menu-desktop {
display: none;
}

.menu-mobile {
display: flex !important;
position: relative;
z-index: 1000;
background-color: #0eaf9e;

}

:root {
--bar-width: 60px;
--bar-height: 8px;
--hamburger-gap: 6px;
--foreground: #333;
--background: white;
--hamburger-margin: 8px;
--animation-timing: 200ms ease-in-out;
--hamburger-height: calc(var(--bar-height) * 3 + var(--hamburger-gap) * 2);
}

.hamburger-menu {
--x-width: calc(var(--hamburger-height) * 1.41421356237);
display: flex;
flex-direction: column;
gap: var(--hamburger-gap);
width: max-content;
position: absolute;
top: var(--hamburger-margin);
left: var(--hamburger-margin);
z-index: 1001;
cursor: pointer;
}

.hamburger-menu:has(input:checked) {
--foreground: white;
--background: #333;
}

.hamburger-menu:has(input:focus-visible)::before,
.hamburger-menu:has(input:focus-visible)::after,
.hamburger-menu input:focus-visible {
border: 1px solid var(--background);
box-shadow: 0 0 0 1px var(--foreground);
}

.hamburger-menu::before,
.hamburger-menu::after,
.hamburger-menu input {
content: "";
width: var(--bar-width);
height: var(--bar-height);
background-color: var(--foreground);
border-radius: 9999px;
transform-origin: left center;
transition:
opacity var(--animation-timing),
width var(--animation-timing),
rotate var(--animation-timing),
translate var(--animation-timing),
transform var(--animation-timing),
background-color var(--animation-timing);
}

.hamburger-menu input {
appearance: none;
padding: 0;
margin: 0;
outline: none;
pointer-events: none;
}

.hamburger-menu:has(input:checked)::before {
transform: rotate(45deg) translate(0, calc(var(--bar-height) / -2));
width: var(--x-width);
}

.hamburger-menu:has(input:checked)::after {
transform: rotate(-45deg) translate(0, calc(var(--bar-height) / 2));
width: var(--x-width);
}

.hamburger-menu input:checked {
opacity: 0;
width: 0;
}

.sidebar-mobile {
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: 250px;
max-width: 80%;
background-color: var(--foreground);
color: var(--background);
transform: translateX(-100%);
transition: transform var(--animation-timing);
z-index: 1000;
width: 100%;
max-width: 100%;
padding: calc(var(--hamburger-height) + var(--hamburger-margin) + 1rem) 1rem 1rem;
}

.hamburger-menu:has(input:checked)+.sidebar-mobile {
transform: translateX(0);
}

.main-margin {
margin-left: 0 !important;
}

.logo {
width: 86px;
height: auto;
}

.nav-link {
color: white;
font-size: 20px !important;
opacity: 1 !important;
text-decoration: none;
}

.compte-tab {
background-color: #679e9c;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
writing-mode: vertical-rl;
text-orientation: mixed;
color: white;
font-family: sans-serif;
font-size: 16px;
display: flex;
align-items: center;
justify-content: center;
white-space: nowrap;
align-self: stretch;
/* ← clé pour qu’il prenne la hauteur du bloc de droite */
margin: 0;
}

.subtable-doc {
margin: 0 !important;
margin-top: 0 !important;
}

.dtr-details li {
display: grid;
grid-template-columns: 1fr 1fr;
width: 100% !important;
}

#propal-list .dtr-details li:last-child {
display: flex !important;
justify-content: space-around,
gap: 1rem;
}

.dtr-data {
display: grid;
grid-template-columns: 1fr;
width: 100% !important;
}

.text-sm-left {
text-align: left !important;
}

.modal {
width: 100% !important;
max-width: 100% !important;
}

div.dataTables_wrapper {
overflow: visible !important;
position: relative !important;
z-index: 0 !important;
}

.compact {
font-size: 16px !important;
}

.display-5 {
font-size: 30px !important;
}

.downloadlink {
font-size: 18px;
text-align: center;
height: 40px;
padding: 10px !important;
}

.propal_moreinfo {
width: 40px !important;
height: 40px !important;
}

.search-centered {
text-align: center !important;
display: flex;
gap: 20px;
margin-bottom: 10px;
align-items: center;
}

.createpropal {
height: 40px;
}

}

body {
background-color: #f0f2f5;
}

@media screen and (min-width: 2400px) {
.main-margin {
margin-left: auto !important;
margin-right: auto !important;
}

#more-info-modal {
max-width: 1000px !important;
}

#more-info-modal {
max-width: 1000px !important;
}

.ecommerce-gallery-main-img {
width: 450px;
height: 450px
}

.modal-content {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 20px;
}
}

@media screen and (min-width: 1800px) and (max-width: 2399px) {
.main-margin {
margin-left: auto !important;
margin-right: auto !important;
}

#more-info-modal {
max-width: 1000px !important;
}
}

.ecommerce-gallery-main-img {
transition: opacity 0.3s ease;
opacity: 1;
}

.ecommerce-gallery-main-img.fading {
opacity: 0;
}

@media screen and (min-width: 390px) and (max-width: 1024px) {

.title {
font-size: 1.5rem;
margin-bottom: 30px;
}

.modal {
padding: 20px;

& .ecommerce-gallery {
font-size: 1.2rem;
}

& .ecommerce-gallery-main-img {
width: 300px;
height: 300px
}

& .center-mobile {
margin-left: auto !important;
margin-right: auto !important;
}
}
}


.radius {
border-radius: 0 0 6px 6px !important;
}

@media screen and (min-width: 2400px) {
.main-margin {
margin-left: auto !important;
margin-right: auto !important;
}

.product-grid {
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 1.5rem;
padding: 1.5rem;
}

#more-info-modal {
max-width: 1000px !important;
}

.ecommerce-gallery-main-img {
width: 450px;
height: 450px
}

.modal-content {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 20px;
}
}

@media screen and (min-width: 1700px) and (max-width: 2399px) {
.main-margin {
margin-left: auto !important;
margin-right: auto !important;
}

.product-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1.5rem;
padding: 1.5rem;
}

#more-info-modal {
max-width: 1000px !important;
}

.ecommerce-gallery-main-img {
width: 495px;
height: 495px
}

.modal-content {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 20px;
}
}

@media screen and (min-width: 390px) and (max-width: 1023px) {

.product-card {
cursor: pointer;
overflow: hidden;
transition: all 0.35s ease;
border-radius: 12px;
}

.product-image {
width: 100% !important;
max-height: 60px;
/* hauteur fermée */
overflow: hidden;
transition: max-height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1),
transform 1.4s ease;
border-radius: 12px;
}

.product-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s ease;
}

.product-card.expanded .product-image {
max-height: 300px;
}

.product-card.expanded .product-image img {
transform: scale(2.05);
}

.product-card {
margin-bottom: 20px;
}

.filter-fav {
margin-top: 20px;
}

.modal {
padding: 20px;

& .ecommerce-gallery {
font-size: 1.2rem;
}

& .ecommerce-gallery-main-img {
width: 300px;
height: 300px
}

& .center-mobile {
margin-left: auto !important;
margin-right: auto !important;
}
}
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {

.product-card {
cursor: pointer;
overflow: hidden;
transition: all 0.35s ease;
border-radius: 12px;
}

.product-image {
width: 100% !important;
max-height: 60px;
/* hauteur fermée */
overflow: hidden;
transition: max-height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1),
transform 1.4s ease;
border-radius: 12px;
}

.product-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem;
padding: 1.5rem;
}

.product-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s ease;
}

.product-card.expanded .product-image {
max-height: 300px;
}

.product-card.expanded .product-image img {
transform: scale(2.05);
}

.product-card {
margin-bottom: 20px;
}

.filter-fav {
margin-top: 20px;
}

.modal {
padding: 20px;

& .ecommerce-gallery {
font-size: 1.2rem;
}

& .ecommerce-gallery-main-img {
width: 300px;
height: 300px
}

& .center-mobile {
margin-left: auto !important;
margin-right: auto !important;
}
}
}

@media screen and (min-width: 1366px) and (max-width: 1699px) {

.product-card {
cursor: pointer;
overflow: hidden;
transition: all 0.35s ease;
border-radius: 12px;
}

.product-image {
width: 100% !important;
max-height: 60px;
/* hauteur fermée */
overflow: hidden;
transition: max-height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1),
transform 1.4s ease;
border-radius: 12px;
}

.product-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
padding: 1.5rem;
}

.product-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s ease;
}

.product-card.expanded .product-image {
max-height: 300px;
}

.product-card.expanded .product-image img {
transform: scale(2.05);
}

.product-card {
margin-bottom: 20px;
}

.filter-fav {
margin-top: 20px;
}

.modal {
padding: 20px;

& .ecommerce-gallery {
font-size: 1.2rem;
}

& .ecommerce-gallery-main-img {
width: 300px;
height: 300px
}

& .center-mobile {
margin-left: auto !important;
margin-right: auto !important;
}
}
}

.fm-container {
background-color: #f0f2f5 !important;
}

.ecommerce-gallery-main-img {
transition: opacity 0.3s ease;
opacity: 1;
}

.ecommerce-gallery-main-img.fading {
opacity: 0;
}

.product-card {
background: #ffffff;
border-radius: 12px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
overflow: hidden;
transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-card:hover {
transform: translateY(-5px);
box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.product-card {
display: flex;
flex-direction: column;
height: 100%;
}

.product-info {
flex: 1;
display: flex;
flex-direction: column;
}

/* === Image === */
.product-image {
position: relative;
width: 100%;
height: 180px;
overflow: hidden;
background-color: #f5f5f5;
}

.product-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s ease;
}

.product-card:hover .product-image img {
transform: scale(1.05);
}

/* === Badge de stock === */
.badge {
position: absolute;
top: 10px;
left: 10px;
background: rgb(69, 147, 138);
color: white;
font-size: 0.8rem;
padding: 5px 10px;
border-radius: 8px;
}

.heart {
position: absolute;
top: -4px;
right: 10px;
/* background: rgb(69, 147, 138); */
color: black;
font-size: 2rem;
padding: 5px 10px;
/* width:30px;
height:30px; */
}


/* === Informations produit === */
.product-info {
padding: 1rem;
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 150px;
}

.product-name {
font-size: 1.1rem;
font-weight: 600;
margin: 0 0 0.3rem;
color: #333;
}

.product-desc {
font-size: 0.9rem;
color: #666;
margin-bottom: 0.5rem;
}

/* === Bas de card === */
.product-bottom {
display: flex;
justify-content: space-between;
align-items: center;
align-content: flex-end;
}

.product-price {
font-weight: 700;
color: rgb(69, 147, 138);
font-size: 1rem;
}

/* === Bouton principal === */
.btn-primary {
background: rgb(69, 147, 138);
border: none;
color: #fff;
padding: 6px 12px;
border-radius: 6px;
cursor: pointer;
transition: background 0.2s ease;
}

.btn-primary:hover {
background: rgb(55, 130, 121);
}
@media screen and (min-width: 2400px) {
.main-margin {
margin-left: auto !important;
margin-right: auto !important;
}

.product-grid {
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 1.5rem;
padding: 1.5rem;
}

#more-info-modal {
max-width: 1000px !important;
}

.ecommerce-gallery-main-img {
width: 450px;
height: 450px
}

.modal-content {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 20px;
}
}
 @media screen and (min-width: 2400px) {
                .main-margin {
                    margin-left: auto !important;
                    margin-right: auto !important;
                }

                #more-info-modal {
                    max-width: 1000px !important;
                }
            }

            @media screen and (min-width: 1800px) and (max-width: 2399px) {
                .main-margin {
                    margin-left: auto !important;
                    margin-right: auto !important;
                }

                #more-info-modal {
                    max-width: 1000px !important;
                }
            }
/* <style type="text/css" > */
/* Start timeline.inc.php */

/*
 *	TIME LINE
 */
.main-timeline{
	overflow: hidden;
	position: relative;
	padding: 60px 0;
}
.main-timeline:before{
	content: "";
	width: 1px;
	height: 100%;
	background: #cfcdcd;
	position: absolute;
	top: 0;
	left: 50%;
}
.main-timeline .timeline{
	width: 50%;
	clear: both;
	position: relative;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
	content: "";
	display: block;
	clear: both;
}
.main-timeline .timeline:first-child:before,
.main-timeline .timeline:last-child:before{
	content: "";
	width: 11px;
	height: 11px;
	background: #cfcdcd;
	box-sizing: content-box;
	border: 5px solid #fff;
	box-shadow: 0 0 0 2px #cfcdcd;
	position: absolute;
	top: -54px;
	right: -11px;
	transform: rotate(45deg);
}
.main-timeline .timeline:last-child:before{
	top: auto;
	bottom: -54px;
}
.main-timeline .timeline:last-child:nth-child(even):before{
	right: auto;
	left: -11px;
}
.main-timeline .timeline-icon{
	width: 24px;
	height: 24px;
	background: #fff;
	border: 1px solid #cfcdcd;
	position: absolute;
	top: 17px;
	right: -13px;
	z-index: 1;
	transform: rotate(45deg);
}
.main-timeline .timeline-icon:before{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: background-color 0.2s ease 0s;
}
.main-timeline .timeline:hover .timeline-icon:before{ background: #39b3ff; }
.main-timeline .timeline-content{
	width: 85%;
	padding: 18px 30px;
	background: #fff;
	text-align: right;
	float: left;
	border: 1px solid transparent;
	position: relative;
	transition: all 0.3s ease 0s;
}
.main-timeline .timeline:hover .timeline-content{
	border: 1px solid #cfcdcd;
}
.main-timeline .timeline-content:before{
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: #fff;
	border: 1px solid #cfcdcd;
	position: absolute;
	top: 21px;
	right: -7.3px;
	transform: rotate(45deg);
	transition: all 0.2s ease 0s;
}
.main-timeline .timeline:hover .timeline-content:before{
	background: #39b3ff;
	border-color: #39b3ff;
}
.main-timeline .timeline-content:after{
	content: "";
	width: 11%;
	height: 1px;
	background: #cfcdcd;
	position: absolute;
	top: 28px;
	right: -14%;
}
.main-timeline .date{
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #39b3ff;
	margin: 0 0 8px;
	transition: all 0.3s ease 0s;
}
.main-timeline .timeline:hover .date{ color: #444; }
.main-timeline .title{
	font-size: 18px;
	color: #444;
	margin-top: 0;
	transition: all 0.3s ease 0s;
}
.main-timeline .timeline:hover .title{ color: #39b3ff; }
.main-timeline .description{
	font-size: 16px;
	color: #777;
	line-height: 28px;
	margin-top: 8px;
}
.main-timeline .timeline:nth-child(2n),
.main-timeline .timeline:nth-child(2n) .timeline-content{
	float: right;
	text-align: left;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon{
	right: 0;
	left: -12px;
}
.main-timeline .timeline:nth-child(2n) .timeline-content:before{ left: -7.3px; }
.main-timeline .timeline:nth-child(2n) .timeline-content:after{ left: -14%; }


.main-timeline.main-timeline-right{ padding-left: 20px; }
.main-timeline.main-timeline-right:before{ left: 20px; }
.main-timeline.main-timeline-right .timeline{ width: 100%; }
.main-timeline.main-timeline-right .timeline,
.main-timeline.main-timeline-right .timeline-content{
	float: right;
	text-align: left;
}
.main-timeline.main-timeline-right .timeline:first-child:before,
.main-timeline.main-timeline-right .timeline:last-child:nth-child(odd):before{
	right: auto;
	left: -11px;
}
.main-timeline.main-timeline-right .timeline-icon{
	right: 0;
	left: -12px;
}
.main-timeline.main-timeline-right .timeline-content:before{ left: -7.3px; }
.main-timeline.main-timeline-right .timeline-content:after{ left: -14%; }


@media only screen and (max-width: 767px){
	.main-timeline{ padding-left: 20px; }
	.main-timeline:before{ left: 20px; }
	.main-timeline .timeline{ width: 100%; }
	.main-timeline .timeline,
	.main-timeline .timeline-content{
		float: right;
		text-align: left;
	}
	.main-timeline .timeline:first-child:before,
	.main-timeline .timeline:last-child:nth-child(odd):before{
		right: auto;
		left: -11px;
	}
	.main-timeline .timeline-icon{
		right: 0;
		left: -12px;
	}
	.main-timeline .timeline-content:before{ left: -7.3px; }
	.main-timeline .timeline-content:after{ left: -14%; }
}

/*
* Component: Timeline
* -------------------
*/
.timeline {
	position: relative;
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}
.timeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 4px;
	background: #ddd;
	left: 31px;
	margin: 0;
	border-radius: 2px;
}
.timeline > li {
	position: relative;
	margin-right: 0;
	margin-bottom: 15px;
}
.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-item {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow:  0 1px 3px rgba(0, 0, 0, 0.1);
	border:1px solid #d2d2d2;
	border-radius: 3px;
	margin-top: 0;
	background: #fff;
	color: #444;
	margin-left: 60px;
	margin-right: 0px;
	padding: 0;
	position: relative;
}

.timeline > li.timeline-code-ticket_msg_private  > .timeline-item {
	background: #fffbe5;
	border-color: #d0cfc0;
}


.timeline > li > .timeline-item > .time{
	color: #6f6f6f;
	float: right;
	padding: 10px;
	font-size: 12px;
}


.timeline > li > .timeline-item > .timeline-header-action{
	color: #6f6f6f;
	float: right;
	padding: 7px;
	font-size: 12px;
}


a.timeline-btn:link,
a.timeline-btn:visited,
a.timeline-btn:hover,
a.timeline-btn:active
{
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	border-radius: 0;
	box-shadow: none;
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	background-image: none;
	text-decoration: none;
	background-color: #f4f4f4;
	color: #444;
	border: 1px solid #ddd;
}

a.timeline-btn:hover
{
	background-color: #e7e7e7;
	color: #333;
	border-color: #adadad;;
}


.timeline > li > .timeline-item > .timeline-header {
	margin: 0;
	color: #333;
	border-bottom: 1px solid #f4f4f4;
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.1;
}

.timeline > li > .timeline-item > .timeline-footer {
	border-top: 1px solid #f4f4f4;
}

.timeline > li.timeline-code-ticket_msg_private  > .timeline-item > .timeline-header, .timeline > li.timeline-code-ticket_msg_private  > .timeline-item > .timeline-footer {
	border-color: #ecebda;
}

.timeline > li > .timeline-item > .timeline-header > a {
	font-weight: 600;
}
.timeline > li > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-footer {
	padding: 10px;
}
.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
	width: 30px;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	position: absolute;
	color: #666;
	background: #d2d6de;
	border-radius: 50%;
	text-align: center;
	left: 18px;
	top: 0;
}
.timeline > .time-label > span {
	font-weight: 600;
	padding: 5px;
	display: inline-block;
	background-color: #fff;
	border-radius: 4px;
}
.timeline-inverse > li > .timeline-item {
	background: #f0f0f0;
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.timeline-inverse > li > .timeline-item > .timeline-header {
	border-bottom-color: #ddd;
}

.timeline-icon-todo,
.timeline-icon-in-progress,
.timeline-icon-done{
	color: #fff !important;
}

.timeline-icon-not-applicble{
	color: #000;
	background-color: #f7f7f7;
}

.timeline-icon-todo{
	background-color: #dd4b39 !important;
}

.timeline-icon-in-progress{
	background-color: #00c0ef !important;
}
.timeline-icon-done{
	background-color: #00a65a !important;
}


.timeline-badge-date{
	background-color: #0073b7 !important;
	color: #fff !important;
}

.timeline-documents-container{

}

.timeline-documents{
	margin-right: 5px;
}

img.userphoto {			/* size for user photo in lists */
	border-radius: 0.72em;
	width: 1.4em;
	height: 1.4em;
	background-size: contain;
	vertical-align: middle;
}



/* End timeline.inc.php */
/* <style type="text/css" > */

/*
 * STATUS BADGES
 */

.badge-status {
	font-size: 1em;
	padding: .19em .35em;			/* more than 0.19 generate a change into heigth of lines */
}


/* STATUS0 */
.badge-status0 {
        color: #999999 !important;
        border-color: #cbd3d3;
        background-color: #fff;
}
.font-status0 {
        color: #fff !important;
}
.badge-status0.focus, .badge-status0:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.5);
}
.badge-status0:focus, .badge-status0:hover {
    color: #999999 !important;
        border-color: #b2baba;
}

/* STATUS1 */
.badge-status1 {
        color: #ffffff !important;
        background-color: #bc9526;
}
.font-status1 {
        color: #bc9526 !important;
}
.badge-status1.focus, .badge-status1:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(188,149,38,0.5);
}
.badge-status1:focus, .badge-status1:hover {
    color: #ffffff !important;
}

/* COLORBLIND STATUS1 */
body[class*="colorblind-"] .badge-status1 {
        color: #000 !important;
        background-color: #e4e411;
}
body[class*="colorblind-"] .font-status1 {
        color: #e4e411 !important;
}
body[class*="colorblind-"] .badge-status1.focus, body[class*="colorblind-"] .badge-status1:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(228,228,17,0.5);
}
body[class*="colorblind-"] .badge-status1:focus, body[class*="colorblind-"] .badge-status1:hover {
    color: #000 !important;
}

/* STATUS2 */
.badge-status2 {
        color: #212529 !important;
        background-color: #e6f0f0;
}
.font-status2 {
        color: #e6f0f0 !important;
}
.badge-status2.focus, .badge-status2:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(230,240,240,0.5);
}
.badge-status2:focus, .badge-status2:hover {
    color: #212529 !important;
}

/* STATUS3 */
.badge-status3 {
        color: #212529 !important;
        border-color: #bca52b;
        background-color: #fff;
}
.font-status3 {
        color: #fff !important;
}
.badge-status3.focus, .badge-status3:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.5);
}
.badge-status3:focus, .badge-status3:hover {
    color: #212529 !important;
        border-color: #a38c12;
}

/* STATUS4 */
.badge-status4 {
        color: #ffffff !important;
        background-color: #55a580;
}
.font-status4 {
        color: #55a580 !important;
}
.badge-status4.focus, .badge-status4:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(85,165,128,0.5);
}
.badge-status4:focus, .badge-status4:hover {
    color: #ffffff !important;
}

/* COLORBLIND STATUS4 */
body[class*="colorblind-"] .badge-status4 {
        color: #000 !important;
        background-color: #37de5d;
}
body[class*="colorblind-"] .font-status4 {
        color: #37de5d !important;
}
body[class*="colorblind-"] .badge-status4.focus, body[class*="colorblind-"] .badge-status4:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(55,222,93,0.5);
}
body[class*="colorblind-"] .badge-status4:focus, body[class*="colorblind-"] .badge-status4:hover {
    color: #000 !important;
}

/* STATUS5 */
.badge-status5 {
        color: #999999 !important;
        border-color: #cad2d2;
        background-color: #fff;
}
.font-status5 {
        color: #fff !important;
}
.badge-status5.focus, .badge-status5:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.5);
}
.badge-status5:focus, .badge-status5:hover {
    color: #999999 !important;
        border-color: #b1b9b9;
}

/* STATUS6 */
.badge-status6 {
        color: #777777 !important;
        background-color: #cad2d2;
}
.font-status6 {
        color: #cad2d2 !important;
}
.badge-status6.focus, .badge-status6:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(202,210,210,0.5);
}
.badge-status6:focus, .badge-status6:hover {
    color: #777777 !important;
}

/* STATUS7 */
.badge-status7 {
        color: #212529 !important;
        border-color: #baa32b;
        background-color: #fff;
}
.font-status7 {
        color: #fff !important;
}
.badge-status7.focus, .badge-status7:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.5);
}
.badge-status7:focus, .badge-status7:hover {
    color: #212529 !important;
        border-color: #a18a12;
}

/* COLORBLIND STATUS7 */
body[class*="colorblind-"] .badge-status7 {
        color: #212529 !important;
        border-color: #37de5d;
        background-color: #fff;
}
body[class*="colorblind-"] .font-status7 {
        color: #fff !important;
}
body[class*="colorblind-"] .badge-status7.focus, body[class*="colorblind-"] .badge-status7:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.5);
}
body[class*="colorblind-"] .badge-status7:focus, body[class*="colorblind-"] .badge-status7:hover {
    color: #212529 !important;
        border-color: #1ec544;
}

/* STATUS8 */
.badge-status8 {
        color: #ffffff !important;
        background-color: #993013;
}
.font-status8 {
        color: #993013 !important;
}
.badge-status8.focus, .badge-status8:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(153,48,19,0.5);
}
.badge-status8:focus, .badge-status8:hover {
    color: #ffffff !important;
}

/* STATUS9 */
.badge-status9 {
        color: #999999 !important;
        background-color: #e7f0f0;
}
.font-status9 {
        color: #e7f0f0 !important;
}
.badge-status9.focus, .badge-status9:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(231,240,240,0.5);
}
.badge-status9:focus, .badge-status9:hover {
    color: #999999 !important;
}
