section, nav, .center, #contenu, #cssmenu {
width:100%; max-width: 100%;
}

body { font-family: 'Oswald', sans-serif; 

}
.help-inline.has-error {
  color:#a94442;
}
.media-body, .media-left, .media-right { padding:15px; }
h1,h3,h2 {     color: #31708f; font-weight: bold;}
.container { background:white; }
h3 { font-size: 20px;}
.cmd_box { 
margin:5px;

float:left;
color:#1b1c1b;
height:420px  ;

width:100%; 

 transition: all 1s ease-in-out;

}
.dropdown-submenu {
position: relative;
}

.dropdown-submenu>.dropdown-menu {
top: 0;
  left: 50%;
margin-top: -6px;
margin-left: -1px;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px;
border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
display: block;
}



.dropdown-submenu.pull-left {
float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px;
}




.cmd_box .img_prez { padding:8px;  height:140px; position:relative;}
.cmd_box .img_prez_img {max-width: 100%;
	height: auto; max-height:140px; margin:0 auto; display:block;}
.cmd_box h2 { font-size:22px; color:#191919; height:50px; ;overflow:hidden; margin-top:8px;}
.cmd_content { background:#c9c9c9; height:228px; padding:8px; position:relative; font-size:12px;}
.cmd_content .cmd_price { position:absolute;bottom:20px;;font-size:30px; color:black; font-weight:bold; line-height:20px;}
.cmd_content .cmd_quantite { position:absolute;bottom:20px; right:10px; display:none;}
.cmd_quantite input { margin-left:4px; width:30px;}

.cmd_old_price { font-size:14px; font-weight:normal;;}

.cmd_action { position:relative;background:#444444; color:white; height:40px; border:solid 2Px #444444; color:white; text-align:center; font-size:16px; line-height:32px; text-transform:uppercase; letter-spacing:2Px; padding:4px;
 transition: all 1s ease-in-out;
cusor:pointer;

}
.cmd_action:hover { background:#2E5AEA; border-color:white}



.cmd_pastille { position:absolute; background:rgba(255,220,104,1); height:80px; width:80px; border-radius:50%; color:lightred; top: 8px; right:10px; line-height:80px; text-align:center;}


.cmd_box:hover .cmd_quantite { display:block;}
.cmd_box.blacker .cmd_content { background:#9b9b9b; color:white;}
.cmd_box.blacker h2, .cmd_box.blacker .cmd_price, .cmd_box.blacker  .cmd_content { color:white;}
.img_prez {
    background: white none repeat scroll 0 0;
}
.cmd_box ul { padding:0;}


header.top {

z-index: 1001;
position: relative;
background: white;
}
.text-center { text-align: center;}
.text-left { text-align:left;}
#logo img { max-width: 200px}

.tt-menu {
  max-height: 250px;
  overflow-y: auto;
}
h3.title_result {
padding: 4px;
border-bottom: 1px solid #ccc;
background:#0A79B1;
color:white;
margin:0;
 }
#search_main { background:#E5E0DA; box-shadow: 2px 1px inset;}
.twitter-typeahead { width:100%; display: block !important;}
.tt-menu { top:40px !important; z-index: 10000 !important;
  background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin: 12px 0;
    padding: 8px 0;

 }
.tt-suggestion {
    font-size: 18px;
    line-height: 24px;
    padding: 3px 20px;
}
.tt-suggestion:hover, .tt-suggestion:hover a {
    background-color: #0097cf;
    color: #fff;
    cursor: pointer;
}
.tt-suggestion.tt-cursor  {
    background-color: #0097cf;
    color: #fff;
}
.tt-suggestion a { color:#333; width:100%; display: inline-block;}


.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #726A65;
  width: 100%;
max-height: 150px;
overflow-y:auto;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border:solid 2px transparent;

}
.select_commande {
  width:220px;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; 
  background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
      border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border:solid 2px transparent;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #0B5D94 transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
  background-color: #b83729;
}
.select-styled:active, .select-styled.active {
  background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #b83729 transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	box-shadow: 12px 0 15px -4px rgba(31, 73, 125, 0.8), -12px 0 8px -4px rgba(31, 73, 125, 0.8);
	border:solid 2px transparent;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
	}
		
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.select-options li:last-child {

border:solid 2px transparent;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}

.select-options li:hover {
  color: #006E8D;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}
.form-inline { display:inline-block;}

.no_margin { margin:0;}
.no_padding { padding:0;}
.vtop { vertical-align: top;}
.form_search { }

.rslides_nav.prev,  .rslides_nav.next {
position:absolute; text-decoration:none; ;  font-size:115px; color:white;
top:30px;
}
.rslides_nav.prev { left:-80px;}
.rslides_nav.next {  right:-80px; }
#slider { position: relative; width:100%;      margin-bottom:10px;}
#slider ul { padding:0; list-style-type: none;}
#slider li { margin-bottom:10px; max-width: 100%;}
#slider li img { max-width: 100%;}
.btn-zab {

    background:#0F77BE;
background: linear-gradient(to bottom, #0F77BE 0%,#1F5FA7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
color:white;
position:relative;
padding-left:15px;
border:solid 0.5px #28448E;
    transition: all 0.5s;
}
.btn-zab:hover{
background: linear-gradient(to bottom, #CACACA 0%,#9F9F9F 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
color:white;


}


.gr { margin-right:6px;}
.btn-zab.btn-lg { padding-left: 20px;}
.btn-zab:hover .btn-icon {

background: linear-gradient(to bottom, #A7D3F3 0%,#A0CDEF 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


 transform: scaleX(-1); /* standard */
  filter: FlipH; /* IE 6/7/8 */
}
.btn-icon {
  position: absolute;left:-10px; top:5px; width:20px; height:20px;
display: block;
    font-size:12px; line-height: 20px; border-radius:50%;
  background: linear-gradient(to bottom, #24ABE6 0%,#1AAAEA 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    transition: all 0.5s;

}
.btn-zab-reverse .btn-icon { left:2px; top:6px; background: linear-gradient(to bottom, #0F77BE 0%,#1F5FA7 100%); color:white; }
.btn-icon-lg {
  left: -10px;
  top: 5px;
  width: 30px;
  height: 30px;
  display: block;
  font-size: 16px;
  line-height: 30px;
  border-radius: 50%;

}

.btn-zab-reverse.btn-xs {
  padding-left: 24px;
}

.btn-xs .btn-icon {
  top: 1px;
  font-size: 10px;
  width: 17px;
  height: 17px;
  line-height: 17px;
}

.btn-100,
.btn-max {
  width: 100%;
}

.box_brr {
  padding: 5px 8px;
}

.box_brr .m_main {
  margin-bottom: 6px;
}

.m_add_to_cart {
  display: flex;

  align-items: baseline;
}

.box_brrZZZ {
  border-bottom: solid 1px grey;
  position: relative;
}

.box_brrZZZ:after {
  top: 10%;
  height: 80%;
  right: 0;
  width: 4px;
  content: ' ';
  position: absolute;
  background: linear-gradient(to right, #AEB3B7 0%, transparent 100%);
}
.box_brr:nth-of-type(4n):after { display: none;}
.btn-carre { border-radius: 0; }
.m_main {
height:500px; overflow:hidden;  padding:10px; color:#696969;

}
.m_main:hover .m_link { text-decoration: underline;}
.m_link { color:#696969; min-height: 60px; display: inline-block;} 
.m_img img { max-height: 186px;

    max-width: 100%; margin:2px auto;
  }
.m_img { background:white; height:190px;  padding:5px; position: relative;}
.m_contenu { border-top:solid 3px #008CD0; margin-top:10px; padding:1px; height: 170px; overflow: hidden;}
.m_reference {  font-weight:bold;}
.m_descriptif { overflow:hidden;}
.m_descriptif_precis
{
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
    display: block;
    overflow: hidden

}
.m_main h5 { font-size:17px; margin:7px 0 ;}

.m_main .m_stock 
{
  width: 90px;
  height:30px;
  font-size: 11px;
  line-height: 30px;
}

.m_stock span 
{
  display:inline-block;
  line-height: 1.2;
  vertical-align:middle;
}



.m_stock.valid { color:#579942;  }
.m_stock.stock_warning { font-size:11px; }
.m_buttons { position:relative; margin-top:10px;}
.m_price { right:5px; top:15px; font-size:22px; line-height: 24px; font-weight: bold; }
.m_price_strike 
{
font-size: 15px;
text-align: right;
margin-right: 3px;
text-decoration-color:red;
}
.m_price_full { position:relative; }
.m_price_strike {
    font-size: 16px;
    text-align: right;
    text-decoration-color: red;
}

input.m_quantite { width:40px !important; height:34px; border:solid 1px lightgrey; border-radius:5px;   background:white; color:grey; margin-right:5px; 

vertical-align: middle;
}
.m_quantite,.m_reference { color:#008CD0; position: relative;}
.devise { font-size:13px; margin-right:4px;}
.m_pastille 
{ 

  width: 50%;
  height: 135px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0;

 }
 .m_pastille_reverse
  {
    left: -7px;
    right: auto;
  }
  .m_pastille_reverse .m_pt
  {

  }
 .m_p_top_vente, .m_pt
 {

  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;

  position: relative;
  padding: 3px 0;
  left: 1px;
  top: 0;
  width: 100%;
  background-color: #BFDC7A;
  font-weight:normal;;

  background-image:     linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;

  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}


 
.m_p_top_vente::before, .m_pt::before {
  left: 0;
}
.m_p_top_vente::after,.m_pt::after {
  right: 0;
}
.m_p_new {
    background-color: #D1698E;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#D1698E), to(#9F3462)); 
  background-image: -webkit-linear-gradient(top, #D1698E, #9F3462); 
  background-image:    -moz-linear-gradient(top, #D1698E, #9F3462); 
  background-image:     -ms-linear-gradient(top, #D1698E, #9F3462); 
  background-image:     linear-gradient(top, #D1698E, #9F3462); 
background-image:linear-gradient(top, #D1698E, #9F3462);
color:white;
}
.m_p_solde
{
    background-color:coral;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FF4F2B), to(#FF6422));
    background-image:linear-gradient(top, #FF4F2B, #FF6422);
    color:white !important;

}

.m_p_new::before, .m_p_new::after { border-color:#D1698E;}

.m_p_promo 
{
    background-color: #C50058;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#C50058), to(#BF0153)); 
  background-image: -webkit-linear-gradient(top, #C50058, #BF0153); 
  background-image:    -moz-linear-gradient(top, #C50058, #BF0153); 
  background-image:     -ms-linear-gradient(top, #C50058, #BF0153); 
  background-image:     linear-gradient(top, #C50058, #BF0153); 
background-image:linear-gradient(top, #C50058, #BF0153);
color:white;
}
.m_p_promo::before, .m_p_promo::after { border-color:#A30147;}

.m_p_rupture
{
    background-color: #f30003;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d13f3f), to(#f30003));
    background-image: -webkit-linear-gradient(top, #d13f3f, #f30003);
    background-image:    -moz-linear-gradient(top, #d13f3f, #f30003);
    background-image:     -ms-linear-gradient(top, #d13f3f, #f30003);
    background-image:     linear-gradient(top, #d13f3f, #f30003);
    background-image:linear-gradient(top, #d13f3f, #f30003);
    color:white;

}
.m_p_rupture::before, .m_p_rupture::after { border-color:#880700;}


.m_vp_main h2 { margin-top:4px; font-size:22px; color:#6F6F6F; border-bottom:2px solid #007bc1; padding-bottom:5px;}

.m_vp_price {  font-size:32px;}
.m_vp_img { max-height: 350px; margin:0 auto;}
.add_cart_button {
margin:2px auto;
display: inline-block;
min-width:90px;
width:100%;

  

  }
.icone_button { display:inline-block; text-align:center ; max-width: 50%; word-wrap: break-word }
.icone_button img { margin:0 auto; max-width: 70px;}
.row-no-margin { margin:0; padding:0;} 
.no-padding { padding:0;} 
.no-padding-left { padding-left: 0;}
.cart_product_main { background:#F4F4F4;  }
.cart_strike_price_u { text-decoration-color:red; margin-right: 5px; font-size: 12px; text-decoration: italic;}

.cart_product_content {
max-height: 500px; overflow-y:auto;
width:100%;

}
.cart_product_sub {
border-top:solid 2px #007BC1;
padding:5px;
font-size: 18px;
margin:10px;
}
.cart_description_product
{
  max-height: 40px;
  max-width:400px;
  overflow-y: auto;
  font-size:11px;
}

.cart_product { position:relative; border-bottom:solid 1px grey; padding-bottom:10px; padding-top:10px;}
.cart_product_main_title {
background:#0284D0;
  color:white; font-size: 16px;
  padding:5px;
}
.cart_product_main_title a { color:white;}
.cart_product:after { content:' '; }
.cart_reference { color:#008cd0; word-wrap: break-word;}
.cart_quantite { margin:0 auto; width:55px; display: inline-block;}
.cart_div_quantite { position:relative; text-align: center;}
.cart_plus, .cart_moins { 
   background: #9b9b9b none repeat scroll 0 0;
    border-radius: 50%;
    color: white;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    cursor:pointer;
   
}
.cart_content { padding:0 5px; position: relative}
.cart_total { position:relative; color:#037DC6;}
.cart_info_frais { color:grey; font-size: 14px }
.cart_trash .glyphicon { transition:all 0.5s;}
.cart_trash:hover .glyphicon { transform:scale(1.1);}
.total_panier_mini {
    color:white;
    float: right;
    font-size: 14px;
    line-height: 34px;
    text-align: right;
}
.to_r { position: absolute; right:0; top:0;}
.margintb { margin-top:5px; margin-bottom:5px; }
.hand { cursor:pointer;}
.coucou {
 animation: coucou 0.8s linear;
}

@keyframes coucou {
0% {       opacity:1; /* lovely yellow colour */


}
50% { opacity:0.4; }

to {    opacity:1; border:none;}
}

.blue { color:#569BC6;}
.table_zab thead tr th {
background:#EEEEEE;
color:#444444;

}
.table_zab td {
position: relative;
}

table.table_zab tbody td { padding-top: 10px; padding-bottom:10px;}
tr.ng-scope.standBy > *:not(:last-child) > *:not(.alert-warning) {
  opacity: 0.4;
}
.table_zab td:nth-last-of-type(1):after { display: none;}


.big { font-size: 18px;}
.big3 { font-size: 36px;}
.small { font-size: 10px;}
.danger { color:#F77F2E;}
.separateur { background:#009EDE; width:90%; display: block; height:2px; margin:0 auto;}
.separateur_gris { background:#B6B6B6; height:1px;}
#slider:after { clear:both;}

#img_wrapper {
  position: relative;
  width: 55%;
  height: auto;
  margin: 0 5% 0 auto;
  border: 12px solid #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(50,50,50 0.5);
  float: left;
}
.box { color:#595758; background:#EEEEEE; border-radius:2px; padding:10px; position:relative;}
.box.box_widget { padding-top: 0; border-top:solid 4px #008CD0; border-top-right-radius: 0; border-top-left-radius:0; margin-top:10px;}
a.blink { color:#333;}
.bloc_quick_commande { background:#D1D1D1;  }
.bloc_quick_commande h5,.prestataire h5 { color:#1A5FA0; font-size: 16px; padding-top: 5px;margin-top:0;}
#form_quick_commande legend { margin-bottom:  0; border:none; max-height: 35px;}
#form_quick_commande .alert { margin-bottom: 0 !important; font-size: 12px !important; padding:5px !important; }
#quick_quantite { width:60px;}
#quick_retour { min-height:5px;}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
@media (max-width: 760px) {
.row-eq-height { display: block;}

}

.bloc_mon_compte h5 { color:#4394CC; padding-top:5px; }
.table_carac { color:grey; font-size: 12px;}
.table_carac tbody > td { padding:4px !important;}
#widget_barz { width:280px;}
.sidebar-outer {
    margin-top: 150px;
    position: relative;
}
.pagination_product { margin-top: 3px;}

.select-options li.selected{ color:white; background:#0A79B1; margin:-2px; }





  .list-cust .list-group-item:first-child {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

    .list-cust .list-group-item:last-child {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .list-cust .list-group-item {
       border-right:0px;
       border-left:0px;
    }










.sk-folding-cube {
  margin: 20px auto;
  width: 90px;
  height: 90px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1576AC;
background-size: 100% 100%;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.table_separe td:nth-of-type(1n)
{
  border-right:1px solid #ddd;
}
.table_compare { table-layout: fixed;
    word-wrap: break-word;}
.table_separe tr td:nth-last-child(1) { border-right:none;}
.hover_table { }
.table_separe colgroup.hover_table { background:#E5E3E3 !important;}
.td_boss { font-size: 16px; font-weight: bold;}
.green { color:#58A61E;}
.red { color:#AE0115;}
.table_no_border td { border:none !important; background:white !important;}
.compare_close { position:absolute; right:5px; top:5px;}
.relative { position:relative;}
.full_width { width:100%;}
.m_cross {position: absolute; top:3px; right:3px; display:none;}
.m_main:hover .m_cross { display:block;}


.msg {
    background: #fefefe;
    color: #666666;
    font-weight: bold;
    font-size: 16px;
    padding: 12px;
    padding-left: 16px;
    border-top: solid 3px #CCCCCC;
    border-radius: 5px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 10px 10px -5px rgba(0,0,0,.08);
       -moz-box-shadow: 0 10px 10px -5px rgba(0,0,0,.08);
            box-shadow: 0 10px 10px -5px rgba(0,0,0,.08);
}
.msg-clear {
    border-color: #fefefe;
    -webkit-box-shadow: 0 7px 10px -5px rgba(0,0,0,.15);
       -moz-box-shadow: 0 7px 10px -5px rgba(0,0,0,.15);
            box-shadow: 0 7px 10px -5px rgba(0,0,0,.15);
}
.msg-info {
    border-color: #b8dbf2;
}
.msg-success {
    border-color: #cef2b8;
}
.msg-warning {
    border-color: rgba(255,165,0,.5);
}
.msg-danger {
    border-color: #ec8282;
}
.msg-primary {
    border-color: #9ca6f1;
}
.msg-magick {
    border-color: #e0b8f2;
}
.msg-info-text {
    color: #39b3d7;
}
.msg-success-text {
    color: #80d651;
}
.msg-warning-text {
    color: #db9e34;
}
.msg-danger-text {
    color: #c9302c;
}
.msg-primary-text {
    color: rgba(47,106,215,.9);
}
.msg-magick-text {
    color: #bb39d7;
}
#scroll-to-top {
    background: rgba(227, 0, 17, 0.8) none repeat scroll 0 0;
    border-radius: 4px;
    bottom: 60px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 16px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    transition: background-color 0.3s linear 0s;
    width: 40px;
    z-index: 999;
}


footer { margin-bottom:100px; }


.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px;
}
li.selected a { color:#B30C14; }

@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}
#pinBoxContainer { margin-bottom:70px;  }


.img_min { max-width: 120px; height:auto; }

.dropdown-menu {
  min-width:250px;
}



.logo_prestataire img {

    width: 90%;
    max-width:130px; margin-bottom:5px; }
.ngrateit-rating{display:inline-block;overflow:hidden}.ngrateit-reset{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxhYWdfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAxNiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0IzQjNCMyIgZD0iTTgsMi4xNzRjLTMuMjE5LDAtNS44MjcsMi42MDktNS44MjcsNS44MjdTNC43ODMsMTMuODI2LDgsMTMuODI2YzMuMjE4LDAsNS44MjYtMi42MDcsNS44MjYtNS44MjUNCglTMTEuMjE5LDIuMTc0LDgsMi4xNzR6IE0xMS40MzgsOUg0LjU2M1Y3aDYuODc0Vjl6Ii8+DQo8bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9Ii0xMjIuMzI2NyIgeTE9IjgwMCIgeDI9Ii0xMTAuNjczOCIgeTI9IjgwMCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIDEyNC41IC03NzYpIj4NCgk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRkYxRDI1Ii8+DQoJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0Q3MDAyRSIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxwYXRoIGZpbGw9InVybCgjU1ZHSURfMV8pIiBkPSJNOCwxOC4xNzRjLTMuMjE5LDAtNS44MjcsMi42MDktNS44MjcsNS44MjdTNC43ODMsMjkuODI2LDgsMjkuODI2YzMuMjE4LDAsNS44MjYtMi42MDcsNS44MjYtNS44MjUNCglTMTEuMjE5LDE4LjE3NCw4LDE4LjE3NHogTTExLjQzOCwyNUg0LjU2M3YtMmg2Ljg3NFYyNXoiLz4NCjwvc3ZnPg0K);display:inline-block;background-position:0 0}.ngrateit-reset:hover{background-position:0 100%}.ngrateit-star{display:block;float:left;overflow:hidden;background-repeat:repeat-x}.ngrateit-bg-star{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxhYWdfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGxpbmVhckdyYWRpZW50IGlkPSJTVkdJRF8zXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwLjIwNyIgeTE9IjgiIHgyPSIxNS43OTIiIHkyPSI4Ij4NCgk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojQ0NDQ0NDIi8+DQoJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0U2RTZFNiIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxwYXRoIGZpbGw9InVybCgjU1ZHSURfM18pIiBkPSJNOC4zNjcsMC44MTRsMS45ODQsNC42OTFsNS4wNzQsMC40MzRjMC4zNTIsMC4wMzEsMC40OTYsMC40NzMsMC4yMjcsMC43MDNsLTMuODQ4LDMuMzM2bDEuMTUyLDQuOTYxDQoJYzAuMDgyLDAuMzQ0LTAuMjkzLDAuNjE3LTAuNTk0LDAuNDM0TDgsMTIuNzRsLTQuMzYzLDIuNjMzYy0wLjMwMSwwLjE4LTAuNjc2LTAuMDktMC41OTQtMC40MzRsMS4xNTItNC45NjFMMC4zNDQsNi42NDINCglDMC4wNzgsNi40MDgsMC4yMjMsNS45NywwLjU3NCw1LjkzOWw1LjA3NC0wLjQzNGwxLjk4NS00LjY5MUM3Ljc2OSwwLjQ4Niw4LjIzLDAuNDg2LDguMzY3LDAuODE0TDguMzY3LDAuODE0eiBNOC4zNjcsMC44MTQiLz4NCjwvc3ZnPg0K)}.ngrateit-selected{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxhYWdfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGxpbmVhckdyYWRpZW50IGlkPSJTVkdJRF8zXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwLjIwNyIgeTE9IjgiIHgyPSIxNS43OTIiIHkyPSI4Ij4NCgk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRkJCMDNCIi8+DQoJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0ZGOTQyRCIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxwYXRoIGZpbGw9InVybCgjU1ZHSURfM18pIiBkPSJNOC4zNjcsMC44MTRsMS45ODQsNC42OTFsNS4wNzQsMC40MzRjMC4zNTIsMC4wMzEsMC40OTYsMC40NzMsMC4yMjcsMC43MDNsLTMuODQ4LDMuMzM2bDEuMTUyLDQuOTYxDQoJYzAuMDgyLDAuMzQ0LTAuMjkzLDAuNjE3LTAuNTk0LDAuNDM0TDgsMTIuNzRsLTQuMzYzLDIuNjMzYy0wLjMwMSwwLjE4LTAuNjc2LTAuMDktMC41OTQtMC40MzRsMS4xNTItNC45NjFMMC4zNDQsNi42NDINCglDMC4wNzgsNi40MDgsMC4yMjMsNS45NywwLjU3NCw1LjkzOWw1LjA3NC0wLjQzNGwxLjk4NS00LjY5MUM3Ljc2OSwwLjQ4Niw4LjIzLDAuNDg2LDguMzY3LDAuODE0TDguMzY3LDAuODE0eiBNOC4zNjcsMC44MTQiLz4NCjwvc3ZnPg0K)}.ngrateit:not(.ngrateit-readonly) .ngrateit-hashover.ngrateit-rating span:hover~span{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxhYWdfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGxpbmVhckdyYWRpZW50IGlkPSJTVkdJRF8zXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwLjIwNyIgeTE9IjgiIHgyPSIxNS43OTIiIHkyPSI4Ij4NCgk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojQ0NDQ0NDIi8+DQoJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0U2RTZFNiIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxwYXRoIGZpbGw9InVybCgjU1ZHSURfM18pIiBkPSJNOC4zNjcsMC44MTRsMS45ODQsNC42OTFsNS4wNzQsMC40MzRjMC4zNTIsMC4wMzEsMC40OTYsMC40NzMsMC4yMjcsMC43MDNsLTMuODQ4LDMuMzM2bDEuMTUyLDQuOTYxDQoJYzAuMDgyLDAuMzQ0LTAuMjkzLDAuNjE3LTAuNTk0LDAuNDM0TDgsMTIuNzRsLTQuMzYzLDIuNjMzYy0wLjMwMSwwLjE4LTAuNjc2LTAuMDktMC41OTQtMC40MzRsMS4xNTItNC45NjFMMC4zNDQsNi42NDINCglDMC4wNzgsNi40MDgsMC4yMjMsNS45NywwLjU3NCw1LjkzOWw1LjA3NC0wLjQzNGwxLjk4NS00LjY5MUM3Ljc2OSwwLjQ4Niw4LjIzLDAuNDg2LDguMzY3LDAuODE0TDguMzY3LDAuODE0eiBNOC4zNjcsMC44MTQiLz4NCjwvc3ZnPg0K)}.ngrateit:not(.ngrateit-readonly) .ngrateit-hashover.ngrateit-rating:hover span{cursor:pointer;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxhYWdfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGxpbmVhckdyYWRpZW50IGlkPSJTVkdJRF8zXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwLjIwNyIgeTE9IjgiIHgyPSIxNS43OTIiIHkyPSI4Ij4NCgk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRkYxRDI1Ii8+DQoJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0Q3MDAyRSIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxwYXRoIGZpbGw9InVybCgjU1ZHSURfM18pIiBkPSJNOC4zNjcsMC44MTRsMS45ODQsNC42OTFsNS4wNzQsMC40MzRjMC4zNTIsMC4wMzEsMC40OTYsMC40NzMsMC4yMjcsMC43MDNsLTMuODQ4LDMuMzM2bDEuMTUyLDQuOTYxDQoJYzAuMDgyLDAuMzQ0LTAuMjkzLDAuNjE3LTAuNTk0LDAuNDM0TDgsMTIuNzRsLTQuMzYzLDIuNjMzYy0wLjMwMSwwLjE4LTAuNjc2LTAuMDktMC41OTQtMC40MzRsMS4xNTItNC45NjFMMC4zNDQsNi42NDINCglDMC4wNzgsNi40MDgsMC4yMjMsNS45NywwLjU3NCw1LjkzOWw1LjA3NC0wLjQzNGwxLjk4NS00LjY5MUM3Ljc2OSwwLjQ4Niw4LjIzLDAuNDg2LDguMzY3LDAuODE0TDguMzY3LDAuODE0eiBNOC4zNjcsMC44MTQiLz4NCjwvc3ZnPg0K)}
.ngrateit-star{
    background-size: 32px;
}

@keyframes move {
    0% {
        -webkit-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        transform-origin: bottom left;
        transform: scale(1.0);
        -ms-transform: scale(1.0);
        /* IE 9 */

        -webkit-transform: scale(1.0);
        /* Safari and Chrome */

        -o-transform: scale(1.0);
        /* Opera */

        -moz-transform: scale(1.0);
        /* Firefox */
    }
    100% {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        /* IE 9 */

        -webkit-transform: scale(1.2);
        /* Safari and Chrome */

        -o-transform: scale(1.2);
        /* Opera */

        -moz-transform: scale(1.2);
        /* Firefox */
    }
}

.livraison_block
{
    background:#0087c3;
    color:white;
    font-size:18px;
    padding:8px;
    text-align: center;
    height:84px;
    position:relative;
    overflow:hidden;
    cursor:hand;
}
.livraison_block,.livraison_block input, .livraison_block label, .livraison_block img
{
    cursor:pointer;

}

.livraison_block_active
{

    background:#23ef89;
}

.livraison_icon{
    position:absolute;
    left:0;
    width:64px;
}
.slideToRight,.sr
{
    animation: liv_go 1.8s;
    animation-fill-mode: forwards;
}

.btn-zab-reverse { background: linear-gradient(to bottom, #F2F2F2 0%,#DEDEE0 100%);  padding-left:25px; box-shadow: 1px 2px 0 #B1AEB5; border:none;color:#7C7C7E; }
.btn-zab-reverse:hover {background: linear-gradient(to bottom, #0F77BE 0%,#1F5FA7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.cart_product_sub .frais_livraison {
    font-size: 14px;
    color:#333;
    max-width:200px;
}

.nomClient {
    margin-top:5px;
    display:block;
    color:#1A5FA0;
}

.storesante .btn-zab {
    border-radius: unset;
    border:unset;
    width:100%;
}

.storesante .box_brr {
    box-shadow: 0 2px 12px rgba(0,0,0,.1);
    margin-bottom: 5px;
    border-bottom: unset;
}

.storesante .box_brr:after {
    background: unset;
}

.storesante .m_main {
    background: #fff;
}

.storesante .m_price {
    color: #202124;
    text-align:center;
}
.storesante .m_price_strike{
    font-weight: lighter;

}
.storesante .cart_product_main_title {
    background: #0B4091

}
.storesante .cart_product_main_title a
{
    color:white;
}
/* commande_pro.css */

.storesante input.m_quantite {
    width: 100%;
    margin-left: unset;
}

.storesante .to_r {
    position: unset;
}
.storesante .m_reference
{
    font-weight: lighter;
}
.storesante .m_link {
    color: #333;
}
.storesante input.m_quantite {
    text-align: center;
}

.storesante .m_contenu { border-top:solid 3px #0B4091; }



.storesante .btn-zab
{
    background: #0B4091;
    border-radius: 5px;

}





.storesante .product-title-list a,.storesante .product-title-list
{
    color:#4E4E4E;
}



.storesante .btn-zab-reverse
{
    background:#F2F2F2;
}



.storesante .btn-black, .li-black {
    color: #ffffff;
    background-color: #12B0D1;
    border-color: #A19DB3;
}

.storesante .total_panier_mini {
    color: white;
}




@-webkit-keyframes liv_go
{
    0% {
        left:0;

    }
    50%
    {
        left:100%;
    transform:rotate(0);
    }
    75% {

    }

    100% {
        right:4px;
        left:initial;
        transform:         scaleX(-1); /* Standard */

    }

}
        .btn-call {
        margin:5px auto;
        }

        .mat {
  padding: 20px;
}

.mat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap:wrap;
}

.mat h2 {
  font-size: 2em;
  font-weight: 500;
  color: #333;
  margin: 0;
  border-bottom: 2px solid #2196F3;
  padding-bottom: 10px;
}

.mat-search-form {
  display: flex;
  align-items: center;
}

.mat-search-form input[type="text"] {
  font-size: 1em;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  outline: none;
}

.mat-search-form button {
  padding: 8px 16px;
  font-size: 1em;
  background-color: #2196F3;
  color: #fff;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  outline: none;
}

.mat-search-form button:hover {
  background-color: #1976D2;
}

.mat-grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.mat-widget-group-1 
{
  height:150px;
  overflow-y: hidden;;
}
.mat-widget-group-1:hover 
{
  overflow-y:auto;
}
.mat-card {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  padding: 15px;
}
.mat-thumb {
width:110%;
  object-fit: cover;
  border-radius: 3px;

}
.mat-card  h4
{
  font-size:16px;
}

.mat-card:hover {
  transform: translateY(-5px);
}

.mat-card a {
  text-decoration: none;
  color: inherit;
}

.mat-card h5 {
  font-size: 1.25em;
  font-weight: 500;
  color: #2196F3;
  margin-bottom: 10px;
}

.mat-date {
  font-size: 0.875em;
  color: #757575;
}

.mat-card p {
  font-size: 1em;
  color: #333;
  line-height: 1.6;
}
    .mat-nav {
      display: flex;
      justify-content: space-around;
      margin-bottom: 20px;
    }

    .mat-nav a {
      text-decoration: none;
      color: #2196F3;
      font-size: 1em;
      display: flex;
      align-items: center;
      gap: 5px;
    }

    .mat-nav a:hover {
      color: #1976D2;
    }



.weather-city {
  font-size: 1.25em;
  font-weight: 500;
}
.weather-date
{
  font-size:0.75em;
  color:#757575;
}

.weather-icon img {
  width: 50px;
  height: 50px;
}

.weather-description {
  font-size: 1em;
  color: #757575;
  margin: 8px 0;
}

.weather-temp {
  font-size: 1.5em;
  font-weight: 400;
  color: #212121;
}

@media (max-width: 600px) {
  .weather-card {
    width: 90%;
  }
}

 .step-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 20px;
    }
    .step {
      text-align: center;
      padding: 10px;
      width: 100%;
      position: relative;
    }
    .step-done::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      width: 100%;
      height: 2px;
            margin-top:-15px;

      background: indigo;
    }
    .step-done::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      margin-top:-15px;
      width: 50%;
      height: 2px;
      background: indigo;
    }
    .step:last-child::after {
      content: none;
    }
    .step-number {
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 50%;
      background: indigo;
      color: white;
      margin: 0 auto 10px;
      z-index: 2;
      position:relative;
      cursor:pointer;
    }
    .step.active .step-number {
      background: #0B4091;
    }
.zipper.ng-enter {
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transform: scaleY(0);
  opacity: 0;
}
.zipper.ng-enter.ng-enter-active {
  transform: scaleY(1);
  opacity: 1;
}

.zipper.ng-leave {
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transform: scaleY(1);
  opacity: 1;
}
.zipper.ng-leave.ng-leave-active {
  transform: scaleY(0);
  opacity: 0;
}

.formation-img-container
{

  min-height:185px;
  display:block;
}