/* Forcer max-width à 1140px sur container et container-xl */
.container,
.container-xl {
  max-width: 1140px !important;
}

.row {
  width: 100%;
}

body {
  background-position: center;
  background-size: 100%;
  background-attachment: fixed !important;
  background: url(public/img/background.png);
  background-repeat: no-repeat;
  background-color: #1b0b2e;
  color: white;
  font-family: "Roboto Condensed", arial, sans-serif;
  font-size: 14px;
  position: relative;
  height: 100%;
}

h6 {
  font-weight: bold;
}

a:hover {
  color: #f0fffc;
}

/* NAVIGATION */

.navbar {
  background-color: white;
  padding: 0rem;
  text-transform: uppercase;
}

a.navbar-brand {
  display: inline-flex;
  text-decoration: none;
  white-space: normal;
  margin-right: 0rem;
}

a.navbar-brand img {
  margin-right: 1rem;
}

a.navbar-brand h1 {
  margin: auto;
  font-family: "Roboto Condensed";
  font-weight: bold;
  font-size: 20px !important;
  text-align: start;
  letter-spacing: 1.6px;
  color: #333333;
}

.langue {
  width: 46%;
}

div[role="search"] {
  padding: 40px 33% !important;
}

.langue .select {
  left: 50%;
}

.navbar .dropdown-item {
  padding: 0.25rem 1rem;
  background-color: #f0fffc;
  text-decoration: none;
  border-bottom: solid 4px #f0fffc;
  font-family: "Roboto Condensed";
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 1.6px;
}

.navbar .nav-link {
  font-family: "Roboto Condensed";
  font-size: 12px;
  font-weight: bold;
  float: left;
  color: #333333;
  text-align: center;
  letter-spacing: 1.6px;
  text-decoration: none;
  border-bottom: solid 4px #fff;
  border-top: solid 4px #fff;
  padding: 0.5rem 1rem;
}

.collection-item-clickable .nav-link:hover {
  color: #333333 !important;
}

.source {
  color: #1b0b2e;
}

a.source:hover:not(.active) {
  border-bottom: solid 3px #f0fffc;
  border-top: solid 3px #078466;
}

a.source:hover {
  background-color: #f0fffc;
}

.source:hover span {
  color: #1b0b2e;
}

.subnav a:hover {
  color: #1b0b2e;
}

.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: #f0fffc;
  width: 100%;
  z-index: 1;
  top: 100%;
}

.subnav-content a {
  float: left;
  color: #1b0b2e;
  text-decoration: none;
  text-align: left;
  border-bottom: solid 3px #f0fffc;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: normal;
  font-size: 13px;
  width: 100%;
}

.subnav-content a:hover span {
  display: inline-block;
  border-bottom: solid 3px #078466;
  padding-bottom: 5px;
}

.subnav-content a span {
  display: inline-block;
  border-bottom: solid 3px #f0fffc;
  padding-bottom: 5px;
}

.subnav:hover .subnav-content {
  display: block;
}

.subnav:hover + .subnav-content {
  display: block;
}

.subnav-content .subnav-glob div i {
  display: none;
}

.dropdown a {
  font-size: 11px;
}

.highlight {
  padding: 1rem 1rem;
  background-color: #605271;
}

.highlight a {
  color: #1ae8b8;
  font-size: 15px;
  /*text-transform: uppercase;*/
  font-weight: bold;
}

.highlight a.goto-next {
  color: #1ae8b8;
  font-size: 15px;
  /*text-transform: uppercase;*/
  font-weight: bold;
}

.highlight a img {
  padding: 1rem;
}

blockquote p{
  color: black;
  font-style: normal;
  font-weight: 700;
  /*line-height: 32px; */
  background:#efefef;
  padding:20px
}

section p {
  font-family: "Roboto Condensed";
}

.lang a {
  font-size: 0.9em;
  opacity: 0.6;
  transition: ease-in-out 0.25s;
}

.lang a:hover {
  opacity: 1;
}

/* Select Langue*/

.langue .select {
  position: absolute;
  top: 35px;
  overflow: hidden;
  display: block;
  margin: auto;
  border-bottom: 0px;
  border-radius: 3px;
  font-size: 12px;
}

