.header-mobile .logo-wrapper-mobile{max-height:90px}
.logo-wrapper-mobile img{width:100%;height:90px;display:block}
.header-mobile .sidebar-mobile{position:fixed;top:0;right:-50vw;width:50vw;height:100%;background:#f8f8f8;transition:right .3s;}
.header-mobile .sidebar-mobile.open{right:0}
.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index: 999999;display:none}
.header-mobile .search-bar input.form-control {width: 100%;position: absolute;left: 0;top: 0;box-shadow: none;color: #fff;height: 70px;background: transparent !important;font-weight: 500;font-size: 18px}
.header-mobile .navbar > form.search-bar {width: calc(100% - 60px);height: 75px;left: 60px;position: absolute}
.header-mobile .mobile-menu{position:fixed;top:0;height:100%;background-color:#fff;z-index:1000;transition:right .4s}
.header-mobile .sidebar-mobile{background:#fff;z-index:9999999;padding:20px}
.header-mobile .sidebar-mobile a:hover{text-decoration:none}
.header-mobile .sidebar-mobile a{display:block;z-index:9999999;padding:7px 20px;color:#333;font-size:16px;font-weight:600}
.header-mobile button.navbar-toggle{background:#fff;border:0;position:absolute;right:20px;top: 33px;}
.header-mobile a.closebtn{font-size:29px;display:block;text-align:right;position:absolute;right:10px;top: 6px;}
.header-mobile .searchbar-mobile{position:absolute;margin-left:20px}
.header-mobile nav.navbar{background:#33528c!important;padding:0;height: 100px;}
.header-mobile .searchbar-mobile form.search-bar{padding:3px 10px;top: -1px;position:absolute;left: -7px;}
.header-mobile .toggle-searchbar{background:0 0;box-shadow:none;color:#fff;font-size: 23px;padding:0;box-shadow: none !important;border: 0 !important;outline: none !important;}
.header-mobile nav.navbar .logo-wrapper-mobile img{height: 75px; width: 75px;top: 2px;}
.header-mobile nav.navbar button.navbar-toggle{background:0 0}
.header-mobile nav.navbar button.navbar-toggle svg{stroke:#fff!important}
.header-mobile .navbar > form.search-bar input {display: none}
.header-mobile .navbar > form.search-bar.open input {display: block}
.header-mobile .navbar > form.search-bar.open input::placeholder {color: #fff}
@media(max-width:991px){.header-desktop{display:none}
}
@media(min-width:992px){.header-mobile{display:none}
}


.preheader {color:#fff;text-align:center;font-size:14px;background:#2c4a7f;font: 600 14px/22px Poppins, sans-serif;}
.preheader a.btn {background:#5877af;display:inline-block;margin-left:8px;font-size:14px;width:auto;margin-top:0px;margin-bottom:0;border-radius:0;color:#fff;font: 600 14px/22px Poppins, sans-serif;}
.preheader a {color:#fff}

.homepage-header .bx-wrapper {background: transparent}
.homepage-header .bx-wrapper img {
    max-height: 300px;
    margin: 0 auto;
}

@media(min-width: 1270px) {
    .homepage-header {
        height: 300px;
    }
}


.bx-wrapper .bx-controls-direction .bx-prev {
    margin-left: -15px;
    opacity: 0.5;
}

.bx-wrapper .bx-controls-direction .bx-next {
    margin-right: -15px;
    opacity: 0.5;
}

.bx-wrapper .bx-controls-direction a:hover {
    opacity: 0.75;
}

.bx-wrapper .bx-controls-direction a:active {
    opacity: 1;
}

.prt-box-title {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

div.bx-wrapper .bx-controls-direction a {
    top: 95px;
}

.homesliders .bx-wrapper .bx-controls-direction a {
    top: calc(50% - 16px);
    margin: 0 10px;
}

.banner-outils .bx-wrapper .bx-controls-direction a {
    top: 180px;
}

footer {
    background: #243d69;
    padding: 35px 55px 60px;
}


footer a.nav-link {
    color: #7890b9;
    font-weight: 500;
    letter-spacing: 0.01em;
    font-family: Poppins;
    font-size: 14px;
    transition: all 0.2s;
}

footer a.nav-link:hover {
    color: #fff;
    margin-left: 2px;
}

footer .prt-box-title {
    font-weight: 600;
    letter-spacing: 0.01em;
    font-family: Poppins;
    font-size: 15px;
    padding: 5px 0;
    border-radius: 3px;
    width: 100%;
    display: block;
}

footer .prt-box {
    width: 100%;
    display: block !important;
}

footer .prt-box a {
    margin: 9px 5px;
}

.texte-liste {
    display: table;
    width: 100%;
    box-shadow: 0 0px 2px rgba(51, 51, 51, 0.15);
    background: #fff;
    border-radius: 5px;
    margin-top: 12px;
    margin-bottom: 3px;
    max-width: 100%;
    margin: 1px auto 0;
}

.texte-liste .texte-image img.default {
    opacity: 0.5;
}

.texte-liste .texte-image img {
    border-radius: 5px 0 0 5px !important;
}

.texte-liste .texte-image {
    width: 220px;
    display: table-cell;
    vertical-align: top;
    max-height: 196px;
}
 
.texte-liste .texte-details {
    display: table-cell;
    vertical-align: top;
    padding: 20px 15px 14px 30px;
    vertical-align: top;
}

.texte-liste .texte-details .texte-title {
    font-family: "Poppins";
    margin: 0;
    display: inline-block;
    font-size: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-height: 25px;        /* fallback */
    max-height: 50px;       /* fallback */
}

.texte-liste .texte-details .texte-desc {
    height: 42px;
    margin: 10px 0px 0;
    font-family: "Poppins";
}

.texte-liste .texte-image img {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    margin: auto;
    height: 100%;
    border-radius: 3px 0 0 3px;
    border-right: 2px solid #f5f5f5;
}

.texte-liste .texte-image a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 200px;
    overflow: hidden;
    vertical-align: middle;
}


.texte-liste .author-info span.pubdate {
    font-family: "Poppins";
    font-size: 13px;
    letter-spacing: 0.03em;
    color: #555;
    font-weight: 500;
}

.texte-liste .author-info strong.author-username {
    font-weight: bold;
    color: #0e42ae;
}

.texte-liste .texte-details .texte-desc,
.texte-liste .texte-details .texte-desc p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 90%;
    word-break: break-word;
}

@media(max-width: 1199px) {
    .texte-liste .texte-details .texte-desc,
    .texte-liste .texte-details .texte-desc p
    {
        max-width: 100%;
    }
}

h5#cgu-title {
    font-family: Poppins;
    color: #31508e;
    font-weight: 500;
}

header.bg-primary {
    padding-top: 37px;
    margin-bottom: -14px;
}

h1.col-md {
    font-family: Poppins;
    display: inline-block;
    color: #31508e;
    font-weight: 500;
    font-size: 1.875rem;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0;
    padding: 0;
}

header img.logo.img-responsive {
    z-index: 999;
    position: relative;
}

header input.ui-autocomplete-input {
    background: #fff;
    border: 1px solid #e1e1e1;
    color: #555;
    display: inline-block;
    font: 300 14px/16px Poppins,sans-serif;
    letter-spacing: .5px;
    height: 50px;
    padding: 0 0 0 10px;
    width: 100%;
    text-transform: none;
    margin-top: -15px;
    min-width: inherit;
    width: 100%;
    position: relative;
    top: 21px;
    outline: none!important;
    padding-left: 20px;
}

header form.search-bar {
    position: relative;
}

header form.search-bar button {
    background: transparent;
    border: 0;
    color: #333;
    z-index: 999;
    position: absolute;
    right: 10px;
    top: 20px;
}

.navbar-dark .navbar-nav li.current .nav-link, .navbar-dark .navbar-nav li.active .nav-link, .navbar-dark .navbar-nav li.current .nav-link, .navbar-dark .navbar-nav li:hover .nav-link {
    box-shadow: rgb(255, 255, 255) 0px -6px inset;
}

.navbar-dark .navbar-nav .nav-link {
    text-transform: none;
    letter-spacing: 0.5px;
    display: block;
    font: 600 14px/22px Poppins, sans-serif;
    padding: 6px 10px 26px;
    transition: all 0.2s ease 0s;
    outline: none !important;
    color: #fff;
    box-shadow: 0px -6px inset transparent;
}

.navbar-dark .navbar-nav li.nav-item {
    margin: 0px 8px;
}











input[type=file] {
    display: block;
}

.slider {
    opacity: 0;
    transition: all 0.2s;
}

.bx-wrapper .slider {
    opacity: 1;
}

.nice-select .list {
	max-height: 300px;
	overflow-y: auto;
}

.navbar {
    padding: 1.12rem 1rem;
    padding: 0;
}

.navbar-dark .navbar-nav {
    text-align: center;
    margin: 0 auto;
}

.navbar-dark .navbar-nav .nav-link {
    margin: 0 4px;
}

.hide {
    display: none;
}

.btn {
    padding: 0.375rem 1rem;
    border-radius: 2px;
}

.alert.alert-info.flash-error {
    background: #c13a3a;
    color: #fff;
    border-radius: 3px;
}

span.help-block {
    color: #b0413e;
}

.jumbotron {
    width: 48%;
    margin: 0 auto;
    padding: 3.5rem 3rem;
    margin-top: 50px;
}

@media(max-width: 767px) {
    .jumbotron {
        width: 100%;
    }
}

.jumbotron-col2 .jumbotron {
    width: 90% !important;
}

@media(max-width: 991px) {
    .jumbotron-col2 .jumbotron {
        width: 100% !important;
    }
}

.jumbotron + span {
    margin: 20px auto;
    display: block;
    text-align: center;
}

.form-control {
    border: 1px solid #e3e3e3;
    background: transparent;
    border-radius: 2px;
    border: 0;
    box-shadow: 0 1px 5px rgba(8, 8, 8, 0.2);
}

label {
    /* font-weight: 600; */
    font-size: 14px;
}

.jumbotron {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
    background: #fff;
    padding: 4rem 3rem 2rem;
    padding: 2.5rem 3rem 2rem;
}

.row .col-md-9 .jumbotron {
    width: 100%;
    margin-top: 20px;
}

body {
    /* background: linear-gradient(#8faccb, #b5cbbd ); */
    background: #f6f9fc;
}
 
.btn {
    border: 0;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 20px;
} 

.btn-primary {
    background: #3093da;
    background: #33528c;
}
 
.btn-danger {
    background: #bb291a;
}

.form-group {
    margin-bottom: 30px;
}

a.btn.btn-default {
    display: block;
}


.subnav {
    padding: 15px;
    margin-bottom: 20px;
    color: #373a3c;
    background: #fff;
    /* z-index: 9998; */
    /* position: relative; */
    box-shadow: 0 0px 3px #ccc;
    margin-top: 1px;
}

.subnav a {
    margin: 0 10px;
    color: #33528c;
}

nav .form-inline .form-control {
    background: #fff;
}

.btn-secondary {
    background: #444;
}

a.nav-link {
    padding: 0.5rem .3rem;
}

.subnav li:first-of-type:before {
    display: none;
}

.subnav li a:first-of-type {
    padding-left: 2px;
}

.subnav li:before {
    content: "/";
    margin-right: 0;
    margin-left: -4px;
    color: #eaeaea;
    float: left;
    position: relative;
    top: 8px;
    display: none;
}

.subnav a:hover {
    color: #0c6fb7;
    text-decoration: none;
}

.subnav > .container > a.logout {
    float: right;
}

.subnav > .container > a.logout:before {
    content: "";
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: transparent;
    color: #2780E3;
}

.dropdown-toggle::after {
    color: #e2e2e2;
}

.subnav > .container > .row {
    display: inline-block;
    margin-left: -5px;
}

.subnav .dropdown-item {
    margin-left: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px !important;
}

.dropdown-menu.show {
    padding: 13px 12px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26);
    border: 0;
    z-index: 999999999;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f8f9fa;
    color: #165ba8;
}

nav button.btn.btn-secondary.my-2.my-sm-0 {
    display: inline-block;
    width: auto;
    height: 30px;
    line-height: 12px;
    border-radius: 0;
    margin: 0;
    width: 90px;
    text-align: center;
    background: #33528c !important;
    border-radius: 2px;
    margin-left: -7px;
    position: absolute;
    right: 3px;
    font-size: 13px;
    line-height: 10px;
    -webkit-font-smoothing: antialiased;
}

nav .form-inline .form-control {
    margin: 0 !important;
    height: 36px;
    border-radius: 2px;
    box-shadow: none;
    padding-left: 16px;
    width: 250px;
    font-size: 14px;
}

nav button.btn.btn-secondary.my-2.my-sm-0:hover {
    background: #fff !important;
    color: #31508e;
}

nav form.form-inline.my-2.my-lg-0 {
    position: relative;
}

a.btn.btn-default.goback {
    text-align: left;
    display: inline-block;
    background: #fff;
    box-shadow: 0 1px 2px #bbb;
    margin: 0px 0;
    border-radius: 3px;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600;
    background: #fafafa;
}

a.btn.btn-default.goback {
    text-align: left;
    display: inline-block;
    width: auto;
    margin: -20px 0 10px 0;
    padding: 0;
    outline: none !important; 
    border: none !important
}

table th {
    padding: 6px 10px;
    background: #f4f4f4;
    color: #444;
}

table {
    background: #fff;
    box-shadow: 0 1px 2px #aaa;
}

table td {
    padding: 13px 10px;
}

table li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    margin: 0 4px;
}

table ul {
    margin: 0;
    padding: 0;
}

table ul li a {
    padding: 3px 3px;
    display: inline-block;
    text-transform: capitalize;
}

table ul li a, table ul li button, table + ul li a {
    padding: 2px 9px;
    display: inline-block;
    background: #fff;
    box-shadow: 0 1px 2px #bbb;
    margin: 0px 0;
    border-radius: 3px;
    text-decoration: none !important;
    border: 0;
}

ul:not(.bullets) {
    list-style: none;
    padding: 0;
    margin: 0;
}


.block {
    margin-bottom: 15px;
    padding: 25px;
    box-shadow: 0 6px 12px -2px rgba(50,50,93,.25), 0 3px 7px -3px rgba(0,0,0,.3);
    background: #fff;
    border-radius: 2px;
    margin-top: 2px;
}

.block.p-4 {
    padding: 25px 30px !important;
}

.author-info a {
    text-decoration: none !important;
}

.author-info {
    display: block;
}

.texte-link {
    text-decoration: none !important
}

.texte-title {
    font-family: 'Raleway', sans-serif;
    color: #33393f;
    font-weight: 400;
}

.texte-desc {
    margin: 20px 0;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    color: #454d55;
}

.col-md-6 .texte-desc {
    letter-spacing: -.01em;
    max-height: 65px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

span.author-username, .author-type, .label-row {
    font-family: 'Montserrat', sans-serif;
    color: #909090;
    margin-left: 7px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.03em;
    display: inline-block;
    color: #9a9a9a;
}

.author-type {
    text-align: center;
    display: block;
    color: #b9b9b9;
    font-size: 10px;
}

img.avatar-img.small {
    width: 40px;
}

input[type="submit"] {
    border: 0;
    padding: 6px 23px;
    border-radius: 4px;
    margin-bottom: 20px;
    background: #3093da;
    color: #fff;
    white-space: normal;
    word-wrap: break-word;
}

#form > div {
    margin: 12px 0 0;
    padding-left: 0;
}

#form > div label {
    display: block;
}

#form > div input,
#form > div textarea {
    font-size: 15px;
    padding: 5px 20px;
    border-radius: 3px;
    box-shadow: 0 1px 3px #bbb;
    border: 0;
    outline: none !important;
}

div#form {
    margin-top: 20px;
    margin-bottom: 20px;
}


.box-card {
    min-height: 290px;
    padding: 0px 30px 20px;
    margin-bottom: 80px;
    background: #fff;
    box-shadow: 0 6px 12px -2px rgba(50,50,93,.25), 0 3px 7px -3px rgba(0,0,0,.3);
}

.biographie {
    text-align: justify;
    line-height: 23px;
    letter-spacing: 0.03em;
    color: #444;
}

.tab-content h2 {
    padding-bottom: 1rem;
    padding-top: 1.5rem;
    margin-bottom: 0.8em;
    border-bottom: 1px solid #e6ebf1;
    font-weight: 500;
    color: #33528b;
    font-family: Poppins;
    font-size: 28px;
    letter-spacing: -0.03em;
}

.tab-content > div {
    display: none;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    opacity: 0;
}

.tab-content > div.in {
    display: block;
    opacity: 0;
    margin-top: 0em;
}

.tab-content > div.active {
    margin-top: 0.3em;
    display: block;
    opacity: 1;
}


img.avatar-img {
    width: 64px;
    border-radius: 200px;
    margin-right: 10px;
    text-decoration: none !important;
    vertical-align: middle;
}
 
.author-info {
    display: block;
    margin-top: 10px;
}

.user-bg {
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 500px; */
    height: 400px;
    margin-top: -20px;
    background-position: center;
}

.block {
    /* margin-top: -38px; */
}

a.link {
    cursor: pointer;
    text-decoration: none !important;
    color: #555;
}

.header {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -50px;
}

.header img {
    border: 1px solid #eee;
    border-radius: 303px;
    position: relative;
    box-shadow: 0 -1px 10px rgba(51, 51, 51, 0.32);
    z-index: 999999;
    left: 10px;
    top: 10px;
    max-width: 132px;
    background: #fff;
    /* border-radius: 3px; */
    width: 100%;
    min-height: 120px;
}

.header-info {
    display: inline-block;
}

.header h1 {
    font-weight: 500;
    display: inline-block;
    padding-left: 40px;
    color: #fff;
    vertical-align: bottom;
    position: relative;
    margin-bottom: 0;
}

.header h2 {
    font-weight: 500;
    padding-left: 40px;
    color: #fff;
    vertical-align: bottom;
    font-size: 18px;
    opacity: 0.5;
}

.data-info .fa {
    color: #3093da !important;
}

.data-info .fa {
    font-size: 18px;
    margin-right: 9px;
}

.data-info a {
    text-decoration: none !important;
} 

.data-info > a {
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    display: inline-block;
    font-weight: bold;
    background: #fff;
    border-radius: 3px;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    letter-spacing: -0.01em;
    font-family: Montserrat;
    font-size: 13px !important;
    margin-left: -2px;
    padding: 17px 23px;
    margin-left: 3px;
    color: #555 !important;
    padding: 16px 5px !important;
    width: 107px;
    text-align: center;
}

.data-info a.active {
    box-shadow: 0 2px #3093da;
    border-radius: 0;
    color: #3093da !important;
}

.data-info {
    margin-bottom: 10px;
    background: #fff;
    /* padding-left: 155px; */
    z-index: 999;
    position: relative;
    /* margin-left: 15px; */
    margin-left: 175px;
    margin-top: -20px;
    border-radius: 5px;
    padding-left: 20px;
}

.data-info { 
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
    border-radius: 0 0 3px 3px;
}

header {
    position: relative;
}

.rec {
    display: inline-block;
    margin-left: -10px;
    margin-right: -10px;
    float: right;
}

.rec i {
    font-size: 21px;
    display: inline-block;
}

.rec > li {
    vertical-align: top;
    display: inline-block;
    margin: 0 7.5px 20px;
    background: #fff;
    padding: 7px 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100px;
    line-height: 32px;
    box-shadow: 0 1px 2px #ccc;
}

.rec .fa-facebook {
    color: #425699;
}

.rec .fa-twitter {
    color: #45ccd6;
}

.rec .fa-google-plus {
    color: #f54126;
}

.rec .fa-linkedin {
    color: #0077b5;
}

.rec .fa-youtube {
    color: #ca2325;
}

.rec > li.bluesky, .rec > li.tiktok {padding-top: 4px}
.rec > li.tiktok {background: #000}

.rec li.site_web {
    width: 115px;
    font-size: 14px; 
}

.rec li.site_web a {
    text-decoration: none;
    color: #777;
}

.rec li.site_web strong {
    line-height: 10px;
    vertical-align: top;
    position: relative;
    top: 8px;
}

.rec li.site_web i.fa.fa-link {
    margin-left: 5px;
    margin-right: 6px;
    display: inline-block;
}

.comment-action a, .comment-action a svg {vertical-align: middle;fill: #aaa}
.comment-action:hover svg {fill: #1e8fe0}
.comment-content a > * {vertical-align: middle}
.prt-box-comment:hover .tiktok svg {fill: #000}
.prt-box-comment:hover .bluesky svg {fill: #0085ff}
.comment-content svg {padding-left: 4px;padding-right: 4px}

.btn.btn-follow,.btn-white {
    text-decoration: none !important;
    border-radius: 3px;
    display: inline-block;
    width: auto;
    background: #fff;
    padding: 10px 20px;
    font-weight: 600;
    box-shadow: 0 1px 3px hsl(0deg 0% 0% / 16%);
    color: #333;
}

.btn.btn-follow strong {
    color: #8b1bd2;
    font-weight: 600;
}

.texte-header .btn-follow {
    font-size: 13px;
    color: #333 !important;
}

.before-content {
    padding: 30px 10px 15px;
    text-align: right;
}

.following .author-info {
    margin: 0;
}

.following span.author-username {
    font-size: 15px;
    color: #555;
    display: block;
}
.following .author-type {
    margin-left: 7px;
    font-size: 13px;
    color: #aaa;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: left;
}

.following .author-image-block {
    display: table-cell;
    vertical-align: middle;
    padding-top: 2px;
}

.following .author-block {
    display: table-cell;
    vertical-align: middle;
}

.following .author-info a {
    display: table;
}

.following .author-block.author-view {
    width: 100%;
    display: block;
}

.following .author-view button, .following .block-view button {
    font-weight: bold;
    margin: 0;
    margin-top: 13px;
}

.following .author-view i {
    margin-right: 5px
}

div[id^=appbundle] label {
    width: 100%;
    font-size: 15px;
    margin-bottom: 1px;
}

div[id^=appbundle] div {
    margin-bottom: 13px;
}

@media(max-width: 767px) {
    #appbundle_profil > div {
        width: 100%
    }
}


div[id^=appbundle] input, 
div[id^=appbundle] textarea {
    border-radius: 3px;
    /* border: 0; */
    width: 400px;
    padding: 7px 13px;
    /* border-bottom: 1px solid #ddd; */
    /* border-radius: 0; */
    /* padding-left: 2px; */
    border: 1px solid #ddd;
    max-width: 100%;
}

div[id^=appbundle] + input[type="submit"] {
    width: 300px;
    padding: 10px;
}

div[id^=appbundle] button:not(.select2-selection__clear,.select2-selection__choice__remove) {
    width: 300px;
    padding: 10px;
}

div[id^=appbundle] .cke_reset {
    margin: 0;
}

.cke_inner.cke_reset {
    margin: 0;
}

.fa.fa-pencil {
    /* color: #d68e0a; */
}

.fa.fa-eye {
    color: #196d27;
}

button .fa.fa-eye {
    color: #fff;
}

.before-content > a {
    color: #444;
}

.cke_path {
    display: none;
}

img.image-zoom {
    cursor: zoom-in;
    max-width: 100%;
    width: 400px;
}

img.image-zoom.in {
    width: 100% !important;
    cursor: zoom-out;
    cursor: zoom-out;
    /* transform: scale(4); */
    /* z-index: 9999; */
    /* position: relative; */
    max-width: 500px;
}

.comment-content.reply {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

table.default.table thead th {
    color: #1e8fe0;
    box-shadow: none !important;
    border: 0;
    border-top: 2px solid;
    border-bottom-width: 0 !important;
    background: transparent;
}

table.default {
    border: 0 !important;
}

table.default th, table.default td {
    border-bottom: 1px solid #eee;
    background: #fafafa;
}

table.default tr, table.default {
    /* border: 0 !important; */
    /* box-shadow: none !important; */
}

table.default {
    box-shadow: 0px 1px 3px #ccc !important;
}

.checkbox label {
    display: inline-block !important;
    width: auto !important;
    vertical-align: middle;
    margin-right: 4px;
    max-width: 80%;
}

.checkbox input {
    vertical-align: middle;
    display: inline-block;
    width: auto !important;
}



.prt-box a {
    padding: 6px 0px;
    background: #333;
    border-radius: 154px;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 6px;
    font-weight: 600;
    font-family: "Open Sans";
    font-size: 7px;
    text-align: center !important;
    margin: 0 1px;
    width: 33px;
    color: #fff;
}

.prt-box .fa {
    font-size: 21px;
}

.prt-box {color: #fff;padding-top: 0px;display: table-cell !important;width: 190px;vertical-align: middle;}

.prt-box > .prt-box-title {
    font-size: 15px;
    font-weight: bold;
    margin-left: 6px;
    margin-bottom: 13px;
    margin-top: -20px;
}

.prt-box .facebook { background: #456aa7 }
.prt-box .twitter { background: #63ccf0 }
.prt-box .youtube { background: #f00 }
.prt-box .linkedin { background: #069 }
.prt-box .instagram { background: #ff3534 }
.prt-box .pinterest { background: #bd091b }


.texte-header {
    display: table;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    border-radius: 5px 5px 0 0;
    height: auto;
    padding-left: 0px;
    background: rgba(51, 51, 51, 0.74);
    padding: 21px 28px 26px;
    min-height: 170px;
}

.texte-header .texte-header-row {
    vertical-align: top;
    display: table-cell;
    vertical-align: middle;
}

.texte-header span.author-username {
    display: table-cell;
    font-size: 18px;
    vertical-align: top;
    padding-left: 26px;
    color: #fff;
    vertical-align: middle;
    padding-top: 0px;
}

.texte-header .author-profile {
    display: inline-block;
    border-radius: 5px 5px 0 0;
    display: table-cell;
    max-width: 150px;
    width: 150px;
}

.texte-header .author-username h1 {
    color: #fff;
    text-align: left;
    margin-bottom: 17px;
    font-family: "Open Sans";
    font-weight: 500;
    font-size: 27px;
}

.texte-header .texte-datetime {
    position: relative;
    top: 0;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    font-size: 14px;
    opacity: 0.8;
    font-weight: 100;
}

.texte-header .author-profile a {
    display: inline-block;
    background: #fff;
    position: relative;
    vertical-align: top;
    top: 5px;
}

.texte-header .author-profile a img {
    width: 150px;
    margin: 0px 0px;
    border-radius: 0;
    border-radius: 3px;
    box-shadow: 0 0 0 2px #fff;
    max-width: 150px;
}

.texte-header .like {
    display: inline-block;
    width: auto;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 15px;
    vertical-align: top;
    border: 2px solid #2891dd !important;
    margin-bottom: 0;
    background: #2891dd !important;
    display: block;
    width: 140px;
    margin-left: 0;
}

.texte-header .like .fa {
    margin-right: 7px;
    font-weight: bold;
    color: #ffffff;
}

.texte-header .author-header {
    font-weight: 400;
    display: inline-block;
    margin-top: -8px;
    vertical-align: top;
    margin-right: 10px;
    font-family: Poppins;
}

.texte-header .author-header span {
    font-weight: 600;
    color: #fff;
}

.btn-action {
    display: inline-block;
    width: auto;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 15px;
    vertical-align: top;
    margin-bottom: 0;
    margin-top: 10px;
    margin-left: 7px;
}

.btn-action .fa {
    margin-right: 7px;
    font-weight: bold;
    color: #ffffff;
}

.btn-action span.fa.fa-trash {
    color: #c50900;
    text-shadow: none !important;
    font-weight: 400;
}

.btn-action.like {
    border: 2px solid #2891dd !important;
    background: #2891dd !important;
}

.action-list .btn-action.like {
    color: #fff;
    margin-left: 0;
}

.btn-action.favoris {
    border: 2px solid #31538e !important;
    background: #31538e !important;
}

.btn-action.recommander {
    border: 2px solid #007e00 !important;
    background: #007e00 !important;
}

.btn-action.selection {
    border: 2px solid #d84f26 !important;
    background: #d84f26 !important;
}

.btn-action.abus {
    border: 2px solid #a01c11 !important;
    background: #a01c11 !important;
}

.action-list {
    text-align: left;
    margin: 20px 0 40px;
}

.appel-a-textes-category {border-bottom: 1px solid #eee;border-radius: 3px 3px 0 0;/* float: left; */width: 100%;margin-top: 0;margin-bottom: 0px;background: #fff;border: 0;border-top: 1px solid #f3f3f3;border-bottom: 3px solid #2f4e90;} 

.appel-a-textes-category a {
    padding: 20px 25px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600; 
    border-right: 1px solid #eee;
    text-decoration: none;
    color: #737373;
    /*font-family: Poppins;*/
}

.appel-a-textes-category a.active {
    background: #33518c;
    color: #fff;
}

.alert.alert-info.flash-danger {
    color: #fff;
    background-color: #85001e;
    border-color: #ffccd7;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 10.75rem auto;
    }
}

@media(max-width: 1200px) 
{
    nav .form-inline .form-control {
        width: 170px;
    }

}

   
.sidebar .bx-wrapper img { 
    box-shadow: 0 0px 5px #ddd;
    margin: 1px 0;
}
 
.sidebar .slider-title {
    background: #fff;
}

.sidebar .sidebar .bx-wrapper {
    background: #f9f9f9;
}

.sidebar .bx-wrapper img { 
    box-shadow: none;
}
 
.sidebar .bx-wrapper .bx-loading {
    background: url('https://cdn.jsdelivr.net/bxslider/4.2.12/images/bx_loader.gif') center center no-repeat #f9f9f9 !important;
}


.sidebar .bx-wrapper {
    padding: 0;
    margin: 0;
    box-shadow: none;
    padding: 0px 40px 10px;
    border-radius: 0 0 3px 3px;
}

.sidebar .slider-title {
    font-family: Poppins;
    padding: 20px;
    text-align: center;
    background: #fff;
    font-weight: 600;
    color: #33518c;
    border-top: 2px solid;
    border-radius: 3px 3px 0 0;
    border-top: 3px solid #31508e;
    padding: 20px 30px;
    /* background: #f9f9f9; */
    border: 0;
    padding-bottom: 0;
}
 
.sidebar .bx-wrapper .bx-pager {
    display: none;
}

.sidebar .col-md-12.sliderCategory {
    margin-bottom: 30px;
    padding: 0;
    box-shadow: 0 1px 6px #ddd;
    border-radius: 3px;
}

.sidebar .bx-wrapper .bx-controls-direction a {
    top: -17px;
    background: transparent;
}

.sidebar .bx-wrapper .bx-controls-direction a.bx-next {
    right: 30px;
    left: auto;
}


.sidebar .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 30px;
    right: auto;
}


.sidebar .left {
    float: left;
    font-family: Roboto;
    font-size: 23px;
    line-height: 20px;
}

.sidebar .right {
    float: right;
    font-size: 23px;
    font-family: Roboto;
    line-height: 20px;
} 

.sidebar .bx-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

.row.sidebar {
    padding: 0px 0;
}

.like.active .fa.fa-heart-o:before {
    content: "\f004";
}


.texte-liste .like {
    color: #fff !important; 
    margin-left: 0; 
    margin-right: 12px; 
}

.like .badge.badge-default {
    margin-left: 5px;
    background: #52a4e2;
    color: #fff;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.44);    
}

.like.active.in .badge.badge-default {
    animation: 2s linear loop;
}

@keyframes loop {
    0% {
        box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.44);
    }
    70% {
        box-shadow: 0 0 5px 120px rgba(255, 255, 255, 0.44);
    }
}

.objective {
    background: #eee;
    position: absolute;
    bottom: 27px;
    width: 100%;
}

.objective .prgress {
    position: absolute;
    width: 100%;
    background: #eeea;
}

.objective .prgress .prgress-bar {
    background:  #2780E3;
    width: 40%;
} 

.objective .prgress .prgress-bar {transition: width 0.3s;width: 0%;color: #f4f4f4;text-align: center;font-size: 12px;font-weight: bold;padding-top: 2px;padding-bottom: 1px;max-width: 100%;}

.homesliders .bx-wrapper .bx-pager.bx-default-pager a {
    background: #d4d4d4;
}

.homesliders .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.homesliders .bx-wrapper .bx-pager.bx-default-pager a.active, 
.homesliders .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #a2a2a2;
}

ul.pagination {
    background: #fff;
    padding: 16px 0;
    text-align: center;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0px 2px rgba(51, 51, 51, 0.15);
    border-radius: 2px;
    margin-top: 15px;
}

ul.pagination > li > span {
    color: #555;
}

ul.pagination > li > span,
ul.pagination > li > a {
    padding: 13px 12px;
    box-sizing: border-box;
    margin: 0 6px;
    font-family: Poppins;
    font-weight: bold;
    font-size: 14px;
}

span.badge.text-danger {
    background: #c30f0f !important;
    color: #fff !important;
    border-radius: 100px;
    font-size: 90%;
    min-width: 17px;
}

div#tooltip {
    position: absolute;
    top: 0;
    background: #000;
    border-radius: 3px;
    padding: 8px 17px;
    color: #fff;
    opacity: 0.9;
    z-index: 9999999;
    font-size: 14px;
    font-weight: 600;
}

div#tooltip:before {
    content: "";
    display: inline-block;
    top: 0;
    border-left: 10px solid #fff;
    position: absolute;
    margin-left: -10px;
    left: 50%;
    top: -11px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #000;
    border-top: 3px solid transparent;
}

.backoffice {
    min-height: 755px;
}

#cguModal .modal-body {
    max-height: 360px;
    display: block !important;
    overflow-y: scroll;
}

.alert.alert-info.flash-danger a {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.lire-la-suite {
    overflow: hidden;
    max-height: 76px;
    margin-top: 6px;
    display: inline-block;
    font-family: Poppins;
    font-size: 13px;
    letter-spacing: 0.2px;
}

.lire-la-suite.active {
    max-height: inherit;
}

.lire-la-suite + a.link {
    color: #31508e;
    display: block;
    margin: -5px 0 4px;
}

.row .texte-liste .texte-details .texte-desc iframe {
    max-width: 100%;
}

.backoffice a.btn-action.text-primary, .backoffice a.btn-action.text-primary:hover, .backoffice a.btn-action.text-primary:focus {
    background: #c3820a;
    color: #fff !important;
}

.backoffice a.btn-action {
    text-decoration: none !important;
    padding: 5px 13px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
    margin: 0px 5px;
    display: inline-block;
    font-size: 13px;
    border-radius: 3px;
    position: relative;
    top: 0;
    transition: all 0.3s;
    font-weight: 600;
}

.backoffice a.btn-action.btn-danger.text-primary {
    background: #bb291a;
}

.container > h1 {
    /* color: #fff; */
    font-weight: 500;
}

@media(max-width: 991px) {
    div#search_widget {
        margin-bottom: 40px;
    }
    
    .subnav {
        padding-top: 30px;
        font-size: 14px;
    }
}

@media(max-width: 767px) {
    ul.pagination > li > a[rel] {
        display: none;
    }
}

@media(max-width: 568px) { 
    ul.pagination > li > span,
    ul.pagination > li > a {
        margin: 0;
        padding-left: 5px;
        padding-right: 5px;
    }
}

.homepage-header {
    background: #242424;
    margin-top: -20px;
}

#cguModal .modal-dialog {
    max-width: 800px;
} 

#cguModal .modal-dialog .btn {
    margin-bottom: 0;
} 

.modal-content {
    border: 0;
    border-radius: 3px;
}

.bold {
    font-weight: bold;
} 

#tooltip a {
    color: #fff;
    text-decoration: underline;
}

img.outils-image {
    max-width: 100%;
    margin: 0 auto 10px;
}

.texte-details-full {
    display: block;
    width: 100%;
    float: left;
}

@media(max-width: 991px) {
    .texte-liste .texte-image {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .texte-liste {
        display: block;
    }

    .texte-liste .texte-details {
        display: block;
        width: 100%;
    }
}

@media(max-width: 991px) {
    .tab-content {
        width: 100% !important;
    }
}

@media(max-width: 991px) {
    .data-info {
        margin: 0;
        padding-top: 60px;
    }

    .data-info > a {
        display: block;
        width: auto;
        padding: 10px 23px;
        height: auto;
        border: 0;
        box-shadow: none !important;
    }
}

@media(max-width: 767px) {
    .texte-header .author-profile {
        max-width: 100%;
    }
}

@media(max-width: 991px) {
    .texte-header .author-profile {
        width: 100%;
        display: block;
        padding-bottom: 30px;
        /* max-width: 100%; */
        text-align: center;
    }

    .texte-header span.author-username {
        padding-left: 0;
    }

    .prt-box {
        max-width: 100% !important;
        display: table !important;
        padding-top: 30px;
        text-align: center;
        margin: 0;
    }
}

@media(max-width: 767px) {
    .texte-header .texte-header-row {
        display: block;
        margin: 0 auto;
        display: block;
        width: 100%;
    }
}

@media(max-width: 991px) {
    .send.comment-author {
        display: block;
        margin: 0 auto 20px;
    }
}

@media(max-width: 991px) {
    .container .slider-right {
        display: none;
    }
}

@media(max-width: 1200px) {
    
    .homebox {
        display: block;
        min-width: 100%;
    }

    .homebox + .texte-details {
        display: block;
    }
}


nav {margin-bottom: 20px}
.subnav {margin-top: -20px;position: relative}

@media(max-width: 991px) {
    .navbar-dark .navbar-nav li.current .nav-link, .navbar-dark .navbar-nav li.active .nav-link, .navbar-dark .navbar-nav li.current .nav-link, .navbar-dark .navbar-nav li:hover .nav-link {
        box-shadow: none;
    }
}

.appel-a-textes .tab-content {
    min-height: 290px;
    padding: 0px 30px 20px;
    margin-bottom: 80px;
    background: #fff;
    box-shadow: 0 6px 12px -2px rgba(50,50,93,.25), 0 3px 7px -3px rgba(0,0,0,.3);
}


button.btn-back {
    vertical-align: top;
    background: transparent;
    border: 0;
    display: inline-block;
}

h2.btn-back-title {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-top: 4px;
    vertical-align: top;
    margin-bottom: 30px;
    margin-left: 10px;
}

/*
<div class="btn-back-wrapper"><button type="button" class="btn-back"><div class="sc-fsYfdN hvlmJu"><div class="sc-qZrbh lhmbEV"><span class="sc-dmyCSP eCsHmn"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.5 4.5L7.5 12L15.5 19.5" stroke="#130a2d" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg></span></div></div></button><h2 class="btn-back-title">Retour en arrière</h2></div>
*/

.btn-action.redirect-back {
    background: #c3820a !important;
    color: #fff !important;
    text-decoration: none;
}

.btn-action.redirect-back {
    text-decoration: none !important;
    padding: 5px 13px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
    margin: 0px 5px;
    display: inline-block;
    font-size: 13px;
    border-radius: 3px;
    position: relative;
    top: 0;
    transition: all 0.3s;
    font-weight: 600;
}

.btn-action.text-primary.redirect-back,
.btn-action.text-primary.redirect-back:hover,
.btn-action.text-primary.redirect-back:focus,
.btn-action.text-primary.redirect-back:active {
    margin-bottom: 20px;
    color: #fff;
    background-color: #1a6dca !important;
    border-color: #1967be !important;
}

.btn-xs, .btn-group-xs>.btn {padding: 0.25rem 0.5rem;font-size: 0.8203125rem;line-height: 1.5}

.logo-wrapper {
    margin-left: 30px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1240px !important;
    }
}

.jumbotron h4 {
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 40px;
    color: #1d386c;
    text-align: center;
}


ul.bullets li {
    margin: 10px 0;
}

ul.bullets {
    margin: 24px 0;
}

#searchbar {
    margin-top: 100px;
}

.col-lg-9 #searchbar {
    margin: 0;
}

.password-toggle {
    position: relative;
}

div.toggle-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    opacity: 1;
    cursor: pointer;
    font-size: 20px;
    text-align: right;
    right: 15px;
    top: 7px;
    color: #333 !important;
}

.texte-banner {background: #fff;padding: 10px 18px;margin-bottom: -2px;border-bottom: 1px solid #eee;box-shadow: 0 6px 12px -2px rgba(50,50,93,.25), 0 3px 7px -3px rgba(0,0,0,.3)}

.appel-user-wrapper {background: #f6f9fc !important;width: 100%;border-radius: 5px;margin-bottom: 20px;padding: 10px 20px;font-weight: 500;font-size: 18px;}
.appel-user-wrapper a strong {color: #0e42ae !important;margin-left: 8px}

a.link.d-block.active {background: #33518c;color: #fff;padding: 13px 15px;border: 0}
.col-md-2.submenu {padding: 0;border: 0}
a.link.d-block {padding: 13px 15px;border-bottom: 1px solid #f5f5f5;margin: 0;background: #fff;border: 1px solid #eee;color: #777;margin-right: -1px}

.appel-a-textes-category {
    margin-bottom: 30px;
}

.visible-xs, .visible-sm, .visible-sm-inline, .visible-md, .visible-lg {display: none !important}

@media(max-width: 991px) {
    .visible-sm {display: block !important}
    .visible-sm-inline {display: inline-block !important}
    .hidden-sm {display: none !important}
}

.cke_editable{cursor:text; font-size: 14pt}
.block .desc, .biographie, .faq-row, .block .appel-info .appel-block .appel-desc:not(.appel-desc-liste) {
    font-size: 14pt;
}

@media(max-width: 767px) {
    .author-map.visible-xs {margin-top: 20px;margin-bottom: 20px;display: inline-block !important;width: 100%}
    .author-info {display: inline-block;width: 100%}
    .espace-perso .espace {margin-bottom: 0px;text-align: left;height: 120px;margin-top: 15px;padding-top: 35px;padding-left: 30px;padding-right: 20px;font-size: 19px;line-height: 0px;}
    .espace-perso .espace .fa {display: inline-block;margin-right: 20px;vertical-align: middle;font-size: 28px;margin-bottom: 3px;}
    #avantages h2 {font-size: 20px;margin-top: 30px}
    
    .comment-content {
        display: block;
        width: 100%;
    }

    .comment-author {
        width: 100%;
        display: block;
    }

    .comment-content.reply.reply-0 {
        padding-left: 15px;
    }

    .comment-content.reply.reply-1 {
        padding-left: 30px;
    }

    .comment-content.reply.reply-2 {
        padding-left: 45px;
    }

    .comment-content.reply.reply-3 {
        padding-left: 60px;
    }

    .comment-content.reply.reply-4 {
        padding-left: 75px;
    }

    .comment-content.reply.reply-5 {
        padding-left: 90px;
    }

    .comment-content.reply.reply-6 {
        padding-left: 105px;
    }

    .comment-content.reply.reply-7 {
        padding-left: 120px;
    }

    .comment-content.reply.reply-8 {
        padding-left: 135px;
    }

    .btn-action {
        margin-right: 7px;
        margin-left: 0;
    }
    
    .comment {
        margin: 5px 0;
    }

    .homepage-header .bx-wrapper img {
        max-height: 500px;
    }
    
    .row.homesliders .col-lg-12 {
        margin: 0;
        padding: 0;
    }
    
    .visible-xs {display: block !important}
    .hidden-xs {display: none !important}

    footer .col-lg-3 ul:first-child {
        margin-top: 20px;
    }

    .faq-detail .faq-category-list.col-md-3 {
        display: none;
    }

    footer .prt-box-title, footer a.nav-link {
        text-align: center;
        font-size: 17px;
        padding-left: 0;
        padding-right: 0;
    }

    .col-md-2.submenu {margin-bottom: 30px;}
        
    [name="appbundle_profil"] button.btn.btn-primary.w-25.ml-3 {
        width: 100% !important;
    }


    div[id^=appbundle] div {position: relative;}
    
    div[id^=appbundle] input[type=checkbox] {
        width: auto;
        float: left;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    div[id^=appbundle] label {margin-left: 15px}
    iframe {max-width: 100%}
}

@media(min-width: 992px) and (max-width: 1199px) {
    .logo-wrapper {
        margin-left: 0;
        margin-bottom: 40px;
    }
}

span.faq-category-row {
    margin: 0 0 0 -4px;
}

span.faq-category-row:first-of-type {
    margin: 0;
}

.horizontal-wrapper1 {background: #fafafa;width: 100%;display: inline-block;box-shadow: 0 0px 6px #ddd;border-radius: 2px;margin-top: 0px}

.mt-125 {margin-top: 125px;}
.alert.alert-info.flash-success a {font-weight: bold;border-bottom: 2px solid #00780a;color: #fff}

.simple-rating .fa {font-size: 16px}
.simple-rating i {color: #f5ba00 !important;display: inline-block;padding: 1px 2px !important;cursor: pointer;font-size: 20px !important}
form .simple-rating.star-rating {margin-bottom: 10px}

.annotation {position: absolute;right: 10px;top: 33px;cursor: pointer;background: #ff7900;display: none;width: 30px;height: 30px;text-align: center;line-height: 34px;color: #fff;border-radius: 100px;font-size: 18px;z-index: 9999;}
.annotation-wrapper {position: relative}
.annotation-wrapper p {position: relative;padding-right: 50px;}
.annotation-wrapper p:hover .annotation {display: inline-block !important}
.annotation.active {display: block}

.anchor {position: absolute;right: 10px;top: -1px;cursor: pointer;background: #007bff;display: none;width: 30px;height: 30px;text-align: center;line-height: 30px;color: #fff;font-size: 16px;border-radius: 100px}
.anchor-wrapper {position: relative}
.anchor-wrapper p {position: relative;padding-right: 50px;}
.anchor-wrapper p:hover .anchor {display: inline-block !important}
.anchor.active {display: block}

.block[data-text-id] {padding-right: 0}

button .loader {width: 20px;padding: 2px;aspect-ratio: 1;border-radius: 50%;background: #fff;--_m: conic-gradient(#0000 10%,#000), linear-gradient(#000 0 0) content-box;-webkit-mask: var(--_m);mask: var(--_m);-webkit-mask-composite: source-out;mask-composite: subtract;margin: 0 auto;animation: l3 1s infinite linear}
@keyframes l3 {to{transform: rotate(1turn)}}
    
.fs-14 {font-size: 14px}
.fs-16 {font-size: 16px}

.navbar-dark .navbar-nav .nav-link-icon {font-size: 30px;margin-top: -5px;margin-bottom: -5px}

.max-lines {display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;font-family: "Poppins";font-size: 14px;}
.max-lines-1 {-webkit-line-clamp: 1 !important}
.max-lines-2 {-webkit-line-clamp: 2 !important}
.max-lines-3 {-webkit-line-clamp: 3 !important}
.max-lines-4 {-webkit-line-clamp: 4 !important}
.max-lines-5 {-webkit-line-clamp: 5 !important}
.max-lines-6 {-webkit-line-clamp: 6 !important}
.max-lines-9 {-webkit-line-clamp: 9 !important}
.has-chapter .texte-desc {height: auto !important;max-height: 190px;}

.text-header1 {font-family: "Poppins", sans-serif;margin: 0 0 15px;display: inline-block;font-size: 21px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;line-height: 25px;max-height: 50px;font-weight: 400;color: #33393f;}

.texte-liste.has-chapter .texte-image {max-height: unset}
.texte-liste.has-chapter .texte-image a {height: auto;}
.texte-liste.has-chapter .texte-image a img {position: static;}

.badge-chapter {border: 2px solid;color: #0e42ae}

.hover {background-color: #1a6dca}
.appel-a-textes-category a.btn-multi-lines {line-height: 16px;height: 62.5px;vertical-align: bottom;padding: 15px 25px; text-align: center}

.border-1 {border: 1px solid #222}


.modal-lg.modal-dialog {
    max-width: 800px !important;
}

#annotationCommentModal .modal-dialog {
    max-width: 900px !important;
}

.modal-md.modal-dialog {
    max-width: 600px !important;
}

.modal-header.comments-title {
    margin-bottom: 0;
    font-size: 120%;
    /* border-bottom: 0; */
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: -1px;
}

#annotationCommentModal .comment-author {
    width: 120px;
    vertical-align: top;
}

#annotationCommentModal {
    font-family: 'Poppins';
}

#annotationCommentModal .comment {
    /* font-size: 12px; */
}

#annotationCommentModal.modal blockquote.blockquote {
    box-shadow: none;
    padding: 20px 25px;
    font-size: 14px;
    margin-top: 0;
    border-radius: 0;
}

.author-horizontal .comment-pubdate {font-size: 12px;vertical-align: bottom;}

#annotationModal blockquote.blockquote {
    font-size: 14px;
}

#annotationCommentModal .modal-body {
    background: #f6f9fc;
    border-radius: 10px;
    padding: 0;
}

#annotationCommentModal .annotation-quote {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #f2f2f2;
}

#annotationCommentModal .annotation-quote:first-of-type {
    margin: 0
}   

#annotationCommentModal .annotation-quote:last-of-type {
    /* border: 0; */
}

#annotationCommentModal .modal-comments {
    padding-right: 25px;
}

.author-horizontal  span.author-username {
    text-align: left;
    color: #000;
    display: inline-block;
    margin-left: 0;
}

.comment-pubdate {
    color: #aeb2bd;
}

.author-horizontal .author-type {
    color: #aeb2bd;
    text-align: left;
    display: inline-block;
}

.btn-action.forge {background: #d4e6f9;color: #165ba8 !important;box-shadow: none;border: 1px solid #c5d2e1 !important;}
.btn-action.forge:hover {color: #165ba8 !important;}
.btn-action.forge > span {color: #165ba8 !important}
.prt-box a {background: #fff;height: 33px;width: 33px}
.prt-box a.tiktok {background: #000}
footer .prt-box {max-width: 180px}
.block .desc * {max-width: 100%}
.chapter-part {font-size: 32px;text-align: center;font-weight: 500}

.modal .comment-action a {padding: 3px 7px}
.modal .comment-action .response:after {left: 10px}

#annotationCommentModal.orange .reply-bottom {background: #ff7900;color: #fff;padding-bottom: 0 !important}
#annotationCommentModal.orange .reply-bottom .comment {background: transparent;box-shadow: none}
#annotationCommentModal.orange .reply-bottom .comment button.btn.btn-primary {background: #d16300;color: #fff;}
#annotationCommentModal.orange .reply-bottom span.author-username {color: #fff}
#annotationCommentModal.orange .modal-comments {padding: 0}
#annotationCommentModal.orange .comment-content {padding-right: 25px}

.chapter-part {background-color: #f0f8ff;border: 1px solid #d6eaf8;padding: 10px 15px;margin: 30px 20px 25px 0;border-radius: 8px;font-weight: bold;font-size: 1.1em; color: #2c3e50;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05)}
