html {
  font-size: 16px;
}

html,
body,
#app {
  height: 100%;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: unset;
  font-size: unset;
  margin: 0;
  padding: 0;
  text-transform: unset;
  line-height: unset;
}

p + ul {
  margin-top: -1em !important;
}

.no-link {
  text-decoration: none;
  color: unset;
}

a,
.news-description a {
  color: #ce2d1e;
  text-underline-offset: 3px;
}

a:hover,
.news-description a:hover {
  color: #000000;
}

.wp-block-image img {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid #ddd;
  border-radius: 8px;
}

/*--------------- responsive sizes -------------------*/
@media (min-width: 1600px) {
  html {
    font-size: 18px;
  }
}

/*------------------------------- end general init -----------------------------------*/
@font-face {
  font-family: "gilroy";
  src: url("../font/gilroy_bold-webfont.woff2") format("woff2"), url("../font/gilroy_bold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "gilroy";
  src: url("../font/gilroy-light-webfont.woff2") format("woff2"), url("../font/gilroy-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "gilroy";
  src: url("../font/gilroy-medium-webfont.woff2") format("woff2"), url("../font/gilroy-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

/* home */
.img-role {
  width: 178px;
  height: 178px;
}

.col-role p {
  font-family: "gilroy", sans-serif !important;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  margin-top: 1rem;
}

.service-card {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.27);
  min-height: 95px;
}

.service-card .name {
  padding: 8px;
  font-family: "gilroy", sans-serif !important;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 20px;
}

.service-card .initials {
  color: #000;
  padding: 8px;
  width: 95px;
  min-width: 95px;
  height: 95px;
  font-family: "gilroy", sans-serif !important;
  font-weight: 600;
  font-size: 19px;
  color: #000000;
  text-align: center;
  line-height: 20px;
}

.service-card .initials p {
  margin: auto !important;
}

.service-card:hover {
  background: #f9eeee;
  text-decoration: underline;
  color: #000;
  text-underline-offset: 4px;
}

.service-card:hover .name {
  font-weight: bold;
}

#central .service-card .initials {
  background: rgba(246, 166, 0, 0.13);
}

#common .service-card .initials {
  background: #FBE3E3;
}

#institutes .service-card .initials {
  background: #FEF8D9;
}

#central,
#common,
#institutes {
  margin-bottom: 3rem;
}

#roles {
  margin-bottom: 4rem;
}

@media (max-width: 990px) {
  .img-role {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 768px) {
  .img-role {
    width: 78px;
    height: 78px;
  }
}

/* header */
header,
footer {
  width: 100%;
  max-width: 2300px;
  margin: auto;
}


.name-site {
  font-family: "gilroy", sans-serif !important;
  font-weight: 600;
  position: absolute;
  z-index: 2;
}

.logo {
  position: relative;
  z-index: 2;
}

.block-logo {
  background-color: #fff;
  border-radius: 12px;
  padding: 1.5rem 3rem;
}

.baseline {
  font-family: "gilroy", sans-serif !important;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.65px;
  text-decoration: none;
  background: #FBE3E3;
  border-radius: 16px;
  margin-top: 1rem;
  text-transform: uppercase;
  padding: 5px 10px;
}

.no-decoration {
  text-decoration: none;
}

.img-cover {
  width: 100%;
  max-width: 2300px;
  margin: auto;
  text-align: center;
  max-height: 456px;
  z-index: 1;
  position: relative;
  margin-top: -2rem;
}

.header-service {
  min-height: 300px;
  background-size: cover !important;
  background-position: center !important;
}

.name-service {
  color: white;
  font-size: 2rem;
  line-height: 1.2;
  padding: 0 2rem;
  text-shadow: #000 1px 0 10px;
}

header {
  text-align: center;
  z-index: 1;
}

.search-block {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 3rem;
  margin-top: -3rem;
  z-index: 2;
  position: relative;
}

.btn-primary {
  background-color: #ce2d1e;
  color: #fff;
  border-radius: 30px;
  border-width: 0px;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
}

.btn-primary:hover {
  background-color: #000;
}

.search-block .row {
  gap: 0 0.5rem !important;
}

@media (max-width: 1200px) {

  .search-block {
    padding: 3rem 0rem 3rem 1rem;
  }
}

@media (max-width: 768px) {
  .name-service {
    font-size: 1.5rem;
  }

  .header-service {
    min-height: 200px;
  }

  .search-block {
    padding: 2rem 0rem 2rem 0rem;
  }

  .search-block .row {
    gap: 0.5rem 0.3rem !important;
    --bs-gutter-x: :0rem;
  }

  .block-logo {
    padding: 1rem 1rem;
  }

  .block-logo img {
    max-width: 150px;
  }

  .baseline {
    font-size: 11px;
  }
}

@media (max-width: 380px) {
  .name-service {
    font-size: 1.2rem;
  }

  .header-service {
    min-height: 150px;
  }
}

/* footer */
footer {
  padding: 3rem 2rem;
  font-size: 0.8rem;
}

footer ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin-bottom: 0px;
  justify-content: center;
}