.langue .select > i.toggle {
  position: absolute;
  z-index: 4;
  right: 1.5em;
  top: 1.6em;
  color: #ccc;
}

.langue .select .title,
.langue .select .placeholder {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 7px 12px;
  background: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.langue .select > input {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  cursor: pointer;
}

.langue .select > input:checked ~ i.toggle.icon-arrow-down {
  display: none;
}

.langue .select > input:checked ~ i.toggle.icon-arrow-up {
  display: block;
}

.langue .select > input:checked div.options label.option .title {
  display: none !important;
}

.langue .select > input:not(:checked) {
  z-index: 4;
}

.langue .select > input:not(:checked) ~ label.option > span.title {
  display: none;
}

.langue .select > input:not(:checked) ~ i.toggle.icon-arrow-up {
  display: none;
}

.langue .select > input:not(:checked) ~ i.toggle.icon-arrow-down {
  display: block;
}

.langue .select > span.placeholder {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 100%;
  color: #000;
  border-top: 0px;
}

.langue .select label.option {
  display: block;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  transition: all 1s ease-out;
  margin-bottom: 0px;
}

.langue .select label.option span.title {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-out;
}

.langue .select label.option span.title:hover {
  color: #fff;
  background: #078466;
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
}

.langue .select label.option input {
  display: none;
}

.langue .select label.option input:checked ~ span.title {
  position: absolute;
  display: block;
  z-index: 3;
  top: 0px;
  font-size: 12px;
  background: #fff;
  border-top: 0px;
  box-shadow: none;
  color: #000;
  width: 100%;
}

/*Recherche*/

.recherche{
  min-height: 670px;
}
.search {
  padding: 20px;
}

.search img {
  height: 20px;
  width: 20px;
}

.menu-mobile {
  justify-content: center;
}

.menu-mobile i {
  display: none;
}

.description {
  width: 40%;
  padding: 1rem;
}

.main-content {
  display: flex;
  margin-bottom: 100px;
}

.hometitle {
  text-align: center;
}

.hometitlefirst{
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.hometitle .hometitlesecond{
  font-size: 1.2rem;
 
}
/*============================
=            Card            =
=============================*/

.card {
  background-color: transparent;
  border: none;
  display: flex;
  clear: both;
  padding-bottom: 10px;
}

.card-body {
  background-color: white;
  color: #000;
  font-size: 0.9rem;
  z-index: 5;
  margin-top: 13px;
  position: absolute;
  top: 0px;
  left: 0px;
  margin-left: 10%;
  width: 80%;
  text-decoration: none !important;
}

.front .card-body {
  width: calc(100% - 55px);
}

.card-body:hover {
  color: #000;
}

.card-body:hover {
  background-color: #f0fffc;
  color: #078466;
}

.highlight-slider-vertical .card-body,
.highlight-slider .card-body,
.highlight-slider-vertical-2 .card-body,
.highlight-slider-2 .card-body {
  height: auto;
}
.latest-slider p{
  margin: 0 ;
}
.card .card-img {
  width: 200px;
  height: 240px;
  object-fit: cover;
}

.front .card .card-img {
  width: 200px;
  height: auto;
  object-fit: cover;
}

.highlight-slider-vertical .card-img,
.highlight-slider .card-img,
.highlight-slider-vertical-2 .card-img,
.highlight-slider-2 .card-img {
  height: 182px;
  width: 198px;
}

#api-access .card-img {
  width: 147px;
  height: 194px;
}

.recherche .card-body {
  width: 100%;
}

.recherche .card span.lientexte {
  color: #078466;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

.card span.lien {
  color: #078466;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: end;
  margin-top: 2%;
}

.recherche a.card-body:hover h6 {
  text-decoration: underline;
}

.recherche .card-body p {
  margin-bottom: 1rem;
}

.card-body p {
  margin-bottom: 0px;
  font-weight: lighter;
}

.card small {
  color: #1b0b2e;
  position: absolute;
  bottom: 1rem;
  font-style: italic;
  font-size: 11px;
}
small{
  font-size: 0.9rem;
}

.badge {
  color: #fff;
  background-color: #078466;
  font-size: 0.8rem;
  padding: .25em .4em;
}

/*=====  End of Card  ======*/

/*==============================
=            Footer            =
===============================*/

footer {
  background-color: white;
  color: #1b0b2e;
  font-size: 12px;
  padding: 14px 16px;
}

footer a {
  color: #1b0b2e;
  text-decoration: underline;
}

footer a:hover {
  color: #078466;
}

footer .list-inline-item:not(:last-child) {
  margin-right: 0rem;
}
footer .list-inline-item:first-child a{
  text-decoration: none;
  cursor: none;
}


footer i.fab {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 0px 1px #1b0b2e;
  height: 35px;
  width: 35px;
}

footer a span.fa-stack {
  left: 5px;
}

/*=====  End of Footer  ======*/

.highlight .article {
  width: 100%;
  border: none;
  padding: 0;
  border-right: 1px solid white;
  border-left: 1px solid white;
  word-break: break-word;
}

/*SLIDER*/

.highlight-slider-nav-vertical {
  border-left: solid 4px #1ae8b8;
}

/*Arrow link*/

a i.arrow {
  border: solid #1ae8b8;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  position: relative;
  top: -2px;
}

.arrow-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrow-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.arrow-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* Surcharge Arrows Hover */

span.desktop.goto-prev:hover {
  border: 1px solid #1ae8b8;
  padding: 0 1rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.highlight-slider-nav-vertical .arrowsvg:hover {
  border: 1px solid #1ae8b8;
  background-size: contain;
  background-repeat: no-repeat;
}

/* PAGE */

.rounded {
  border-radius: 15px !important;
}

#filterlist ul {
  padding-left: 0px;
  list-style-type: none;
}

#filterlist ul ul{
  padding-left: 20px;
  padding-top:10px;
  list-style-type: none;
}

#filterlist a,
.télécharger a {
  color: #1ae8b8;
  font-size: 15px;
}

#filterlist button {
  color: white;
}

