body {
    display: image;

    width: 100%;
    height: 100%;
    overflow: hidden;

    font: normal normal normal 21px/1.4em 'open sans', sans-serif;
    font-weight: bold;
    color: white;
}

.undisplay {
    display: none;
}

.hidden {
    visibility: hidden;
}

#header {
    display: flex;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: whitesmoke;
    background-color: #de5a5f;
    border-bottom: 1px solid #cc464b;
    line-height: 30px;
    padding: 5px 20px;
}

#headerBackButton {
    margin: 0 10px;
    padding: 0 10px;
    border-radius: 10px;
}


#headerBackButton:hover {
    background-color: #cc464b;
}

#headerTitle {
    flex-grow: 1;
    margin: 0 10px;
}

#header.undisplay{
    display: none;
}

#myMap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

@font-face {
    font-family: pictoFont;
    src: url("../styles/fonts/globeConteur.woff");
}

.gogo-load-css .subcategorie-option-item.disabled:not(:hover) .icon {
    color: dimgrey;
}

.gogo-load-css .subcategorie-option-item.disabled:hover .icon {
    color: grey;
}

.gogo-load-css .subcategorie-option-item .icon {
    color: #000;
}

.gogo-section-contentBody .profile {
    margin-bottom: 20px;
    max-height: 200px;
}

.gogo-section-contentBody {
    font-weight: normal;
}

.field.field-tags.tags-container {
    margin-top: 0 !important;
}

.gogo-section-contentBody .tags,
.gogo-section-contentBody .tellers,
.gogo-section-contentBody .partners,
.gogo-section-contentBody .collections,
.gogo-section-contentBody .interviewers {
    position: relative;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
}

.gogo-section-contentBody .title {
    font-size: 16px;
    font-weight: bold;
    color: rgb(0, 108, 109);
    padding: 10px 0 0 0;
}

.gogo-section-contentBody .block {
    margin-bottom: 10px;
    min-height: 20vh;
}

.gogo-section-contentBody .button-block {
    margin-bottom: 10px;
}

.gogo-section-contentBody .image {
    position: relative;
    height: 20vh;
    width: 20vh;
    float: left;
    margin-right: 10px;
}

.gogo-section-contentBody .cover {
    position: relative;
    max-height: 300px;
    height:auto;
    width:auto;
}

.gogo-section-contentBody .image .picture {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../img/PICTO_AUDIO@100px.png');
    background-color: lightgray;
    background-position: center;
}

.gogo-section-contentBody .image .info {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    line-height: normal;
    padding: 5px 10px;
    background-color: rgba(211, 211, 211, 0.6);
    font-weight: bold;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

#directory-content-list .collapsible-body-main-content .tellers,
#directory-content-list .collapsible-body-main-content .interviewers,
#directory-content-list .collapsible-body-main-content .partners,
#directory-content-list .collapsible-body-main-content .collections,
#directory-content-list .collapsible-body-main-content .tags {
    display: none;
}

.gogo-load-css .gogocarto-container #directory-menu.small-width .icon::before {
    margin-top: 8px;
}

.button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #4479BA;
    color: #FFF !important;
    padding: 8px 12px;
    margin-bottom: 10px;
    text-decoration: none;
}