@charset "utf-8";
/* CSS Document */








.jumbotron{
  background-color: rgb(226,226,231);
  color: rgb(54,53,69);
  padding-top: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 32px;
  scrollbar-width: thin;
  text-align: center;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}


.display-4 {
  margin: 0;
  font-size: 2em;
}
.lead {
  font-size: 25px;
  margin: 10px;
  color: rgba(41,143,241,1.00);
  font-size: 1.5em;
}

#liste h2 {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  border-bottom-width: thin;
  border-top-width: thick;
  border-bottom-style: solid;
  font-weight: normal;
  font-size: 1.2em;

}


 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding-top: 0.5em;
  padding-right: 18px;
  padding-left: 18px;
  padding-bottom: 0.5em;
  width: 100%;
  text-align: left;
  border-left: none;
  border-right: none;
  border-bottom: thin solid rgba(195,195,195,1.00);
  border-top: none;
  outline: none;
  transition: 0.4s;
  font-weight: 800;
  font-size: 1em;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #5092D3;
  color: rgba(247,247,247,1.00);
}

.accordion:after {
  content: '\0002C5'; /* Unicode character for "plus" sign (+) */
  font-size: medium;
  color: #777;
  float: right;
  margin-left: 5px;
  font-weight: 400;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  font-style: normal;
}

.active:after {
  content: "\0002C4"; /* Unicode character for "minus" sign (-) */
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  font-size: medium;
  font-weight: lighter;
  color: rgba(255,255,255,1.00);
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding-top: 0;
  padding-right: 18px;
  padding-left: 36px;
  padding-bottom: 0;
  background-color: white;
  display: none;
  overflow: hidden;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
} .container {
  margin-left: 50px;
  margin-right: 50px;
}
.fonction-description {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  font-style: normal;
  font-size: 0.8em;
  margin-block-start: 0em;
  margin-block-end: 0.5em;
}
.fonction-code {
  color: #e83e8c;
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  margin-block-start: 0em;
  margin-block-end: 0.5em;
}



.bt-copier {
  /* [disabled]text-align: left; */
  color: #e83e8c;
  ;
  background-color: rgba(0,0,0,0.00);
  padding: 10px;
  border-radius: 5px;
  font-weight: 400;
}
.badge-parametres {
  padding: 5px;
  background-color: rgba(125,187,247,1.00);
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  font-size: 0.8em;
  margin-block-start: 0.2em;
  margin-block-end:  0.5em;
}
ul {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  font-size: 0.7em;
  margin-block-start: 0.1em;
  margin-block-end: 0em;
}
.bt {
  text-align: right;
}


.bt_active {
  background-color: #5092D3;
}
#bt_langues{
  text-align: right;
  padding-right: 150px;
}

@media screen{
.icon {
  float: none;
  margin-right: 12px;
}

}
