﻿/*___________________TYPO__________________________*/


@font-face {
    font-family: 'futura_medium';
    src: url('fonts/futura_medium/futurastd-medium-webfont.eot');
    src: url('fonts/futura_medium/futurastd-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura_medium/futurastd-medium-webfont.woff') format('woff'),
         url('fonts/futura_medium/futurastd-medium-webfont.ttf') format('truetype'),
         url('fonts/futura_medium/futurastd-medium-webfont.svg#futura_book') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*___________________FIN TYPO__________________________*/





#smartbanner {
    z-index: 9998;
    position: absolute;
    top: -82px;
    left: 0;
    width: 100%;
    height: 100px; /*78px;*/
    /*border-bottom: 1px solid #e8e8e8;*/
    overflow: hidden;
    font-family: 'Helvetica Neue',sans-serif;
    /*background: -webkit-linear-gradient(top,#f4f4f4 0,#cdcdcd 100%);
    background-image: -ms-linear-gradient(top,#F4F4F4 0,#CDCDCD 100%);
    background-image: -moz-linear-gradient(top,#F4F4F4 0,#CDCDCD 100%);
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);*/
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}

#smartbanner,
html.sb-animation {
    -webkit-transition: all .3s ease;
}

#smartbanner .sb-container {
    margin: 0 auto;
}

#smartbanner .sb-close {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 14px;
    height: 14px;
    /*border: 2px solid #fff;
    border-radius: 14px;*/
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    font-family: 'ArialRoundedMTBold',Arial;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    background: #070707;
   /* box-shadow: 0 2px 3px rgba(0,0,0,0.4);*/
    -webkit-font-smoothing: subpixel-antialiased;
}

#smartbanner .sb-close:active {
    font-size: 13px;
    color: #aaa;
}

#smartbanner .sb-icon {
    display: block;
    position: absolute;
    top: 10px;
   /* left: 30px;*/
   /* width: 57px;
    height: 57px;*/
    border-radius: 10px;
   /* background: rgba(0,0,0,0.6);
    background-size: cover;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);*/
	background-size: cover;
}

#smartbanner.no-icon .sb-icon {
    display: none;
}

#smartbanner .sb-info {
   /*position: absolute;
    top: 18px;
    left: 98px;
    width: 44%;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2em;
    color: #6a6a6a;*/
}

#smartbanner #smartbanner.no-icon .sb-info {
    /*left: 34px;*/
	
}

#smartbanner .sb-info strong {
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #4d4d4d;
}

#smartbanner .sb-info > span {
   /* display: block;*/
}

#smartbanner .sb-info em {
    text-transform: uppercase;
    font-style: normal;
}

#smartbanner .sb-button {
    position: absolute;
    top: 24px;
    right: 27px;
    padding: 0 10px;
    min-width: 10%; /*height:24px;*/
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #6a6a6a;
    background: -webkit-linear-gradient(top,#efefef 0,#dcdcdc 100%);
    box-shadow: 0 1px 0 rgba(255,255,255,0.6) ,0 1px 0 rgba(255,255,255,0.7) inset;
}

#smartbanner .sb-button:active,
#smartbanner .sb-button:hover {
    background: -webkit-linear-gradient(top,#dcdcdc 0,#efefef 100%);
}

#smartbanner .sb-icon.gloss:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 50%;
   /* border-top: 1px solid rgba(255,255,255,0.8);*/
    border-radius: 10px 10px 12px 12px;
   /* background: -webkit-linear-gradient(top,rgba(255,255,255,0.7) 0,rgba(255,255,255,0.2) 100%);*/
}

/*#smartbanner.android {
    border-top: 5px solid #88B131;
    border-color: #212228;
    background: #3d3d3d url('dark_background_stripes.gif');
    box-shadow: none;
}

#smartbanner.android .sb-close {
    width: 17px;
    height: 17px;
    margin: 0;
    padding: 0;
    border: 0;
    text-shadow: 0 1px 1px #000;
    line-height: 17px;
    color: #b1b1b3;
    background: #1c1e21;
    box-shadow: 0 1px 2px rgba(0,0,0,0.8) inset,0 1px 1px rgba(255,255,255,0.3);
}

#smartbanner.android .sb-close:active {
    color: #eee;
}

#smartbanner.android .sb-info {
    /*text-shadow: 0 1px 2px #000;
    color: #ccc;*/
}

/*#smartbanner.android .sb-info strong {
    color: #fff;
}

#smartbanner.android .sb-button {
    padding: 1px;
    min-width: 12%;
    border: 1px solid #DDDCDC;
    border-radius: 0;
    color: #ffffff;
    background: none;
    box-shadow: none;
}

#smartbanner.android .sb-button span {
    display: block;
    padding: 0 10px;
    text-align: center;
    text-shadow: none;
    text-transform: none;
    background: #E5368A/*background-image: -webkit-gradient(linear,0 0,0 100%,from(#42B6C9),to(#39A9BB))

    background-color: #42B6C9;
    background-image: -moz-linear-gradient(top,#42B6C9,#39A9BB);
    box-shadow: none;*/
}

/*#smartbanner.android .sb-button:active,
#smartbanner.android .sb-button:hover {
    background: none;
}

#smartbanner.android .sb-button:active span,
#smartbanner.android .sb-button:hover span {
    background: #E5368A;
}
*/
#smartbanner.windows .sb-icon {
    border-radius: 0;
}

#smartbanner.ios .sb-close, #smartbanner.android .sb-close {
    /*top: 5px;
    left: 5px;*/
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 50%;
    font-size: 15px;
    line-height: 10px;
   /* box-shadow: 0 2px 3px rgba(0,0,0,0.4);*/
    -webkit-font-smoothing: subpixel-antialiased;
}