footer .nav-item a,
footer .menu-item a {
  padding: 0rem 1rem;
  font-size: 0.8rem;
}

@media(max-width: 1199px) {
  footer ul {
    justify-content: start;
    padding: 2rem 0;
  }
}

@media(max-width: 768px) {
  footer ul {
    flex-direction: column;
    justify-content: start;
  }

  footer .nav-item,
  footer .menu-item {
    border-right: none;
    border-bottom: 1px solid #dee2e6;
  }

  footer .nav-item a,
  footer .menu-item a {
    padding: 0.5rem 1rem 0.5rem 0;
  }
}

/* sidebar */

#menu-left {
  width: 350px;
  padding-top: 2rem;
  /* min-width: 250px; */
}

#menu-left .no-link:hover .head-menu {
  background-color: #fbe0dd;
}

#menu-left .head-menu {
  background-color: rgba(231, 166, 0, 0.0823529412);
  padding: 1rem;
}

#menu-left .head-menu .name,
#menu-left .head-menu .initials {
  font-weight: 600;
}

#menu-left .head-menu .initials {
  border-radius: #ff721c;
  border: 1px solid #ff721c;
  border-radius: 5px;
  padding: 0.3rem 0.7rem;
}

#menu-left .accordion-button {
  padding-left: 0px;
  width: 30px;
}

#menu-left .no-category {
  padding: 1rem 1rem 1rem 0;
  font-size: 0.88rem;
}

#menu-left .accordion-item {
  border-left: unset;
  border-right: unset;
  list-style: none;
  border-radius: 0px;
}

#menu-left .accordion-item:first-of-type {
  border-top-left-radius: unset;
  border-top: unset;
}

#menu-left .accordion-item:last-of-type>.accordion-collapse {
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}

#menu-left .accordion {
  border-bottom: unset;
}

#menu-left .accordion-button:not(.collapsed) {
  color: #000;
  background-color: unset;
  font-weight: 600;
  box-shadow: unset;
  /* border-bottom: 1px solid #dee2e6; */
}

#menu-left .accordion-button::after {
  flex-shrink: 0;
  margin-left: auto;
  content: "";
  background: url("../img/elements/chevron-right.svg") 5px;
  background-repeat: no-repeat;
}

#menu-left .accordion-button:not(.collapsed)::after {
  background: url(../img/elements/chevron-right.svg) 0px -3px;
  transform: rotate(90deg);
}

.accordion-item:first-of-type>.accordion-header .accordion-button,
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  border-radius: 0px;
}

#menu-left .accordion-header {
  border-bottom: none;
  font-weight: normal;
}

#menu-left .accordion-header:has(.accordion-button:not(.collapsed)) {
  border-bottom: 1px solid #dee2e6;
  font-weight: 600;
  color: #000;
  background-color: unset;
}

#menu-left .accordion-button:hover {
  font-weight: 600;
}

#menu-left .sub-accordion .accordion-button {
  color: #ce2d1e;
}

#menu-left .accordion-body {
  padding: 0 0 0 1rem;
}

#menu-left ul,
#home-service #menu-left ul {
  margin: 0;
}