.filtertitle {
  display: block;
  border-bottom: 1px solid #1ae8b8;
  width: 140px;
}

.cb-box {
  display: block;
  position: relative;
  padding-left: 46px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1rem !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

li.facet-item {
  position:relative;
}

.facet-item label{ 
  position: relative;
  padding-left: 46px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1rem !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.facets-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #493d58;
  border: solid 1px #1ae8b8;
}

.facets-checkbox {
  border: 2px solid red;
  background-color: white;
}

.facets-checkbox:checked {
  background-color: red;
  border-color: red;
}

.facets-checkbox:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.25);
}

/* Hide the browser's default checkbox */
.cb-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #493d58;
  border: solid 1px #1ae8b8;
}

.oncheckmark {
  position: absolute;
  top: 6px;
  left: 6px;
  height: 11px;
  width: 11px;
}

/* When the checkbox is checked, add a blue background */

.cb-box input:checked ~ .checkmark {
  background-color: white;
  border: solid 1px #1ae8b8;
}

.cb-box input:checked ~ .oncheckmark {
  background-color: #1ae8b8;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.cb-box input:checked ~ .checkmark:after {
  display: block;
}

.cb-box input:checked ~ .oncheckmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.cb-box .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cb-box .oncheckmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav .container div.d-flex {
  height: 98px;
}

#api-access {
  background: #493d58 0% 0% no-repeat padding-box;
  color: white;
  z-index: 1;
  margin-left: -1px;
  height: fit-content;
  height: -moz-max-content;
  word-break: break-word;
}
#api-access ul{
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  word-break: break-word;
}

#access-nav-container {
  background: white 0% 0% no-repeat padding-box;
  z-index: 1;
  color: #605271;
  /*width: 23%;*/
  position: sticky !important;
  align-self: flex-start;
  top: 10%;
  width:100%;
}
#access-nav {
  max-width: 100%;
}
#access-nav .scroll-nav {
  border-left: 2px solid #707070;
  padding-left: 1.5rem !important;
  padding-top: 1.5rem !important;
  padding-bottom: 0.25rem !important;
 /* flex: 0 0 66.666667%;*/
  
}
#access-nav .scroll-nav ol {
  list-style-type: none;
  padding-left: 0px;
}

#access-nav
  .scroll-nav
  .scroll-nav__item.scroll-nav__item--active
  .scroll-nav__link {
  font-size: 1rem;
  color: #078466;
  font-weight: normal;
  font-family: "Roboto Condensed", arial, sans-serif;
  text-decoration: underline;
  text-underline-position: under;
}

