.content-container{
    max-width: 1110px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
#offres-region-header{
    
}
#offres-region-header .motif-01{
    width: 90px;
    margin-bottom: 5px;
}
#offres-region-title{
    font-family: 'Roboto';
    font-size: 14px;
    color: #2a2b2d;
    font-weight: bold;
    margin-bottom: 40px;
    padding-bottom: 0;
}
#offres-region-description{
    font-family: 'Roboto';
    font-size: 18px;
    color: #2a2b2d;
}
#offres-region-departements{
    display: flex;
    flex-wrap: wrap;
    max-width: 660px;
}
#offres-region-departements .departement-tab{
    padding-left: 0;
    padding-right: 20px;
    flex-basis: 25%;
    margin-bottom: 25px;
}
/*
#offres-region-departements .departement-tab:first-child{
    padding-left: 0;
}
#offres-region-departements .departement-tab:last-child{
    padding-right: 0
}
*/
#offres-region-departements .departement-tab a{
    width: 100%;
    color: #005ca5;
    font-family: 'Anton';
    font-size: 20px;
    text-align: center;
    padding: 12px 0;
    cursor: pointer;
}
#offres-region-departements .departement-tab a.active{
    color:white !important;
    background:  #84a4c5;
    text-decoration: none;
}
#offres-region-departements .departement-tab a.active span{
    background: #0e4184;
}


#offres-region-produits{
    margin-top: /*40*/15px;
    margin-left: -10px;
    margin-right: -10px;    
}
#offres-region-produits .produit-wrapper{
    padding: 10px;
}
.produit-wrapper .produit-link{
    position: relative;
    display: inline-block;
}
.produit-link .produit-image{
    
}
.produit-link .produit-name{
    font-family: 'Anton';
    position: absolute;
    color: white;
    font-size: 24px;
    bottom: 15px;
    right: 15px;
    text-align: right;
    max-width: 230px;
    line-height: 1.2;
    display: none;
}
.produit-wrapper.active .produit-link .produit-name{
    display: block;
}

.produit-wrapper .produit-link span.transparency{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.produit-wrapper.active .produit-link span.transparency{
    background: rgba(50, 70, 110, 0.3);
}



@media screen and (max-width: 1330px){    
    #custom-region-header-description-wrapper{
        right: 10px;
    }
}
@media screen and (max-width: 900px){    
    #custom-region-header-description-wrapper{
        right: 10px;
    }
}
@media screen and (min-width: 460px) and (max-width: 900px){    
    #custom-region-header-description #image-region-texte-1{
        font-size:  10px;
    }
    #custom-region-header-description #image-region-texte-2{
        font-size:  40px;
    }
    #custom-region-header-description #image-region-texte-3{
        font-size:  20px;
    }
}
@media screen and (max-width: 459px){    
    #custom-region-header-description{
        display: none;
    }
}
@media screen and (max-width: 670px){    
    #offres-region-departements .departement-tab{
        max-width: 100%;
    }
}
@media screen and (min-width: 576px) and (max-width: 670px){    
    #offres-region-departements .departement-tab a{
        font-size: 17px;
    }
}
@media screen and (max-width: 575px){    
    #offres-region-departements .departement-tab{
        padding: 10px !important;
    }
}

