@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

@font-face {
    font-family: 'Montserrat Bold';
    src: url(../Montserrat/static/Montserrat-Bold.ttf);
}

@font-face {
    font-family: 'Montserrat Regular';
    src: url(../Montserrat/static/Montserrat-Regular.ttf);
}

@font-face {
    font-family: 'Montserrat Light';
    src: url(../Montserrat/static/Montserrat-Light.ttf);
}

@font-face {
    font-family: 'Montserrat Medium';
    src: url(../Montserrat/static/Montserrat-Medium.ttf);
}

@font-face {
    font-family: 'Montserrat Semibold';
    src: url(../Montserrat/static/Montserrat-SemiBold.ttf);
}

body {
    margin: 0;
    font-family: "Montserrat Bold";
    font-size: 18px;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

p {
    font-family: "Montserrat Light";
    font-size: 16px;
}

h2 {
    color: #134B8C;
    font-size: 26px;
    font-family: 'Montserrat Bold';
}

main {
    padding-bottom: 120px;
}

.list-view .col-lg-4 {
    padding: 0;
}

.dashboard-wrapper a[role="button"]:not(.link-act) {
    text-transform: none;
}

.btn-hp {
    background-color: #F1893A;
    font-family: 'Montserrat Bold';
    text-decoration: none;
    color: #fff;
    border: 3px solid #F1893A;
    border-radius: 28px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    transition: all 0.3s;
    width: auto;
}

.btn-hp:hover {
    background-color: #fff;
    font-family: 'Montserrat Bold';
    text-decoration: none;
    color: #F1893A;
    border: 3px solid #F1893A;
}

#discussion-form select {
    background-color: #F6F6F6;
    font-family: 'Montserrat Semibold';
    text-decoration: none;
    border: 1px solid #F6F6F6;
    color: #000;
    border: 1px solid #F6F6F6;
    color: #000;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #F6F6F6 url(../img/select-arrow-down.png) no-repeat 90% center;
    font-size: 18px;
    transition: all 0.3s;
}

form:not(#discussion-form) select {
    background-color: #F6F6F6;
    font-family: 'Montserrat Semibold';
    text-decoration: none;
    border: 1px solid #F6F6F6;
    color: #000;
    border-radius: 28px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    transition: all 0.3s;
    min-width: 196px;
    width: auto;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #F6F6F6 url(../img/select-arrow-down.png) no-repeat 90% center;
}

.breadcrumb-container ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Montserrat Regular';
    margin-right: 10px;
    transition: all .3s;
}

.breadcrumb-container ul li a:hover {
    color: #F1893A;
}

.breadcrumb-container ul li:not(.current-page) a::after {
    content: '-';
    margin-left: 5px;
    display: inline-block;
}

.breadcrumb-container ul li.current-page {
    font-family: 'Montserrat Bold';
    cursor: auto;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    margin-right: 10px;
}

.pagination ul {
    padding-inline-start: 0;
    display: flex;
    margin: auto;
}

.pagination ul li {
    list-style: none;
    margin-right: 15px;
}

.pagination ul li a {
    text-decoration: none;
    padding: 14px 18px;
    border-radius: 5px;
    color: #134B8C;
    font-family: 'Montserrat Regular';
    font-size: 17px;
    transition: all .3s;
}

.pagination ul li.previous a,
.pagination ul li.next a {
    background-color: #134B8C;
    color: #fff;
}

.pagination ul li.selected a,
.pagination ul li:not(.selected, .disabled):hover a {
    background-color: #F1893A;
}

.pagination ul li.selected a,
.pagination ul li:not(.selected):hover a {
    color: #fff;
}

.pagination ul li:not(.previous, .next, .selected) a {
    background-color: #F1F1F1;
}

/* debut header */
.top-bar {
    background-color: #F1893A;
    padding-top: 25px;
    padding-bottom: 25px;
}

.social-links {
    float: right;
    display: flex;
    margin-bottom: 0;
    justify-content: flex-end;
}

.social-links li {
    list-style: none;
    margin: auto 10px;
    display: inline-block;
}

.social-links li a {
    color: #fff;
    transition: all 0.3s;
}

.social-links li a:hover {
    color: #134B8C;
}

header nav {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

nav .nav-items .nav-item {
    font-family: 'Montserrat Bold';
    color: #134B8C;
    text-decoration: none;
    margin: auto 10px;
    transition: all 0.3s;
    font-size: 15px;
}

nav .nav-items .nav-item:hover {
    color: #F1893A;
}

.proposal-accept {
    display: flex;
}

.proposal-contrib {
    width: 30%;
}

.proposal-contrib span {
    white-space: pre-wrap;

}

.actions-proposal {
    width: 70%;
}

header .button-compte {
    font-family: 'Montserrat Bold';
    text-decoration: none;
    color: #134B8C;
    border: 3px solid #134B8C;
    border-radius: 50px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
    transition: all 0.3s;
}

header .button-compte:hover {
    background-color: #134B8C;
    color: #fff;
}

header .top-bar .container .row {
    justify-content: flex-end;

}

h3.dark-grey-text {
    font-family: 'Montserrat Bold';
    color: #134B8C;
}

.form input:not(input[type="checkbox"]) {
    width: 100%;
    border-radius: 5px;
    height: 50px;
}

.form input[type="radio"] {
    height: auto !important;
    ;
}

.form .form-group:not(.form-check) {
    flex-direction: column-reverse;
    display: flex;
}

.form label {
    font-family: 'Montserrat Semibold';
    font-size: 18px;
    color: #000F26;
    margin-bottom: 11px;
}

.form .captcha .col-md-3 label {
    display: none;
}

.form [type=radio]:not(:checked),
[type=radio]:checked {
    position: initial;
    opacity: 1;
    width: auto;
}

#registration-form button[type="submit"],
#login-form button[type="submit"] {
    background-color: #F1893A;
    font-family: 'Montserrat Bold';
    text-decoration: none;
    color: #fff;
    border: 3px solid #F1893A;
    border-radius: 28px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    transition: all 0.3s;
    width: auto;
    margin: auto;
}

#registration-form button[type="submit"]:hover,
#login-form button[type="submit"]:hover {
    background-color: #fff;
    color: #F1893A;
}

input#reveal-password {
    margin-left: 10px;
}

label.form-check-label {
    margin-left: 40px;
}

#login-form .md-form>.mb-2 {
    margin-top: 0 !important;
}

#search_input {
    width: 80%;
}

/* fin header */
/* banniere hp */

.banner-hp {
    padding-top: 65px;
    background: url(../img/bg-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 170%;
}

.banner-intern-p {
    padding-top: 65px;
    background-image: url(../img/banner-inter-page.png);
    background-position-y: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    padding-bottom: 60px;
}

.title-bg {
    font-family: 'Montserrat Bold';
    font-size: 33px;
    color: #fff;
}

.banner-hp .left-banner p {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.banner-hp .left-banner .btn-hp {
    margin-top: 15px;
    display: inline-block;
}

.right-banner {
    position: relative;
}

.play-icon {
    position: absolute;
    top: 25%;
    right: 37%;
    cursor: pointer;
}

.title-section {
    color: #134B8C;
    font-family: 'Montserrat Bold';
    font-size: 38px;
}

.title-section::after {
    content: '';
    display: block;
    position: relative;
    height: 4px;
    width: 42px;
    background-color: #F1893A;
}

.slider-last-discuss {
    margin-top: 50px;
}

.slider-last-discuss.owl-carousel .owl-nav button.owl-next,
.slider-last-discuss.owl-carousel .owl-nav button.owl-prev {
    top: -24px;
    border: 2px solid #134B8C !important;
}

.slider-last-discuss.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    top: -16px;
    right: 65px;
}

.slider-last-discuss.owl-carousel .owl-nav button.owl-next {
    background-color: #134B8C !important;
}

.slider-last-discuss.owl-carousel .owl-nav button.owl-next i {
    color: #fff;
}

.slider-last-discuss.owl-carousel .owl-nav button.owl-prev {
    left: -25px;
    background-color: #fff !important;
}

.slider-last-discuss.owl-carousel .owl-nav button.owl-prev i {
    color: #134B8C;
}

.slider-last-discuss.owl-carousel {
    min-height: 650px;
    border-radius: 15px;
    box-shadow: 0px 10px 20px rgba(19, 75, 140, 0.12);
}

.img-cover {
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    height: 261px;
}

.img-cover img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.item {
    transition: all .3s;
}

.slider-last-discuss.owl-carousel .item:hover {
    transform: scale(1.05);
}

.news-item:hover,
.slider-news .item:hover {
    transform: scale(1.05);
}

.past-discussions .item:hover {
    transform: scale(1.05);
}

.item-description {
    padding-top: 25px;
    padding-bottom: 25px;
}

.tags-wrapper {
    display: block;
}

.image-full .tags-wrapper {
    margin-top: 25px;
    width: 100%;
}

section.image-full {
    margin-top: 35px;
}

.admin-cards-wrapper .card .d-inline-block {
    width: 100%;
}

.flex-title-icon {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.discover-more .infos-item .h1-style {
    max-height: 133px;
    height: auto;
}

/* ul.navbar-nav.flex-column.list-scroll-menu {
    overflow-y: scroll;
    max-height: 520px;
} */
.col-md-12 .mb-2 h4.card-title.font-weight-bold {
    min-height: 84.6px;
}

.navbar-nav .nav-link.dropdown-toggle::after {
    display: none;
}

#menu-dashboard .dropdown-toggle .chip.waves-effect.waves-effect {
    margin-bottom: 0;
}

.contributors-search-form form .select-wrapper label,
label[for="DiscussionConclusion_discussion_id"],
label[for="NewsArticle_topics"],
label[for="Users_status"],
label[for="NewsArticle_type"],
label[for="Profiles_organisme"],
label[for="Profiles_topics"] {
    font-size: 18px !important;
}

label[for="NewsArticle_keywords"] {
    transform: translateY(-140%);
    font-size: 18px !important;
}

#my-contributions-grid table.table tr td,
#my-contributions-grid table.table thead tr th {
    text-align: center;
}

#my-contributions-grid table.table tr td.w-25 {
    text-align: right;
}

.dashboard-wrapper form .select-wrapper {
    padding-top: 15px;
}

.dashboard-wrapper form .select-wrapper label {
    transform: translateY(-120%);
}