#smartbanner.ios .sb-icon {
    display: block;
    position: absolute;
  /*  top: 16px;*/
    /*left: 38px;*/
   /* width: 48px;
    height: 48px;*/
    border-radius: 10px;
   /* background: rgba(0,0,0,0.6);*/
    background-size: cover;
   /* box-shadow: 0 1px 3px rgba(0,0,0,0.3);*/
}

#smartbanner.ios .sb-info {
   /* position: absolute;
    top: 18px;
    left: 98px;
    width: 44%;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 9px;
    font-weight: bold;
    line-height: 1.2em;
    color: #6a6a6a;*/
}

#smartbanner.ios .sb-button, #smartbanner.android .sb-button {
    position: absolute;
    top: 24px;
    right: 14px;
    padding: 0 5px;
    min-width: 10%; /*height:24px;*/
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    line-height: 24px;
    color: #6a6a6a;
    background: -webkit-linear-gradient(top,#efefef 0,#dcdcdc 100%);
    box-shadow: 0 1px 0 rgba(255,255,255,0.6) ,0 1px 0 rgba(255,255,255,0.7) inset;
}


/*_______________Correctif ____________________*/

a#smartbanner{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #c3e9e1;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.45);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.45);
    box-shadow: 0 3px 5px rgba(0,0,0,.45);
}




span.sb-icon{
	background-image:url("http://static.cdn.llnw.showroomprive.com/v3/site_mobile/css/img/SRP_icon_android_512.png");
	width:75px;
	height:75px;
	left:30px;

}

#smartbanner.ios .sb-close, #smartbanner.android .sb-close{
	background-color:#e5e5e5;
	border:0;
	height:20px;
	width:20px;
	color:#4c4c4c;
	z-index:10;
	top:4px ;
	left:4px;
}

#smartbanner.ios .sb-close{
border-radius:50% !important;
}



#smartbanner.ios .sb-button, #smartbanner.android .sb-button{
	width: 124px;
    border: solid 1px #e6358a;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	background:none;
    background-color: #e6358a !important;
    -webkit-box-shadow: 0 3px 1px rgba(0,0,0,.29);
    -moz-box-shadow: 0 3px 1px rgba(0,0,0,.29);
    box-shadow: 0 3px 1px rgba(0,0,0,.29);
	color:#fff;
	padding:8px 0 5px 0;
	font-size:17px;
	text-shadow:none;
	font-family : "futura_medium", Helvetica, Arial, sans-serif;
	font-weight:normal;
	margin-right:2%;
	
}

.sb-info{
	width:280px;
	margin:0 auto;
}
	


.sb-info .tagline img{
	width:280px;
	height:64px;
	position:relative;
	top:5px;
}

.sb-info .note img{
	width:280px;
	height:27px;
}





@media screen and (max-width: 650px) {


#smartbanner.ios .sb-button, #smartbanner.ios .sb-button, #smartbanner.android .sb-button{
	width: 100px;
	padding:12px 0 10px 0;
	margin-right:2%;
	
}


}


@media screen and (max-width: 505px) {
.sb-info{
	width:250px;
	margin:0 auto;
	position:relative;
	left:0px;
	top:0px;
}
	


.sb-info .tagline img{
	width:250px;
	height:57px;
	position:relative;
	top:5px;
}

.sb-info .note img{
	width:250px;
	height:26px;
}


}


@media screen and (max-width: 560px) {
span.sb-icon {
    height: 60px;
    left: 32px;
    width: 60px;
	top:18px !important;
}
	
#smartbanner.ios .sb-button, #smartbanner.ios .sb-button, #smartbanner.android .sb-button{
	width: 62px;
	padding:4px 0 2px 0;
	font-size:13px;
	margin-top:10px;

}



}


@media screen and (max-width: 455px) {
	
#smartbanner.ios .sb-button, #smartbanner.ios .sb-button, #smartbanner.android .sb-button{
		margin-right:1%;
	}
	
	
span.sb-icon {
	width:60px;
	height:60px;
    left: 15px;
	top:25px !important;
}

/*#smartbanner .sb-close{
	margin:8px 0 0 12px;
}*/




.sb-info{
	width:200px;
	margin:0 auto;
	position:relative;
	left:0px;
	top:20px;
}
	


.sb-info .tagline img{
	width:200px;
	height:46px;
	position:relative;
	top:5px;
}

.sb-info .note img{
	width:200px;
	height:21px;
}


}

@media screen and (max-width: 374px) {
	
.sb-info{
	width:175px;
	top:29px;
}

.sb-info .tagline img{
	width:175px;
	height:40px;
	position:relative;
	top:5px;
}

.sb-info .note img{
	width:175px;
	height:19px;
}



}




@media screen and (max-width: 335px) {
	
span.sb-icon {
	width:60px;
	height:60px;
    left: 15px;
	top:25px !important;
}



.sb-info{
	width:150px;
	margin:0 auto;
	position:relative;
	left:0px;
	top:25px;
}
	


.sb-info .tagline img{
	width:150px;
	height:34px;
	position:relative;
	top:5px;
}

.sb-info .note img{
	width:150px;
	height:16px;
}


}


@media screen and (max-width: 374px) {


}


/*_______________________ANDROID______________________*/

/*.smartbanner a.android .sb-info .note img{
	display:none;
}*/



.smartbanner a.android , .smartbanner a.android span.sb-icon, .smartbanner a.android .sb-button, .smartbanner a.android  .sb-close{
	border-radius:0 !important;
}

	
.smartbanner a.android .tagline img{
	top:15px;
}


@media screen and (max-width: 455px) {

	
.smartbanner a.android span.sb-icon {
	width:60px;
	height:60px;
    left: 15px;
	top:30px !important;
}


}