/* ---- Font Awesome ----*/
@font-face {
    font-family: 'FontAwesome';
    src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.eot?v=4.5.0');
    src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), 
        url('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), 
        url('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), 
        url('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}
/* ---- General styles ----*/
h2, h3 {
    margin-top: 1.4em;
}    

/*------- page Home -------*/
.url-home .mainimage {
    max-width:90%;
    max-height:50%;
    margin-bottom:1em;
}
.url-home .sponsor {
    height : 100px;
    margin : 7px;
}

/*------- page Useful information -------*/
.url-useful-informations .mapcontainer {
    float : right;
    margin : 1em;
    text-align: right;
    font-size: x-small;
}
.url-useful-informations .to {
    display: block;
    font-weight: bold;
    font-size: 1.3em;
    margin: .4em 0em .3em 0em;
}    
.url-useful-informations .from {
    display: block;
    font-weight: bold;
    color: #005577;
    padding: .7em 0em .4em 0em;
}    

/*------- page Abstracts -------*/
.url-abstracts h4.titre {
    margin-top: 2em;
    background-color: #F7F7F7;
    padding: 7px;
    border-radius: 7px;
}

/*------- page Program -------*/
.break {
    color: green;
    font-style:italic;
}
.fa, .coffee:before, .meal:before{
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
}
.coffee:before, .meal:before{
    padding-right: .4em;
}    
.coffee:before{    
    content: '\f0f4 ';
}
.meal:before{    
    content: '\f0f5 ';
}

/*------- form Subscribe -------*/
.type-form .submit {
    margin-top: 2em;
}