@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400');
.message#over_msg *{box-sizing: border-box;}
.disableBody{background-color:#000;opacity: 0.7;z-index: 5000;width: 100% !important;height: 100% !important}

/***CAROUSEL BOOSTRAP (ligne a supprimer quand la css Boostrap sera appel dans le head de ttes les pages***/
.carousel {  position: relative;}.carousel-inner {  position: relative;  overflow: hidden;  width: 100%;}.carousel-inner > .item {  display: none;  position: relative;  -webkit-transition: 0.6s ease-in-out left;  -o-transition: 0.6s ease-in-out left;  transition: 0.6s ease-in-out left;}.carousel-inner > .item > img,.carousel-inner > .item > a > img {  line-height: 1;}@media all and (transform-3d), (-webkit-transform-3d) {  .carousel-inner > .item {    -webkit-transition: -webkit-transform 0.6s ease-in-out;    -moz-transition: -moz-transform 0.6s ease-in-out;    -o-transition: -o-transform 0.6s ease-in-out;    transition: transform 0.6s ease-in-out;    -webkit-backface-visibility: hidden;    -moz-backface-visibility: hidden;    backface-visibility: hidden;    -webkit-perspective: 1000px;    -moz-perspective: 1000px;    perspective: 1000px;  }  .carousel-inner > .item.next,  .carousel-inner > .item.active.right {    -webkit-transform: translate3d(100%, 0, 0);    transform: translate3d(100%, 0, 0);    left: 0;  }  .carousel-inner > .item.prev,  .carousel-inner > .item.active.left {    -webkit-transform: translate3d(-100%, 0, 0);    transform: translate3d(-100%, 0, 0);    left: 0;  }  .carousel-inner > .item.next.left,  .carousel-inner > .item.prev.right,  .carousel-inner > .item.active {    -webkit-transform: translate3d(0, 0, 0);    transform: translate3d(0, 0, 0);    left: 0;  }}.carousel-inner > .active,.carousel-inner > .next,.carousel-inner > .prev {  display: block;}.carousel-inner > .active {  left: 0;}.carousel-inner > .next,.carousel-inner > .prev {  position: absolute;  top: 0;  width: 100%;}.carousel-inner > .next {  left: 100%;}.carousel-inner > .prev {  left: -100%;}.carousel-inner > .next.left,.carousel-inner > .prev.right {  left: 0;}.carousel-inner > .active.left {  left: -100%;}.carousel-inner > .active.right {  left: 100%;}.carousel-control {  position: absolute;  top: 0;  left: 0;  bottom: 0;  width: 15%;  opacity: 0.5;  filter: alpha(opacity=50);  font-size: 20px;  color: #fff;  text-align: center;  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);  background-color: rgba(0, 0, 0, 0);}.carousel-control.left {  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);  background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);}.carousel-control.right {  left: auto;  right: 0;  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);  background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);}.carousel-control:hover,.carousel-control:focus {  outline: 0;  color: #fff;  text-decoration: none;  opacity: 0.9;  filter: alpha(opacity=90);}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {  position: absolute;  top: 50%;  margin-top: -10px;  z-index: 5;  display: inline-block;}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left {  left: 50%;  margin-left: -10px;}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right {  right: 50%;  margin-right: -10px;}.carousel-control .icon-prev,.carousel-control .icon-next {  width: 20px;  height: 20px;  line-height: 1;  font-family: serif;}.carousel-control .icon-prev:before {  content: '\2039';}.carousel-control .icon-next:before {  content: '\203a';}.carousel-indicators {  position: absolute;  bottom: 10px;  left: 50%;  z-index: 15;  width: 60%;  margin-left: -30%;  padding-left: 0;  list-style: none;  text-align: center;}.carousel-indicators li {  display: inline-block;  width: 10px;  height: 10px;  margin: 1px;  text-indent: -999px;  border: 1px solid #fff;  border-radius: 10px;  cursor: pointer;  background-color: #000 \9;  background-color: rgba(0, 0, 0, 0);}.carousel-indicators .active {  margin: 0;  width: 12px;  height: 12px;  background-color: #fff;}.carousel-caption {  position: absolute;  left: 15%;  right: 15%;  bottom: 20px;  z-index: 10;  padding-top: 20px;  padding-bottom: 20px;  color: #fff;  text-align: center;  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);}.carousel-caption .btn {  text-shadow: none;}@media screen and (min-width: 768px) {  .carousel-control .glyphicon-chevron-left,  .carousel-control .glyphicon-chevron-right,  .carousel-control .icon-prev,  .carousel-control .icon-next {    width: 30px;    height: 30px;    margin-top: -10px;    font-size: 30px;  }  .carousel-control .glyphicon-chevron-left,  .carousel-control .icon-prev {    margin-left: -10px;  }  .carousel-control .glyphicon-chevron-right,  .carousel-control .icon-next {    margin-right: -10px;  }  .carousel-caption {    left: 20%;    right: 20%;    padding-bottom: 30px;  }  .carousel-indicators {    bottom: 20px;  }}
/***CAROUSEL BOOSTRAP (ligne a supprimer quand la css Boostrap sera  dans le head de ttes les pages***/


.message#over_msg{font-family: 'Roboto Condensed',arial,sans-serif;background-color:transparent;z-index:5010;width: 100%;height: 100%}
.message#over_msg .popup-panier{width:100%;background-color: #fff;padding: 20px;-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,1);box-shadow: 0 0 10px 0 rgba(0,0,0,1);}
.message#over_msg .popup-panier{width: 800px;margin: 0 auto;top:50%;position: relative;margin-top: -152px}
.message#over_msg .popup-panierUpsell{position: relative;width: 950px;margin: 0 auto;margin-top: -321px}
.message#over_msg .carousel-control.left,.carousel-control.right {background-image: inherit;}
.message#over_msg .left.carousel-control{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0) 0, rgba(0,0,0,0) 100%)}
.message#over_msg .right.carousel-control{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0) 0, rgba(0,0,0,0) 100%)}
.message#over_msg .carousel-control{width:5%}
.message#over_msg .carousel-UpsellProduct{clear:both}
.message#over_msg .carousel-control{width:5%}
.message#over_msg .carousel-control.left{background-image:none;height: 50px;top:110px}
.message#over_msg .carousel-control.right{background-image:none;height: 50px;top:110px}
.message#over_msg .carousel-indicators{bottom:0}
.message#over_msg .carousel-inner{width: 94%;margin: 0 auto;height: 290px;}
.message#over_msg .carousel .left.carousel-control span{position: relative;background: #fff;    top: 47px;}
.message#over_msg .carousel .left.carousel-control span:after,.message#over_msg .carousel .left.carousel-control span:before {right: 100%;top: 0%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;}
.message#over_msg .carousel .left.carousel-control span:after {border-color: rgba(255, 255, 255, 0);border-right-color: #fff;border-width: 18px;margin-top: -18px;}
.message#over_msg .carousel .left.carousel-control span:before {border-color: rgba(134, 135, 136, 0);border-right-color: #868788;border-width: 21px;margin-top: -21px;}
.message#over_msg .carousel .right.carousel-control span{position: relative;background: #fff;top: 47px;}
.message#over_msg .carousel .right.carousel-control span:after,.message#over_msg .carousel .right.carousel-control span:before {left: 100%;top:0%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;}
.message#over_msg .carousel .right.carousel-control span:after {border-color: rgba(255, 255, 255, 0);border-left-color: #fff;border-width: 18px;margin-top: -18px;}
.message#over_msg .carousel .right.carousel-control span:before {border-color: rgba(134, 135, 136, 0);border-left-color: #868788;border-width: 21px;margin-top: -21px;}
.message#over_msg .carousel .left.carousel-control{background-image: none;filter:none}
.message#over_msg .carousel .right.carousel-control{background-image: none;filter:none}
.message#over_msg .basicProductCell {float:left}
.message#over_msg .popup-panier  #spanClosePopup{font-family: initial;font-size: 60px;position: absolute;margin-left: 725px}
.message#over_msg .popup-panierUpsell #spanClosePopup{font-family: initial;font-size: 60px;position: absolute;margin-left: 875px}

.message#over_msg #spanClosePopup a:link,.message#over_msg #spanClosePopup a:visited{display:inline-block;text-decoration:none;color:#868788;-webkit-transition: color 200ms ease;
-moz-transition: color 200ms ease;
-ms-transition: color 200ms ease;
-o-transition: color 200ms ease;
transition: color 200ms ease;line-height: 35px;}
.message#over_msg #spanClosePopup a:hover,.message#over_msg #spanClosePopup a:active{text-decoration:none;color:#2b7cb1}
.message#over_msg .popup-panierUpsell .productImage{ width:21%; float: left;padding: 15px;}
.message#over_msg .popup-panier .productImage{ width:30%; float: left;padding: 15px;}
.message#over_msg .productInformations{float:left;width:70%;padding: 15px 0;}
.message#over_msg .popup-panierUpsel .productInformations{float:left;width:79%}
.message#over_msg  .productImage img{max-width:100%;}
.message#over_msg .intro{text-transform: uppercase;color:#81c90d;font-size: 18px;}
.message#over_msg .intro::before,.message#over_msg .upsellProductToCaddie::before{content:"\f058";width: 30px;height: 30px;position:relative;font-family: FontAwesome;font-size: 30px;top:4px;margin-right: 5px;border-radius: 50px;/* background: red; *//* width: 30px; *//* height: 50px; */padding: 5px;/* height: 10px; */}
.message#over_msg .popup-panier .caracteristiques{text-transform: uppercase;font-size: 18px;margin: 5px 0px 20px 42px;font-weight: bold;}
.message#over_msg .popup-panier .Product-form-title{font-size: 17px;font-weight: bold;border:0;font-family: 'Roboto Condensed',arial;padding-left: 8px;}
.message#over_msg .popup-panierUpsell .Product-form-title{font-size: 19px;font-weight: bold;border:0;font-family: 'Roboto Condensed',arial;padding-left: 8px;}
.message#over_msg .Product-form-skuPop{background: inherit;color: #535353;padding: 5px 5px 5px 8px;font-size: 14px;}
.message#over_msg .upsellTitle{font-family: 'Roboto Condensed',arial;padding: 10px;background-color: #fafafa;border: 1px solid #e9e9e9;font-weight:bold;/* margin: 10px; */text-transform: uppercase;font-size: 17px;/* margin: 15px 0 15px 0; */float: left;width: 100%;margin-bottom:15px}
.message#over_msg .upsellProductToCaddie::before{    font-size: 18px; top: 3px; position: relative; padding: 0;}
.message#over_msg .basicProductCell{border:1px solid #fff;text-align:center;padding-top:5px;padding-bottom:5px;float: left;overflow: hidden;position: relative;text-align: center;cursor: default;padding:10px;width: 25%;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-ms-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;}
.message#over_msg .basicProductCell:hover{border:1px solid #f1f1f1}
.message#over_msg .basicProductCell img{position:relative;z-index:12;width: 168;max-width: 100%;max-height: 100%}
.message#over_msg .basicProductCell > a{width: 168px;height: 131px;display: block;margin: 0 auto}
.message#over_msg .basicProductCell .ttShortTitle,.message#over_msg .basicProductCell .title{color:#2b2b2b;font-weight:bold;font-size:1.2em;margin:0 0 5px 0;}
.message#over_msg .basicProductCell .ttShortTitle a,.message#over_msg .basicProductCell .title a{color:#333333}
.message#over_msg .basicProductCell .ttShortDescription,.message#over_msg .basicProductCell .description{color:#7c7c7c;font-size:1em;margin:0;margin:0 0 15px 0;}
.message#over_msg .basicProductCell .priceHT{color:#ff6600;font-size: 2.2em;font-weight:bold;display:block;text-align: center;margin:5px 0 0 0;}
.message#over_msg .basicProductCell .priceHT sup{font-size:0.6em}
.message#over_msg .basicProductCell .priceTTC{text-align:center;color:#99d7fe;font-weight:bold;display:block;margin: 0;text-align:center;font-size: 1.3em;}
.message#over_msg .basicProductCell .priceTTC sup{font-size:0.6em}
.message#over_msg .basicProductCell .overlay {width: 100%;height: 100%;position: absolute;overflow: hidden;top: 0;left: 0;background-color: transparent;opacity: 0;filter: alpha(opacity=0);-webkit-transition: all 0.2s 0.2s ease-in-out;transition: all 0.2s 0.2s ease-in-out;border:0px solid #fff;z-index:10}
.message#over_msg .basicProductCell a.moreDetail {display: inline-block;text-decoration: none;padding: 12px;text-transform: uppercase;margin:60px 0 0 0;background-color: transparent;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;background:#81c90d url("/ImagesPortal/FR/localisation/200100/icon-search.png") no-repeat scroll center center;-webkit-border-radius: 50px 50px 50px 50px;border-radius: 50px 50px 50px 50px;box-shadow: 0 0 3px #a6a6a6;}
.message#over_msg .basicProductCell a.moreDetail img{margin:0}
.message#over_msg .basicProductCell a.moreDetail:hover {box-shadow: 0 0 5px #fff;background-color:#6DB101;}
.message#over_msg .basicProductCell:hover .overlay {display:block;opacity: 1;filter: alpha(opacity=100);-webkit-transition-delay: 0s;transition-delay: 0s;-webkit-transform: translate(0px, 0px);-ms-transform: translate(0px, 0px);transform: translate(0px, 0px)}
.message#over_msg .basicProductCell h3{font-size:17px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin:5px 0;font-weight:bold}
.message#over_msg .basicProductCell .subTitleProduct{font-family:"Robotoregular",sans-serif;color:#535353;overflow: hidden;font-size:13px;display:block;height: 33px;font-weight: normal;line-height: 16px;margin-top: 10px;}
.message#over_msg .basicProductCell .overlay .addToBasket,.message#over_msg .AddtoBasket_Continue a:link,.message#over_msg .AddtoBasket_Continue a:visited,.message#over_msg .AddtoBasket_GotoBasket a:link,.message#over_msg .AddtoBasket_GotoBasket a:visited{display: inline-block;-webkit-border-radius:2px;border-radius: 2px;background-color:#81c90d;-webkit-transition: background 0.2s ease;-moz-transition: background 0.2s ease;-ms-transition: background 0.2s ease;-o-transition: background 0.2s ease;transition: background 0.2s ease;cursor: pointer;border:0;padding: 10px 0;text-transform: uppercase;width:95%;margin:0 auto;color:#fff;margin-top: 170px;-webkit-box-shadow: 0 2px 0 0 #6DB101;box-shadow: 0 2px 0 0 #6DB101;font-size: 14px;font-weight: normal;font-family: "Roboto Condensed",arial,sans-serif;} 
.message#over_msg .basicProductCell .overlay .addToBasket:hover,.message#over_msg .AddtoBasket_GotoBasket a:hover,.message#over_msg .AddtoBasket_GotoBasket a:active{background-color:#6DB101}
.message#over_msg .AddtoBasket_Continue a:link, .message#over_msg .AddtoBasket_Continue a:visited{font-weight:bold}
.message#over_msg .upsellProductToCaddie{ color: #81c90d; padding-bottom: 3px; border: 1px solid #ebebeb; display: inline-block; font-family: 'Roboto Condensed',arial; position: absolute; top: 100px; left: 0; width: 99%; font-weight: bold; font-size: 13px; background: rgba(245,245,245,0.9); line-height: 30px;z-index:13 }
.message#over_msg .upsellProductToCaddie::before{ font-size: 18px; top: 3px; position: relative; padding: 0; margin-right: 6px; }
.message#over_msg .popup-panier .buttonsZone{ width: 70%; margin: 0 auto; overflow: auto; padding: 20px; /* padding:5px; */ clear: both;}
.message#over_msg .popup-panierUpsell .buttonsZone{      width: 50%; margin: 0 auto; overflow: auto;margin: 20px auto;padding:5px;clear: both;}
.message#over_msg .AddtoBasket_Continue a:link,.message#over_msg .AddtoBasket_Continue a:visited{display:inline-block;float:left;margin: 0;width: inherit;text-align: center;padding:10px 20px;text-decoration: none;background-color:#fff;border:2px solid #2f2f2f;color:#2f2f2f;-webkit-box-shadow: 0 0px 0 0 #fff;box-shadow: 0 0px 0 0 #fff;}
.message#over_msg .AddtoBasket_Continue a:hover,.message#over_msg .AddtoBasket_Continue a:active{text-decoration:none;background-color: #e9e9e9;}
.message#over_msg .AddtoBasket_GotoBasket a:link,.message#over_msg .AddtoBasket_GotoBasket a:visited{display:inline-block;float:right;margin: 0;width: inherit;text-align: center;padding:12px 22px 12px 50px;text-decoration: none;background:#81c90d url("/imagesportal/localisation/inmac/webparts/icon-basketPopup.png") no-repeat 15px center;}
.message#over_msg .AddtoBasket_GotoBasket a:hover,.message#over_msg .AddtoBasket_GotoBasket a:active{background:#6DB101 url("/imagesportal/localisation/inmac/webparts/icon-basketPopup.png") no-repeat 15px center;}



/*Popup can't add */
table.AddtoBasket_MainTable{border: 40px solid #fff;}
table.AddtoBasket_MainTable tr.AddtoBasket_Message td img{display: none}
table.AddtoBasket_MainTable tr td a img{display: none}
table.AddtoBasket_MainTable .AddtoBasket_Message td{font-size: 17px;font-weight: bold;border: 0;font-family: 'Roboto Condensed',arial;display: block;}
table.AddtoBasket_MainTable .AddtoBasket_CloseBasket a:link,table.AddtoBasket_MainTable .AddtoBasket_CloseBasket a:visited{display: inline-block;float: left;margin: 0;width: inherit;text-align: center;text-decoration: none;background-color: #fff;border: 2px solid #2f2f2f;color: #2f2f2f;-webkit-box-shadow: 0 0px 0 0 #fff;box-shadow: 0 0px 0 0 #fff;margin-top: 30px;line-height: 41px;height: 41px;width:200px;background-image:url("/imagesportal/localisation/inmac/webparts/btn-popup-close.png");background-repeat: no-repeat;
background-position: center -13px}
table.AddtoBasket_MainTable .AddtoBasket_CloseBasket a:hover,table.AddtoBasket_MainTable .AddtoBasket_CloseBasket a:active{text-decoration:none;background-color: #e9e9e9;}
table.AddtoBasket_MainTable  {-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,1);box-shadow: 0 0 10px 0 rgba(0,0,0,1);}


/*FLAG*/
.message#over_msg .gblFlagPromo,
.message#over_msg .PromotionLogo_0,
.message#over_msg .PromotionLogo_1,
.message#over_msg .PromotionLogo_D,
.message#over_msg .PromotionLogo_N,
.message#over_msg .PromotionLogo_6,
.message#over_msg .PromotionLogo_5{height: 30px;width:95px;position:absolute;z-index:20;background:transparent url("/ImagesPortal/fr/localisation/4/responsive/flags_marketing.png") no-repeat scroll 0 0;}
.message#over_msg .gblFlagPromo,
.message#over_msg .PromotionLogo_0{background-position: 0 0;}/*Prix promo*/
.message#over_msg .PromotionLogo_D{background-position: 0 -34px;}/*destockage*/
.message#over_msg .PromotionLogo_N{background-position: 0 -68px;}/*Nouveau*/
.message#over_msg .PromotionLogo_6{background-position: 0 -102px;}/*Vente flash*/
.message#over_msg .PromotionLogo_5{background-position: 0 -136px;}/*Occassion*/
.message#over_msg .PromotionLogo_1{background-position: 0 -170px;}/*soldes*/


/*old popup: limit of the qty max */
#over_msg > table{width:100% !important}
.AddtoBasketPopup{background:#fff;width: 400px;margin:0 auto;border: 1px solid #e0e0e0;padding:40px;font-weight:bold;position: absolute;top: 50%;left: 50%;transform: translateY(-50%) translateX(-50%);}
.AddtoBasket_MainTable{width:100% !important}
.AddtoBasket_Message{width:100% !important}
table.AddtoBasket_MainTable{border: 0px solid #fff;}
table.AddtoBasket_MainTable tr.AddtoBasket_Message td img{display: none}
table.AddtoBasket_MainTable tr td a img{display: none;}
table.AddtoBasket_MainTable .AddtoBasket_Message td
{font-size: 17px;font-weight: bold;border: 0;font-family: 'Roboto Condensed',arial;display: block;}
.AddtoBasket_Button{width: 60%;margin-top:20px}
table.AddtoBasket_MainTable .AddtoBasket_CloseBasket a:link,table.AddtoBasket_MainTable .AddtoBasket_CloseBasket a:visited
{display: inline-block;float: left;margin: 0;width: inherit;text-align: center;text-decoration: none;background-color: #fff;border: 2px solid #2f2f2f;width:100%;line-height: 40px;-webkit-border-radius: 2px;border-radius: 2px;}
table.AddtoBasket_MainTable  {-webkit-box-shadow: 0 0 0px 0 rgba(0,0,0,1);box-shadow: 0 0 0px 0 rgba(0,0,0,1);}




/*customer locked*/
.message#over_msg .popup-panier.customerLocked .productInformations{width: 100%}
.message#over_msg .popup-panier.customerLocked.popup-panierUpsell{width:800px }
.message#over_msg .popup-panier.customerLocked .intro {color:#333;font-weight: bold;font-size:25px;text-align: center}
.message#over_msg .popup-panier.customerLocked .upsellTitle{margin-top: 20px}
.message#over_msg .popup-panier.customerLocked .Product-form-skuPop{text-align:center;font-size:19px}
.message#over_msg .popup-panier.customerLocked .info{width:100%; font-size:16px;line-height: 25px}
.message#over_msg .popup-panier.customerLocked .intro::before{content:"\f071";color: #F03434;top:2px;}
.message#over_msg .popup-panier.customerLocked .info span{font-weight:bold}
.message#over_msg .popup-panier.customerLocked .AddtoBasket_GotoBasket a:link, .message#over_msg .popup-panier.customerLocked .AddtoBasket_GotoBasket a:visited{float: inherit;margin-top:40px;text-align: center;background-image: inherit;padding-left:20px;text-align: center;}
.message#over_msg .popup-panier.customerLocked .buttonsZone{text-align:center}
.message#over_msg .popup-panier.customerLocked {margin-top:-190px}
.message#over_msg .popup-panier.customerLocked.popup-panierUpsell #spanClosePopup {font-family: initial;font-size: 60px;position: absolute;margin-left: 720px;  }
.message#over_msg .popup-panier.customerLocked .buttonsZone a:link,
.message#over_msg .popup-panier.customerLocked .buttonsZone a:visited{margin-top:20px;-moz-transition: all .2s ease;-ms-transition: all .2s ease;-o-transition: all .2s ease;transition: all .2s ease;display: inline-block;cursor: pointer;font-family: 'Roboto Condensed',Arial,sans-serif;text-transform: uppercase;-webkit-border-radius: 2px;border-radius: 2px;text-align: center;text-decoration: none;font-size: 15px;height: initial;padding: 0.6em 1em;color: #fff;border: 2px solid #00B45D;background-color: #00B45D;}
.message#over_msg .popup-panier.customerLocked .buttonsZone a:hover,
.message#over_msg .popup-panier.customerLocked .buttonsZone a:active{border: 2px solid #25BD74;background-color: #25BD74;}