@font-face {
    src: url('../fonts/Marr-Sans-Cond/');
    font-family: "custom-font";
}


@media (max-width: 1024px) {
    .header .container .row .col-md-3 {
        padding: 9px 0px;
    }
}

.logo-mobile img {
    max-height: 50px;
}

@media (max-width: 992px) {
    .container-fluid.header {
        display: none;
    }
}

/*footer .container {*/
/*    padding-bottom: 10px;*/
/*}*/

footer .container div {
    height: fit-content;
}

.xl-text1 {
    font-size: 40px;
}

.main_menu > li:hover > a {
    border-bottom: 1px solid #ffffff;
    color: #ac9964;
}

.main_menu > li > .sub_menu {
    top: 101%;
}

.sub_menu {
    padding-top: 0px;
    padding-bottom: 0px;
}

.sub_menu li, .sub_menu a {
    padding: 7px;
}

.main_menu > li:hover {
    /*background-color: #fff;*/
}

.sub_menu > li > a {
    color: #293764;
}

.sub_menu > li:hover {
    background-color: #293764;
}

.member-button {
    padding: 5px 0px;
    border: 2px solid #ff0000;
    position: relative;
    overflow: hidden;
    background-color: #ff0000;
    text-align: center;
    /*text-transform: uppercase;*/
    font-size: 14px;
    /*transition: .3s;*/
    z-index: 1;
    font-family: inherit;
    color: #ffffff;
    border-radius: 4px;
    width: 100%;
}

.btn-red {
    padding: 5px 12px;
    background-color: #ff0000;
    color: #ffffff;
    border-radius: 5px;
}

.padd-5 {
    padding: 5px 0px;
}

.padd-10 {
    padding: 10px 0px;
}

.member-button::before {
    content: '';
    width: 0;
    height: 300%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #ff0000;
    /*transition: .5s ease;*/
    display: block;
    z-index: -1;
}

.member-button:hover::before {
    width: 105%;
}

.member-button:hover {
    color: #ffffff;
}

.logo {
    display: flex;
    align-items: center;
}

.logo-flshs {
    display: flex;
    align-items: center;
}

.logo-universite {
    display: flex;
    align-items: center;
}

.div-member {
    display: flex;
    align-items: center;
}

.header {
    padding: 10px 0px;
}

img {
    pointer-events: none;
}

ul {
    padding-left: 0px !important;
}

.fa-home {
    font-size: 22px;
}

.top-bar {
    background-color: #f8f8f8;
}

.main_menu > li > a:after {
    width: 100%;
}

.main_menu > li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 3px;
    background-color: #4db2ec;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
}

.chevron {
    display: flex;
    justify-content: end;
}

.chevron-div {
    width: 18px;
    height: 19px;
    border: 0.5px solid #d7d7d7;
    color: #444444;
    padding: 4px 5px;
}

.chevron-div > i {
    display: block;
    font-size: 9px;

}

.a-la-une {
    padding: 5px 0px;
    opacity: 0;
    position: absolute;
}

.a-la-une:first-child {
    opacity: 1;
    position: absolute;
}

.actu-slide {
    display: -webkit-box;
}

.chevron-div:hover {
    border: 0.5px solid #293764;
    background-color: #293764;
    color: #ac9964;
    cursor: pointer;
}

/* @-webkit-keyframes div_fadeOutLeft { */
    /* 0% { */
        /* opacity: 1; */
        /* -webkit-transform: translateX(0); */
        /* transform: translateX(0) */
    /* } */
    /* 100% { */
        /* opacity: 0; */
        /* -webkit-transform: translateX(20px); */
        /* transform: translateX(20px) */
    /* } */
/* } */

.div_fadeOutLeft {
    animation-name: div_fadeOutLeft;
    webkit-animation-name: div_fadeOutLeft;
}

