.logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.logo {
    max-width: 225px;
}

.logo:not(:nth-of-type(2n)) {
    mix-blend-mode: plus-lighter;
    max-width: 300px;
}

.carousel-cell h1{
    margin-top: 0;
    color:#FF6600;
    /* text-shadow: #ff944d 0 0 5px; */
}

.objectif_title {
    position: fixed;
    top: 0;
    right:30%;
    width: 50%;
    z-index: 1500;
}
.arabe_view .objectif_title {
    right:35%;
}
@media only screen and (max-width: 1250px) {
    .objectif_title {
        width: 75%;
    }
}
@media only screen and (max-width: 1100px) {
    .objectif_title h3{
        font-size: 14px !important;
    }
    .objectif_title {
        width: 80%;
    }
}
  
@media only screen and (max-width: 600px) {
    .objectif_title {
       display: none;
    }
}
  
/* Arabe */

.arabe_view .breadcrumb > li + li::before {
    content: "";
}

.arabe_view .breadcrumb > li + li::after {
    content: "\f0d9";
    font-family: fontawesome;
    font-size: 9px;
    margin-left: 5px;
}

.arabe_view .line-bottom:after {
    bottom: -1px;
    content: "";
    height: 2px;
    right: 0;
    position: absolute;
    width: 50px;
}

.arabe_view .double-line-bottom-theme-colored-2::after {
    border-radius: 8px;
    bottom: 1px;
    content: "";
    height: 2px;
    right: 0;
    position: absolute;
    width: 64px;
}

.arabe_view .double-line-bottom-theme-colored-2::before {
    border-radius: 8px;
    bottom: -1px;
    content: "";
    height: 6px;
    right: 10px;
    position: absolute;
    width: 24px;
}

.arabe_view .line-bottom-theme-colored-2::after {
    right: 0;
}

.arabe_view .text-left {
    text-align: right;
  }
.arabe_view .text-right {
text-align: left;
}

.arabe_view .pull-right {
    float: left !important; 
  }
.arabe_view .pull-left {
    float: right !important;
}
.arabe_view .modal-footer {
    text-align: left;
}

.arabe_view .pull-right.mr5{
    margin-left: 5px;
}
.arabe_view .close {
   float: left;
}
.arabe_view .form-horizontal .control-label{
    text-align: left;
}
.arabe_view .prestations_table th{
    text-align: right;
}

.arabe_view  .nav-tabs > li {
    float: right;
}
/* Widgets */

.bg-gray-main {
    background-color: #ebeced !important;
}

.rounded_widget {
    border-radius: 25px !important;
}

.widget_size {
    height: 305px;
}

.rounded_widget .panel {
    border-bottom: none !important;
}


.rounded_widget.panel-alert {
    border-color: #ebccd1;
}
.rounded_widget.panel-alert > .panel-heading {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;

}

.rounded_widget.panel-alert>.panel-heading > .widget-title {
    display: inline-block;
    font-weight: bold;
}


.rounded_widget.panel-alert > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;

}
.rounded_widget.panel-alert > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.rounded_widget.panel-alert > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}


.rounded_widget .panel-widget {
    border: none !important;
}

.rounded_widget .panel-widget>.panel-heading {
    color: #fff;
    background-color: #fac20f;
    border-color: #fac20f;
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
}

.rounded_widget .panel-widget>.panel-heading > .widget-title {
    display: inline-block;
    font-weight: bold;
}


.rounded_widget .table-panel {
    padding: 0 !important;
}

.rounded_widget .table-panel table tr:first-child td {
    border-top: 0;
}

.rounded_widget.panel-alert .table-panel{
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.btn-widget-transparent {
background-color: transparent;
color: #ebeced;
}
.btn-widget-transparent:hover {
color: #000;
}


.rounded_widget .report-block, .rounded_widget .evt-block {
    margin: 4px 0;
    position: relative;
}

.rounded_widget .report-block .report-meta,.rounded_widget .evt-block .event-meta,.rounded_widget .news-article {
    background: #f3f4f8;
    margin: 10px;
    padding: 5px;
    border-radius: 25px !important;
}
.rounded_widget a._changePicture img{
    height: 130px;
}

.panel-widget{
    position: relative;
}
.rounded_widget .panel-footer {
    position:absolute;
    bottom:0;
    width: 100%;
    border: none;
    border-radius: 25px !important;
    padding-bottom: 20px;
    background: none;
}
.evt-block .event-date{
    /* top: 12px; */
    border-radius: 25px;
    top: -5px;
    z-index: 2;
    background: #20729a;
    padding: 6px 18px;
    position: absolute;
 
    -webkit-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}

.evt-block ul {
    list-style: none;
    padding-left: 0;
}


.evt-block .event-meta {
    z-index: -1;
}
