.offres h1{
    font-size: 150%;
    line-height: 1;
    text-align: center;
}
.offres h2{
    color:#4e74a0;
}

#offre-affichage h1{
    text-align: center;
    font-weight: 500;
    font-size: 140%;
}

.offre-titre{
    background-color: #d3d3d3;
    width: 1em;
    height: 1em;
    border-radius: 100%;
    color: #606060;
    text-align: center;
    font-size: 1em;
    padding: 0.5em;
    box-sizing: content-box;
    margin-right: 0.7em;
}

.offre-formations-item {
    background-color: #56a8a8;
    color: white;
    border-radius: .5em;
    margin: 0.4em auto;
    padding: 0 1em 0 0;
    display: block;
    width: fit-content;
    line-height: 1.4;
    text-align: center;
    font-family: 'Ubuntu Condensed', 'Ubuntu', sans-serif !important;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}
.offre-formations-item:hover{
    text-overflow:unset;
    max-width: unset;
}
.offre-formations-item i{
    background-color: #358585;
    padding:.5em .7em;
    border-radius: .5em 1em 1em .5em;
    margin-right: .3em;
    font-size: 90%;
}
.offre-formations-item sup{
    font-size: 60%;
}

.offre-bloc{
    padding: 2em;
    padding-left: 3em;
    display: block;
}

.offre-monobloc{
    padding: .8em;
    display: inline-block;
}

#offre-desc i:not(.button i){
    background-color: #56a8a8;
    width: 1em;
    height: 1em;
    border-radius: 100%;
    color:white;
    text-align: center;
    font-size: 1em;
    padding:.5em;
    box-sizing: content-box;
    margin-right: .8em;
}

#offre-desc p{
    text-align: left;
    margin-bottom: 2em;
}

.offres-apercu{
    margin-left: 1em;
}
.offres-apercu,
.offres-apercu a{
    text-align: center;
}
.offres-apercu i{
    padding-right: unset !important;
    transform: unset !important;
}

a.dffusion-rouge{
    color:#bb6363;
}
a.dffusion-vert{
    color:green;
}


/* RECHERCHE */
a.offre-resultat{
    margin-bottom: 1.4em;
    display: block;
    padding:1.2em .5em;
    border-radius: .4em;
    border:1px solid #fff;
    color:unset;
}
a.offre-resultat:hover{
    background-color: #1975990e;
    border-color: #1975991f;
    color: #2d517b;
}
.offre-resultat:hover .offre-titre{
    background-color: #4e74a0;
    color: #ffffff;
}

.offre-resultat p{
    margin-bottom: 0;
    padding-left: .9em;
    margin-left: 1.15em;
    border-left: 1px solid #eaeaea;
    text-align: left !important;
}
.offre-resultat:hover p{
    border-left: 1px solid #1975993b;
}
.offre-resultat .offre-formation_nom{
    font-family: 'Ubuntu Condensed', 'Ubuntu', sans-serif !important;
}

.offre-line-separator{
    width:100px;
    border-bottom: 2px dotted #ccc;
    margin:1em auto;
}

#offres-formations-liste{
    margin-bottom: 2em;
    font-size: 90%;
    background-color: #f3f3f3;
    padding: 1em;
    border-radius: 0.5em;
}
#offres-formations-liste .offre-formations-item{
    margin: 0.4em 0;
    background-color: #ffffff;
    color: #2e5757;
}
#offres-formations-liste .offre-formations-item i {
    background-color: #eeffff;
}

#offre-lien-depot{
    white-space: nowrap;
}

#offres-vues{
    text-align: center;
    display: block;
    color:#a0a0a0;
    font-size: 90%;
}

#offres-vues i{
    color:#b6b6b6;
    padding-right: .5em;
}

@media (max-width: 1079px) {
    #offre-titre-fa{
        display: block;
        margin:0 auto .5em auto;
    }
    .offre-bloc{
        padding-right: 16px;
        padding-left: 1em;
    }
    .offre-monobloc{
        padding: .8em;
        padding-right: 16px;
        padding-left: 3.1em;
        display: block !important;
    }

    .offre-formations-item i{
        float: left;
        border-radius: .5em .5em 1em .5em;
    }
    .offre-formations-item {
        white-space: initial;
        overflow: initial;
        text-overflow: initial;
    }
    .offre-formations-item-nom {
        padding: 0.4em;
        display: block;
    }
    #offre-desc i:not(.button i) {
        transform: scale(.9);
        margin-right: 0.3em;
    }
    #offre-lien-depot{
        letter-spacing: 0;
    }

    #offre-affichage h1 {
        line-height: 1.2;
    }
}