#menu-left a.accordion-link {
  text-decoration: none;
  color: #000;
}

#menu-left .no-children a {
  text-decoration: none;
  color: #000;
  width: 100%;
  border: unset;
  text-align: left;
  padding: 1rem 1rem 1rem 0;
  background-color: #fff;
  border-radius: 0.375rem;
  display: block;
}

#menu-left .no-children a:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  z-index: 3;
  outline: 0;
}

#menu-left .sub-accordion:last-child {
  border-bottom: 0px solid #dee2e6;
}

.main-container #menu-left.sidebar-menu-mobile-open {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
  transition: all 0.3s;
}

.display-sidebar-menu-mobile {
  visibility: hidden;
  transition: all 0.3s;
}

.display-sidebar-menu-mobile button {
  background-color: #e7a60015;
  border: 0px solid #fff;
  border-radius: 10px;
  width: 100%;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 0.5rem;
  color: #000;
}

.display-sidebar-menu-mobile button:hover {
  background-color: #f9eeee;
  border: 0px solid #fff;
  border-radius: 10px;
  width: 100%;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 0.5rem;
  color: #000;
}

#menu-left .accordion-item a {
  font-size: 0.95rem;
}

@media (max-width: 1500px) {
  #menu-left {
    width: 300px;
  }

  #menu-left .accordion-button,
  #menu-left .accordion-item a {
    font-size: 0.88rem;
  }
}

@media (max-width: 1200px) {
  .main-container #menu-left {
    width: 100%;
    transition: all 0.3s;
  }

  .display-sidebar-menu-mobile {
    visibility: visible;
    margin: 1rem 0 2rem;
    transition: all 0.3s;
  }

  #menu-left .site-name {
    display: none;
  }
}

/* detail page */
.anchor-faq {
  text-decoration: none;
  color: #000;
  display: block;
  font-weight: 500;
  font-size: 1.2rem;
}

.anchor-faq:hover {
  font-weight: 600;
}

.submenu-detail ul {
  list-style: none;
  margin-bottom: 3rem;
  padding-left: 0px;
}

.submenu-detail li {
  border-bottom: 1px solid #E5E5E5;
  padding: 0.3rem;
  display: flex;
  align-items: center;
}

.page-category .submenu-detail li:last-child {
  border-bottom: 0px solid #E5E5E5;
}

.submenu-detail li::before {
  content: "";
  background-image: url("../img/elements/arrow-right.svg");
  flex-shrink: 0;
  background-repeat: no-repeat;
  width: 2rem;
  height: 1.25rem;
  display: block;
}

#page-service h1 {
  text-align: left;
  margin: 2rem 0 2rem;
  font-size: 2.4rem;
  line-height: 1.2;
}

#page-service .question {
  margin: 5rem 0 5rem 2rem;
}

#page-service .question ul {
  margin: 1rem 0;
  line-height: 1.7;
  font-size: 1.1rem;
}

#page-service .question li {
  margin-bottom: 1rem;
}

#page-service .for-who {
  color: #ce2d1e;
  margin-bottom: 2rem !important;
  line-height: 1.2;
}

#page-service .title2 {
  color: #e85245;
  font-weight: 600;
  display: flex;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

#page-service .title2::before {
  content: "";
  background-image: url(../img/elements/arrow-right-red.svg);
  background-size: 80%;
  flex-shrink: 0;
  background-repeat: no-repeat;
  margin-top: 0.4rem;
  margin-left: -2rem;
  width: 2rem;
  height: 2.1rem;
  display: block;
}

#page-service .title2 .svg-svg-path {
  fill: #e85245;
}

#page-service .response {
  line-height: 1.7;
  font-size: 1.1rem;
}

#page-service .response img {
  max-width: 100%;
}