.picker__select--year,
.picker__select--month {
    border-radius: 5px;
    padding: 5px 18px 5px 10px !important;
    margin: 5px auto;
}

.nbr-cmp {
    min-height: 57.6px;
}

#topic-form fieldset .form-group,
#article-form fieldset .form-group,
#discussion-conclusion-form .form-group,
#document-form .form-group:not(.form-check) {
    flex-direction: column;
}

.list-view .heading-dnd .h1-style {
    margin-right: 18px;
}

.tag-link {
    font-family: 'Montserrat Bold';
    font-size: 12px;
    color: #134B8C !important;
    background-color: #fff;
    border: 2px solid #134B8C;
    padding: 5px 7px;
    border-radius: 5px;
    text-decoration: none !important;
    margin: 0.25rem !important;
    transition: all .3s;
    display: inline-block;
}

.news-item .tags-wrapper {
    min-height: 107px;
    max-height: 107px;
    height: auto;
}

.tag-link:hover {
    background-color: #134B8C;
    color: #fff !important;
}

.rubrique-link {
    font-family: 'Montserrat Medium';
    font-size: 12px;
    color: #fff !important;
    background-color: #F1893A;
    border: 2px solid #F1893A;
    padding: 10px 5px 9px 5px;
    border-radius: 5px;
    text-decoration: none !important;
    margin-left: 5.5px;
    margin-right: 5.5px;
    margin-bottom: 12.5px;
    transition: all .3s;
    display: inline-block;
}

.rubrique-link:hover {
    background-color: #fff !important;
    color: #F1893A !important;
}

.h1-style {
    color: #000;
    font-family: 'Montserrat Bold';
    font-size: 18px;
    line-height: 28px;
}

.infos-item {
    padding-top: 10px;
}

.infos-item p {
    font-family: 'Montserrat Light';
    color: rgba(0, 0, 0, 0.9);
    font-size: 16px;
}

.infos-item a {
    text-decoration: none;
}

.item-description,
.participate-closing {
    padding-right: 40px;
    padding-left: 40px;
}

.participate-closing {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 33px;
}

.closing-timing {
    font-family: 'Montserrat Bold';
    color: #134B8C;
    font-size: 22px;
}

.closing-timing::before {
    content: url(../img/ionic-md-time.png);
    top: 2px;
    display: inline-block;
    position: relative;
    margin-right: 15px;
}

.flex-items-pdf {
    display: flex;
}

.list-synthese {
    margin-top: 50px;
    position: relative;
}

.item-pdf {
    border-radius: 15px;
    box-shadow: 0px 10px 20px rgba(19, 75, 140, 0.12);
    margin-bottom: 35px;
    overflow-y: hidden;
    transition: all .3s;
    width: 100%;
}

.item-pdf>a {
    display: flex;
    text-decoration: none;
}

.pdf-icon {
    background-color: #134B8C;
    padding: 38px 22px;
    border-radius: 15px;
    height: 100%;
    display: flex;
    align-items: center;
}

.item-pdf .infos-item {
    transition: all .3s;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 12px;
}

.list-synthese .item-pdf:hover,
.list-synthese .item-pdf:hover .infos-item {
    background-color: #134B8C;
}

.list-synthese .item-pdf:hover .infos-item span,
.list-synthese .item-pdf:hover .infos-item p {
    color: #fff;
}

.discussion-detail .item-pdf {
    display: flex;
    text-decoration: none;
}

.list-view .item-pdf {
    display: flex;
    text-decoration: none;
    background-color: #fff;
    align-items: center;
}

.list-synthese .btn-hp {
    right: 0;
    display: inline-flex;
    float: right;
    top: 35px;
    position: relative;
}

.discuss-synthese {
    padding-bottom: 65px;
}

.key-figures {
    background-image: url(../img/businessman-touching-the-tip-of-bar-chart.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-blend-mode: overlay;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.key-figures .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(19, 75, 140, 0.8);
    z-index: 0;
}

.key-figures .container {
    z-index: 7;
    position: relative;
}

.key {
    border-radius: 15px;
    border: 2px solid #fff;
    padding-top: 30px;
    padding-bottom: 35px;
    text-align: center;
}

.key .number-count {
    font-family: 'Montserrat Bold';
    color: #F1893A;
    font-size: 60px;
    line-height: 28px;
    margin-bottom: 32px;
    display: block;
}

.key p {
    font-family: 'Montserrat Bold';
    color: #fff;
    margin-bottom: 0;
}

.row .first-key {
    margin-bottom: 40px;
}

.pourcentage::after {
    content: '%';
    display: inline-block;
}

.plus-nbr::before {
    content: '+';
    display: inline-block;
}

.past-discussions {
    padding-top: 55px;
    padding-bottom: 45px;
}

.item-flex {
    display: flex;
    box-shadow: 3px 8px 8px rgba(0, 0, 0, 0.16);
    border-radius: 15px;
    width: 100%;
    height: 100%;
}

.item-flex .img-cover {
    width: 40%;
    position: relative;
}

.item-flex .item-description {
    width: 60%;
}

.past-discussions .title-section {
    margin-bottom: 20px;
}

.past-discussions .col-md-12 {
    margin-top: 24px;
    margin-bottom: 24px;
}

.past-discussions .col-md-12:nth-child(odd) .item-flex {
    flex-direction: row-reverse;
}

.past-discussions .btn-hp {
    margin: 25px auto 0 auto;
}

.tag-discuss {
    position: absolute;
    font-family: 'Montserrat Bold';
    font-size: 15px;
    color: #fff;
    background-color: #F1893A;
    padding: 10px 30px;
    border-radius: 28px;
    right: 0;
    margin-top: 20px;
    margin-right: 15px;
}

.thematiques-section {
    background-color: #F1893A;
    padding-top: 65px;
    padding-bottom: 60px;
}

.thematiques-section .title-section::after {
    background-color: #fff;
}

.slider-thematiques {
    margin-top: 65px;
}

.slider-thematiques h3.h1-style {
    color: #134B8C;
}

.slider-thematiques .owl-item .item:hover h3.h1-style {
    color: #fff;
}

.news-item .h1-style {
    height: 80px;
    font-size: 17px;
}

.news-item .infos-item p {
    height: 90px;
}

a.btn-floating.btn-sm.btn-primary.pull-right[data-target="#infoModal"] {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    padding-top: 2px;
    text-align: center;
    background-color: #134B8C;
    cursor: pointer;
}

a.btn-floating.btn-sm.btn-primary.pull-right[data-target="#infoModal"] i {
    color: #fff;
}

#infoModal h4 {
    color: #F1893A;
    font-family: 'Montserrat Bold';
}

#infoModal ul li {
    font-family: 'Montserrat Regular';
}

#infoModal .col-2 i {
    color: #F1893A;
    vertical-align: 1;
}

.dashboard-widget .card.mb-3 {
    background-color: #134B8C;
}

/* #news-articles-list .infos-item p{
    height: 80px;
} */
.discover-more .infos-item .h1-style {
    height: 80px;
}

.discover-more .infos-item .infos-item p {
    height: 80px;
}

.slider-thematiques .owl-item img {
    width: auto;
    height: auto;
    margin: auto;
}

.slider-thematiques .owl-item .item {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    max-height: 255px;
    height: 255px;
    border-radius: 15px;
    margin: 5px;
    display: grid;
    transition: all .3s;
}

.slider-thematiques .owl-item .item:hover {
    background-color: #134B8C;
}

.them-img-box {
    height: 110px;
}

.slider-thematiques .owl-item .item a {
    text-decoration: none;
}

.slider-thematiques .owl-item .item p {
    margin-bottom: 0;
}

.slider-thematiques .owl-item .item h2,
.slider-thematiques .owl-item .item p {
    color: #134B8C;
}

.slider-thematiques .owl-item .item:hover h2,
.slider-thematiques .owl-item .item:hover p {
    color: #fff;
}

.slider-thematiques.owl-carousel .owl-nav {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    flex-direction: row;
    right: 0;
    left: 0;
    top: 30px;
    width: 80px;
    position: relative;
    height: 40px;
    text-align: center;
    margin: 16px auto;
}

.collapse-content div.collapse:not(.show) {
    max-height: fit-content;
    height: auto;
}

.slider-thematiques.owl-carousel .owl-nav .owl-prev {
    left: -10px;
    background-color: transparent !important;
    border: 2px solid #134B8C;
}

.slider-thematiques.owl-carousel .owl-nav .owl-prev i {
    color: #134B8C !important;
}

.slider-thematiques.owl-carousel .owl-nav .owl-next {
    right: -10px;
    background-color: #134B8C !important;
    border: 2px solid #134B8C;

}

.slider-thematiques.owl-carousel .owl-nav .owl-next i {
    color: #fff !important;
}

.actualites-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.actualites-section .item a {
    display: block;
    text-decoration: none;
}

.slider-news {
    margin-top: 48px;
}

.slider-news.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    top: -90px;
    right: 90px;
}

.slider-news.owl-carousel .owl-stage {
    padding-bottom: 25px;
    padding-top: 25px;
}

.slider-news.owl-carousel .owl-nav .owl-prev {
    left: -25px;
    background-color: transparent !important;
    border: 2px solid #134B8C;
}

.slider-news.owl-carousel .owl-nav .owl-prev i {
    color: #134B8C !important;
}

.slider-news.owl-carousel .owl-nav .owl-next {
    background-color: #134B8C !important;
    border: 2px solid #134B8C;
}

.slider-news.owl-carousel .owl-nav .owl-next i {
    color: #fff !important;
}

.slider-news .item {
    margin: 10px;
    border-radius: 15px;
    box-shadow: 0px 7px 7px rgb(0 0 0 / 20%);
}

.slider-news .item-description {
    padding: 24px 30px 30px 30px;
}

.tag-category-date {
    font-family: 'Montserrat Regular';
    font-size: 16px;
    color: #F1893A;
}

.infos-news {
    width: 100%;
    display: inline-block;
}

.tag-category-date.date {
    float: left;
}

.tag-category-date.categorie {
    float: right;
}

.actualites-section a.btn-hp {
    margin: 25px auto 0 auto;
}

.contact-section {
    background-color: rgba(124, 209, 245, 0.15);
    padding-top: 40px;
    padding-bottom: 120px;
}

.contact-section form {
    margin-top: 65px;
    margin-bottom: 25px;
}

.contact-section form label,
.contact-section form input {
    display: block;
}

