@import url(https://fonts.googleapis.com/css?family=Lato:400,700,700italic,900,900italic);


.not-front h1 {
    color: rgb( 29, 60, 52);
    font-family: 'ebGaramondBold';
    font-size: 3.0rem;
}

.not-front .store-intro p {
    font-size: 1.5rem;
}

.not-front .store-partners div {
    display: inline-block;
}

.not-front .store-univers {
    margin-top: 65px;
}

.not-front .store-univers .univers img {
    display: block;
    width: 100%;
    height: auto;
}

.not-front .store-univers .univers h2 {
    font-family: 'ebGaramondBold';
    font-size: 2.0rem;
    padding-left: 23px;
    text-transform: uppercase;
}

.not-front .store-univers .univers:first-child h2 a {
    color:  #98c4ab;
}

.not-front .store-univers .univers:nth-child(2) h2 a {
    color: #cc4F76;
}

.not-front .store-univers .univers:nth-child(3) h2 a {
    color: rgb(203, 160, 82);
}

.not-front .store-univers .univers ul {
    list-style: none;
    margin: 0 0 0 23px;
    padding: 0;
}

.not-front .store-univers .univers ul li a {
    padding: 8px 0px 8px 20px;
    border-bottom: 1px solid #dcdcdc;
    display: block;
}

.not-front .store-univers .univers ul li a:hover {
    background: #f6f6f6;
}


.not-front .store-univers .univers.univer-73{

}

#gift-pub{
    /* background-color:  rgba(124, 31, 93, 0.07); */
    background-color:  rgb(185, 220, 210);
    padding: 2rem 2rem;
}



#gift-pub h2{
    margin: 0px 0px 1px 0px;
    padding:0px;
    font-family: 'ptSansNarrowRegular';
    /* color: #7c1f5d; */
    color: rgb( 29, 60, 52);
    font-weight: bold;

}

#gift-pub hr + a{
    border-radius: 15px;
    padding: 5px 10px;

}
#gift-pub hr + a:hover{
    font-size:101%;
    background-color: rgb(29, 60, 52);
    color: white;
}

#gift-pub p{
 line-height: 1.8rem;
}

#gift-pub hr{
    border-top: 1px solid #DCDCDC;
}

#gift-pub a{
    font-family: 'ptSansNarrowRegular';
    /* color: #7c1f5d; */
    color: rgb( 29, 60, 52);
    font-weight: bold;
}

@media screen and (max-width: 767px) {

    .page-nos-produits h1 {
        line-height: normal;
    }

    .not-front .store-univers .univers .field-name-field-image,
    .not-front .store-univers .univers {
        margin-bottom: 15px;
    }

    .not-front .store-univers .univers ul {
        margin-left: 0;
        padding-left: 0;
    }
}