@media (max-width: 768px) {
  #page-service .title2 {
    font-size: 1.6rem;
  }

  #page-service .title2::before {
    margin-top: 0.4rem;
    margin-left: -2rem;
    width: 2rem;
  }

  #page-service .question {
    margin: 5rem 0 2rem 1rem;
  }

  #page-service .question ul {
    margin: 1rem 0;
    line-height: 1.5;
    font-size: 1rem;
  }

  #page-service .response {
    line-height: 1.5;
    font-size: 1rem;
  }

  #page-service h1 {
    font-size: 1.8rem;
  }

  .anchor-faq {
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  #page-service h1 {
    font-size: 1.7rem;
  }

  #page-service .title2 {
    font-size: 1.2rem;
  }

  #page-service .title2::before {
    margin-top: 0.2rem;
    margin-left: -1.2rem;
    width: 1.2rem;
  }

  #page-service .question {
    margin: 5rem 0 2rem 1rem;
  }

  #page-service .question ul {
    margin: 1rem 0;
    line-height: 1.5;
    font-size: 1rem;
  }

  #page-service .response {
    line-height: 1.5;
    font-size: 1rem;
  }

  #page-service .for-who {
    font-size: 0.9rem;

  }
}

/* home service */
#home-service .title1 {
  text-align: left !important;
  font-size: 2.2rem !important;
  margin: 1rem 0 1rem;
  line-height: 1.2;
}

#home-service ul {
  margin: 1rem 0;
  margin-left: 1.2rem !important; 
}

.ab-top-menu {
  margin: unset !important;
}

#news-services .no-link .news-item:hover {
  background: #fff;
  border: 1px solid #ce2d1e;
  color: #ce2d1e;
}

#news-services h2 {
  font-size: 1.5rem;
  margin: 4rem 0 2rem;
  text-align: left;
  color: #e85245;
}

.news-item {
  border: 1px solid #f9eeee;
  background: #f9eeee;
  border-radius: 7px;
  padding: 2rem !important;
  display: flex;
  flex-direction: column;
}

.news-item h3 {
  font-size: 1.1rem;
  font-weight: 600;
}

.news-item .news-title {
  order: 2;
}

.news-item .news-date {
  order: 1;
}

.news-item .news-description {
  order: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  font-size: 0.9rem;
}

@media(max-width: 768px) {
  #news-services h2 {
    font-size: 1.3rem;
    margin: 2rem 0 2rem;
  }
}

@media (max-width: 450px) {
  #news-services col {
    min-width: 49%;
  }

  .news-item {
    padding: 1rem !important;
  }

  .news-item .news-title {
    font-size: 1rem;
  }

  .news-item .news-description {
    font-size: 0.9rem;
    line-height: 1.3;
  }

  .news-item .news-date {
    font-size: 0.9rem;
  }
}

.navbar-content ul {
  display: flex;
  align-items: center;
  width: 100%;
  list-style: none;
  padding-left: 0;
}

.nav-item,
.menu-item {
  text-transform: uppercase;
  border-right: 1px solid #e85245;
}

.nav-item a,
.menu-item a {
  color: #000;
  font-size: 0.9rem;
  padding: 1rem;
  text-decoration: none;
  display: block;
}

.nav-item:nth-last-child(2),
.menu-item:nth-last-child(1) {
  border-right: none;
}

.offcanvas-body .navbar-content ul {
  flex-direction: column;
  width: 100%;
}

.offcanvas-body .nav-item,
.offcanvas-body .menu-item {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #dee2e6;
}

.user-logged-in .offcanvas-header .btn-close {
  margin-top: 2.8rem;
}

.offcanvas-header {
  padding-right: 2.5rem;
}

.btn-mobile {
  display: none;
}

.btn-connect {
  border-right: none;
  display: flex;
  font-size: 0.85rem;
}

.btn-connect a {
  background-color: #000 !important;
  color: #fff;
  display: block;
  border-radius: 30px;
  text-decoration: none;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
}

.btn-connect a:hover {
  background-color: #ce2d1e !important;
}

.btn-user {
  width: 30px;
  stroke: #ce2d1e;
  margin-right: 1rem;
}

.menu-desktop nav {
  display: flex;
  align-items: center;
}

@media (max-width: 1500px) {
  .offcanvas-body #menu-left {
    max-width: unset;
  }
}