.label-form-hp {
    font-family: 'Montserrat Semibold';
    font-size: 18px;
    color: #000F26;
    margin-bottom: 11px;
}

.lbl-rq::after {
    content: '*';
    color: #FF0000;
}

.input-form-hp {
    background-color: rgba(181, 181, 181, 0.16);
}

.contact-section form input:not(.btn-hp) {
    width: 100%;
    border-radius: 5px;
    border: transparent;
    height: 50px;
}

.form-input-wrapper {
    margin: 18px auto;
}

.form-hp input.btn-hp {
    padding-right: 58px;
    padding-left: 58px;
}

.contact-section iframe {
    height: 640px;
    border-radius: 15px;
}

footer {
    background-color: #134B8C;
    padding-top: 68px;
    padding-bottom: 28px;
}

.newsletter-section {
    background-color: #F1893A;
    border-radius: 15px;
    margin-top: -132px;
    position: relative;
}

.form-wrapper-newsletter {
    padding-top: 20px;
    padding-left: 75px;
    padding-right: 95px;
    padding-bottom: 20px;
}

.form-wrapper-newsletter {
    display: flex;
    align-items: center;
}

.form-wrapper-newsletter p {
    margin-bottom: 0;
    font-family: 'Montserrat Regular';
    font-size: 35px;
    color: #fff;
    line-height: 45px;
}

.form-wrapper-newsletter p,
.form-wrapper-newsletter .subscribe-form {
    width: 50%;
}

.form-newsletter .btn-hp {
    background-color: #134B8C;
    border: 2px solid #134B8C;
    position: relative;
    left: -53px;
}

.form-newsletter .btn-hp:hover {
    color: #134B8C;
    background-color: #fff;
}

.form-newsletter input[type="email"] {
    border-radius: 28px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    width: 100%;
    border: transparent;
}

.form-newsletter input[type="email"]::placeholder {
    color: #BCBCBC;
    font-family: 'Montserrat Light';
    font-size: 16px;
}

.logo-wrapper .row {
    margin-right: auto;
    margin-left: auto;
}

.logo-social-links {
    display: flex;
    padding-top: 40px;
    align-items: center;
    border-bottom: 2px solid #fff;
    padding-bottom: 40px;
}

.footer-logo,
.share-media {
    width: 50%;
}

.share-media {
    display: flex;
    justify-content: flex-end;
}

.share-media span {
    font-family: 'Montserrat Bold';
    color: #fff;
    font-size: 18px;
}

.social-links-footer li a i {
    color: #F1893A;
}

.social-links-footer li:hover a i {
    color: #fff;
}

.footer-body {
    padding-top: 45px;
}

.footer-text p {
    font-family: 'Montserrat Regular';
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.menu-footer ul {
    list-style: none;
}

.menu-footer ul li a {
    font-family: 'Montserrat Bold';
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}

.menu-footer ul li {
    margin-bottom: 20px;
}

.menu-footer ul li:hover a {
    color: #F1893A;
}

.copy-right {
    font-family: 'Montserrat Regular';
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 38px;
}

.breadcrumb-container ul {
    display: flex;
    padding-inline-start: 0;
}

.breadcrumb-container ul li {
    list-style: none;
}

.full-image {
    width: 100%;
    height: auto;
    margin: auto;
    border-radius: 15px;
}

.image-full .infos-actu {
    display: grid;
    margin-top: 30px;
}

.date-actu-detail {
    font-family: 'Montserrat Bold';
    font-size: 20px;
    color: #134B8C;
    margin-bottom: 18px;
}

.body-actualite {
    margin-top: 18px;
}

.body-actualite p {
    font-family: 'Montserrat Regular';
    color: #000;
    line-height: 30px;
}

.small-line {
    height: 1px;
    width: 75%;
    background-color: #CDCDCD;
}

.share-article {
    margin-top: 30px;
}

.share-title {
    font-family: 'Montserrat Bold';
    color: #134B8C;
    font-size: 20px;
    margin-bottom: 30px;
    display: block;
}

.actu-share-menu {
    display: flex;
    padding-inline-start: 0;
}

.actu-share-menu li {
    list-style: none;
    margin-right: 18px;
}

.actu-share-menu li a {
    display: block;
    background-color: #134B8C;
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 50px;
    padding-top: 5px;
    transition: all .3s;
}

.actu-share-menu li a i {
    color: #fff;
}

.actu-share-menu li:hover a {
    background-color: #F1893A;
}

.actu-share-menu li:hover a i {
    color: #134B8C;
}

.news-item {
    margin: 10px;
    border-radius: 15px;
    box-shadow: 0px 7px 7px rgb(0 0 0 / 20%);
}

.news-item .item-description {
    padding: 24px 22px 24px 22px;
}

.news-item a {
    text-decoration: none;
}

.list-actualites .pagination {
    margin-top: 75px;
}

section.list-actualites {
    margin-top: 45px;
}

.list-discussions .pagination {
    margin-top: 35px;
}

.statistics {
    display: grid;
}

.stat {
    font-family: 'Montserrat Regular';
    font-size: 18px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.9);
}

.stat::before {
    margin-right: 10px;
    width: 30px;
    display: inline-block;
}

.contribution::before {
    content: url(../img/comment-orange.png);
}

.like::before {
    content: url(../img/like-orange.png);
}

.participant::before {
    content: url(../img/participant-orange.png);
}

.discussions-form-wrapper {
    margin-top: 45px;
    margin-bottom: 45px;
}

.modal-body iframe {
    width: 100%;
}

.pre-body {
    font-family: 'Montserrat Bold';
    color: #000;
    font-size: 24px;
    margin-bottom: 25px;
    display: block;
    width: 100%;
}

.col-lg-12.col-md-12.full-discussion {
    padding: 0;
    margin-bottom: 35px;
}

.full-discussion .img-cover {
    width: 70%;
    height: 100%;
    position: relative;
    border-radius: 15px;
}

.infos-discussion-time {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #134B8C;
    border-radius: 15px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.infos-discussion-time .date {
    color: #fff;
    font-family: 'Montserrat Bold';
    font-size: 18px;
}

.counter-span::before {
    content: url(../img/ionic-ios-time.png);
    display: inline-block;
    margin-top: 3px;
    margin-right: 5px;
}

.reaction-share {
    display: flex;
    align-items: center;
}

.reaction-share a {
    margin: auto 12px;
}

.reaction-share a.star-link {
    margin: 0;
}

.daterangepicker .range_inputs {
    text-align: center;
}

#featured-discussions-list h2.h2.h2-responsive.font-weight-bold.mb-2.text-white {
    margin-bottom: 25px !important;
}

.toast-success {
    background-color: #134B8C !important;
}

.avatar.nav-item.dropdown {
    margin-left: 0 !important;
}

.star-link i {
    font-size: 32px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #F1893A;
    color: #fff;
    transition: all .3s;
    display: inline-block;
}

.star-link:hover i,
.star-link:active i,
.star-link.active i {
    color: #F1893A;
}

.share-link {
    display: inline-block;
    background-color: #134B8C;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    text-align: center;
    padding-top: 10px;
    transition: all .3s;
}

.share-link:hover {
    background-color: #F1893A;
}

.share-link i {
    font-size: 25px;
    color: #fff;
}

.share-link:hover i {
    color: #134B8C;
}

.full-discussion .tags-wrapper {
    padding-top: 28px;
}

.heading-dnd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

section.container-fluid.sondage-section,
section.container-fluid.contribution-section {
    padding-bottom: 45px;
    padding-top: 35px;
    background-color: rgba(124, 209, 245, 0.15);
}

span.heading-3-strong {
    display: block;
    margin-bottom: 40px;
    font-family: 'Montserrat Bold';
    font-size: 25px;
    margin-top: 30px;
}

.presentation {
    padding-top: 35px;
    padding-bottom: 35px;
}

.presentation .wysiwyg-wrapper h2 {
    margin-bottom: 30px;
}

.wysiwyg-wrapper p {
    font-family: 'Montserrat Regular';
    color: #000;
    margin-bottom: 35px;
}

.wysiwyg-wrapper ul li {
    list-style: circle;
    font-family: 'Montserrat Regular';
    font-size: 18px;
}

.wysiwyg-wrapper ul li::marker {
    color: #F1893A;
}

.wysiwyg-wrapper a {
    color: #134B8C;
    font-size: 18px;
    font-family: 'Montserrat Bold';
    text-decoration: none;
}

.discussion-overflow-wrapper {
    width: 100%;
    /* height: 1205px; */
    max-height: 1205px;
    overflow-y: scroll;
    padding-right: 60px;
}

.discussion-overflow-wrapper .itemsCssClass .items .message-chat .message-box .bulle-message .ml-auto .card .list-group .list-group-item form fieldset .form-group {
    flex-direction: column;
}

.dashboard-wrapper section.container-fluid.contribution-section {
    padding-bottom: 35px;
}

#document-grid table thead th {
    text-align: left;
}

section.image-full.doc-synth-listing.docs-list {
    padding-top: 45px;
}

.discussion-overflow-wrapper::-webkit-scrollbar {
    background-color: rgba(0, 75, 100, 0.26);
    border-radius: 15px;

}

.discussion-overflow-wrapper::-webkit-scrollbar-thumb {
    background-color: #134B8C;
    border-radius: 15px;
}

.discussion-overflow-wrapper {
    scrollbar-color: rgba(0, 75, 100, 0.26) #134b8c;
    scrollbar-width: 15px;
}

.user-box {
    width: 74px;
    min-width: 74px;
    height: 74px;
    border-radius: 50px;
    display: inline-grid;
    border: 2px solid #134B8C;
    align-items: center;
    justify-items: center;
    font-family: 'Montserrat Bold';
    font-size: 22px;
    text-decoration: none;
}

.user-box:hover {
    text-decoration: none;
}

.cnea-user .user-box,
.other-user .user-box {
    border-color: #134B8C;
}

.other-user .user-box,
.user .user-box {
    background-color: #134B8C;
    color: #fff;
}

.cnea-user>.user-box {
    background-color: #fff;
    color: #134B8C;
}

.actual-user .user-box {
    border-color: #F1893A;
    background-color: #F1893A;
    color: #fff;
}

.message-chat {
    display: flex;
    align-items: center;
    margin: 18px auto;
}

.message-box {
    max-width: 824px;
    margin-left: 34px;
}

.msg-body {
    font-family: 'Montserrat Regular';
    font-size: 19px;
}

