﻿/* Search icon by IcoMoon, made with http://icomoon.io/app/ */
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot');
  src: url('../font/fontello.eot#iefix') format('embedded-opentype'),
       url('../font/fontello.woff') format('woff'),
       url('../font/fontello.ttf') format('truetype'),
       url('../font/fontello.svg#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.recherche{
	position:relative;
	overflow:hidden;
	
}

.search-text{
	position:absolute;
	top:17px;
	font-size: 20px;
	white-space: nowrap;
}

.sb-search {
 position: relative;
 /*margin-top: 10px;*/
 width: 60%;
 min-width: 60px;
 height: 25px;
 float: right;
 overflow: hidden;
 -webkit-transition: width 0.3s;
 -moz-transition: width 0.3s;
 transition: width 0.3s;
 -webkit-backface-visibility: hidden;

}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #E34E26;
    width: 100%;
    height: 53px;
    margin: 0;
    z-index: 10;
    padding: 12px 79px 12px 20px;
    font-family: inherit;
    font-size: 12px;
    color: #FFFFFF;
}
#sb-search input[type=text]{
    background: #FFF;
    border-radius: 0;
    border: 0;
    color: #777;
}

.sb-search-input::-webkit-input-placeholder {
	color: #efb480;
}

.sb-search-input:-moz-placeholder {
	color: #efb480;
}

.sb-search-input::-moz-placeholder {
	color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
	color: #efb480;
}

.sb-icon-search, .sb-search-submit {
    border: medium none !important;
    cursor: pointer;
    display: block;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
}

.sb-search-submit {
	background: #E34E26 !important /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-search-input::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: #fff;
}

.sb-search-input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.sb-search-input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}

.sb-search-input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}

.sb-search-input::-ms-input-placeholder { /* Edge */
  color: #fff;
}

.sb-search-input:placeholder-shown { /* Standard one last! */
  color: #fff;
}

.sb-icon-search {
    background: #ff7f00 none repeat scroll 0 0;
    color: #fff;
    font-family: "fontello";
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-transform: none;
    z-index: 90;
}

.sb-icon-search:before {
	content: '\e825';
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
background: #E34E26;
    color: #fff;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