.div_animation {
    webkit-animation-duration: .8s;
    animation-duration: .8s;
    webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes div_fadeInRight {
    0% {
        opacity: .05;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.div_fadeInRight {
    animation-name: div_fadeInRight;
    webkit-animation-name: div_fadeInRight;
}

.meta-info {
    width: 90% !important;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
    pointer-events: none;
    z-index: 1;
    padding: 22px 20px;
}

.cms-block1 {
    padding-bottom: 450px;
    display: block;
}

.cms-block2 {
    padding-bottom: 254px;
    display: block;
}

.cms-block3 {
    padding-bottom: 192px;
    display: block;
}

.cms-block4 {
    padding-bottom: 192px;
    display: block;
}

.cms-image {
    background-position: center 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
}

.cms-block1:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    z-index: 1;
}

.block-container {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
}

.post-category {
    padding: 4px 10px;
    background-color: #d9252573;
    color: #ffffff;
    font-size: 10px;
    border-radius: 2px;
}

.title-wrap {
    color: #ffffff;
}

.module-title > a {
    font-size: 27px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    margin-bottom: 0px;
}

.module-title {
    margin-bottom: 0px;
}

.block-container:hover .post-category {
    background-color: #d92525;
}

.border-right {
    border-width: 0 2px 0px 0px;
    border-style: solid;
}

.border-left {
    border-width: 0 0px 0px 2px;
    border-style: solid;

}

.meta-info2 {
    width: 70% !important;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
    pointer-events: none;
    z-index: 1;
    padding: 14px 19px;
}

.meta-info3 {
    width: 85% !important;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
    pointer-events: none;
    z-index: 1;
    padding: 11px 15px;
}

.meta-info4 {
    width: 85% !important;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
    pointer-events: none;
    z-index: 1;
    padding: 11px 15px;
}

.meta-info4 .title-wrap h3 {
    line-height: 22px !important;
}

.meta-info3 .title-wrap h3 {
    line-height: 22px !important;
}

.module-title2 > a {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    margin-bottom: 0px;
}

.module-title3 > a {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 21px !important;
    margin-bottom: 0px;
}

.module-title4 > a {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 21px !important;
    margin-bottom: 0px;
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.actu-title {
    font-size: 35px;
    line-height: 0;
    font-weight: 500;
    color: #000000;
    font-family: Roboto;
}

.reseau-title {
    font-size: 22px;
    line-height: 0;
    font-weight: 500;
    color: #000000;
    font-family: Roboto;
}

.border-title {
    border-bottom: 2px solid #ff0000;
}

.card-img-top {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
}

.card {
    background-color: transparent !important;
    box-shadow: none !important;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1068px !important;
    }
}

.card-body {
    padding: 0px !important;
    padding-top: 10px !important;
}

.card-title {
    font-family: Roboto;
    font-size: 21px;
    line-height: 25px;
    color: #000000;
    /*margin-bottom: 0px !important;*/
}

.date-article {
    font-size: 11px;
    color: #767676;
}

.card-text {
    font-size: 13px;
    color: #767676;
    font-family: open sans, open sans regular, sans-serif;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.marque-card-title {
    font-family: Roboto;
    font-size: 17px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 0px !important;
    white-space: initial;
}

.card-social {
    background-color: #FFFFFF;
    border-radius: 5px;
    height: 100px;
    box-shadow: 0px 0px 8px 0px #d1d1d1;
    display: grid;
    text-align: center;
    align-content: center;
}

.p-r-6 {
    padding-right: 6px !important;
}

p-l-6 {
    padding-left: 6px !important;
}

.card-social > .fa-facebook {
    font-size: 28px;
    color: #5370aa;
}

.card-social > .fa-twitter {
    font-size: 28px;
    color: #3cc7f5;
}

.card-social > .fa-youtube-play {
    font-size: 28px;
    color: #ff0000;
}

.fb-counter {
    font-size: 15px;
    font-weight: 700;
}

.tw-counter {
    font-size: 15px;
    font-weight: 700;
}

.yt-counter {
    font-size: 15px;
    font-weight: 700;
}

.catalogue-img {
    background-image: url("../images/Catalogue.png");
    background-repeat: no-repeat;
    background-position: initial;
    text-align: center;
    min-height: 285px;
    padding: 20px;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    transition: all .5s;
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
}

.catalogue-title {
    color: #ffffff;
    font-size: 27px;
    font-weight: 500;
    font-family: Roboto;
}

.catalogue-text {
    font-size: 12px;
    color: #ffffff;
    margin-top: 23%;
    margin-bottom: 16%;
}

.catalogue-btn {
    background-color: #ff0000;
    color: #ffffff;
    padding: 6px 35px;
    font-size: 13px;
    font-family: 'Montserrat-Regular';
    border-radius: 3px;
}

.catalogue-img:hover {
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale(1.2);
}

.catalogue-container {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
}

.catalogue-inner {
    position: absolute;
    top: 13px;
    text-align: center;
    padding: 15px;
}

.catalogue-container:hover > .catalogue-img {
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale(1.2);
}


/*sadok*/
.nav-pills .nav-link {
    font-size: 16px !important;
}

.form-control {
    font-size: 14px !important;
}

.form-control::placeholder {
    font-size: 10px;
}

/* Preloder */

.preloder {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    /* background: #000; */
    background: #ffffff;
    text-align: center;
}

.loader {
    width: 50px;
    height: 50px;
    position: relative;
    /*top: 50%;*/
    /*left: 50%;*/
    /*margin-top: -20px;*/
    /*margin-left: -20px;*/
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
    display: inline-block;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #AC9964;
        /* border: 4px solid #f44336; */
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #AC9964;
        /* border: 4px solid #673ab7; */
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #AC9964;
        border-left-color: transparent;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #AC9964;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #AC9964;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #AC9964;
        border-left-color: transparent;
    }
}

/* Preloder */

.avatar-upload {
    position: relative;
    max-width: 150px;
    margin: 20px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-preview {
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.form-check-input[type=checkbox]:checked:after {
    margin-left: 0.35rem !important;
    margin-top: 0px !important;
}

#err-sign-in {
    /*display: none;*/
}

.button {
    --mdb-btn-padding-top: 0.625rem;
    --mdb-btn-padding-bottom: 0.5rem;
    --mdb-btn-border-width: 0;
    --mdb-btn-border-color: none;
    --mdb-btn-border-radius: 0.25rem;
    --mdb-btn-box-shadow: 0 4px 9px -4px rgba(0, 0, 0, 0.35);
    --mdb-btn-hover-box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    --mdb-btn-focus-box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    --mdb-btn-active-box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    padding-top: var(--mdb-btn-padding-top);
    padding-bottom: var(--mdb-btn-padding-bottom);
    text-transform: uppercase;
    vertical-align: bottom;
    border: 0;
    border-radius: var(--mdb-btn-border-radius);
    box-shadow: var(--mdb-btn-box-shadow);
}

.err-filed {
    color: #e03e2d;
    font-size: 12px;
}

.dropdown-profile {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.show-dropdown {
    display: block !important;
    position: absolute !important;
    right: 0 !important;
    left: auto !important;
}

#overlay {
    position: fixed;
    left: 0;
    top: 0;
    background: white url(/frontoffice/assets/images/loader.gif) no-repeat center;
    height: 100%;
    width: 100%;
    z-index: 9999;
}

.card-custom {

    --mdb-card-spacer-y: 1.5rem !important;
    --mdb-card-spacer-x: 1.5rem !important;
    --mdb-card-title-spacer-y: 0.5rem !important;
    --mdb-card-border-width: 1px !important;
    --mdb-card-border-color: var(--mdb-border-color-translucent) !important;
    --mdb-card-border-radius: 0.5rem !important;
    --mdb-card-box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04) !important;
    --mdb-card-inner-border-radius: calc(0.5rem - 1px) !important;
    --mdb-card-cap-padding-y: 0.75rem !important;
    --mdb-card-cap-padding-x: 1.5rem !important;
    --mdb-card-cap-bg: hsla(0, 0%, 100%, 0) !important;
    --mdb-card-bg: #fff !important;
    --mdb-card-img-overlay-padding: 1.5rem;
    --mdb-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--mdb-card-bg) !important;
    background-clip: border-box !important;
    border: none !important;
    border-radius: var(--mdb-card-border-radius) !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    box-shadow: var(--mdb-card-box-shadow) !important;
}

.card-custom > .card-body {
    flex: 1 1 auto !important;
    padding: var(--mdb-card-spacer-y) var(--mdb-card-spacer-x) !important;
    color: var(--mdb-card-color);
}

.navbar {
    padding: 0.5rem 0rem !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    /* box-sizing: border-box; */
    /* list-style: none; */
    /* margin: 0; */
    padding: 0 5px !important;
    width: 100%;
}

.label-danger {
    color: #f00 !important;
    font-size: 13px !important;
}

.form-control {
    border: 1px solid #ced4da !important;
}

.form-check-input {
    border: 1px solid rgba(0, 0, 0, .25) !important;
}

.mr-2 {
    margin-right: 2px;
}

.nav-pills .nav-link {
    background-color: #efefef;
}



body {
    background-color: #FFFFFF !important;
}

.baniere-carousel > .owl-nav > .owl-prev {
    font-size: 12px !important;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 44%;
    background: #0000008a !important;
    border-radius: 50%;
    color: #ffffff !important;
    padding: 15px !important;
    left: 15px;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

.baniere-carousel > .owl-nav > .owl-next {
    font-size: 12px !important;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 44%;
    background: #0000008a !important;
    border-radius: 50%;
    color: #ffffff !important;
    padding: 15px !important;
    right: 15px;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

.baniere-carousel > .owl-nav > .owl-prev:hover {
    background-color: #000000 !important;
}

.baniere-carousel > .owl-nav > .owl-next:hover {
    background-color: #000000 !important;
}

.baniere-carousel > .owl-stage-outer > .owl-stage > .owl-item {
    max-height: 300px;
}

.event-band-carousel > .owl-stage-outer {
    width: 90%;
    float: left;
}

.event-band-carousel > .owl-nav {
    width: 10%;
    float: left;
}

.event-band-carousel {
    display: flex !important;
    padding: 8px 0px;
}

.event-band-carousel > .owl-nav > .owl-prev {
    width: 18px;
    height: 19px;
    border: 0.5px solid #d7d7d7 !important;
    color: #444444 !important;
    padding: 0px;
    margin-right: 5px;
}

.event-band-carousel > .owl-nav > .owl-next {
    width: 18px;
    height: 19px;
    border: 0.5px solid #d7d7d7 !important;
    color: #444444 !important;
    padding: 0px;
}

.event-band-carousel > .owl-nav > .owl-next > .fa-chevron-right {
    font-size: 10px;
}

.event-band-carousel > .owl-nav > .owl-prev > .fa-chevron-left {
    font-size: 10px;
}

.event-band-carousel > .owl-nav > .owl-next:hover {
    border: 0.5px solid #293764 !important;
    background-color: #293764;
    color: #ac9964 !important;
    cursor: pointer;
}

.event-band-carousel > .owl-nav > .owl-prev:hover {
    border: 0.5px solid #293764 !important;
    background-color: #293764;
    color: #ac9964 !important;
    cursor: pointer;
}

.band-item {
    font-size: 14px;
    font-weight: 600;
}

.event-band-carousel > .owl-nav {
    text-align: end;
}

.p-l-12 {
    padding-left: 12px !important;
}

.p-r-12 {
    padding-right: 12px !important;
}


body {
    background: #1d1d1d;
    font-family: Asap, sans-serif;
}

.wrapper {
    height: 400px;
    width: 100%;
    position: relative;
    margin: auto;
    overflow: hidden;
}

/*.wrapper::after {*/
/*    height:448px;*/
/*    width:100%;*/
/*    content:"";*/
/*    position:absolute;*/
/*    border:solid 1px white;*/
/*}*/

.box {
    height: 60px;
    width: 100%;
    position: absolute;
    font-size: 25px;
    line-height: 60px;
    text-align: center;
    margin: 5px;

}


.boxes {
    position: relative;
    top: -50px;
}

.nav {
    position: relative;
    text-align: center;

    color: white;
    font-size: 20px;
    margin: 20px 0;
}

.marquee-span {
    line-height: 1px;
}

.marquee-content {
    padding: 10px 0px;
}

.terms-modal {
    background: #00000057;
}

.terms-modal > .modal-dialog {
    top: 22%;
}

.breadcrumb {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    color: #868e96;
    content: "/";
    float: none;
    font-size: 18px;
}

.sub_menu li, .sub_menu a {
    font-weight: 600;
}

.card-member {
    margin-bottom: 35px;
    overflow: hidden;
    border-radius: 10px;
    padding-bottom: 10px;
    margin-top: 15px;
    cursor: pointer;
}

.card-member > .card-body > .card-content > .card-text > a {
    font-size: 13px !important;
}

.card-member > .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    /* transform: translateY(100%); */
    transition: .2s ease-in-out;
    padding-left: 12px !important;
    padding-right: 12px !important;
    top: 84%;
    overflow: hidden;
}

.card-member > .card-body > .card-content > .card-title {
    position: relative;
    display: flex;
    align-items: center;
    /*transform: translateY(-92%);*/

}

.card-member:hover > .card-body {
    top: 58%;
    transition: .2s ease-in-out;
}

.card-member > .card-body > .card-content {
    background-color: #ececec;
    padding: 15px;
}

.h2-comite {
    font-weight: 600;
    font-family: Roboto;
    border-bottom: 4px solid #ac9964;
    padding: 5px;
}

.h3-comite {
    font-weight: 500;
    font-family: Roboto;
}

.webmaster-comite {
    font-family: Roboto;
    font-size: 13px;
}

.card-title-comite {
    border-bottom: 2px solid #ac9964;
}

.navbar-light .navbar-nav .nav-link {
    color: #0e3760;
    font-weight: 600;
	 font-size: 14px;
}

.rtl {
    direction: rtl;
}

.background-numero {
    height: 350px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.card-numero {
    position: absolute;
    bottom: 25px;
    left: 15px;
}

.title-numero {
    margin: 10px 0px 5px 0px;
    background: #00000075;
    color: #fff;
    padding: 0px 15px 0px 15px;
    border-radius: 2px;
}

.tag-numero {
    background-color: #e8313a;
    color: white;
    padding: 5px 15px 5px 15px;
    border-radius: 2px;
}

.card-numero-2 {
    overflow: hidden;
    border-radius: 10px;
    padding-bottom: 10px;
    margin-top: 15px;
    cursor: pointer;
}

.card-numero-2:hover > .card-body {
    top: 77%;
    transition: .2s ease-in-out;
}

.card-numero-2 > .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    /* transform: translateY(100%); */
    transition: .2s ease-in-out;
    padding-left: 12px !important;
    padding-right: 12px !important;
    top: 109%;
    overflow: hidden;
}

.card-numero-2 > .card-body > .card-content {
    background-color: #00000080;
    padding: 15px;
}

.card-numero-2 > .card-body > .card-content > .card-title {
    position: relative;
    display: flex;
    align-items: center;
    /* transform: translateY(-92%); */
}

.card-title-numero {
    border-bottom: 3px solid #013b62;
    color: #ffffff;
}

.card-numero-2 > .card-body > .card-content > .card-text {
    color: #ffffff;
}

.card-article {
    overflow: hidden;
    border-radius: 10px;
    /* padding-bottom: 10px; */
    margin-top: 15px;
    cursor: pointer;
	position:relative;
}

.card-article:hover > .card-body {
    bottom: 0%;
    transition: .2s ease-in-out;
	background-color: #00000080;
}

.card-article > .card-body > .card-content {
    /* background-color: #00000080; */
    padding: 10px;
}

.card-article > .card-body > .card-content > .card-title {
    position: relative;
    display: flex;
    align-items: center;

}

.card-title-article {
    color: #ffffff;
}

.card-title-underline {
    border-bottom: 3px solid #013b62;
}

.card-article > .card-body > .card-content > .card-text {
    color: #ffffff;
    margin-bottom: 0px;
}

.card-article > .card-body {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    /* transform: translateY(100%); */
    transition: .2s ease-in-out;
    padding-left: 12px !important;
    padding-right: 12px !important;
    overflow: hidden;
	bottom: -39%;
}

.langue-span {
    padding: 2px 5px 2px 5px;
    background: #ac9964;
    font-size: 10px;
}

.theme-span {
    padding: 2px 5px 2px 5px;
    background: #013b62;
    font-size: 10px;
}

.card-article > .card-body > .card-content > .card-text > i {
    width: 10px;
}

.langue-h3 {
    font-weight: 600;
    font-family: Roboto;
    border-bottom: 4px solid #ac9964;
    padding: 5px;
}

.theme-h3 {
    font-weight: 600;
    font-family: Roboto;
    border-bottom: 4px solid #ac9964;
    padding: 5px;
}

.langue-article {
    font-size: 24px;
    line-height: 0;
    font-weight: 600;
    color: #000000;
    font-family: Roboto;
}

.theme-article {
    font-size: 24px;
    line-height: 0;
    font-weight: 600;
    color: #000000;
    font-family: Roboto;
}

.fichier-article {
    font-size: 24px;
    line-height: 0;
    font-weight: 600;
    color: #000000;
    font-family: Roboto;
}

.langue-tag {
    color: #ffffff;
    background-color: #ff0000;
    padding: 2px 10px 2px 10px;
    border-radius: 2px;
}

.theme-tag {
    color: #ffffff;
    background-color: #ff0000;
    padding: 2px 10px 4px 10px;
    border-radius: 2px;
}
#terms-generale{
    cursor: pointer;
}
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
     width: auto;
}
.no-shadow{
	box-shadow:none!important;
}
.nav-link{
	padding: 5px 1rem;
}
.main_menu_item{
	padding-left: 20px;
    line-height: 30px;
	font-size: 14px;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.a-dachboard-member{
	font-weight :600;
	color : #ac9a65;
}
.span-label-article{
font-size: 15px;
}

.span-detail-article{
	font-size: 17px;
}
.is_reviewer > .form-notch{
	display:none;
}

.form-check-input[type=checkbox]:focus:after{
	display:none;
	content:none;
}
.no-padding-right{
	padding-right:0px;
}
.no-padding-left{
	padding-left:0px;
}

.main_menu > li:last-child{

		padding-right:0px!important;
	}

@media (min-width: 576px){
	#header-mobile{
		display:none;

	}
	.topbar-cordonne {
    font-size: 12px;
	}
	.main_menu > li > a{
		font-size: 11px;
	}
	.main_menu > li{
		/*padding-left:5px;*/
		padding-right:5px;
	}
	.fa-home{
	font-size: 18px;
	}
	.container, .container-sm {
    max-width: 650px;
	}
}
.space-between{
	justify-content:space-between ;
}
.btn-menu-mobile{
}