.bulle-message {
    padding: 21px 34px;
    border-radius: 15px;
    position: relative;
    z-index: 11;
}

.other-user .msg-body,
.actual-user .msg-body {
    color: #fff;
}

.cnea-user .msg-body {
    color: #134B8C;
}

.other-user .bulle-message {
    background-color: #134B8C;
    border: 1px solid #134B8C;
}

.actual-user .bulle-message {
    background-color: #F1893A;
    border: 1px solid #F1893A;
}

.cnea-user .bulle-message {
    background-color: #fff;
    border: 1px solid #134B8C;
}

.message-chat.cnea-user,
.message-chat.actual-user {
    flex-direction: row-reverse;
}

.cnea-user .message-box,
.actual-user .message-box {
    margin-right: 34px;
    margin-left: 0;

}

.date-message,
.user-name {
    color: #134B8C;
    font-family: 'Montserrat Regular';
    font-size: 19px;
}

.other-user .bulle-message::before {
    content: "";
    position: absolute;
    width: 71px;
    height: 40px;
    bottom: 5px;
    left: -33px;
    background: radial-gradient(50% 100% at top left, #0000 98%, #134B8C);
    border-top-right-radius: 100%;
    transform: rotate(-11deg);
    z-index: 0;
}

.actual-user .bulle-message::before {
    content: "";
    position: absolute;
    width: 71px;
    height: 40px;
    bottom: 5px;
    right: -33px;
    background: radial-gradient(50% 100% at top right, #0000 98%, #F1893A);
    border-top-right-radius: 100%;
    transform: rotate(11deg);
    z-index: -1;
}

.cnea-user .bulle-message::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 5px;
    right: -24px;
    background: url(../img/image-tail.png) no-repeat center;
    background-size: cover;
    border-top-right-radius: 100%;
    transform: rotate(-21deg);
    z-index: -1;
}

.list-action {
    display: flex;
    position: relative;
    top: -18px;
    padding-inline-start: 18px;
    margin-bottom: 0;
    z-index: 12;
}

.list-action li {
    list-style: none;
    margin: auto 7.5px;
}

.link-act {
    min-width: 36px;
    height: 34px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #134B8C;
    border-radius: 17px;
    transition: all .3s;
    text-align-last: center;
    padding-top: 2px;
    text-decoration: none;
    cursor: pointer;
}

.link-act i {
    color: #F1893A;
}

a.link-act {
    padding: 4px 1.1rem !important;
}

a.link-act.transferer-act {
    padding-left: 12px;
    padding-right: 12px;
    font-family: 'Montserrat Regular';
    color: #004B96;
}

a.link-act:hover {
    text-decoration: none;
}

.action-delete-msg {
    margin-right: 15px;
    margin-left: 15px;
}

.options-modal-sondage li {
    list-style: none;
}

.options-modal-sondage input[type="radio"] {
    margin: auto 9px;
}

.form-sondage .btn-group {
    justify-content: center;
    align-items: center;
    width: 100%;
}

.form-sondage .btn-group button {
    margin: auto 5px;
}

.heading-dnd button:focus {
    outline: none;
}

.list-view .item-pdf .infos-item {
    width: 100%;
}

.list-actualites .item-pdf {
    display: flex;
    text-decoration: none;
    background-color: #fff;
    align-items: center;
}

.list-actualites .item-pdf .infos-item {
    width: 100%;
}

.list-actualites .infos-item p {
    margin-top: 35px;
}

#document-list .heading-dnd {
    margin-bottom: 0;
}

.form-sondage .btn-hp.btn-success {
    background-color: #134B8C;
    border-color: #134B8C;
}

.form-sondage .btn-hp.btn-success:hover {
    color: #134B8C;
    background-color: #fff;
}

.dashboard-widget .card.mb-3>.card-body h2.mb-0 {
    color: #fff;
}

.dashboard-wrapper button:not(.link-act),
.dashboard-wrapper a[role="button"]:not(.link-act) {
    border-radius: 10em !important;
    padding: 0.84rem 1.1rem;
}

section.container-fluid.contribution-section+.discover-more.container {
    padding-top: 120px;
}

.participate-link {
    background-color: #7CD1F5;
    border-radius: 50px;
    padding: 25px 36px;
    font-family: 'Montserrat Bold';
    color: #004B96;
    margin: auto;
    top: 40px;
    position: relative;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.participate-link img {
    margin-right: 24px;
}

.participate-link:hover {
    text-decoration: none;
}

section.container-fluid.contribution-section {
    padding-top: 35px;
    padding-bottom: 0;
    background-color: rgba(124, 209, 245, 0.15);
    box-shadow: 0px 7px 7px rgb(0 0 0 / 15%);
}

._reply_ok {
    display: grid;
    margin-bottom: 15px;
    border-left: 5px solid #134B8C;
    padding-left: 12px;
}

#opening-soon-discussions-list .jumbotron {
    background-color: #fff !important;
}

#opening-soon-discussions-list .jumbotron .text-muted {
    color: #F1893A !important;
}

.dashboard-wrapper #news-articles-list .lighten-2 {
    background-color: #fff !important;
}

#document-grid table td+td {
    text-align: right;
}

#news-article-form fieldset .form-row .form-group label {
    top: -2.35rem;
}

#discussion-form .row:last-child .form-group,
#news-article-form fieldset .form-row .form-group {
    flex-direction: column;
}

ul.nav-flex-icons a.nav-link span.d-none.d-md-inline {
    color: #000;
}

ul.nav-flex-icons a.nav-link span.pr-3.font-weight-bold {
    vertical-align: text-bottom;
}

#user-data-form .bootstrap-tagsinput {
    display: inline-flex;
    align-items: center;
}

#user-data-form .bootstrap-tagsinput .tag {
    margin-right: 5px;
}

#user-data-form .bootstrap-tagsinput span {
    margin-bottom: 0;
}

#contribution-form .form-group {
    flex-direction: column;
}

.grid-view table .filters .filter-container input {
    display: inline-block;
    width: 100%;
    height: calc(1.5em+0.75rem+2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    /* background: url(data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='0045'%3e%3cpathfill='%23343a40'd='M20L02h4zm05L03h4z'/%3e%3c/svg%3e) no-repeat right 0.75rem center/8px 10px; */
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
}

label[for="Discussion_keywords"] {
    top: -2.35rem;
}

#news-article-form fieldset .form-row .form-group label {
    top: 0;
}

.menu-list nav.navbar.navbar-expand-lg.navbar-light {
    padding-top: 5px;
}

.dashboard-wrapper .reaction-share {
    width: 100%;
}

.dashboard-wrapper .reaction-share .actions-detail-admin a.btn-action {
    padding: 0;
}

.dashboard-main-wrapper .nav-left-sidebar {
    z-index: 10;
}

.dashboard-main-wrapper .dashboard-wrapper {
    z-index: 4;
}

#contribution-form {
    width: 100%;
}

.authentified-user {
    border: 4px solid green !important;
}

#sondage-form fieldset #add_options+.container {
    margin-left: 0;
}

#sondage-form fieldset #add_options+.container .options-add {
    margin-left: 0 !important;
}

#news-article-form .card .card-body fieldset .form-row+.form-group {
    flex-direction: column;
}

label[for="Discussion_image"] {
    transform: translateY(-200%) !important;
}

#add_options {
    margin-bottom: 25px;
}

.job-type-choice input.select-dropdown.form-control {
    margin-bottom: 0;
    margin-top: 0.94em;
}

.form-check-input[type=checkbox].filled-in:checked+label:after,
label.btn input[type=checkbox].filled-in:checked+label:after {
    background-color: #004B96;
    border: 2px solid #004B96;
}

#menu-dashboard .dropdown-toggle .chip {
    display: inline-block;
    padding: 0 25px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #004B96;
    color: #fff;
    font-weight: bold;
}

#menu-dashboard .dropdown-toggle .chip:hover {
    transition: all .3s linear;
    background-color: #F1893A;
}

.subscribe-form form {
    display: flex;
}

.chip img {
    float: left;
    margin: 0 10px 0 -25px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #fff;
}

.at-custom-sidebar-btns {
    display: none !important;
}

.list-action li button.btn-sucess,
.list-action li button.btn-danger {
    margin: auto 10px !important;
}

#pending-contribution-grid .message-chat .message-box {
    width: 70%;
}

#menu-dashboard .nav-items .btn-group .dropdown-toggle::after {
    content: none;
}

#menu-dashboard .icon {
    display: none;
}

#menu-dashboard {
    padding: 20px 25px;
}

.icon-circle-medium {
    padding: 15px 2px;
}

.social-Share ul.mt-3 {
    padding-inline-start: 0;
}

.dashboard-nav-mobile {
    display: none;
}

.bottom-social-links {
    display: none;
    background-color: #F1893A;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
}

.bottom-social-links ul.social-links {
    width: 100%;
    justify-content: left;
    padding-inline-start: 0px;
}

.bottom-social-links ul.notification-link {
    width: 100%;
    justify-content: right;
    padding-inline-start: 0px;
}

.mobile-logo-compte {
    display: none;
}

div#order--select img {
    margin-right: 0px !important;
}

#order--select {
    font-size: 16px;
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: right;
    white-space: nowrap;

}

div#order--select .dropdown-toggle::after {
    position: relative;
    right: 20px;
    top: 14px;
}

.set--btn {
    position: relative;
    font-weight: bold !important;
    background-color: transparent !important;
    font-family: 'Montserrat Bold';
    text-decoration: none;
    color: #1c498e !important;
    border: 3px solid #1c498e !important;
    border-radius: 28px !important;
    transition: all 0.3s;
    font-size: 13px !important;
    padding: 14px 20px 14px 15px;
    display: inline-block;
}

.flesh--dropdow-n {
    position: absolute;
    top: 1px;
    right: -10px;
}

#search--btn-input .icon--search-btns {
    margin-right: 0 !important;
    display: flex;
    align-items: center;
    height: 48px;
    width: 48px;
    justify-content: center;
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    line-height: 30px;
    padding: 0 10px;
    border-radius: 28px !important;
    background-color: #eceff1;
    cursor: pointer;
    transition: all .3s linear;
    background-color: #004B96;
}

.icon--search-btns i {
    color: #fff;
}

.input-group.custom-input,
.input-group.custom-input {
    width: 0 !important;
    display: block;

}

.class--icon-search .input-group.custom-input {
    width: 85% !important;

}

