/*
@import url(https://fonts.googleapis.com/css?family=PT+Mono|Open+Sans:400,700);
* {
    margin: 0;
    padding: 0;
    vertical-align: top;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5em;
    background: #fafbfc;
    color: #333;
    line-height: 26px;
}

h2 {
    font-size: 20px;
    border-top: 1px solid #eee;
    text-align: center;
    margin: 40px 0 0;
    line-height: 35px;
    padding-top: 40px;
}
*/
input {
    -webkit-appearance: none
}

/* Début de : Le bouton : */
/* Avant avec la div :
.refresh {
    position: sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    font-size: 13px;
    padding: 25px 10px 10px;
    text-align: center;
}

.refresh a {
    background: #555;
    border-left: none;
    border-right: none;
    font-weight: 700;
    padding: 10px 25px;
    color: #fff;
    border-radius: 2px;
    text-decoration: none;
}

.refresh a:hover {
    background: #EB9532
}
*/

/* Conteneur pour le positionnement sticky */
/*
.sticky-container {
    position: sticky !important;
    top: 20px; /* Le bouton restera à 20px du haut lorsqu'il devient sticky * /
    z-index: 10000 !important; /* Assure que le bouton reste au-dessus des autres éléments si nécessaire * /
}
*/

/*
.sticky-container {
  z-index: 10000;
}
.sticky-container.stuck {
  position: fixed;
  top: 30px;
  width: 100%; /* Ajustez selon vos besoins * /
}
*/

/* Conteneur sticky pour le bouton : https://x.com/i/grok?conversation=1928049871153774983 : */
.sticky-container {
  z-index: 10000;
  width: 100%; /* Prend la largeur du cadre principal lorsqu'il n'est pas sticky */
}

/* Mode sticky */
.sticky-container.stuck {
  position: fixed;
  top: 30px; /* Ajusté à 30px comme dans votre code */
  left: 50%; /* Centre horizontalement par rapport à l'écran */
  transform: translateX(-50%); /* Déplace le conteneur pour qu'il soit centré */
  width: auto; /* Prend la largeur du contenu (bouton) */
  display: inline-block; /* Permet au conteneur de s'adapter à la largeur du bouton */
}


.refresh {
    width: 100%;
    font-size: 14px;
    height: auto;
    line-height: normal;
    text-align: center;
    background: rgba(12, 210, 223, 1);
    border-width: 0px;
    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal;
    border-radius: 8px;
    text-shadow: none;
    padding: 8px 16px;
    box-sizing: border-box;
    box-shadow: 0 1px 1px #eeeeee;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
}

.refresh:hover {
    background: rgba(0, 0, 0, 1);
    border-color: rgba(255, 255, 255, 0);
    color: #ffffff;
}

.refresh:focus,
.refresh:active {
    background: rgba(0, 0, 0, 1);
    border-color: rgba(255, 255, 255, 0);
    color: #ffffff;
    outline: none;
}

/*@media (max-width: 860px) {*/
@media (max-width: 1366px) {
    .refresh {
        width: 100% !important;
        padding: 5px 10px 10px !important;
    }
	
.sticky-container.stuck {
    top: 5px!important;
    width: 100% !important;
}	
	
}

/* Fin de : Le bouton. */

.key_section {
    padding: 0;
    border: 1px solid #e1e1e1;
    margin: 30px 0;
    background: #fff;
    text-align: center;
}



.key_section .input-wrap-33,
.key_section .input-wrap-50,
.key_section .input-wrap-100 {
    margin: 20px 15px;
    text-align: center
}

.key_section input {
    -webkit-appearance: none;
    background: #fdfdfd;
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #f0f0f0;
    font-family: 'PT Mono', monospace;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: center;
}

.key_section .input-wrap-33 input {
    margin: 10px;
    width: 29%;
}

.key_section .input-wrap-50 input {
    margin: 10px;
    width: 45%;
}