#access-nav .scroll-nav .scroll-nav__link,
#access-nav .scroll-nav .scroll-nav__sub-link {
  text-decoration: none;
  color: #605271;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

#access-nav
  .scroll-nav
  .scroll-nav__sub-list
  .scroll-nav__sub-item.scroll-nav__item--active
  a.scroll-nav__sub-link {
  font-size: 1rem;
  color: #078466;
  font-weight: normal;
  font-family: "Roboto Condensed", arial, sans-serif;
  text-decoration: underline;
  text-underline-position: under;
}

.scroll-nav__sub-list {
  margin-left: -26px;
  /*border-left: solid 2px white;*/
  padding-left: 1.5rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.25rem !important;
  margin-bottom: 0;
  margin-top: 0;
}

.scroll-nav__sub-item {
  margin-left: -22px;
  padding-left: 48px;
  /*border-left: solid #bdbcbc 2px;*/
  /*height: 18px;*/
  height:auto;
  padding-bottom: 0.5rem !important;
}

.scroll-nav__sub-item.scroll-nav__item--active a.scroll-nav__sub-link{
  border-left: solid #078466 2px;
  margin-left: -48px;
  padding-left: 46px;
}

#access-nav .scroll-nav__item.scroll-nav__item--active > a.scroll-nav__link{
  border-left: solid #078466 2px;
  margin-left: -24px;
  padding-left: 22px;
}

#access-nav .scroll-nav__item {
  padding-bottom: 0.5rem !important;
}

#api-acces-nav h1 {
  font-size: 1rem;
  color: #078466;
}

#api-acces-nav h2,
#api-acces-nav h3,
#api-acces-nav h4 {
  font-size: 0.875rem;
}

#Api-Content {
  background: white 0% 0% no-repeat padding-box;
  color: black;
  z-index: 2;
  box-shadow: 4px 8px 16px 0px #00115c29;
  opacity: 1;
  border-radius: 15px;
  padding: 2.813rem;
  word-break: break-word;
  font-weight: lighter;
}

#Api-Content h1, .blog h1 {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 35px;
  margin-top: 10px;
}

#Api-Content h2, .blog h2 {
  font-size: 1.6rem;
  color: #078466;
  font-weight: bold;
  letter-spacing: 0;
}

#Api-Content h3, .blog h3 {
  font-size: 1.4rem;
  font-weight: bold;
}

#Api-Content h4, .blog h4 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #605271;
}

#api-access h5 {
  font-weight: bold;
  text-transform: uppercase;
}

#Api-Content p, .blog p {
  font-size: 1rem;
  font-weight: lighter;
}

#Api-Content a {
  color: #0f6dff;
  font-weight: lighter;
}

#Api-Content .foot a {
  color: #ffffff;
  font-weight: lighter;
}

#Api-Content b, .blog b {
  color: #605271;
  font-weight: bold;
}

#Api-Content legend, .blog legend {
  font-size: 0.75rem;
  text-align: center;
  letter-spacing: 0;
}

#Api-Content ul {
  list-style: none;
  font-size: initial; 
}

.blog ul {
  font-size: initial; 
}

#Api-Content ol, .blog ol {
  font-size: initial; 
}

#Api-Content ul li::before {
  content: "\2022";
  color: #605271;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: relative;
  left: -21px;
}
.blog ul li::before {
  color: #605271;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: relative;
  left: -10px;
}

#Api-Content table, .blog table {
  border: 1px solid #dee2e6; /* comme Bootstrap */
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

#Api-Content table th,
#Api-Content table td,
.blog table th,
.blog table td {
  border: 1px solid #dee2e6;
  padding: 0.75rem;
}


#Api-Content table tr td:first-child, .blog table tr td:first-child {
  font-size: 0.875rem;
  /*padding: 1.875rem 1.313rem;*/
}

#Api-Content table td , .blog table td{
  background-color: #efefef;
  font-size: 0.875rem;
  padding: 0.5rem 0.5rem;
}

#Api-Content table ul, .blog table ul {
  font-weight: lighter;
  font-size: 0.875rem;
  margin-bottom: 14px;
  padding-left: 16px;
}
#sousmenu li{
  max-width: 33%;
}
#sousmenu li a{
  max-width: 100%;
}
#Api-Content table bold, .blog table bold {
  color: #605271;
}

