/*
.article-card-wrapper-cust{
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
    margin-top: 50px;
    justify-content: center;
}
.article-card-wrapper-cust .cart_article_listing{
	flex: 0 0 22%;
	width:  22%;
	margin-bottom: 0!important;
    margin-top: 0!important;
    padding-bottom: 2.5em;
    border: 0;
    background: #fff;
    -webkit-box-shadow: 29px 29px 59px 0px rgba(27.999999999999996,137.00000000000003,212,0.1);
    box-shadow: 29px 29px 59px 0px rgba(27.999999999999996,137.00000000000003,212,0.1);
    border-radius: 10px 0 10px 0!important;
}
.article-card-wrapper-cust .cart_article_listing .cart_article_listing-content{
    padding: 0 10px;
}
.article-card-wrapper-cust .cart_article_listing .cart_article_listing-content h3{
    margin-top: 20px;
}
.article-card-wrapper-cust .cart_article_listing p{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #2B2A29!important;
    line-height: 1.5em;
    margin-bottom: 45px;
}
.article-card-wrapper-cust .cart_article_listing h3{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-bottom: 0px !important;
    font-size: 18px;
    font-weight: 600!important;
    color: #1f4f67!important;
    margin-bottom: 18px;
    line-height: 1.2em;
}
*/
.error-message-recap{
    color: red;
    font-size: 1.2em;
}
.choix_dept_select{
    margin-bottom: 40px;
}
.form_submit_post_custom{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    width: 100% !important;
}
.article-card-wrapper-cust .cart_article_listing img{
	height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important;
    -webkit-filter: saturate(1.2);    
    filter: saturate(1.2);
}
.select_container_cust{
    display: block;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20px 0px;
}
.select2-selection__rendered{
    margin-top: 25px;
}
.select2-selection--single,.select2-selection__arrow{
    margin-top: 40px;
    width: auto;
    margin-inline: auto;
}
.select2-selection__rendered,.select2-container .select2-results__option,.select2-container .select2-selection__choice{
    color: #ffff !important;
    background: -o-linear-gradient(45deg,#003048,#006699);
    background: linear-gradient(45deg,#003048,#006699);
}
select.deptmen {
    margin-bottom: 3em !important;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 15px 20px;
    font-size: 16px;
    color: #ffff;
    border-radius: 50px;
    background: -o-linear-gradient(45deg,#003048,#006699);
    background: linear-gradient(45deg,#003048,#006699);
    font-weight: 300;
}
select.deptment option {
    background: #005d8c;
    font-size: 15px !important;
    font-weight: 400 !important;
}
/*
@media (max-width:1250px){
    .article-card-wrapper-cust .cart_article_listing{
        flex: 0 0 30%;
        width: 30%;
    }
}
@media (max-width:992px){
    .article-card-wrapper-cust .cart_article_listing{
        flex: 0 0 45%;
        width: 45%;
    }
}
@media (max-width:575px){
	.article-card-wrapper-cust .cart_article_listing{
	   flex: 0 0 90%;
	   width:  90%;
    }
}
*/