button.navbar-toggler{
	font-size: 25px;
    color: #313564;
}

@media (max-width: 576px){
	#header-mobile{
		display:block;
	}
	.header1{
		position:relative;
	}
	#header-desktop{
		display:none;
	}
	.event-band-carousel > .owl-nav{
		width: 21%
	}
	.member-button{
		padding: 5px 4px;
		font-size: 10px;
	}
	.navbar-toggler{
		padding-top:0px;
	}
	button.navbar-toggler.first-button{
	display: flex;
    justify-content: center;
	}
	.btn-menu-mobile{
	display: flex;
    justify-content: center;
	align-items: center;
	}
	.baniere-carousel > .owl-nav > .owl-prev{
		font-size: 10px !important;
		width: 30px;
		height: 30px;
	    top: 27%;
		padding: 11px !important;
		left: 5px;
	}
	.baniere-carousel > .owl-nav > .owl-next{
		font-size: 10px !important;
		width: 30px;
		height: 30px;
	    top: 27%;
		padding: 11px !important;
		right: 5px;
	}
	.actu-mobile{
		padding-left:12px!important;
		padding-right:12px!important;
	}
}

.actu-mobile{}
.center-mobile{}
@media (min-width: 768px)	{
	.container, .container-sm {
		max-width: 800px;
	}
	.main_menu > li > a {
		font-size: 13px;
	}
	.col-md-8.p-4.p-l-12{
		    padding-bottom: 0px!important;
	}
 }
 @media (max-width: 768px)	{
	.col-md-8.p-4.p-l-12{
		    padding-bottom: 0px!important;
	}
	.center-mobile{
		text-align:center;
	}
	#header-mobile{
	position:fixed;
	background:#fff;
	}
 }
