/*\/ Mode Bloc */

.mlabBlocAdmin{
    height : 470px;
    padding: 5% 0% 5% 10% ;
    border: 1px solid #A8152A;
    background: linear-gradient(rgba(233, 233, 233, 0.2), rgba(233, 233, 233, 0.2)), url('../../assets/img/bloc-remua.png');
    background-size: auto;
    color : #000;
}

.mlabBlocAdmin .titre {
    text-transform:uppercase;
    font-size: 1.5rem;
    color : #A8152A;
}


.mlabBlocAdmin .bold{
    font-weight:bold;
}
.mlabBlocAdmin .card {
    border : 1px solid #aaa;
    background-color: #e9e4e4;
   
    width:min-content;
    max-height:280px;
    text-align: center;
}

.mlabBlocAdmin .content{
    display:flex;
    width:100%;
    max-height:280px;
    padding: 5% 0% 0% 0%;

}

.mlabBlocAdmin .content .cCard{
    width:40%;
    max-height:280px;
}
.mlabBlocAdmin .content .options{
    width:60%;
    padding-top:5%
}
.mlabBlocAdmin .mode {
   font-size: 1.5rem;
   color : #A8152A;
   font-weight: 600;
   margin-bottom: 2%;
}
.mlabBlocAdmin.xpert .mode {
     color : #52B4C7;
}
.mlabBlocAdmin div.enorme {
    font-size:2.5rem;
}
.mlabBlocAdmin   span {
    color : #A8152A;
}
.mlabBlocAdmin.xpert   span {
    color : #52B4C7;
}
.mlabBlocAdmin span.dashicons {
    font-size: 150px;
    width: 150px;
    height: 150px;
    overflow: visible;
}

/*\/ Mode Bloc Slider */
.mlabBlocAdmin.slider .mode {
    font-size: 1.5rem;
   color : #A8152A;
   text-align: center;
   font-weight: 600;
   margin-bottom: 2%;
}
.mlabBlocAdmin.slider span.dashicons {
    font-size: 50px;
    width: 50px;
    height: 50px;
    overflow: visible;
}
.mlabBlocAdmin.slider .content{
    display:flex;
    width:80%;
    max-height:400px;
    justify-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 5% 0% 0% 0%;
}
.mlabBlocAdmin.slider   .placeholderSlider{
    flex-direction: row;
    display: flex;
    align-items: center;
}
.mlabBlocAdmin.slider   .placeholderSlider .slideCard{
    display: flex;
    width: 25%;
    flex-direction: column;
    align-items: center;
    background-color: #e9e4e4;
    border : 1px solid #aaa;
    padding: 2%;
    margin: 0% 2% 0% 2%;

}
.mlabBlocAdmin.slider   .placeholderSlider .slideCard .card-body{
    text-align: center;
}
.mlabBlocAdmin.slider .content .options{
    padding-top:0%
}
.mlabBlocAdmin.slider .content .options{
    width:80%;
    margin: auto;
    max-height:280px;
    display:flex;
}
.mlabBlocAdmin.slider .content .options .gauche {
    width:50%;
}
.mlabBlocAdmin.slider p.enorme {
    font-size:1.2rem;
}

/*\/ Mode Xpert */ 
.mlabBlocAdmin.xpert  {
    border: 1px solid #52B4C7;
    background: linear-gradient(rgba(233, 233, 233, 0.2), rgba(233, 233, 233, 0.2)), url('../../assets/img/bloc-50ans.png');
  
}
.mlabBlocAdmin.xpert .titre {
    text-transform:uppercase;
    font-size: 1.5rem;
    color : #52B4C7;
}

/* Modifs ACF */ 
.acf-relationship .selection {
    display:flex!important;
    flex-direction: column!important;
  
}

.acf-relationship .selection .choices {
    background: #F9F9F9;
    width:100%!important;
    border-bottom: 1px solid #000;
}

.acf-relationship .selection .values, .acf-relationship .selection .choices {
    width: 100%!important;
    background: #fff;
    float: left;
}

/* Test ;) */ 
.block-editor-inserter__panel-title h2 {order: 2!important;}
.block-editor-inserter__panel-title span {order: 1!important;}