.icon--search-btns {
    position: relative;
    right: 8px;
}

.input-group.custom-input input {
    font-size: 16px;
    position: relative;
    width: 100%;
    z-index: 1;
    white-space: nowrap;
    border: 2px solid #1c498e !important;
    background-color: transparent !important;
    color: #1c498e !important;
    padding: 10px 1.1rem;
    border-radius: 21px;
}



div#search--btn-input .input-group.custom-input {
    overflow-x: hidden;
    transition: .5s;
}

div#search--btn-input {
    display: flex;
    padding: 0;
    align-items: center;
}

#order--select .dropdown-menu.show {
    transform: initial !important;
    top: 47px !important;
}
#login-form .md-form .form-group:not(.form-check) {
    flex-direction: column-reverse;
}
#login-form .md-form>.mb-2 {

    display: flex;
}
#login-form label.form-check-label {
    margin-left: 32px;
    position: relative;
    top: 2px;
}
.dashboard-wrapper hr {
    border-top: 0px solid #ccc;
}
.card .card-header h1  , .dashboard-wrapper .card-body h4{
    color: #004B96;
    font-size: 140%;
}
.highcharts-title{
    fill: #004B96 !important;
    font-size: 140%;
}
.highcharts-title {
    fill: #004B96 !important;
    font-size: 140% !important;
    font-family: "Montserrat Bold";
    font-weight: 500;
    line-height: 1.2;
}
input:focus-visible {
    outline: none;
}
#news-article-form .bootstrap-tagsinput ,#user-data-form .bootstrap-tagsinput{
    /* display: grid; */
    border: 0;
    padding-bottom: 95px;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
}
#news-article-form .twitter-typeahead ,#user-data-form .twitter-typeahead{
    width: 20%;
    position: absolute !important;
    top: 50px;
    left: 0;
}
div#sondage-list .modal.show .modal-dialog {
    margin: auto;
    height: 100%;
}
div#sondage-list .modal-content {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
div#sondage-list .modal-content {
    width: 90%;
}
#sondage-list .form input:not(input[type="checkbox"]) {
    width: auto;

    margin-top: 8px;
    margin: 0;
    padding: 0;
}
#sondage-list .form label {
    margin: 2px 10px;
    width: 75px;
    display: flex;
    align-items: center;
    padding: 0;
}
.dashboard-main-wrapper .card.testimonial-card .card-footer .btn-primary {
    background-color: #1c498e !important;
    color: #fff;
    border: 0px solid #F1893A !important;
}
.dashboard-main-wrapper .card.testimonial-card .card-footer .btn-success:hover {
    background-color: #00e25b !important;
    color: #fff !important;
}
.dashboard-main-wrapper .card.testimonial-card .card-footer .btn-secondary {
    background-color: #f48f30 !important;
    color: #fff;
}
.dashboard-main-wrapper .card.testimonial-card .card-footer .btn:hover {

    color: #fff !important;
}
.dashboard-main-wrapper .card.testimonial-card .card-footer .btn-success {
    background-color: #00c851 !important;
    color: #fff;
    border: 0px solid #F1893A !important;
}
@media screen and (max-width: 768px) {
    .dashboard-main-wrapper .card.testimonial-card .card-footer .btn {
        width: 100%;
    }
    .dashboard-main-wrapper a.search-button.btn.waves-effect.btn-default.btn-sm {
        margin: 0px 0 5px 0;
        width: 100%;
    }
    
    #news-articles-list .h4-responsive, #archived-discussions-list .h4-responsive, #active-discussions-list .h4-responsive, #pending-conclusion-discussions-list .h4-responsive {
        width: auto !important;
    }
    .dashboard-main-wrapper a.search-button.btn.waves-effect.btn-default.btn-sm i.fas.fa-search:before {
        content: 'Rechercher';
        font-size: 15px;
        font-family: 'Montserrat Bold';
    }
    #user-data-form .bootstrap-tagsinput > span {
        margin-bottom: 20px;
    }
    #news-article-form .twitter-typeahead ,#user-data-form .twitter-typeahead{
        width: 100%;
        position: initial !important;
        top: auto;
        left: auto;
    }
    #news-article-form .bootstrap-tagsinput ,#user-data-form .bootstrap-tagsinput{
        padding-bottom: 40px;
    }
    div#search--btn-input {
        padding: 0 15px;
    }
    #featured-discussions-list .carousel-indicators {
        margin-bottom: -10px !important
    }
    .set--btn {
        display: block;
    }
    .table-responsive {
        overflow-x: inherit;
    }
    .table-responsive table {
        display: block;
        overflow-y: hidden;
        margin-bottom: 0;
    }
    .table-responsive .card-footer {
        /* display: block;
        position: absolute; */
    }
    .table-responsive .card-footer {
        /* overflow: hidden;
        display: block;
        width: 100% !important;
        position: absolute; */
    }
    .table-responsive {
        position: relative;
    }
    #order--select .dropdown-menu.show {
        transform: initial !important;
        top: 15px !important;
        width: 100%;
        position: relative !important;
    }

    .show--ntf.opeeeeen--ntf {
        height: 279px;
        overflow: scroll;
        padding: 20px 0;
    }

    footer {
        margin-bottom: 65px;
    }

    #menu-dashboard a.icon {
        float: right;
        display: block;
    }

    .image-laptop {
        width: 100%;
    }

    .contact-section iframe {
        width: 100%;
        height: 370px;
    }

    .main-menu .nav-items {
        display: grid;
    }

    .past-discussions .item-flex {
        display: block;
    }

    .past-discussions .item-flex .img-cover,
    .past-discussions .item-flex .item-description {
        width: 100%;
    }

    .col-md-4.col-sm-12.key-wrap {
        margin-bottom: 30px;
    }

    .participate-closing {
        display: block;
    }

    .participate-closing .btn-hp {
        display: block;
        text-align: center;
        margin-top: 25px;
    }

    .banner-hp .col-md-6.col-lg-6.left-banner {
        text-align: center;
    }

    .banner-hp .col-md-6.col-lg-6.right-banner.video1 {
        margin-top: 25px;
    }

    .title-section {
        font-size: 25px;
    }

    .item-description,
    .participate-closing {
        padding-right: 15px;
        padding-left: 15px;
    }

    .form-wrapper-newsletter {
        padding: 22px 22px;
    }

    .form-wrapper-newsletter p {
        font-size: 33px;
    }

    form#mc-embedded-subscribe-form {
        text-align: center;
    }

    .form-newsletter .btn-hp {
        left: auto;
        position: absolute;
        right: 20px;
        width: 125px;
        padding-bottom: 7px;
    }

    .logo-social-links {
        display: block;
        text-align: center;
    }

    header .button-compte {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 12px;
    }

    .footer-logo,
    .share-media {
        width: 100%;
    }

    .top-bar {
        display: none;
    }

    .share-media {
        display: none;
    }

    #menu-dashboard .logo-brand {
        width: 50%;
    }

    #menu-dashboard .logo-brand img {
        width: 100%;
    }

    .main-menu:not(.fixed-top) .responsive {
        /* top: 100%!important; */
    }

    #menu-dahboard .logo-brand img {
        width: 70%;
    }

    .main-menu.responsive {
        position: relative;
    }

    .main-menu .nav-items {
        /* display: none; */
    }

    .nav-items.responsive[data-attrib="nav-items-mobile"] {
        display: grid !important;
    }

    .nav-items.responsive .btn-group.notif-grp {
        display: none;
    }

    .notif-mobile-logo i.fa-bell {
        color: #fff;
    }

    .notif-mobile-logo .dropdown-toggle::after {
        content: none;
    }

    .mobile-logo-compte .nav-flex-icons .avatar .nav-link .chip .d-none {
        display: none !important;
    }

    .dropdown-nav-item a.nav-link {
        width: 100%;
    }

    .dropdown-nav-item a.nav-link[aria-expanded="false"]::before {
        float: right !important;
        content: "\f067";
        font-family: FontAwesome;
    }

    .dropdown-nav-item a.nav-link[aria-expanded="true"]::after {
        float: right !important;
        content: "\f068";
        font-family: FontAwesome;
    }

    .main-menu .nav-items.responsive {
        padding-top: 25px;
        display: flex;
        position: absolute;
        left: 0;
        right: 0;
        top: 110px;
        z-index: 1;
        background-color: #fff;
        border: 1px solid #134b8c;
        position: absolute;
        left: 0;
        right: 0;
        top: 110px;
        z-index: 7;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: flex-start;
    }

    .fa-bars {
        font-size: 2em !important;
    }

    .mobile-logo-compte {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .main-menu>.logo-brand,
    .main-menu>.avatar-icon-menu,
    .main-menu>.nav-items,
    .main-menu>.button-compte {
        display: none;
    }

    .dashboard-nav-mobile {
        background-color: #134B8C;
    }

    .dashboard-nav-mobile .nav-item .nav-link,
    .dashboard-nav-mobile .nav-item i {
        color: #fff !important;
    }

    #submenu-1 ul {
        padding-inline-start: 0;
    }

    .nav-items.responsive .nav-item {
        padding: 10px 25px;
        color: #134b8c;
    }

    .nav-items.responsive .nav-item i {
        margin: auto 15px auto 0;
        color: #134B8C;
    }

    .nav-items.responsive>.nav-item .nav-link,
    .nav-items.responsive>.nav-item i {
        color: #134B8C;
    }

    .breadcrumb-container ul {
        display: flex;
        height: 27px;
        width: 100%;
        white-space: nowrap;
        overflow: auto;
    }

    .bottom-social-links {
        display: block;
        z-index: 25;
    }

    .row.discutionsdivs {
        padding: 0 !important;
    }

    .row.discutionsdivs .col-md-4 {
        padding: 0;
    }

    .row-form .col-md-3 {
        margin: 11px auto;
    }

    .row-form .col-md-3 .input-group.custom-input {
        margin: auto;
    }

    .nav-items.responsive .nav-item {
        margin: 5px 15px;
        font-size: 14px;
    }

    .discussion-overflow-wrapper {
        padding-right: 10px;
    }

    #user-data-form .bootstrap-tagsinput {
        flex-wrap: wrap;
    }

    .menu-share-change .card-body .nav-link {
        color: #1c498e;
    }

    .menu-share-change span.d-md-inline {
        margin: auto 15px;
        font-size: 0.7em;
    }

    .menu-share-change {
        margin-top: 25px;
    }

    .detail-view th {
        text-align: left;
    }

    .avatar .dropdown-menu {
        left: -35px !important;
    }

    .card.testimonial-card .card-footer {
        text-align: center;
    }

    .list-discussions form {
        text-align: center;
    }

    .list-discussions form select,
    .list-discussions form button {
        margin: 5px auto;
    }

    .news-item .item-description {
        padding: 24px 8px 10px 8px;
    }

    footer .form-newsletter input {
        margin: 7px auto;
    }

    .discussion-detail .item-flex {
        display: block;
        height: auto;
    }

    .discussion-detail .item-flex .img-cover,
    .discussion-detail .item-flex .item-description {
        width: 100%;
    }

    .discussion-detail .item-flex .img-cover {
        max-height: 100%;
        height: 60%;
    }

    h2.pre-body {
        font-size: 18px;
        margin: 18px 15px;

    }

    .body-actualite,
    .share-article {
        margin: 18px 15px;
        padding: 0 7px;
    }

    .discover-more {
        padding: 0 7px;
    }

    .menu-footer ul {
        padding-inline-start: 0;
    }

    .slider-last-discuss.owl-carousel.owl-theme.owl-loaded.owl-drag {
        margin-bottom: 25px;
    }

    .list-view .pdf-contain .item-pdf,
    .flex-items-pdf,
    .discussion-detail .item-pdf {
        display: block;
    }

    .list-view .pdf-contain .pdf-icon,
    .flex-items-pdf .pdf-icon,
    .discussion-detail .pdf-icon {
        width: 100%;
        height: auto;
        place-content: center;
    }

    .discover-more .infos-item {
        padding-top: 0;
    }

    .discover-more .infos-item .h1-style {
        height: auto;
    }

    .infos-item .heading-dnd a.btn-hp {
        display: block;
        width: fit-content;
        margin: auto;
    }

    .infos-item .heading-dnd {
        display: block;
        text-align: center;
    }

    .heading-dnd .h1-style {
        padding-bottom: 15px;
        display: block;
    }

    .image-full .tags-wrapper {
        margin: 18px 15px;
    }

    .discussion-detail article .container .row {
        margin: auto 0;
    }

    .message-chat .message-box {
        margin-right: 14px !important;
        margin-left: 14px;
    }

    a.link-act.transferer-act {
        height: auto;
    }

    #settings-form .card-body {
        padding: 0;
    }

    #settings-form .form-group.form-check {
        padding-left: 0;
    }

    #settings-form label.form-check-label {
        margin-left: 10px;
    }

    .dashboard-widget .row:last-child .col-12>.card>.card-body {
        padding: 0;
    }

    .dashboard-nav-mobile {
        display: block;
    }

    .fixed-top div#items-menu {
        top: 100%;
    }

    header nav {
        flex-direction: row-reverse;
    }

    .list-synthese .btn-hp {
        display: block;
        margin: auto;
        width: fit-content;
        float: none;
    }

    .key p {
        text-align: center;
        display: grid;
    }

    .image-full .infos-actu {
        margin: 18px 15px;
    }

    .image-full .infos-actu .date-actu-detail {
        padding: 0 7px;
    }

    .news-item .h1-style {
        height: auto;
    }

    .news-item .infos-item p {
        height: auto;
    }

    .responsive .btn {}

    .list-view .infos-item p {
        text-align: center;
    }

    footer .newsletter-section .row {
        justify-content: center;
    }

    .form-wrapper-newsletter {
        display: block;
    }

    .form-wrapper-newsletter .subscribe-form {
        margin-top: 15px;
    }

    .form-wrapper-newsletter .subscribe-form,
    .form-wrapper-newsletter p {
        width: 100%;
        text-align: center;
    }

    form#contact-form button.btn-hp {
        margin: auto;
        display: block;
    }

    /* .footer-logo {
        margin-bottom: 25px;
    } */
    .col-lg-8.footer-text {
        border-bottom: 2px solid #fff;
    }

    .col-lg-4.menu-footer {
        margin-top: 25px;
    }

    .footer-body .row {
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 300px) {
    .nav-items.responsive .nav-item {
        font-size: 0.7em;
    }
}

