@font-face {
    font-family: "Segoe UI";
    src: url(../font/seguisym.ttf);
}

@font-face {
    font-family: "Segoe UI Light";
    src: url(../font/SEGOEUIL.woff);
}

@font-face {
    font-family: "DS-Digital";
    src: url(../font/DS-Digital.TTF);
}

.gb-text-btn
{
    font-family: "segoe ui", "Calibri", 'Trebuchet MS', sans-serif;
}
.gb-text-normal
{
    font-family: "segoe ui", "Calibri", 'Trebuchet MS', sans-serif;
    font-size: 15px;
}
.gb-text-l
{
    font-family: "segoe ui", "Calibri", 'Trebuchet MS', sans-serif;
    font-size: 15px;
}
.gb-text-pgph
{
    font-family: "segoe ui light", "Calibri", 'Trebuchet MS', sans-serif;
    font-size: 1.8em;
}

.body-in
{
    background-image: url(../img/oran.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    background-attachment: fixed;
}

body
{
    margin: 0;
    font-family: "Segoe UI",Arial,sans-serif;
    font-size: 15px;
    background: #f5f8f9;
}

/* style pour les placeHolder */

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #aaa;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:    #aaa;
opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color:    #aaa;
opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color:    #aaa;
}
::-ms-input-placeholder { /* Microsoft Edge */
color:    #aaa;
}

/* icones */
.ico-menu
{
    width: 25px;
    vertical-align: middle;
    margin-right: 10px;
}

.ico-cmd
{
    width: 19px;
    vertical-align: middle;
}

.ico-cat
{
    width: 35px;
    vertical-align: middle;
}