/**
*
*  AJOUTÉ PAR CÉDRIC
*
*/

/* Produit accueil centré */
#hot .product-slider .product{
	margin: auto;
}

div.front, div.back {
    display: table;
}

/* Image produit centré verticalement */
.flipper .front a, .flipper .back a {
    display: table-cell;
    height: 200px;
    width: 200px;
    vertical-align: middle;
}

.flipper .front a img, .flipper .back a img{
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

.productAlign {
	height: 200px;
	float: left;
	width: 100%;
}

.owl-stage {
	margin-left: auto;
	margin-right: auto;
}

#formSearch div.form-group {
    /*width: 75%;*/
    /*margin-top: 0.5rem;*/
    margin-bottom: 0;
}

#formProductSearch div.form-group {
    width: 75%;
    margin-bottom: 0;
}

.title-espace {
    font-size: 0.7rem;
}

.compared-block {
    display: block;
    padding: 7px;
    background-color: #4f5c67;
    font-size: 0.7rem;
    text-decoration: underline;
    height: 50px;
    line-height: 35px;
}

#basket-overview a {
    font-size: 0.7rem;
}

#searchbar-header span.input-group-btn {
    margin-top: 0.5rem;
}

nav.navbar {
    border-bottom: solid 1px #00b3ba;
    -moz-box-shadow: 0px 1px 3px #aaa;
    -webkit-box-shadow: 0px 1px 3px #aaa;
    box-shadow: 0px 1px 3px #555;
}

ul.dropdown-menu.megamenu {
    margin-top: -5px;
    border: none;
    -moz-box-shadow: 0px 6px 6px #aaa;
    -webkit-box-shadow: 0px 6px 6px #aaa;
    box-shadow: 0px 6px 6px #555;
}

.minheader .logo-cadi {
    margin-top: 17px;
}

div.container div.row div.no-margin {
    margin: 0 !important;
}

#copyright {
    line-height: 1.6rem;
    font-size: 0.6rem;
}

ul.footer-copyright {
    margin-bottom: 0;
    padding: 0;
}
.newsletter-text{
    font-size: 0.75rem;
}

#footer {
    -moz-box-shadow: 0px 0px 3px #aaa;
    -webkit-box-shadow: 0px 0px 3px #aaa;
    box-shadow: 0px 0px 3px #555;
}

.reassurance-text, .reassurance-icone {
    margin: auto;
    text-align: center;
}
.reassurance-icone {
    max-width: 80%;
}

#hot div.container {
    padding: 0;
}
#deconnexion {
    margin-top: -5px;
}

#deconnexion .btn-link, .product .btn-link, .detail-product .btn-link {
    font-size: 0.7rem;
    font-style: italic;
    color: #4f5c67;
    text-decoration: none;
}

.product .btn-link {
    padding: 0;
}

#deconnexion .btn-link:hover, .product .btn-link:hover {
    text-decoration: underline;
}

#headerFix a.mon-espace-link {
    display: block;
    background-color: #ffffff;
    padding: 7px;
    font-size: 0.7rem;
    color: #ffffff;
    text-decoration: underline;
}

.product h5 {
    min-height: 210px;
}

.delivery-info{
    color: #e63c79;
    font-size: 0.7rem;
}

.product p {
    margin: 0px;
}

#basket-overview {
    margin-bottom: 7px;
}

#message-error, #message-success {
    padding: 10px 0px;
    width: 100%;
    position: fixed;
    top: 195px;
    color: #ffffff;
    -moz-box-shadow: 0px 0px 3px #aaa;
    -webkit-box-shadow: 0px 0px 3px #aaa;
    box-shadow: 0px 0px 3px #555;
    text-transform: uppercase;
    z-index: 100;
}

#cookies {
    padding: 20px 0px 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 10000;
    color: #ffffff;
    -moz-box-shadow: 0px 0px 3px #aaa;
    -webkit-box-shadow: 0px 0px 3px #aaa;
    box-shadow: 0px 0px 3px #555;
    background-color: #4f5c67;
}

#message-error {
    background-color: #e63c79;
}

#message-success {
    background-color: #9bc31d;
}

.form-control-error {
    border: solid 1px #e63c79;
}

label {
    color:#4f5c67;
}

.mentions{
    color: #4f5c67;
    font-size: 0.7rem;
    font-style: italic;
}

h2 {
    text-transform: uppercase;
}

.bottom{
    margin-bottom: 20px;
}

#text-page {
    text-align: justify;
    color: #4f5c67;
}

#text-page hr {
    border-top: 2px solid #4f5c67;
}

.category-list {
    margin: 10px auto;
}

.category-list a{
    margin: auto;
    color: #4f5c67;
}

.margin-auto {
    margin: auto;
}