.key_section .input-wrap-100 input {
    margin: 10px;
    width: 94%;
}

.key_section .description {
    font-weight: 400
}

.key_section h2 {
    font-size: 14px;
    background: #f7f7f7;
    border-bottom: 1px solid #e1e1e1;
    border-top: none;
    text-align: left;
    margin: 0;
    padding: 5px 15px;
    font-weight: 700;
}

pre,
code,
tt {
    font-family: monospace;
}
/*
.info {
    display: block;
    margin: 0;
    clear: both;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 0 0 15px;
}

.info ul,
.info ol {
    margin: 5px 0 5px 10px;
}

.info li {
    margin: 0 0 0 15px;
    padding: 0;
    font-size: 14px;
}
*/

/*
p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

p.heading {
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 0;
    margin: 20px 0 5px;
}
*/
p code,
li code {}
/*
.ads {
    color: #ababab;
    font-size: 12px;
    padding: 20px 20px 0;
    text-align: right;
}

header {
    width: 100%;
    background-color: #fff;
    z-index: 1;
    border-bottom: 1px solid #f0f0f0;
}

nav {
    margin: 0 auto 0;
    padding: 0 15px;
    color: #353535;
    font-size: 13px;
    max-width: 1100px;
}

.dev-tools-logo {
    width: 30px;
    height: 30px;
    padding: 10px 0 0 5px;
    float: left;
    background: #EB9532;
    border-radius: 2px;
    text-align: center;
    margin: 4px 0 0;
    font-weight: 700;
    font-size: 9px;
    letter-spacing: 0.2px;
    color: #fff;
}

.logo {
    display: block;
    padding: 6px 15px 0;
    float: left;
}

.logo h1 {
    font-size: 13px;
    font-weight: 700;
    float: left;
    margin: 0;
}

.sub-title,
tagline-title {
    font-weight: 400
}

nav:after {
    content: "";
    display: table;
    clear: both;
}

.toggle,
[id^=drop] {
    display: none;
}

nav ul {
    float: right;
    margin: 0;
    list-style: none;
    position: relative;
    padding: 0;
    z-index: 101;
}

nav ul li {
    margin: 0;
    display: inline-block;
    background-color: #fafafa;
    padding: 7px 0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

nav a {
    display: block;
    padding: 0 15px;
    color: #333;
    text-decoration: none;
}

nav ul li ul li:hover {
    background: #f4f4f4;
}

nav ul ul {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    border-top: 1px solid #f0f0f0;
}

nav ul li:hover>ul {
    display: inherit;
}

nav ul ul li {
    width: 240px;
    float: none;
    display: list-item;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding: 7px 0;
    line-height: 20px;
}

nav ul ul li.jscompress {
    border-left: 5px solid #F8DC3C;
}

nav ul ul li.json {
    border-left: 5px solid #1E8BC3;
}

nav ul ul li.compare {
    border-left: 5px solid #446CB3;
}

nav ul ul li.dns {
    border-left: 5px solid #26A65B;
}

nav ul ul li.comp {
    border-left: 5px solid #3498DB;
}

nav ul ul li.keygen {
    border-left: 5px solid #EB9532;
}

nav ul ul li.jsvalidate {
	border-left: 5px solid #FFCF4B;
}

nav ul ul ul li {
    position: relative;
    top: -60px;
    left: 300px;
}
*/
.tagline-title {
    font-size: 11px
}

li>a:only-child:after {
    content: '';
}

.three-lines {
    position: relative;
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    margin: 7px 10px 0 0;
    border-top: 0.1em solid #333;
    border-bottom: 0.1em solid #333;
}

.three-lines:before {
    content: "";
    position: absolute;
    top: 0.3em;
    left: 0;
    width: 100%;
    border-top: 0.1em solid #333;
}

.hide {
    display: none;
}