.close {
    position: absolute;
    right: 32px;
    top: 10px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}

.close:hover {
    opacity: 1;
}

.close:before,
.close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 25px;
    width: 5px;
    background-color: #333;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

.dashboard-nav-mobile .nav-item a.nav-link {
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: -webkit-baseline-middle;
    vertical-align: baseline;
}

.notifications-count {
    position: absolute;
    top: -5px;
    right: 0px;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    line-height: 0;
    padding: 9px 7px;
    background-color: #da3225;
    border-radius: 50%;
    opacity: 0;
}

.notifications-count.active {
    transform: scale(1);
    opacity: 1;
}

.notifications-count.zindex {
    z-index: 3;
}

.tag-discuss-mois {
    position: absolute;
    font-family: 'Montserrat Bold';
    font-size: 15px;
    color: #fff;
    padding: 2px 13px;
    border-radius: 28px;
    margin-top: 17px;
    margin-right: 28px;
    left: 0;
    right: inherit;
    margin-left: 0px;
}

.sondage-option {
    color: #F1893A;
    font-family: 'Montserrat Bold';
    font-size: 27px;
}

#add_options {
    background-color: #134B8C;
}

.row.row-form {
    margin-top: 25px;
    align-items: center;
}

.mb-i {
    margin-bottom: 0 !important;
}

.dropdown-menu .bs-actionsbox button.actions-btn.btn.btn-light {
    font-size: 12px;
    padding: 5px;
    border-radius: 0 !important;
    margin: 7px;
}

.full-discussion .item-description .reaction-share a.star-link {
    padding: 0 !important;
}

.icon .fa-bars::before {
    color: #134B8C;
}

.list-view .col-md-4 {
    padding: 0;
}
#table--profil table.detail-view.table {
    font-family: "Montserrat Regular";
}
@media screen and (max-width: 768px) {
    .dashboard-wrapper a[role="button"]:not(.link-act) {
        text-align: center;
    }
    form#search_form .row.text-uppercase > div {
        margin-bottom: 20px;
    }
    .nav-items.responsive div#submenu-1 .nav-item {
        padding: 6px 28px;
    }
    #submenu-1 ul {
        padding-top: 10px;
    }
    a.button-compte:after {
        background-image: url(/images/user-icon.png);
        font-weight: 400;
        height: 52px;
        width: 52px;
        display: block;
        color: red;
        font-size: 21px;
        content: "";
        position: relative;
        top: -10px;
        background-size: cover;
    }

    a.button-compte {
        text-indent: -3000px;
        border: 0;
    }

    #menu-dashboard .dropdown-toggle .chip {
        margin-bottom: 0;
        width: 20px;
        margin-right: 2px;
        background-color: #fff;
    }

    a.button-compte:hover {
        background-color: #fff;
        color: #fff;
    }

    .card-footer.d-md-flex a {
        width: 215px;
        text-align: left;
    }

    .card-footer.d-md-flex a i {
        padding-right: 10px;
    }

    .notification-link {
        float: right;
        display: flex;
        margin-bottom: 0;
        justify-content: flex-end;
    }

    .notification-link li {
        list-style: none;
        margin: auto 10px;
        display: inline-block;
    }

    .notification-link li a {
        color: black;
        transition: all 0.3s;
    }

    .notification-link li a:hover {
        color: #134B8C;
    }

    .dropdown-menu-notification.show {
        display: block;
        transform: translate3d(-404px, -98px, 0px) !important;
    }

    .notifications-count {
        background-color: #1c498e;
        top: -5px;
        right: -5px;
    }

    .subscribe-form form {
        display: block;
    }

    .actualites-section a.btn-hp {
        margin: auto;
    }

    .slider-news.owl-carousel .owl-stage {
        padding: 0px;
    }

    .list-synthese .btn-hp {
        top: 15px;
    }
}

.nav-flex-icons .avatar .dropdown-menu-lg-right a.dropdown-item {
    background-color: #fff;
    color: #134B8C;
    font-family: "Montserrat Medium";
}

.nav-flex-icons .avatar .dropdown-menu-lg-right a.dropdown-item:hover {
    background-color: #F1893A;
    border-radius: 0.125rem;
    transition: all .1s linear;
    color: #134B8C !important;
    box-shadow: none;
}

.nav-flex-icons .avatar .dropdown-menu-lg-right a.dropdown-item i.fa {
    color: #F1893A;
    font-size: 20px;
    padding-right: 10px;
}

.nav-flex-icons .avatar .dropdown-menu-lg-right a.dropdown-item:hover i.fa {
    color: #fff;
}

.modal-header .close {
    padding: 0rem 0rem;
    margin: -0.7rem -1rem 0rem 0px;
}

.nav-flex-icons .avatar .dropdown-menu-lg-right {
    padding: 0rem;
}

.applyBtn,
.cancelBtn {
    font-family: 'Open Sans Bold';
    color: #fff;
    background-color: #134B8C !important;
}




/*  My style Elfarici*/
.show--ntf {
    display: none;
}

.close {
    z-index: 999;
}

html {
    overflow-x: hidden;
}

.form-group.was-validated {
    flex-direction: column !important;
}

li.avatar.ml-3.nav-item.dropdown.show div#yw5 {
    transform: translate3d(-100px, 95px, 0px) !important;
}

.discover-more.container .item.news-item {
    margin: 0;
}

button:focus {
    outline: 0;
}
/* button {
    outline: none !important;
} */
#espace--art {
    margin-right: -15px;
    margin-left: -15px;
}

#espace--art .news-item {
    margin: 10px 0px;
}

.tags-wrapper .owl-nav.disabled {
    display: none;
}

.dashboard-wrapper .reaction-share .actions-detail-admin a.btn-action {
    margin: 5px;
}

.tags-wrapper a {
    width: 100%;
    margin: 0 0px !important;
    text-align: center;
    height: 39px;
    display: flex;
    align-items: center;
    font-size:10px;
    justify-content: center;
}

.tags-wrapper {
    min-height: 33px !important;
    max-height: 33px !important;
    height: auto !important;
    /* padding: 0 0px 0px 20px !important; */
}

.tags-wrapper .owl-item {
    display: block;
    /* margin: auto;
    text-align: center; */
}

.discuss-synthese .tags-wrapper .owl-item {
    /* text-align: left; */
}

.item-description .infos-item {
    padding-top: 0px;
}