@media (max-width: 1390px) {
  .menu-desktop {
    display: none;
  }

  .btn-mobile {
    display: block;
    background-color: #fff;
    border: 0px solid #000;
    padding-right: 2rem;
  }

  .offcanvas.offcanvas-top {
    height: auto !important;
  }

  .connect,
  .btn-connect {
    margin-top: 3rem;
    width: 100%;
  }

  .connect .btn-connect,
  .btn-connect a {
    text-align: center;
    padding: 0.5rem 1rem !important;
  }

  .nav-link,
  .menu-item a {
    text-align: left;
  }

  .user-icon {
    visibility: hidden;
  }
}

@media(max-width: 768px) {
  .offcanvas-header {
    padding-right: 1.5rem;
  }

}

.input-group-text {
  background-color: unset !important;
  border: 0px solid #fff !important;
}

.input-group,
select {
  border: 1px #dee2e6 solid;
  border-radius: 30px !important;
  padding-right: 1rem;
  padding-left: 1rem;
  align-items: center;
  font-size: 0.9rem !important;
}

.input-group input,
select input {
  border: 0px solid #fff !important;
}

.icon-svg {
  fill: #ce2d1e;
}

#search {
  margin-top: 3rem;
}

.btn-search {
  font-size: 0.85rem;
}

#search .row>* {
  padding-right: 0px;
  padding-left: 0px;
}

.form-select {
  background-image: url("../img/elements/chevron-down.svg") !important;
  background-size: 25px 25px !important;
}

@media(max-width:768px) {
  .btn-search {
    font-size: 0.8rem;
    margin-left: 0px !important;
    width: 100%;
  }
}

@media(max-width:576px) {
  .btn-search {
    font-size: 0.8rem;
    margin-left: 0px !important;
    width: 100%;
  }

  .btn-mobile {
    padding-right: 1rem;
  }
}

/*--------------- general css -------------------*/
body {
  font-family: "gilroy", sans-serif !important;
  margin: 0px;
  font-weight: 300;
}

b {
  font-weight: 600;
}

.text-red {
  color: #e85245;
}

.object-cover {
  object-fit: cover;
}

h1 {
  font-family: "gilroy", sans-serif !important;
  font-size: 35px;
  color: #000000;
  line-height: 44px;
  font-weight: 600;
}

.rounded-full {
  border-radius: 9999px;
}

.welcome {
  font-family: "gilroy", sans-serif !important;
  font-size: 35px;
  color: #000000;
  line-height: 1.2;
  text-align: center;
}

.intro {
  font-family: "gilroy";
  font-size: 1rem;
  color: #6A6A6A;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
}

.title-services {
  font-family: "gilroy";
  font-size: 22px;
  color: #000000;
  line-height: 44px;
  margin-bottom: 2rem;
  font-weight: 600;
}

.main-container {
  width: 100%;
  max-width: 2000px;
  margin: auto;
}

.col-content-right {
  padding: 0 3rem;
}

main {
  padding: 0 4rem;
}

.welcome {
  padding: 0 1rem;
}

@media (max-width: 1500px) {
  .container {
    max-width: unset !important;
  }

  main {
    padding: 0 4rem 0 !important;
  }
}

@media (max-width: 1300px) {
  main {
    padding: 0 3rem 0 !important;
  }
}

@media (max-width: 1200px) {
  main {
    padding: 0 2rem 0 !important;
  }

  .col-content-right {
    padding: 0 0rem;
  }
}

@media (max-width: 768px) {
  .welcome {
    font-size: 1.7rem;
  }

  main {
    padding: 0 2rem 0 !important;
  }

  .col-content-right {
    padding: 0 0rem;
  }

  #home-service .title1 {
    font-size: 1.8rem !important;
    margin: 4rem 0 4rem;
  }
}

@media (max-width: 576px) {
  .welcome {
    font-size: 1.5rem;
  }

  #home-service .title1 {
    font-size: 1.5rem !important;
    margin: 2rem 0 2rem;
  }
}

/* ----- Recherche----- */

#search-page h1 {
  text-align: left;
}

#search-page .search-title a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.2rem;
}

#search-page .search-title a:hover {
  text-decoration: underline;
}

#search-page .search-item {
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: solid 1px #e5e5e5;
}

#search-page .parent-category {
  color: #ce2d1e;
}

