/* Cadre d'une animation */
.term-patrimoine .view-animations-planete-lot .views-row {
    background-color: #f9dfc5;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px;
}

/* titre d'une animation */
.term-patrimoine .view-animations-planete-lot .views-row .views-field-title {
    color: black;
    font-family: 'allerbold';
    font-size: 22px;    
}

/* titre d'une sous titre */
.term-patrimoine .view-animations-planete-lot .views-row .views-field-subtitle {
    color: #da7918;
    font-family: 'allerbold';
    font-size: 20px;    
}

/* titre d'une genre */
.term-patrimoine .view-animations-planete-lot .views-row .views-field-genre {
    color: #da7918;
    font-family: 'allerbold';
    font-size: 15px;    
}

@media only screen and (min-width: 768px) {
    .view-animations-planete-lot .views-row .views-field-field-scald-thumbnail {
        display: block;
    }
}
.view-animations-planete-lot .views-row .views-field-field-scald-thumbnail {
    padding-right: 10px;
}

.view-animations-planete-lot .views-row .views-field-field-scald-thumbnail img {
    width: 100%;
    max-width: 100%;
    height: auto;
}


.term-patrimoine .view-animations-planete-lot .views-row .fa {
    color: #da7918;
    display: block;
    text-align: right;
    margin: 10px;
    font-size: 28px;
    cursor: pointer;    
  }