@font-face {
    font-family: Roboto;
    src: url(/Appearance/Fonts/Roboto-Light.ttf);
}
@font-face {
    font-family: Roboto;
    src: url(/Appearance/Fonts/Roboto-LightItalic.ttf);
    font-style: italic;
}
@font-face {
    font-family: Roboto;
    src: url(/Appearance/Fonts/Roboto-Regular.ttf);
    font-weight: bold;
}
@font-face {
    font-family: Roboto;
    src: url(/Appearance/Fonts/Roboto-Italic.ttf);
    font-weight: bold;
    font-style: italic;
}

html, body {
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
    background-color: #F8F8F8;
}

.noPadding{
    padding: 0;
}

.maxWidth {
    max-width: 1000px !important;
    margin-left: auto;
    margin-right: auto;
}

.noBorder {
    border: 0;
    border-radius: 0;
}

.container-fluid {
    padding: 0;
}
.row {
    padding:0; margin:0;
}

h2,h3,h4 {
    margin: 0;
}

h3 {
    font-size: 17px;
}

h4 {
    font-size: 13px;
    margin-top: 4px;
}

#bandeauTop {
    background-color: #f6f6f5;
    border: 0;
    padding: 2px;
    border-radius: 0;
    display: none;
  visibility: collapse;
    background-size: auto 60px;
    background-repeat: no-repeat;
}

.notationSpan {
    color: #808080;
    font-weight: bold;
}

.shortText{
    cursor:pointer;
}

.flagImg {
    border: 1px solid gray; 
    height: 10px;
}

.titreBandeau {
    color: white;
    font-size: 16px;
    margin-top: 11px;
    text-shadow: 2px 2px 2px rgba(50, 50, 50, 1);
  display: none;
  visibility: collapse; 
}

.titreNomPresta {
    text-align: center;
    font-size: 20px;
    color: grey;
    margin-top: 5px;
}

#imgLogoPresta {
    height: 40px;
  display: none;
}

#imgImagePresta {
    width: 100%;
  height: 100%;
    background-size: 100%;
}

.noteMoyenne{
    background-color: rgba(0,0,0,0.6);
    display: inline-block;
    width: 100%;
    padding: 5px;
    font-size: 17px;
    color: white;
    text-align: center;
    font-style: italic;
}

.nomPresta {
    text-transform: uppercase;
    font-style: normal;
}

#textFooterQualitelis {
    font-size: 8px;
    display: inline-block;
    width: 60%;
}

.navbar {
    min-height: initial;
}

#imgQualitelis {
    max-width: 150px;
    margin: 5px 5px 5px 0;
}

#qualitelisFooter {
    padding: 0 10px;
}

#spanInfo {
    font-size: 16px;
    margin-top: 8px;
}

.popover {
    max-width: 230px;
}

.popover-content {
    font-size: 10px;
}