.carousel-control-next-icon, .carousel-control-prev-icon {
    border-radius: 50%;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(219, 219, 219, 0.1);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.12);
    padding: 14px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    padding: 6px 12px;
    background: #0D1F3C;
    border: 1px solid #0D1F3C;
    border-radius: 100px;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
}

.page-link {
    z-index: 3;
    color: #0D1F3C !important;
    background-color: #fff;
    border-color: #0D1F3C;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    border-radius: 100px;
    padding: 6px 12px !important;
}

.page-item:first-child .page-link {
    border-radius: 50% !important;
}

.page-item:last-child .page-link {
    border-radius: 100px !important;
}

.pagination li {
    padding: 3px;
}

.disabled .page-link {
    color: #212529 !important;
    opacity: 0.2 !important;
}

.carousel-caption img{
    max-width: 100%;
    height: 275px;
}

.text-muted {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #4A4A4A;
    background: linear-gradient(112.33deg, #4A4A4A 6.16%, #4A4A4A 110.77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card {
    padding: 0px 0px 12px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset -22.0835px -1.47223px 22.0835px rgba(64, 82, 128, 0.08);
    border-radius: 8px;
}

.btn-plus {
    padding: 10px;
    background: #0D1F3C;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.card-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.3px;
    color: #121212;
}
.titre-article{
    font-weight: 400;
font-size: 36px;
line-height: 46px;
color: #000000 !important;
}
.card-footer {
    padding: 0.5rem 1rem;
    background-color: #fff;
}

/*recent-post-col////////////////////*/
.widget-sidebar {
    background-color: #fff;
    padding: 20px;
    margin-top: 30px;
}

.title-widget-sidebar {
    font-size: 14pt;
    border-bottom: 2px solid #e5ebef;
    margin-bottom: 15px;
    padding-bottom: 10px;
    margin-top: 0px;
}

.title-widget-sidebar:after {
    border-bottom: 2px solid #f1c40f;
    width: 150px;
    display: block;
    position: absolute;
    content: '';
    padding-bottom: 10px;
}

.recent-post {
    width: 100%;
    
    list-style-type: none;
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.recent-post .card-footer {
    padding: 0.5rem 1rem;
    background-color: #fff;
    border-top: none !important;
}

.post-img img {
    width: 100px;
    height: auto;
    float: left;
    margin-right: 15px;
    border: 1px solid #e9ecec;
    transition: 0.5s;
}

.recent-post a {
    text-decoration: none;
    color: #34495E;
    transition: 0.5s;
}

.post-img,
.recent-post a:hover {
    color: #F39C12;
}

.post-img img:hover {
    border: 5px solid #F39C12;
}

.recent-post h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.3px;
    color: #0D1F3C;
}

.recent-post small {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.3px;
    color: #0D1F3C;
}

/*===============ARCHIVES////////////////////////////*/



button.accordion {
    background-color: #16A085;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active,
button.accordion:hover {
    background-color: #F39C12;
    color: #fff;
}

button.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


/*categories//////////////////////*/

.categories-btn {
    background-color: #F39C12;
    margin-top: 30px;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;

}

.categories-btn:after {
    content: '\25BA';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.categories-btn:hover {
    background-color: #16A085;
    color: #fff;
}

.form-control {
    border-radius: 0px;
}

.btn-warning {
    border-radius: 0px;
    background-color: #F39C12;
    margin-top: 15px;
}

.input-group-addon {
    border-radius: 0px;
}