

@font-face {
    font-family: 'icomoon';
    src:url('fonts/icomoon.eot?yfpjbf');
    src:url('fonts/icomoon.eot?yfpjbf#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?yfpjbf') format('truetype'),
    url('fonts/icomoon.woff?yfpjbf') format('woff'),
    url('fonts/icomoon.svg?yfpjbf#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-casque:before {
    content: "\e900";
}
.icon-cellphone57:before {
    content: "\e901";
}
.icon-email27:before {
    content: "\e902";
}
.icon-like80:before {
    content: "\e903";
}
.icon-noun_122005_cc:before {
    content: "\e904";
}
.icon-padlock50:before {
    content: "\e905";
}
.icon-person191:before {
    content: "\e906";
}
.icon-pickup4:before {
    content: "\e907";
    font-size: 60px;
}
.icon-sac:before {
    content: "\e908";
}


.hidden{display:none;}
.left{float:left;}
.right{float:right;}
.no-float{float:none;}
.center{text-align:center;}
.bold{font-weight:bold;}
.italic{font-style:italic;}
.text-left{text-align:left;}
.text-right{text-align: right;}
.uppercase{text-transform: uppercase;}
.underline{text-decoration: underline;}
.clearfix:before,
.clearfix:after{
    display: table;
    content: " ";
}
.clearfix:after{
    clear: both;
}

.white{
    color: #FFFFFF;
}
.orange{
    color:#ff6600;
}

.btn{
    height: 35px;
    padding: 0 20px;
    line-height: 35px;
    border-radius: 0;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.btnOrange{
    background:#ff6600;
    color: #FFFFFF;
    border:0;
}
.btnOrange:hover{
    background: #000000;
}

.btnBlack{
    background: #000000;
    color: #FFFFFF;
}
.btnBlack:hover{
    background: #FFFFFF;
    color: #000000;
}

.btnYellow {
    color: black;
    font-weight: bold;
    background-color: #ffd800;
    padding: 3px 12px;
}
a.btnYellow {
    color: black !important;/* css is stupid */
}
.btnYellow:hover{
    color: white !important;
    background: #000000;
}

input.greyStroke, select.greyStroke{
    font-size: 12px;
    color:#6c6c6c;
    height:40px;
    padding: 0 10px;
    background: transparent;
    border: 1px solid #6c6c6c;
    position: relative;
}


.bigTitle{
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 30px;
    font-weight: 800;
}
.mediumGreyTitle{
    font-family: 'Open Sans', sans-serif;
    color: #7d7d7d;
    font-size: 17px;
    font-weight: 800;
}