#Api-Content .table-title, .blog .table-title {
  font-size: 20px;
  color: white;
}

#Api-Content table, .blog table {
  width: 100%;
  max-width:100%;
}

#Api-Content .foot {
  border-radius: 15px;
  background-color: #493d58;
  color: white;
  padding: 30px;
  position: relative;
  top: 100px;
}

#Api-Content .foot h3 {
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 42px;
}

#Api-Content .foot h4 {
  font-size: 1.125rem;
  font-weight: bold;
  color: white;
  margin-bottom: 19px;
}

#Api-Content .foot p {
  font-size: 0.875rem;
  font-weight: lighter;
  color: white;
}

#Api-Content .foot hr {
  border-top: 1px solid #605271;
}

#Api-Content .foot small {
  color: #c0b8cc;
}

#Api-Content .foot legend {
  font-size: 0.813rem;
  font-weight: lighter;
  color: white;
  text-align: left;
}

#Api-Content .foot legend a {
  font-size: 0.813rem;
  font-weight: lighter;
  color: #1ae8b8;
}

#Api-Content .foot legend a:hover {
  font-weight: bolder;
  letter-spacing: 0.2;
}

#Api-Content p.bold , .blog p.bold {
  color: #1ae8b8;
}

#Api-Content img.img-fluid.align-center,
#Api-Content img.img-fluid.align-left,
#Api-Content img.img-fluid.align-right  {
  max-width: 50%;
}

#api-access li.download {
  color: white;
  border-left: 1px solid white;
  min-height: 37px;
  line-height: 37px;
}

#api-access li.download span {
  color: white;
}

#api-access li:hover.download span:hover {
  color: #1ae8b8;
}

#api-access li:hover.download span {
  color: #1ae8b8;
  color: #1ae8b8;
  border-left: solid #1ae8b8;
  background: #605271 0% 0% no-repeat padding-box;
}

#api-access li:hover.download {
  color: #1ae8b8;
  border-left: 1px solid #1ae8b8;
  background: #605271 0% 0% no-repeat padding-box;
}

#api-access a.download::after {
  content: url("public/img/031-download.svg");
  line-height: 37px;
  min-height: 37px;
  padding-top: 7px;
}

#api-access a.download {
  text-decoration: none;
}

#api-access a:hover.download::after {
  content: url("public/img/031-download-hover.svg");
}

#api-access a.download span {
  margin: auto 0 auto -14px;
  padding-left: 11px;
  line-height: 18px;
  min-height: 18px;
  width: 100%;
}

#api-access a.download span:hover {
  border-left: solid;
}

#api-access .btn-shared {
  color: #1ae8b8;
  border-color: #1ae8b8;
  text-decoration:none;
}

#api-access .btn-shared:hover {
  color: white;
  border-color: #00d7a5;
}

.dropdown-toggle-mainmenu{
  background-color: white;
  border-color: white;
  padding: 0 !important;
  border: 0 !important;;
}
.pagination{
  justify-content: center;
}
.pagination a{
  text-decoration: none;
}

.dropdown-toggle-mainmenu:focus {
  box-shadow: 0 0 0 0.1rem #333333;
}
.dropdown-toggle-mainmenu::after {
  display: none;
}

.dropdown-toggle-mainmenu:hover::after,
.dropdown-toggle-mainmenu:focus::after {
  display: inline-flex;
  top: 70px;
  left: 40%;
  position: absolute;
}

.dropdown-toggle-mainmenu a {
  text-transform: uppercase;
}

.dropdown-bar {
  color: black;
  text-decoration: none;
}

.dropdown-bar:hover {
  color: black;
  text-decoration: none;
}

.btn-outline-success:hover {
  color: white;
  background-color: #00d7a5;
  border-color: #00d7a5;
}

#api-acces-nav ul.sub {
  margin-left: -26px;
  border-left: solid 2px white;
}

#api-acces-nav ul.sub li {
  margin-left: -26px;
  padding-left: 48px;
  border-left: solid #bdbcbc 2px;
  height: 18px;
}

.nav-summary li[data-toggle="collapse"]:hover > a {
  text-decoration: underline;
  cursor: pointer;
}