.tags-wrapper .owl-stage-outer {}

.discuss-synthese .owl-carousel {
    display: block;
}

.tags-wrapper .owl-nav {
    position: absolute;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.tags-wrapper .owl-nav .owl-next {
    right: auto;
}

.tags-wrapper .owl-nav .owl-prev {
    left: auto;
}

.card.z-depth-0.mb-3.cloudy-knoxville-gradient {
    background-image: linear-gradient(120deg, #fdfbfb 0, #ebedee 100%);
}

.tags-wrapper {
    margin-bottom: 23px;
}

.modal-chart .modal-header {
    border-bottom: 0px solid #dee2e6;
}

.modal-chart .sondage_chart_pie {
    box-shadow: initial;
}

.modal-chart .modal-header .close {
    margin: -2.7rem -2rem 0rem 0px;
}

.modal-chart .close {
    opacity: 1;
}

.modal-chart .close:before,
.modal-chart .close:after {
    background-color: #fff;
}

.banner-hp .close {
    right: 2px;
    top: -35px;
    opacity: 1;
}

.banner-hp .close:before,
.banner-hp .close:after {
    background-color: #fff;
}

.dashboard-wrapper .discover-more.container .news-item {
    margin: 0px;
}

img.img---cercle-nt {
    height: 40px;
    width: 40px;
    border-radius: 30px;
}

.modal-chart .modal-dialog {
    z-index: 6033;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 50%;
    height: auto;
    margin: 0 auto;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #fff;
    color: #004B96;
}

#ntf--menu .badge-danger {
    background-color: #004B96 !important;
    color: #fff !important;
    border-radius: 30px;
    position: absolute;
    bottom: 0;
    left: 30px;
}

.all--cercle {
    position: relative;
    padding-right: 15px;
}

#ntf--menu a.dropdown-item {
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #004B96;
    font-size: 14px;
}

element.style {
    position: absolute;
    transform: translate3d(-937px, 23px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
}

#ntf--menu .dropdown-menu.show {
    margin-top: 45px !important;
    margin-left: 40px;
}

#ntf--menu .dropdown-menu.show {
    transform: translate3d(-857px, 21px, 0px) !important;
}

.dashboard-main-wrapper section.container-fluid.contribution-section+.discover-more.container {
    padding-top: 30px;
}

.fixed-top #ntf--menu .dropdown-menu.show {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%) !important;
}

.dashboard-wrapper a {
    margin: 20px 0 5px 0;
}

.waves-effect.btn-block i {
    position: relative;
    right: 10px;
}

.dashboard-main-wrapper .menu-list::-webkit-scrollbar {
    width: 10px;
}

.dashboard-main-wrapper .menu-list::-webkit-scrollbar {
    height: 15px;
    border-radius: 50px;
}

/* Track */
.dashboard-main-wrapper .menu-list::-webkit-scrollbar-track {
    background: #E1E1E1;
    width: 15px;
    border-radius: 10px;
}

.tags-wrapper .owl-stage-outer .owl-stage {}

/* Handle */
.dashboard-main-wrapper .menu-list::-webkit-scrollbar-thumb {
    background: #004B96;
    border-radius: 50px;
}

.dashboard-main-wrapper .menu-list::-webkit-scrollbar-thumb:hover {
    background: #004B96;
}


.avatar-icon-menu .dropdown-menu-submenu {
    padding: .5rem 0;
}

.tags-wrapper--dt {
    padding-top: 20px;
    width: 100%;
}

.col-lg-12.col-md-12.full-discussion .img-cover>img {
    width: 100%;
    object-fit: cover;
    height: 292px;
}

.dashboard-wrapper .item-description a {
    margin: 0;
}

.full-discussion .item-description .reaction-share a.star-link {
    margin-right: 10px;
}

.col-lg-12.col-md-12.full-discussion .tags-wrapper {
    padding-top: 0;
}

.task--wrapper {
    padding-bottom: 14px;
}

.form .md-form .form-group:not(.form-check) {
    flex-direction: column;
    display: flex;
}

#changepassword-form .form-group:not(.form-check) {
    display: block;
}

.dashboard-wrapper .art1 a {
    margin: 20px 0 20px 0;
}

.item-pdf .infos-item .heading-dnd {
    align-items: flex-start;
}

.fixed-top {
    box-shadow: 3px 6px 2px rgb(0 0 0 / 16%);
}

#contact-form .md-form .form-group:not(.form-check) {
    flex-direction: column-reverse;
}

.contact-section form label,
.contact-section form input {
    order: 1;
}

.infos-discussion-time {
    display: block;
}

span.date.counter-span {
    /* display: flex; */
}

hr.hr--line {
    border-top: 0px solid #ccc;
    margin: 7px 0;
}

.infos-discussion-time .date-fin-debut .date {
    display: grid;
}

#discussion-form .bootstrap-tagsinput {
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    border: 0px solid #ccc;
}

#discussion-form .bootstrap-tagsinput span {
    width: 100%;
}

.dashboard-wrapper .discover-more.container .row {
    overflow-y: hidden;
    padding-bottom: 45px;
}

.dashboard-wrapper .discover-more.container .row .news-item:hover {
    transform: scale(1.01);
}

#discussion-form hr {
    border-top: 0px solid #ccc;
}

span.date.counter-span {
    display: flex;
}

.h4-responsive {
    color: #134B8C;
}

.infos-discussion-time {
    display: flex;
}

.item-pdf .infos-item {
    padding: 25px !important;
}

.infos-item p {
    margin-bottom: 0;
}

.row.inverse--carde>.col-md-12:first-child {}

.inverse--carde+a.btn-hp {
    display: block;
    width: fit-content;
}

#discussion-list .img-cover,
.discover-more.container .col-md-4 .img-cover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.row.inverse--carde>.col-md-12:last-child {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.dashboard-wrapper .btn {
    font-weight: bold !important;
    background-color: #F1893A !important;;
    font-family: 'Montserrat Bold';
    text-decoration: none;
    color: #fff;
    border: 3px solid #F1893A;
    border-radius: 28px;
    transition: all 0.3s;
}
.dashboard-wrapper .btn:hover {
    background-color: #fff !important;
    font-family: 'Montserrat Bold';
    text-decoration: none;
    color: #F1893A !important;
    border: 3px solid #F1893A;
}
.dashboard-main-wrapper .dashboard-wrapper .content-main .btn:active {
background-color: transparent !important;
border-color: #F1893A !important;
}
.dashboard-wrapper #cadre--formulaire--back .dropdown .btn {
    font-weight: bold !important;
    background-color: transparent !important;
    font-family: 'Montserrat Bold';
    text-decoration: none;
    color: #1c498e !important;
    border: 3px solid #1c498e !important;
    border-radius: 28px !important;
    transition: all 0.3s;
    font-size: 12px;
}
div#order--select img {
    position: relative;
    left: -6px;
}
#search--btn-input .input-group.custom-input input {
    font-size: 11px;
    border: 3px solid #1c498e !important;
    padding: 13px 10px;
    color: #1c498e !important;
}
.dashboard-main-wrapper a.search-button.btn.waves-effect.btn-default.btn-sm {
    margin: 0px 0 5px 0;
}
div#reportrange {
    padding: 0.84rem 1.14rem;
}
.list-actualites h1.mb-3:after {
    content: '';
    display: block;
    position: relative;
    height: 4px;
    width: 42px;
    top: 4px;
    background-color: #F1893A;
}
.grid-view table.table td{
    font-family: "Montserrat Light";
}
div#bread--crumb--back b {
    font-family: 'Montserrat Bold';
}
div#bread--crumb--back {
    padding: 20px 0 0 0;
}
div#bread--crumb--back h3 {
    text-decoration: none;
    font-size: 25px;
    font-family: 'Montserrat Regular';
}
div#active-discussions-list {
    padding-top: 0 !important;
}
#registration-form small.form-text.text-muted.mb-4.text-right {
    text-align: left !important;
}
div#order--select img {
    width: 20px !important;
}
#registration-form .captcha.row {
    order: 1;
}
#my-contributions-grid table.table tr td, #my-contributions-grid table.table thead tr th {
    text-align: left;
}
#registration-form input, #registration-form label {
    order: 1;
}
#registration-form .md-form .form-group:not(.form-check) {
    flex-direction: column-reverse;
}
#registration-form label.form-check-label {
    margin-left: 4px;
}
.list-actualites hr {
    border-top: 0px solid rgba(0,0,0,0.1);
}
.list-actualites h1.mb-3 {
    padding-bottom: 20px;
    color: #134B8C;
    font-family: 'Montserrat Bold';
    font-size: 38px;
}

#news-articles-list .h4-responsive ,#archived-discussions-list .h4-responsive ,#active-discussions-list .h4-responsive,
#pending-conclusion-discussions-list .h4-responsive{
    display: block;
    width: max-content;
    margin: auto;
    border-bottom: 0px solid #dee2e6 !important;
}
#infoModal .modal-content .close {
    right: 16px;
    opacity: 1;

}
span#goTopSpan {
    color: #F1893A;
    opacity: 1;
}
#news-articles-list .h4-responsive:after ,#archived-discussions-list .h4-responsive:after , #active-discussions-list .h4-responsive:after ,
#pending-conclusion-discussions-list .h4-responsive:after {
    content: '';
    display: block;
    position: relative;
    height: 4px;
    width: 42px;
    background-color: #F1893A;
    margin: auto;
    top: 10px;
}
.dashboard-wrapper .col-md-12 > .card .table-responsive #stats-focal-points-grid table {
    display: block;
    width: 100%;
    overflow-x: auto;
}
div#bg--height--ds > div:nth-child(even){

    background-color: rgba(124, 209, 245, 0.15);
}
div#bg--height--ds > div:last-child div#news-articles-list {
    padding-bottom: 100px;
}
#bg--height--ds .white {
    background-color: transparent !important;
}
div#bg--height--ds > div:last-child {
    margin-bottom: -124px;
    padding-top: 30px;
}
div#bg--height--ds > div:last-child{

}
.dashboard-wrapper div#bg--height--ds {
    padding: 0;
}
.dashboard-wrapper div#bg--height--ds > div:nth-child(even) {
    position: relative;
}
div#bg--height--ds .news-item {
    background: #fff;
}
div#bg--height--ds > div:last-child:before{
display: none;
}
.row.inverse--carde>.col-md-12:first-child .img-cover {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dashboard-wrapper .discover-more.container .news-item {
    margin: 0px 0 20px 0 !important;
}
div#bg--height--ds .news-item .img-cover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
input[type=text] {
    font-family: 'Montserrat Regular';
}
.dashboard-wrapper #sondage-form .select-wrapper label {
    transform: translateY(-120%);
    font-family: 'Montserrat Semibold';
    font-size: 18px;
    color: #000F26;
    margin-bottom: 11px;
}
#discussion-form input:not(input[type="checkbox"]) {
    width: auto;
}
div#featured-discussions-list {
    margin-bottom: 40px;
}
.container-fluid.pb-5.remove--container--top {
    padding-right: 0;
    padding-left: 0;
}
#featured-discussions-list .carousel-indicators {
    margin-bottom: -3px;
}