.container {
    display: block;
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 15px;
    text-align: left;
}
/*
.ad.top img,
.ad.bottom img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.ad {
    display: block;
    text-align: center;
}

.ad.top {
    margin: 30px 0 15px;
    padding: 0 0 30px;
    border-bottom: 1px solid #eee;
}

.ad.bottom {
    margin: 30px 0;
}
*/
.table-data {
    overflow-x: auto;
}
/*
footer {
    max-width: 1100px;
    padding: 15px;
    margin: 0 auto 0;
    font-size: 12px;
    font-weight: 700;
    border-top: 1px solid #eee;
    text-align: center;
}

.bsa-ad {
  display: none;
  margin: 2em 0 1em;
  padding: 1.5em 1em;
  border-radius: 3px;
  background-color: #E6EBF0;
  background-color: hsl(210, 25%, 92%);

  flex-flow: row nowrap;
}

.partner {
  display: flex;
  flex-direction: column;
  width: 44%;

  justify-content: center;
}

.partner p {
  margin-bottom: .3em;
  font-size: 1.5em;
}

.partner strong {
  padding: .1em .3em;
  border-radius: 3px;
  background-color: #EB9532;
  color: #fff;
}

.partner sub {
  font-weight: 200;
  font-size: 1.3em;
}
*/
.bsa-cpc #_default_ {
  position: relative;
  display: flex;
  font-size: 14px;
  line-height: 1.5;
}

.bsa-cpc .default-ad {
  display: none;
}

.bsa-cpc ._default_ {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 1em;
  padding: 1em;
  width: 50%;
  border-radius: 3px;
  background-color: #fff;
  line-height: 1.5;
}

.bsa-cpc a {
  color: inherit;
  text-decoration: none;
  transition: box-shadow .15s ease-in-out;
}

.bsa-cpc a:hover {
  box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}

.bsa-cpc .default-image img {
  display: block;
  float: left;
  margin-right: 10px;
  width: 36px;
  border-radius: 7.5%;
}

.bsa-cpc .default-title,
.bsa-cpc .default-description {
  display: block;
  margin-left: 46px;
  max-width: calc(100% - 36px);
}

.bsa-cpc .default-title {
  font-weight: 600;
}

@media only screen and (min-width: 320px) and (max-width: 759px) {
  .bsa-cpc #_default_ {
    flex-wrap: wrap;
  }
  .bsa-cpc ._default_ {
    margin: .2em 1em;
    width: 100%;
  }
}

@media all and (max-width: 950px) {
    .key_section .input-wrap-33 input {
        width: 45%;
    }
}

@media all and (max-width: 860px) {
    .description-title {
        display: none;
    }
    .ad.top {
        display: none;
    }
    .description {
        display: none
    }
    .refresh {
        padding: 35px 10px 10px;
    }
	}

@media all and (max-width: 650px) {
    .key_section input{font-size:12px}
    .key_section .input-wrap-33 input,
    .key_section .input-wrap-50 input,
    .key_section .input-wrap-100 input {
        width: 94%;
    }
	.sub-title{display:none}
    .more-dev {
        display: none;
    }
    h2 {
        font-size: 16px;
    }
    p.heading {
        font-size: 13px
    }
    p {
        font-size: 13px
    }
	.three-lines {
	margin:7px 5px 0 0
	}
}

.blink-copied {
    opacity: 0;
    position: absolute;
    top: 60px;
    left: 60px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
    text-align: center;
    transition: opacity .5s ease-out;
    width: 250px;
}

.blink-copied.active {
    opacity: 0.8;
    transition: none;
}

.blink-copied::before {
    top: -5px;
    left: 50%;
    margin-left: -5px;
    content: "";
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
    position: absolute;
}
/*
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-size:13px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999;}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:0.8em 2em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding: 0;}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:-webkit-link !important;font-weight:600}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap;border-radius:4px}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0;max-width: 1100px;margin: 0 auto;border: 1px solid #eee;background:rgba(255, 255, 255, 0.95) !important;color: #353535 !important;border-radius: 4px 4px 0 0;}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
*/