a[aria-expanded="true"].VoirTout {
  display: none;
}

a[aria-expanded="false"].VoirMoins {
  display: none;
}

#filterlisthead {
  font-size:1rem;
}

#filterlisthead a[aria-expanded="true"] .fa-plus {
  display: none;
}

#filterlisthead a[aria-expanded="false"] .fa-minus {
  display: none;
}

button[aria-expanded="true"] .fa-plus {
  display: none;
}

button[aria-expanded="false"] .fa-minus {
  display: none;
}
#block-xitismarttagblock{
  display: none;
}


/*----------  Media  ----------*/

@media (min-width: 576px) {
  div[role="search"] {
    padding: 40px 40px !important;
  }

  .langue .select {
    left: 60%;
  }
}

@media (min-width: 768px) {
  div[role="search"] {
    padding: 40px 25px !important;
  }

  .recherche .card-body {
    width: 90%;
  }

  .langue .select {
    left: 65%;
  }
}

@media (min-width: 992px) {
  #api-access .btn-shared {
    max-width: 30%!important;
    margin-left: 10px;
  }
  #api-access .d-flex{
    padding-left: 1rem;
  }
  div[role="search"] {
    padding: 40px 28px !important;
  }

  .langue .select {
    left: 63%;
  }

  #navbarSupportedContent {
    position: absolute;
    top: 0px;
    left: 250px;
  }

  .navbar .nav-link {
    font-family: "Roboto Condensed";
    font-size: 12px;
    font-weight: bold;
    float: left;
    color: #333333;
    text-align: center;
    letter-spacing: 1.6px;
    text-decoration: none;
    height: 100px;
    padding: 38px 0px;
    border-bottom: solid 4px #fff;
    border-top: solid 4px #fff;
  }

  .navbar .collection-item-clickable .nav-link:focus,
  .collection-item-clickable .nav-link:hover,
  .navbar .collection-item-clickable .active {
    color: #333333 !important;
    border-bottom: solid 4px #078466;
  }

  .navbar .collection-item-clickable-btn .nav-link:focus,
  .collection-item-clickable-btn .nav-link:hover,
  .navbar .collection-item-clickable-btn .active {
    color: #333333 !important;
    background-color: #f0fffc;
    border-bottom: none;
    border-top: solid 4px #078466;
  }

  .navbar .dropdown-menu {
    margin: 0px;
    border: none;
    background-color: #f0fffc;
    border-radius: 0%;
    width: 100%;
  }

  .navbar .dropdown-item {
    padding: 10px 0px;
    background-color: #f0fffc;
    text-decoration: none;
    border-bottom: solid 4px #f0fffc;
    font-family: "Roboto Condensed";
    font-size: 0.8rem;
    font-weight: bold;
    color: #333333;
    text-align: center;
    letter-spacing: 1.6px;
    white-space: pre-line;
  }

  .navbar .dropdown-item:hover a,
  .navbar .dropdown-item.active a{
    padding: 10px 0px;
    border-bottom: solid 4px #078466;
    background-color: #f0fffc;
  }

  .navbar .dropdown-item:active {
    color: #078466;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: fixed;
    top: 100px;
    left: 0;
  }
}

@media (min-width: 1200px) {
  div[role="search"] {
    padding: 40px 35px !important;
  }

  .langue .select {
    left: 65%;
  }
}

@media (min-width: 1280px) {
  .container-xl-custom {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1700px) {
  #navbarSupportedContent {
    left: 210px;
  }
}

@media (min-width: 1335px) and (max-width: 1700px) {
  #navbarSupportedContent {
    left: 150px;
  }
}

@media (min-width: 1200px) and (max-width: 1334px) {
  #navbarSupportedContent {
    left: 100px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #navbarSupportedContent {
    left: -42px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .card {
    padding-bottom:20px;
  }
}