#cadre--formulaire--back .bootstrap-select .dropdown-toggle .filter-option {

    left: 4px;
    text-align: center;
}
.class--icon-search .input-group.custom-input .form-control {
    width: 85% !important
}
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}
div#order--select img {
    display: none;
}
.set--btn {
    padding: 14px 25px 14px 25px;
}
nav .nav-items .nav-item {
    font-size: 14px;
    margin: auto 8px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    div#search--btn-input {
        justify-content: right;
    }
    a.logo-brand {
        width: 17%;
    }
    a.logo-brand img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    header .button-compte {
        font-size: 12px;
        width: 83px;
    }
    nav .nav-items .nav-item {
        margin: auto 4px;
        font-size: 13px;
    }
    #menu-dashboard .dropdown-toggle .chip.waves-effect.waves-effect {
        width: 40px;
    }
    .nav-flex-icons .avatar .dropdown-menu-lg-right {
        left: -111px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    nav .nav-items .nav-item {
        font-size: 11px;
    }
}
@media (min-width: 992px) and (max-width: 1300px) {
    .d-sm-inline-block {
        font-size: 12px;
    }
    nav .nav-items .nav-item {
        margin: auto 6px;
        font-size: 13px;
    }
}
@media screen and (min-width: 768px) {
    section.container-fluid.presentation .row .col-md-12.col-lg-12 {
        padding-right: 0;
        padding-left: 0;
    }
    .discussion-detail .full-discussion .img-cover {
        border-bottom-right-radius: 15px;
        border-top-right-radius: 15px;
    }

    footer section.container.logo-wrapper {
        padding-right: 0;
        padding-left: 0;
    }

    .logo-social-links {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-body {
        padding-right: 0;
        padding-left: 0;
    }

    .col-lg-12.col-md-12.full-discussion .item-flex .item-description {
        /* padding-right: 173px; */
        width: 53%;
    }

    .col-lg-12.col-md-12.full-discussion .img-cover {
        width: 45%;
    }

    .col-md-6 .img-cover,
    .actualites-section .img-cover {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .col-md-12 .img-cover {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .full-discussion .img-cover {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .pdf-icon {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .discuss-synthese .slider-last-discuss.owl-carousel {
        min-height: 580px;
    }
}
@media (max-width: 1366px) and (min-width: 1199px) {
    .class--icon-search .input-group.custom-input .form-control {
        width: 90% !important
    }
    .dashboard-main-wrapper .menu-list:last-child {
        overflow-x: hidden;
        height: 88vh;
    }
    
}
@media screen and (max-width: 768px) {
    html, body {
        overflow-x: hidden;
    }
    .dashboard-wrapper .infos-item .heading-dnd a.btn-hp {
        position: absolute;
        bottom: 9px;
        left: 0;
        right: 0;
        padding: 5px;
    }
    .dashboard-wrapper .item-pdf .infos-item {
        position: relative;
    }
    .list-view .container-fluid.pdf-contain .heading-dnd .h1-style {
        margin-right: 0;
    }

    .list-view .container-fluid.pdf-contain .infos-item p {
        margin-bottom: 35px;
    }
    .dashboard-wrapper .item-pdf .infos-item p {
        margin-bottom: 35px;
    }
    #bg--height--ds #news-articles-list .news-item {
        margin: 0;
    }
    .dashboard-wrapper table.detail-view.table {
        display: block;
        overflow-x: auto;
    }
    .dashboard-wrapper a {
        margin: 20px 0 20px 0;
    }
    .list-acutialte .card {
        height: auto;
    }
    span.date.counter-span {
        margin: 13px 0 0px 0;
    }
    .date-fin-debut span.date-debut-value {
        margin-bottom: 6px;
    }
    span.date.counter-span span.days-left {
        margin-left: 7px;
        margin-top: 1px;
    }
    table.embeded-table {
        display: block;
        overflow-y: hidden;
    }
    form#changepassword-form .waves-effect,
    #profile-form .waves-effect {
        margin: auto;
        display: block;
    }

    section.image-full.discussion-detail.container .container {
        padding-right: 0;
        padding-left: 0;
    }

    section.container-fluid.presentation .col-md-12.col-lg-12 {
        padding: 0;
    }

    section.image-full.discussion-detail.container .container h2.pre-body {
        font-size: 18px;
        margin: 18px 0;
    }

    .infos-discussion-time {
        position: inherit;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .infos-discussion-time {
        display: block;
    }

    .image-full .col-lg-12.col-md-12.full-discussion .tags-wrapper {
        margin: 18px 0;
    }

    .dashboard-wrapper .content-main .container .py-5 {
        padding-top: 1px !important;
        padding-bottom: 0rem !important;
    }

    #news-articles-list .row.px-4.pt-4.pb-1 {
        padding: 0 !important;
    }

    .full-image {
        padding: 0 15px;
    }

    .col-md-6 .img-cover,
    .actualites-section .img-cover {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .show--ntf {
        display: block;
    }

    .notification-link .dropdown-menu-notification.show {
        display: block;
        transform: inherit !important;
        right: 0 !important;
        left: auto !important;
    }

    .notification-link a.dropdown-item {
        display: flex;
    }

    .show--ntf a.dropdown-item {
        display: flex;
        align-items: center;
        background-color: #f4f4f4;
        color: #004B96;
        font-size: 14px;
        padding: 5px;
        text-align: left;
        border-bottom: 1px solid #00000026;
    }

    .show--ntf.opeeeeen--ntf {
        display: block;
    }

    .show--ntf {
        display: none;
    }

    .show--ntf a.dropdown-item:last-child {
        border-bottom: 0px solid #00000026;
    }

    .footer-ntf p {
        margin-bottom: 0;
    }

    .show--ntf .footer-ntf strong {
        color: #004B96;
    }

    .show--ntf .dropdown-menu {
        display: block;
        position: relative;
        bottom: 174px;

    }

    .show--ntf {
        width: 100%;
        z-index: 99;
        text-align: center;
        position: fixed;
        bottom: 78px;
        background: #f4f4f4;
        /* z-index: 99999;
        padding-top: 25px;
        padding-bottom: 25px;
        width: 100%;
        position: relative;
        bottom: 155px; */
    }

    .show--ntf .badge-danger {
        background-color: #1c498e;
    }

    .footer-ntf {
        flex-wrap: wrap;
        display: flex;
        white-space: initial;
    }

    .modal-chart .modal-content .modal-header {
        padding: 0;
    }

    .modal-chart .modal-dialog {
        width: 90%;
    }

    .discover-more.container .share-title {
        margin: 10px;
    }

    .flex-items-pdf {
        width: 100%;
    }

    .pdf-icon {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .discover-more.container .item.news-item {
        margin: 10px;
    }

    #espace--art {
        margin-right: 0;
        margin-left: 0;
    }

    .col-lg-4.col-md-6 {
        margin: 15px 0;
    }

    #menu-dashboard .mobile-logo-compte .responsive {
        position: fixed;
        z-index: 999;
        width: 100% !important;
    }

    #btn-close-menu:before,
    #btn-close-menu:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 25px;
        width: 5px;
        background-color: #fff;
    }

    #btn-close-menu:before {
        transform: rotate(45deg);
    }

    #btn-close-menu:after {
        transform: rotate(-45deg);
    }

    .main-menu .nav-items {
        display: grid !important;
    }

    .main-menu div#items-menu {
        width: 0 !important;
    }

    #btn-close-menu {
        position: absolute;
        right: 32px;
        top: 10px;
        width: 32px;
        height: 32px;
        opacity: 0.3;
    }

    .title-bg {
        font-size: 30px;
    }

    .list-view .item-pdf .infos-item {
        height: auto;
        position: relative;
        padding-bottom: 50px;
    }

    .item-pdf .infos-item .heading-dnd {
        padding-bottom: 10px;
    }

    .infos-item .heading-dnd button.btn-hp {
        position: absolute;
        bottom: 9px;
        left: 0;
        right: 0;
        padding: 5px;
        display: block;
        width: fit-content;
        margin: auto;
    }

    .list-view .infos-item .heading-dnd a.btn-hp {
        position: absolute;
        bottom: 9px;
        left: 0;
        right: 0;
        padding: 5px;
    }

    .nav-menu-active .nav-items.responsive {
        padding-top: 0 !important;
    }

    .nav-menu-active .close:after,
    .nav-menu-active .close::before {
        background-color: #fff;
    }

    .nav-items.responsive .nav-item {
        margin: 5px 0;
    }

    #menu-dashboard .close {
        right: 15px;
    }

    .main-menu .nav-items.responsive {
        padding-top: 0;

    }

    .main-menu .nav-items {
        height: 100% !important;
        width: 0;
        position: fixed;
        z-index: 44994;
        top: 110px !important;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: .5s;
        padding-top: 30px;
    }

    .dashboard-nav-mobile a#btn-close-menu {
        display: none;
    }

    a.icon.class--icon i:after {
        content: "\f057";
        color: #134B8C;
    }

    a.icon.class--icon i:before {
        display: none;
    }

    .form-wrapper-newsletter p {
        font-size: 25px;
    }

    .past-discussions .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .nav-menu-desactive .nav-items {
        top: 127px !important;
    }

    .avatar .dropdown-menu {
        left: 40px !important;
        transform: translate3d(-153px, 84px, 0px) !important;
    }

    .avatar .dropdown-menu a {
        font-size: 10px !important;
    }

    #menu-dashboard {
        /* position: fixed; */
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    .ds--menu-mobile {
        display: flex;
        flex-direction: column;
        height: 425px;
        overflow-x: hidden;
    }

    .nav-menu-desactive div#items-menu {
        height: 360px !important;
    }
}