#lasthoroscope {
    width: 95%;
    margin: 0 auto;
	margin-top: 0px;
    -webkit-box-shadow: 0 0 0 0.1875rem #f6f6f6;
    -moz-box-shadow: 0 0 0 0.1875rem #f6f6f6;
    box-shadow: 0 0 0 0.1875rem #f6f6f6;
    border: 1px solid #d8d8d8;}

div.contentAstro{
    background-color: #f6f6f6;
	padding: 5%;
    border-top: 0px solid #833177;
}

#lasthoroscope div.iconAstro{
    text-align:left;
    width: 100%;
    overflow: hidden;
    max-height:50px;
    padding:2% 8px;
    border-top: 0px solid #833177;
    border-bottom: 5px solid #833177;
    font-family: 'Roboto', sans-serif;

    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
}
div.astroSvg{
    float: left;
    text-align: right;
    width: 30%;
}
div.astroSvg svg{
    fill:#833177;
}
div.titleAstro{
    float: left;
    width: 70%;
}
.titleAstro p {
    color: #833177;
    font-size: 1.1rem;
    font-weight:300;
    text-transform: uppercase;
    flex: 0 0 auto;
    margin: 1%;
}

.signeAstro {
    width:100%;
    overflow:hidden;
    height: 1%;
    padding-bottom:5%;

    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.signeAstro h3{
	font-size: 1.5rem;
    font-weight: 700;
	text-transform: uppercase;
}
div.signeImg{
    width: 35%;
    float:left;
    text-align: center;
    height:60px;
    max-width:60px;
    
    flex: 0 0 auto;
}
div.signeImg img{
    background-color:#833177;
    width:60;
    height:60px;
    border-radius:50%;
}

div.signeTitle{
    width:65%;
    float:left;
    text-align:center;

    flex: 0 0 auto;
}


div.descriptionAstro{
    padding-bottom:5%;
	    text-align: justify;
	
	
	    color: #555;
    float: left;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 10px;
    width: 100%;
	
	
	
}

div.personAstro{
    color:#9d9d9d;
}
div.personAstro p{
    font-size:14px;
	line-height: 18px;
}

@media (max-width:900px){
    div.signeImg{
        height:90%;
        max-width:unset;
    }
    div.signeImg img{
        width:90%;
        height:90%;
    }
}



/** Catégorie Bouttons **/

div.categorieButton{
    margin-top: 20px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    max-height: 50px;
    padding: 2% 0;
    border-top: 2px solid #833177;
    border-bottom: 2px solid #833177;
    font-family: 'Roboto', sans-serif;

    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}

div.titleCategorieButton{
    width: 100%;
}
div.titleCategorieButton p{
    color: #833177;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;

    flex: 0 0 auto;
    margin: 1%;
}

div.titleCategorieButton a:hover{
    color: #fff;
}

div.titleCategorieButton:hover{
    background: #833177;
    color: #fff;
}