.no-result {
    text-align: center;
    margin: 20px 0px;
    font-size: 1.1rem;
    font-weight: 600;
}

.product-quote {
    background-color: #aaa;
    padding: 10px;
    margin: 10px;
}

td.va-middle {
    vertical-align: middle;
}

.hidden {
    display: none;
}

.show {
    display: block;
}

.quote-text {
    font-size: 0.7rem;
    text-align: right;
    margin-top: 15px;
}

.send-quote {
    padding: 5px;
    background-color: #4f5c67;
    color: #ffffff;
}

.send-quote:hover {
    background-color: #ffd000;
}

.col-md-12.col-lg-6.quote-text {
    padding: 0;
    padding-bottom: 5px;
}

/** MENU  */

.white {
    background-color: #ffffff;
}

.navbar .menu-large ul .nav-item a h6 {
    font-size: 0.7rem;
}

div.col-md-6.col-lg-3.no-padding, div.col-md-6.col-lg-9.no-padding {
    padding: 0;
}
ul.dropdown-menu.megamenu ul.list-unstyled.mb-3.no-margin-bottom {
    margin-bottom: 0px !important;
}

li.breadcrumb-item a {
    color: #4f5c67;
}

div.products-showing {
    color: #4f5c67;
    text-align: left;
    padding: 0;
}

div.products-showing h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 10px 0px 0px;
}

.products-hr {
    border-top: solid 2px #4f5c67;
    margin-top: 0px;
}

div.products-sort-by {
    padding: 0px 10px 5px;
}

div.products-number {
    padding: 0px 0px 8px;
}
.img-menu {
    margin-bottom: 15px;
}

.product .ribbonnew {
    padding-left: 198px;
}

.products .ribbonnew {
    right: 6px;
}

hr.green {
    border-top: solid 1px #9bc31d;
}

hr.price {
    border-top: solid 1px #e63c79;
}

hr.sale {
    border-top: solid 1px #ffd000;
}

.searchLarge {
    margin-top: 10px;
}

.owl-thumbs {
    margin-right: 15px;
}

.owl-carousel {
    display: block;
}

.detail-product {
    color: #4f5c67;
}

.detail-product h1 {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px 10px 0px 10px;
    margin: auto;
}

.conditionnement{
    font-size: 0.85rem;
}

.mtop15 {
    margin-top: 15px
}

#details
{
    text-align:justify;
    margin-top: 15px;
}

#coup-coeur {
    margin: 0px;
    padding: 0px;
}

.file {
    color: #4f5c67;
}

.blue {
    text-transform: uppercase;
    color: #00b3ba;
}

.compatibility {
    position: relative;
}

.compatibility .ribbonnew {
    right: 0px;
}

.compatibility-block {
    border: solid 1px #00b3ba;
    padding: 15px;
}

#content #basket .table tbody tr td img.image-basket, #content #checkout .table tbody tr td img.image-basket {
    width: auto;
    max-height: 100px;
}

#basket h3, #checkout h3 {
    color: #4f5c67;
    text-transform: uppercase;
}

table#tab-basket th, .total-panier td, table#tab-compare th {
    vertical-align: middle;
    background-color: #fff;
    color: #4f5c67;
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: 600;
}

table#tab-compare td {
    vertical-align: middle;
}

table#tab-compare del {
    margin-right: 0px;
}

.product-basket {
    font-weight: 600;
    color: #4f5c67;
    font-size: 0.8rem;
}

.floatRight {
    float: right;
}

.address-block {
    text-align: justify;
}
.header-block-address {
    margin: auto;
    text-align: left;
    padding-left: 20px;
}

.total-panier {
    padding: 0;
}

form#finalisation .form-inline{
    margin-top: 10px;
}

tr.no-border td {
    border: none;
}

table#tab-basket.table-bordered {
    border: none;
}

.box h3 {
    font-weight: 600;
    font-size: 1rem;
}

ul.nav-tabs li {
    display: table;
}

ul.nav-tabs li a {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    text-align: center;
}

.badge-en-attente-bc {
    background-color: #ffd000;
}

div.tab-content .panel-heading {
    padding: 20px 10px;
}

.badge{
    padding: 1em;
}

.input-middle {
    vertical-align: middle;
}

.input-middle .form-group {
    margin: 0px;
}

.table-responsive-commande {
    font-size: 0.8rem;
    color: #4f5c67;
}

a.btn-default {
    color: #4f5c67;
}

.detail-order {
    background-color: #aaa;
    padding: 10px;
}

.h3-detail-order {
    font-weight: 600;
    font-size: 1rem;
    color: #4f5c67;
    text-transform: uppercase;
}

.detail-order h3{
    font-weight: 600;
    font-size: 0.8rem;
    color: #4f5c67;
    text-transform: uppercase;
}

