/* CAMILLECTEUR PAGE */
#camillecteur-page{
    margin-top: 70px;
}
#camillecteur-page h2{
    text-align: center;
}
#camillecteur-page > div > img{
    max-height: 400px;
    object-fit: contain;
    
}
.camill-card{
    min-width: 220px;
    text-align: center;
    padding: .7rem;
    filter: brightness(1);
    background-color: white;
    max-height: 365px;
    border-radius: 12px;
}
.camill-card span{
    width: 100%;
    display: flex;
    justify-content: center;
}
.camill-card h5{
    margin-block: 1.4rem!important;
    font-size: 1.2em;
}
.camill-card img{
    max-height: unset!important;
    width: unset!important;
    object-fit: cover;

}
#camillecteur-page ul{
    max-width: 100rem;
    margin: auto;
    max-height: calc(35px + 1.4rem);
    overflow-y: hidden;
    transition: max-height .5s;

}
#camillecteur-page ul > li{
    padding-inline: 1.2rem;
}
#camillecteur-page ul.active{
    max-height: 500px;
    transition: max-height .5s;
}
#camillecteur-page ul > li::after{
    width: calc(100% - 70px);
    background-color: #457AA6;
    height: 2px;
    content: "";

}
#camillecteur-page ul.active > li{
    margin-bottom: .7rem;
}
#camillecteur-page ul{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: .7rem;
}
#camillecteur-page ul h3{
    height: 35px;
    margin-block: .7rem;
    margin-inline: 0;
    padding-right: 1.5rem;
    width: calc(100% - 35px);
}
#camillecteur-page ul li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
}
#camillecteur-page .dashicons{
    color: white!important;
    width: 35px!important;
    aspect-ratio: 1!important;
    background-color: #457AA6;
    height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    border-radius: 8px;
}
.camillecteur-container{
    display: flex;
    padding: 1.2rem;
    flex-wrap: wrap;
    gap:1.2rem;
    max-width: 708px;
    margin:auto;
}
#camillecteur-page .header{
	width: 100%;
	display: flex;
	align-items: center;
}
#camillecteur-page .header h1{
    padding: 0;
}
#camillecteur-page .header a{
    position: unset!important;
    margin-left:.7rem;
}
#camillecteur-page table tr td button{
    border-radius: 12px;
    min-height: 45px;
    border: unset;
    background-color: #cd3131;
    color: white;
    padding: .7rem;
    font-size: 1.1em;
    cursor: pointer;
}
#camillecteur-page table tr td button:hover{
    background-color: #962323;
    transition: all .2s;
}
.delete-multiple-action{
    border-radius: 12px;
    min-height: 45px;
    border: unset;
    background-color: #cd3131;
    color: white;
    padding: .7rem;
    font-size: 1.1em;
    cursor: pointer;
    margin-bottom: .4rem;
}
.delete-multiple-action:hover{
    background-color: #962323;
    transition: all .2s;
}
#camillecteur-page table tr td{
    vertical-align: middle;
}
dialog[open=true]{
    position: fixed;
    top: 50%;
    margin: auto;
}
.overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .5);
}
dialog span{
    margin:auto;
    display: flex;
    justify-content: space-around;
}
dialog span .confirm-action{
    background-color: green;
    color: white;;
}
dialog span .cancel-action{
    background-color: orange;
    color: white;
}
.camillecteurForm{
    display: none;
}
button.active{
    background-color: #0a4b78!important;
    color: white!important;
}
@media all and (max-width: 804px){
    #camillecteur-page ul.active{
        max-height: 800px;

    }
    .camillecteur-container{

    }
}
@media all and (max-width: 707px){
    .camillecteur-container{
        max-width: 478px;
        margin: auto;
    }
}
@media all and (max-width: 476px){
    .camillecteur-container{
        max-width: 237px;
        margin: auto;
        
    }
    #camillecteur-page ul.active{
        max-height: 1200px;
    }
}

.page-title-action.infos{
    background-color: #0a6f78;
    color: white;
    transition: all .2s;

}
.page-title-action.infos:hover{
    background-color: #004f57;
    color: white;
    
    transition: all .2s;
}