@media (max-width: 768px) {
  #Api-Content {
    padding: 1.5rem !important;
  }

  .subnav-content {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 8;
    padding: 25px;
  }

  .subnav-content .subnav-glob {
    height: 100%;
    justify-content: center;
    text-align: center;
  }

  .subnav-content .subnav-glob div {
    height: 33.33%;
  }

  .subnav-content .subnav-glob div i {
    display: block;
    color: #333333;
    font-size: 25px;
  }

  .mobile {
    display: flex;
  }

  .menu-mobile {
    display: none;
    padding: 40% 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    text-align: center;
    background: white;
    z-index: 4;
  }

  .menu-mobile div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .menu-mobile i {
    font-size: 24px;
    color: #333333;
    display: block;
  }

  .close {
    display: block;
  }

  .main-content {
    flex-direction: column;
  }

  .description {
    width: 100%;
  }

  .menu-mobile div {
    text-align: center;
  }

  .navbar {
    background-color: white;
  }

  .navbar a {
    padding: 0;
  }

  .navbar-brand img {
    height: 25px;
  }

  .navbar-brand .mobile {
    display: none;
  }

  .search {
    padding: 5px;
  }

  .search img {
    width: 20px;
    height: 20px;
  }

  footer {
    position: relative;
  }

  .highlight .article {
    width: 100%;
    border: none;
    padding: 0;
    border-right: 1px solid white;
    border-left: 0px;
  }

  .highlight-slider-nav {
    border-bottom: solid 4px #1ae8b8;
  }

  a.navbar-brand h1 {
    font-size: 0.7rem !important;
    margin: auto;
  }
}

@media (max-width: 992px) {
  .filtertitle {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #sousmenu li{
    max-width: 100%;
  }
  #api-access {
    margin-top: 80px !important;
  }

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

  .dropdown-toggle-mainmenu:hover::after,
  .dropdown-toggle-mainmenu:focus::after {
    display: inline-flex;
    top:30px;
    position: absolute;
  }

  .dropdown-menu#sousmenu {
    position: relative;
    top: 0;
    left: 0px;
    background-color: #f0fffc;
    border: none;
    border-radius: 0px;
    width: 100%;
    clear:both;
  }

  .navbar .dropdown-item {
    /*margin-left: 15px;*/
  }
  .card {
    padding-bottom:30px;
  }
  .card .card-img {
    height: 194px;
    width: 147px;
  }

  .card-body {
    padding: 1rem;
  }

}
.swagger-ui .description {
  width: 100%;
}
.swagger-ui .wrapper {
  padding: 0;
}
.swagger-ui .wrapper .block {
  padding: 0;
}
.swagger-ui .opblock-tag {
  padding: 0;
}
.swagger-ui .table-container{
  padding: 0;
}
.swagger-ui table tbody tr td, .swagger-ui table thead tr th {
padding: 5px !important;
}
.swagger-ui .opblock-tag small, .swagger-ui .opblock .opblock-section-header h4 {
flex:none;
}
.page-item.active .page-link {
  background-color: #078466 !important;
  border-color: #078466 !important;
}
.page-link:hover {
  color: #078466 !important;
}
/*.pagination .page-link:hover {
  color: #FFF !important;
}*/
.description p {
  font-size : 1rem;
}
.desktop h2{
  font-size: 1.2rem;
  font-weight: bold;
}

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

.align-left {
  float: left;
  padding-right: 20px;
}

.align-right {
  float: right;
  padding-left: 20px;
}

#Api-Content span.red,
#Api-Content a.red{
  color:#FF0000;
}
#Api-Content span.black,
#Api-Content a.black{
  color:#000;
}
#Api-Content span.white,
#Api-Content a.white{
  color: #fff;
}

#Api-Content span.green,
#Api-Content a.green{
  color: #078466;
}
#Api-Content span.navy,
#Api-Content a.navy{
  color: #000080;
}
#Api-Content span.blue,
#Api-Content a.blue{
  color: #007bff;
}
#Api-Content span.purple,
#Api-Content a.purple{
  color: #493d58;
}
#Api-Content span.darkpurple,
#Api-Content a.darkpurple{
  color: #1b0b2e;
}
#Api-Content span.pink,
#Api-Content a.pink{
  color: #D14;
}


details {
  padding: 15px 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin: 20px 0;
}

summary {
  height: auto;
  background: white;
  padding: 0;
 /* background: url(/themes/custom/bnfsi/images/plus.png) no-repeat;
  background-position: right 30px center;*/
  /*padding: 10px 0;*/
  font-size: 1rem;
  font-weight: bold;
}