@media (min-width: 992px) 	{
	.container, .container-sm {
		max-width: 900px;
	}
	.main_menu > li > a {
		font-size: 14px;
	}
	.main_menu > li {
		padding-left: 15px;
		padding-right: 15px;
	}
 }
@media (min-width: 1200px)	{
.container, .container-sm {
		max-width: 1024px;
	}
	}


.member-button{}

.navbar-toggler:focus{
	box-shadow:none;

}
.no-box-shadow{
	box-shadow:none;
}
.dropdown-menu{
top:100%!important;
}


@-webkit-keyframes -fade-in-top {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateY(0);
        opacity: 1
    }
}
.fade-in-top{
	-webkit-animation-name: fade-in-top;
    animation-name: fade-in-top;
}




/* menu mobile aside  */
.wrap-side-menu {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  /* top: 0; /* Stay at the top */
  left: 0;
  background-color: #293764; /* Black*/
  /* overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 15px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  z-index:9;
  width:0px;
  overflow: hidden;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.wrap-side-menu .closebtn {
  position: block;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width:100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

.dropdown-menu-mobile{
	    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fa-caret-down {
  float: right;
  padding-right: 8px;
}
/************/

.actu-footer{
	padding: 2px 2px;
}
.card-actualite > .card-body{
	    position: relative;
}
.card-actualite > .card-body > .card-content {
    background-color: #00000080;
    padding: 15px;
}
.card-actualite > .card-body > .card-content > .card-text {
    color: #ffffff;
}
.numero-footer > a {
	color: #000;

}