.link-white {
    color: #ffffff;
    font-size: 0.8rem;
}

.link-danger {
    color: #e63c79;
    font-size: 0.8rem;
}

.no-padding{
    padding: 0 !important;
}

.table-detail {
    font-size: 0.8rem;
    color: #4f5c67;
}

.table-detail td {
    vertical-align: middle;
}

.uppercase {
    text-transform: uppercase;
}

.no-margin .form-group {
    margin: 0;
}

form.form-inline label, form.form-inline input, form.form-inline select, form.form-inline textarea, form.form-inline .label {
    width: 50% !important;
}

form.form-inline .form-group {
    width: 100%;
    margin: 5px 0px;
}

form.form-inline button, form.form-inline small {
    margin: 10px auto;
}

form.form-inline button.no-margin {
    margin: 0;
}

.card-adress .card-text {
    border-bottom: solid 1px #000000;
    margin-bottom: 10px;
}

.form-inscription textarea{
    height: 200px;
}

#ui-datepicker-div {
    z-index: 10000;
}

#pills-tab li.nav-item {
}

#pills-tab li.nav-item.borderRight {
    border-right: solid 1px #4f5c67;
}

  .table-responsive-basket td.no-responsive:before{
      content:attr(data-label);
      position:absolute;
      top : 0;
      left:0;
      width: 0px;
      bottom:0;
      display: flex;
      align-items: center;
      padding:0px;
      background-color: #00b3ba;
      color:#fff;
      font-weight: 550;
  }
  
  table.va-middle td, table.va-middle th {
      vertical-align: middle;
  }

  .lowercase {
      text-transform: lowercase;
  }
  
  .col-lg-15 {
      width: 20%;
  }
  
  .badge {
      color: #ffffff;
  }
  
  .badge-1, .badge-2, .badge-3, .badge-4 {
      background-color: #ffd000;
  }
  
  .badge-5, .badge-6, .badge-supplier-3, .badge-supplier-4 {
      background-color: #00b3ba;
  }
  
  .badge-7, .badge-8, .badge-supplier-5, .badge-supplier-6 {
      background-color: #f9a20c;
  }
  
  .badge-9, .badge-supplier-1 {
      background-color: #4f5c67;
  }
  
  .badge-10, .badge-supplier-7 {
      background-color: #9bc31d;
  }
  
  .badge-11, .badge-supplier-2 {
      background-color: #e63c79;
  }
  
  .panel-heading {

    font-weight: 600;
    text-align: right;

}

.tr1 {
    background-color: #dee2e6;
}

.modal {
    width: 100%;
    /*max-width: 800px;*/
}
/** MENU  */

@media(max-width:768px)
{
    .footer-link, .footer-link-tittle {
        text-align: center ;
    }
}

@media(max-width:348px)
{
    .reassurance-text{
        font-size: 0.55rem;
    }
}

@media(max-width:991px)
{
    .banner {
        margin-top: 10px;
    }
    
    .separation 
    {
        border-bottom: solid 1px #4f5c67;
    }
    
    #header{
        position: relative;
        padding-top: 50px;
    }
    
    ul#myMenuUl {
        position: absolute;
        left: 0;
        width: 100%;
        background-color: #00b3ba;
    }
    .navbar .navbar-nav > .nav-item > .nav-link {
        display: block;
        line-height: 20px;
        padding: 20px 0px !important;
    }
    
    .navbar.navbar-expand-lg {
        position: fixed;
        width: 100%;
        top: 0px;
    }
    .banner {
        background: URL('../images/cadi-soutien-small.jpg') no-repeat center #4f5c67;
        background: #ffd000;
        height: 85px;
        margin-top: 5px;
        margin-bottom: 15px;
        padding: 5px;
    }
}

@media(min-width:992px) {
    .products-number-sort form {
        float: right;
    }
    
    .separation 
    {
        border-right: solid 1px #4f5c67;
    }
    
    form#finalisation .form-group{
    margin: auto;
    }
}

@media(min-width:768px) {
    .category-icon {
        width: 100%;
    }
    /*h2:before, h2:after{
        content:'';
        width: 50%;
        border-bottom:#00b3ba solid;
        display: inline-block;
        vertical-align: middle;
    }
    h2:before{
        margin-left: -100%;
        margin-right: 3em;
    }
    h2:after{
        margin-right: -100%;
        margin-left: 3em;
    }*/
}
/* MODIFICATION DU BOOTSTRAP */
.col-lg-2, .col-lg-6, .col-lg-12, .col-12 {
    padding: 5px;
}

.row {
    margin: 0px;
}
/* MODIFICATION DU BOOTSTRAP */

.row.margin-auto {
    margin: auto;
}

.tab1, .tab2, .tab3, .tab4 {
    width: 20%;
}