summary  {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

summary::after {
  content: '';
  width: 32px;
  height: 32px;
  background: url(public/img/plus_black.png);
  background-size: cover;
  margin-left: .75em;
}

details[open] > summary::after {
  background: url(public/img/moins_black.png);
}

.blog .itemblog .texte a{
  color: #0f6dff;
  font-weight: lighter;
}

.blog .recherche-filters {
    
    margin-bottom: .5rem;
} 
.blog .recherche-filters span{
    font-size: 1.1rem;
    margin-bottom: .5rem;
}

.blog a.cancel {
    font-size: 0.9rem;
    margin-left: 20px;
}

.blog #filterblog {
  border:1px solid #FFF;
  display:block;
  overflow:auto;
  padding: 0;
}

.blog .card-body {
  position:relative;
  top:unset;
  left:unset;
  margin:0;
  width:100%;
}

.blog .mb-5 {
  margin-bottom: 10px !important;
}

.blog .card-body .image{
  float:left;
}

.blog .card-body .texte{
  width: calc(100% - 240px);
  display: block;
  float: right;
}

.blog .pagination {
  margin-top: 20px;
}

.form-item-keys,
.form-item-field-sujet-target-id,
.form-item-field-datemajyear-value,
.derniersblog,
.rss {
  border-bottom:1px solid #FFF;
  padding:10px 0;
}

.liens{
  padding:10px 0;
}

.blog .form-item-keys label,
.blog .form-item-field-sujet-target-id label,
.blog .form-item-field-datemajyear-value  label,
.blog .derniersblog  > div:first-child ,
.blog .liens  > div:first-child,
.blog .rss  > div:first-child{
  /*text-transform: uppercase;*/
  /*padding: .25rem 0!important;*/
  font-size: 1.1rem;
  margin-bottom:0;
}

.blog .rss  > div:first-child{
  background-image: url('../img/rss-icon.png');
  background-repeat: no-repeat;
  background-position: right center;
}

.blog .liens p, 
.blog .rss p{
  margin-top:0;
  margin-bottom:0;
}

.blog .form-text,
.blog select {
  width:100%;
  
}
 .blogcontent{
  background:#FFF;
  padding:0 15px;
  background: white 0% 0% no-repeat padding-box;
  color: black;
  z-index: 2;
  box-shadow: 4px 8px 16px 0px #00115c29;
  opacity: 1;
  border-radius: 15px;
  padding: 2.813rem;
  word-break: break-word;
  font-weight: lighter;
 }

 .blogcontent h1 {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.billet img {
  text-align: center;
}

.previousnext{
  display: block;
  margin-top: 20px;
}

.previousnext a{
  color: #078466;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

.previous {
  float:left;
}

.next {
  float:right;
}

.paves {
  background-color: transparent;
  border: none;
  display: flex;
  clear: both;
  text-align: center;
}

.paves .paves-img {
    width: 100%;
    height: 180px;
    /*object-fit: cover;*/
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    overflow:hidden;
}

.paves .paves-img img{
  width: 100%;
  height: 100%;
  display: block;
}

.paves-body {
  background-color: white;
  color: #000;
  font-size: 0.9rem;
  z-index: 5;
  /* margin-top: 13px; */
  position: absolute;
  /* top: 20px; */
  /* left: 20px; */
  /* margin-left: 10%; */
  width: calc(100% - 40px);
  text-decoration: none !important;
  padding: 15px;
  margin: 20px;
  height: calc(100% - 40px);
  display: inline-block;
  max-width: 100%;
}

.paves-description {
  height:84px;
  font-size:0.9rem;
}

.paves-body p {
  margin-bottom: 0px;
  font-weight: lighter;
}

.paves h2 {
  font-size: 1.2rem;
  color: #078466;
  font-weight: bold;
  letter-spacing: 0;
}

#latest-slider > .tns-item {
  padding-left: 1rem;
  padding-right: 1rem;
}

#imageModalTarget {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
}

@media (max-width: 992px) {
  .blog .card-body .texte {
    float:left;
    width:100%;
    margin-top:10px;
  }
  .paves-description {
    height:84px;
    font-size:0.9rem;
  }

  .social {
    margin-top:20px;
  }
  
  .pdp {
     margin:0;
     padding:0;
     text-align: center;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.float-right {
    float: right !important;
}