#search-page .parent-category a {
  color: #ce2d1e;
  text-underline-offset: 3px;
  text-decoration: none;
}

#search-page .parent-category a:hover {
  text-decoration: underline;
}

#search-page .tag-selected {
  border: 1px solid #d0d0d0;
  padding: 0.2rem 0.3rem 0.3rem 0.6rem;
  border-radius: 30px;
  text-decoration: none;
  color: #000;
  font-size: 0.85rem;
  margin-right: 0.5rem;
  display: inline-flex;
  align-items: center;
}

#search-page .tag-selected:hover {
  background-color: #e1e1e150;
}

#search-page .tag-selected .btn-close {
  font-size: 0.5rem;
  background-color: #ce2d1e50;
  padding: 0.3rem;
  border-radius: 30px;
  opacity: 1;
  margin-left: 0.2rem;
  margin-top: 1px;
}

.tags-selected {
  margin: 1rem 0 1rem;
}

.tags-list {
  margin: 1rem 0 3rem;
}

.active>.page-link,
.page-link.active {
  background-color: #ce2d1e;
  border-color: #ce2d1e;
  color: #fff;
}

.page-link {
  color: #ce2d1e;
}

.page-link:focus,
.page-link:hover {
  color: #ce2d1e;
}

.page-link.current:hover {
  color: #fff;
}

p.result-infos {
  font-size: 0.9rem;
  line-height: 1.2;
  font-style: italic;
  margin-bottom: 1rem !important;
}

span.profile:last-child:after {
  content: '';
}

span.profile:after {
  content: ',';
}

/* ----- Résultats par profil----- */
.results_list_container {
  column-count: 3;
}

.results_list {
  page-break-inside: avoid;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

.results-by-profile h2 {
  font-size: 1.1rem;
}

.results-by-profile h3 {
  font-size: 1.4rem;
  color: #ce2d1e;
  margin-bottom: 1rem;
}

.results-by-profile a {
  color: #000;
}

.role-select {
  transition: all 0.3s;
  padding-left: 0;
  line-height: 1.2;
}

.role-select:hover {
  transition: all 0.3s;
  padding-left: 2rem;
}

.role-select:hover img {
  filter: grayscale(60%);
}

@media(max-width: 1200px) {
  .results_list_container {
    column-count: 2;
  }
}

@media(max-width: 768px) {
  .results_list_container {
    column-count: 1;
  }
}

.private-content {
  font-size: 13px;
  margin-left: 0.5rem;
  display: inline-flex;
  align-items: center;
  background-color: #f9eeee;
  border-radius: 5px;
  padding: 0.1rem 0.4rem;
}

.interne-content {
  font-size: 13px;
  margin-left: 0.5rem;
  display: inline-flex;
  align-items: center;
  background-color: #fdf0e3;
  border-radius: 5px;
  padding: 0.1rem 0.4rem;
}

.draft-content {
  background-color: #fff4d5;
}

.private-content svg {
  width: 13px;
  display: inline-block;
  margin-right: 0.2rem;
  margin-top: -1px;
  fill: #ce2d1e;
}

.interne-content svg {
  width: 13px;
  display: inline-block;
  margin-right: 0.2rem;
  margin-top: -1px;
  fill: #f6a600;
}

.draft-content svg {
  fill: #000;
}

.question .private-content {
  margin: -6rem 0 0.5rem 0;
  font-weight: 500;
}

.private-content-icon svg {
  width: 16px;
  display: inline-block;
  fill: #ce2d1e;
  margin-top: -5px;
  margin-left: 0.5rem;
}

.interne-content-icon svg {
  width: 16px;
  display: inline-block;
  fill: #f6a600;
  margin-top: -5px;
  margin-left: 0.5rem;
}

.btn-edit {
  padding: 0.1rem 0.3rem !important;
  background-color: #89898929;
  color: #000;
  border-color: #68686829;
  margin-top: -2rem;
  font-size: 0.8rem;
}


.scroll-to-top-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 15px;
  background-color: #000000;
  color: #fff;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  z-index: 1000;
}

.scroll-to-top-button:hover {
  background-color: #383838;
}
