.month{
    margin-top: 2.5rem;
}

.catalog{
    margin-top: 2rem;
}

.month-object-title{
    color: #fff;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 26px;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 0.25rem;
}

.month-object-title span{
    background-color: #032c41;
    padding: 8px 20px;
}

.cadre{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 2rem;
    margin-top: 1.3rem;
}

.attributs{
    text-align: center;
    padding-bottom: 1rem;
}

.attributs a p{
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #000;
}

.attributs p{
    color: #000;
    text-align: center;
    margin-top: 1rem;
    max-width: 100%;
}

.attributs a:nth-of-type(2){
    text-transform: uppercase;
    padding: 10px 18px 10px;
    background-color: #f0f0f0;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    transition: all 500ms ease 0s;
}

.attributs a p:hover{
    color: #00b5e9;
}

.attributs a:nth-of-type(2):hover{
    background-color: #00b5e9;
    color: #fff;
    transition: ease 0.2s;
}

.attributs .price{
    padding-bottom: 1rem;
    color: #00b5e9;
    font-weight: 600;
    font-size: 15px;
}

@media screen and (min-width: 992px){
    .month{
        display: flex;
        margin-top: 3rem;
    }

    .catalog{
        margin-top: inherit;
    }

    .objet{
        width: 55%;
        margin-right: 2rem;
        margin-top: -4px;
    }

    .cadre{
        padding-bottom: inherit;
        max-height: 325px;
    }

    .contenu-cadre{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .contenu-cadre img{
        max-height: 325px;
    }

    .attributs{
        margin-top: inherit;
        margin-bottom: 1rem;
        max-width: 48%;
    }

    .attributs .description{
        width: 70%;
    }

    .attributs a p{
        margin-top: 2rem;
    }

    .attributs p:nth-of-type(1){
        max-height: 7.5rem;
        overflow: hidden;
    }
}