/**************************************
CARTE 
**************************************/
.cat-box-filter{
    padding: 1rem 0;
    background-color: white;
    box-shadow: 2px 2px 6px #bfbfbf;
    text-align: center;
}

.cat-box-filter .cat-tags{
    margin: 0;
    padding: 0;
}

.cat-box-filter .cat-tags .cat-tag{
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
    font-weight: 400;
    color: #13749f;
    text-transform: uppercase;
    background-color: #ffffff;
    padding: .5rem 1rem;
    margin-right: .5rem;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #13749f;

    transition: all 0.6s;
}

.cat-box-filter .cat-tags .cat-tag.active{
    color: #ffffff;
    background-color: rgb(20, 116, 159);
    
}

/* GRID */
.box-card-info .grid.lessCard {
    grid-template-columns: repeat(auto-fit,minmax(var(--bulma-grid-column-min),min-content));
}
.box-card-info .cell{
    padding-top: 20px;
}

/* CARD */
.box-card-info .cell .card {
    padding: 0;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}

.box-card-info .cell .card.past{
    filter: grayscale(90%);
}

.box-card-info .cell .card:hover .card-image img{
    transform: scale(1.1);
}

.box-card-info .cell .card .card-content{
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}


/**** IMAGE ****/
.box-card-info .cell .card .card-image{
    display: block;
    position: relative;
    overflow: hidden;
}

.box-card-info .cell .card .card-image img{
    object-fit: cover;
    transition: transform .6s;
}

/**** TITRE ****/
.box-card-info .cell .card .content .title-action{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
}
.box-card-info .cell .card .content .title-action a{
    color: #000;
}

/*.card .content .title-action::after {
    content: "";
    display: block;
    width: 50%;
    background-color: #13749f;
    height: 3px;
    margin: 0.6rem auto;
  }*/

/**** CATEGORIE ****/
.card .card-content .categories{
    position: absolute;
    transform: translateY(-13px);
    top: 0;
}


.card .card-content .categorie {
    position: relative;
    left: 0.5rem;
    font-size: 11px;
    line-height: 13px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    border-radius: 6px;
    padding: 5px 10px;
    margin: 3px;
    pointer-events: none;
    font-weight: normal;
    display: inline-block;
    background-color: #cecece;
    color: #000;
    
}
.accompagnement-ducatif-local .card-content .categorie{
    color: #662483;
}
.parcours-accompagn-en-ligne .card-content .categorie,
.formation-continue-e-learning .card-content .categorie{
    color: #920048;
}

/**** CONTENT ****/
/*.card .card-content{
    height: 300px;
}*/
.card .card-content .description-action{
    font-size: 16px;
}

/**** FOOTER ****/
.card .card-footer{
    display: block;
    background-color: #fff;
    padding: 0.2rem;
    text-align: center;
    color: #000;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.card .card-footer .date-action{
    font-size: 14px;
    margin: 0;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: 1px;
}

.show_more_card{
    text-align: center;
}

.show_more_card::after,
.show_more_card::before{
    content: "";
    display: inline-block;
    width: 33%;
    background-color: #13749f;
    height: 3px;
    margin: 0.6rem auto;
    margin: 0 2rem;
}

.button.is-info{
    color: #13749f;
    border-color: #13749f;
}
.box-card-info{
    margin-bottom: 1.5rem;
}

/**************************************
RESET 
**************************************/
.wp-core-ui .select select{
    background: none;
}

/**** Admin ****/
.title.is-4 {
    font-size: 1.5rem;
    color: #353535;
    font-weight: bold;
    margin-bottom: 0.5rem;
    background-color: white;
    padding: 0.5rem 1rem;
    border-bottom: 2px solid #353535;
}

/*******************************************
CARD 2
******************************************/

.card2 .superposition-bottom-ss-rub {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  background-color: rgba(255, 255, 255, .9);
  min-height: 56px;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 2;
}

/*******************************************
INCRIPTION DISPLAY
******************************************/
/*.catalogue-formation #inscription-anchor{
    display: none;
}
#bootstrap3 .nav-pills > li:first-child,
.catalogue-formation ul.formation-nav li:first-child{
    display: none;
}*/
.catalogue-sidebar .liens-embed,
.wrapper-visuel_description_banner,
.catalogue-formation .breadcrumb,
#error_add_to_cart .btn-default,
#validation_add_to_cart .btn-default,
#cart_form .situation_locked,
#cart_form .clear_cart,
#dendreo_ajax_form .situation_locked
{
    display: none !important;
}
.catalogue-formation .breadcrumb a{
    display: inline-block;
}

.superposition-bottom h1{
    font-size: 36px;
}

header .title-full-width img{
    width: 100%;
    object-fit: cover;
}
/*******************************************/
.loader-mlf {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite
}
.loader-mlf::before , .loader-mlf::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #FFF;
    animation: prixClipFix 2s linear infinite ;
}
.loader-mlf::after{
    inset: 8px;
    transform: rotate3d(90, 90, 0, 180deg );
    border-color: #FF3D00;
}

@keyframes rotate {
    0%   {transform: rotate(0deg)}
    100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    75%, 100%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
}