.tab1 {
    background-color: #e63c79;
}

.tab2 {
    background-color: #00b3ba;
}

.tab3 {
    background-color: #9bc31d;
}

.tab4 {
    background-color: #4f5c67;
}

.panel1 {
    border-top: solid 2px #e63c79;
}

.panel2 {
    border-top: solid 2px #00b3ba;
}

.panel3 {
    border-top: solid 2px #9bc31d;
}

.panel4 {
    border-top: solid 2px #4f5c67;
}

small.alert.alert-danger {
    padding: 0.75rem 0!important;
}

.secondSubMenu {
    display: none;
    position: static;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.thirdSubMenu {
    display: block;
    padding: 5px 0px;
    color: #4f5c67;
}

.pink {
    color: #e63c79;
}

.menuUlFirst {
    list-style: none;
    margin: 0;
    padding: 0;
}

li.menuLiFirst, li.liFirst{
    float: right;
}

li.menuLiFirst:hover #navigation {
    display: block;
}

#closeMenu {
    display: none;
    margin-right: 5px;
}

li.liFirst:hover #closeMenu {
    display: none;
}

.deliveries {
    text-align: left;
    font-size: 0.8rem;
    color: #4f5c67;    
}

h5.product-name-link {
    text-transform: uppercase;
    color: #4f5c67;
    font-size: 0.60rem;
    font-weight: 800;
}

.priceHt, .priceTTC {
    font-size: 0.70rem;
}

.priceHt {
    color: #4f5c67;
}

.priceTTC {
    color: #00b3ba;
}

textarea {
    font-size: 0.8rem !important;
}

table.table-responsive th {
    vertical-align: middle;
}

table.table-responsive td {
    vertical-align: middle;
}

.form-group, .input-group-btn{
    /*margin: 10px auto;*/
}

.nowrap {
    white-space: nowrap;
}

.btn{
    /*margin: 10px auto;*/
}

.restock{
    font-size: 0.85rem;
}

.compare .btn-link{
    color: #4f5c67;
}

.subparent {
    position: absolute;
    top: 0px;
    left: 35%;
    min-height: 100%;
    background-color: #ffffff;
    border-left: solid 1px #000;
}

.subparent a {
    color: #4f5c67;
}

a.nav-link h6 {
    margin-bottom: 0;
}

a.thirdSubMenu:hover{
    text-decoration: none;
}

td.paddingCheckbox {
    padding: 5px 0px;
}

a.image-product:hover{
    -moz-box-shadow: 0px 1px 3px #aaa;
    -webkit-box-shadow: 0px 1px 3px #aaa;
    box-shadow: 0px 1px 3px #555;
}

tr.verified {
    background-color: #9bc31d;
    color: #ffffff;
}

tr.checked {
    background-color: #00b3ba;
    color: #ffffff;
}

tr.checked a, tr.unchecked a {
    color: #ffffff;
}

tr.unchecked {
    background-color: #4f5c67;
    color: #ffffff;
}

.owl-item .product img {
    display: inline;
    width: auto;
}

td.text-center-check div.form-group{
    width: 20px;
    margin: 10px auto;
}

.modal-backdrop {
    opacity: 0.7;
    filter: alpha(opacity=70);
    zoom: 1;
}

input[type=checkbox].form-control{
    width: inherit;
}

@media(max-width:768px)
{
.table-responsive table,
    .table-responsive thead,
    .table-responsive tbody,
    .table-responsive tr,
    .table-responsive th,
    .table-responsive td{
      display:block;
  } 
  .table-responsive thead{
      display:none;
  }
  .table-responsive td{
      padding-left: 150px;
      position: relative;
      margin-top: -1px;
      background: transparent;
  }
  .table-responsive td:before{
      content:attr(data-label);
      position:absolute;
      top : 0;
      left:0;
      width: 130px;
      bottom:0;
      /*display: flex;*/
      align-items: center;
      padding:10px;
      background-color: #00b3ba;
      color:#fff;
      font-weight: 550;
      border-right: solid 1px #fff;         
  }  
  .table-responsive tr{
      margin-bottom: 1rem;
  }
}

.tr00{
    background-color: #f9f9f9;
}

.tr01{
    background-color: #fff;
}

table.head
{
	border: solid 1px #000000;
	margin: 45px auto 15px;
}

table.head td
{
	padding: 5px;
	color: #4f5c67;
	border: solid 1px #000000;
	text-transform: uppercase;
        font-size: 0.70rem;
}

.banner-christmas {
    background-color: #ffffff;
    color: #fff;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 5px;
}

.agec-category {
    height: 200px;
    margin-top: 100px;
    border: solid 1px #00b3ba;
    color: #00b3ba;
    font-weight: bold;
}