@import url(http://fonts.googleapis.com/css?family=Poiret+One|Lato:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway);

#sales {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 300;
    font-size: 1rem;
}

#sales h3 {
    font-family: "Lato";
}
#sales p {
    line-height: 1.2;
}

#sales .sell_horse_img_update_container {
    position: relative;
}

#sales .sell_horse_img_update_container .btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.5rem 1rem;
}

#sales .create-btn a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 7rem;
}
#sales .create-btn a i {
    font-size: 2rem;
}

#sales .sell_horse_img_update_container .btn i {
    font-size: 1rem;
}

#sales .category_title {
    font-size: 1.2rem;
    display: inline-block;
    font-style: italic;
    vertical-align: top;
    color: #e28f2b;
    border-top: 1px solid #e28f2b;
    width: 15%;
    text-align: right;
    padding: 0.5em;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
@media screen and (max-width: 815px) {
    #sales .category_title {
        display: block;
        position: initial;
        width: 100%;
    }
}
#sales .sell_container {
    position: relative;
}
#sales .sell_container .sell_horses_container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    margin-left: 15%;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}
@media screen and (max-width: 815px) {
    #sales .sell_container .sell_horses_container {
        margin-left: 0%;
    }
}
@media screen and (max-width: 675px) {
    #sales .sell_container .sell_horses_container {
        text-align: center;
    }
}
#sales .sell_container .sell_horse_container.colonnes {
    margin: 1rem;
    flex: 1 0 46%;
}
@media screen and (max-width: 675px) {
    #sales .sell_container .sell_horse_container.colonnes {
        flex: 1 0 100%;
    }
}
#sales .sell_container img {
    width: 100%;
    margin: 0;
}
#sales .sell_container .description_sell_horse_container {
    height: 110px;
    box-shadow: 0 3px 30px 0px #c5c5c5;
    padding: 0.5em 1em;
    margin-top: -0.2em;
}
@media screen and (max-width: 675px) {
    #sales .sell_container .description_sell_horse_container {
        height: auto;
    }
}
#sales .sell_container .description_sell_horse_container .horse_solded {
    float: right;
    margin: 0.5em;
    background-color: #e28f2b;
    padding: 0 0.2em;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.8em;
    padding: 0 0.5em;
    font-style: normal;
}
#sales .sell_container .description_sell_horse_container h3 {
    text-align: left;
    margin-bottom: 0.5em;
    font-style: normal;
    font-weight: bold;
    font-size: 1.2em;
}
#sales
    .sell_container
    .description_sell_horse_container
    .horse_to_sell_description {
    font-style: normal;
    color: #000000;
    margin: 0.5em 0;
}
#sales
    .sell_container
    .description_sell_horse_container
    .horse_to_sell_description
    > p:first-child {
    margin-bottom: 0;
}
#sales
    .sell_container
    .description_sell_horse_container
    .horse_to_sell_description
    > p:last-child {
    margin-top: 0;
}
