<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ads-1 {
  height: 100px;
}
body {
  margin: 0;
  padding: 0;
}
/* Header CSS */
header {
  background: url(https://www.generateur-de-pseudo.fr/img/bg-header.jpg);
  display: inline-block;
  width: 100%;
  height: auto;
  background-color: #862e22;
  border-bottom: 3px solid black;
}
header nav {
  display: inline-block;
  width: 100%;
}
.pub-ezoic{
  text-align:center;
  display: inline-block;
  width: auto;
}
header nav .logo-container {
  display: inline-block;
  margin-left: 100px;
}
header nav .logo-container a {
  display: inline-block;
  margin: 10px 0;
  float: left;
  margin-bottom: 0;
}
header nav .logo-container a:nth-of-type(2) {
  margin: 0 !important;
}
header nav .logo-container .a-white {
  font-size: 33px;
  font-family: Arial;
  font-weight: bold;
  letter-spacing: -2px;
  padding-left: 30px;
  line-height: 83px;
}
header nav li {
  line-height: 80px;
  padding: 0 20px;
  font-size: 17px;
  line-height: 86px;
}
header nav ul {
  float: right;
  margin: 0;
  padding: 0;
  margin-right: 100px;
}
header nav ul .li-nav {
  display: inline-block;
}
header nav ul .li-nav a {
  font-family: 'Open Sans', sans-serif;
}
header nav ul .a-white:hover,
header nav ul .a-white:focus,
header nav ul .a-white:active {
  color: #ff8f00;
}
header nav .button-svg {
  display: none;
  float: right;
  position: relative;
  top: 18px;
  right: 40px;
  cursor: pointer;
  fill: white;
}
header nav .button-svg:hover,
header nav .button-svg:active,
header nav .button-svg:focus {
  fill: #ff8f00;
}
header nav #close-nav {
  display: none;
}
/* Footer CSS */
footer {
  background-color: #1a1a1a !important;
  display: inline-block;
  text-align: center;
  padding: 20px 0;
  width: 100%;
  font-size: 17px;
  background: url(https://www.generateur-de-pseudo.fr/img/bg-footer.jpg);
}
footer p {
  color: white !important;
}
footer div {
  padding: 0px 20px;
}
footer a {
  color: #00abff;
}
/* Classe utile */
.noborder {
  border: none !important;
}
.multi-lang a {
  display: inline-block;
  margin: 0 5px;
}
.inline-block {
  display: inline-block;
}
.strong {
  font-weight: bold;
}
.nav-two {
  display: none;
}
.a-white {
  color: white;
  text-decoration: none;
}
.h2 {
  font-size: 34px;
  color: #ff8f00;
  font-weight: 700;
  letter-spacing: -1px;
  font-family: Arial, sans-serif;
  text-align: center;
}
.h3 {
  font-size: 22px;
  color: white;
  font-weight: bold;
  letter-spacing: -1px;
  font-family: Arial, sans-serif;
}
.text {
  width: auto;
  padding: 30px;
  background: url(https://www.generateur-de-pseudo.fr/img/bg-blue.jpg);
  background-color: #0d1522;
  border-top: 4px solid black;
  border-bottom: 4px solid black;
}
.text p {
  font-size: 19px;
}
.text h1 {
  font-size: 34px;
  color: #ff8f00;
  font-weight: 700;
  letter-spacing: -1px;
  font-family: Arial, sans-serif;
}
.text h2 {
  font-weight: 700;
  letter-spacing: -1px;
  font-family: Arial, sans-serif;
  color: white;
}
.in-text {
  width: 60%;
  margin: auto;
}
.container {
  display: inline-block;
  width: 100%;
  padding: 25px 0;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-margin-bot {
  margin-bottom: 0 !important;
}
.no-padding-bot {
  padding-bottom: 0 !important;
}
a {
  color: #ff8f00;
  text-decoration: none;
  font-weight: normal;
  font-family: Open sans, Arial, sans-serif;
  display: inline-block;
}
p {
  font-family: Open sans;
  color: #ebdec2;
  font-size: 18px;
}
.btn {
  width: 120px;
  height: 50px;
  color: white;
  border: none;
  font-size: 20px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  background-color: #e68100;
}
.select {
  color: white;
  background-color: #ff8f00;
  cursor: pointer;
  padding: 8px 16px;
  border: 1px solid transparent;
  box-shadow: 5px 5px 0 rgba(58, 182, 233, 0.2);
  display: inline-block;
  font-size: 24px;
  height: 56px;
  width: 270px;
  margin-bottom: 10px;
}
.select option {
  background: white;
  color: black;
}
.text-align {
  text-align: center;
}
.input {
  border-radius: initial;
  border: 1px solid #D8D9DC;
  padding: 10px;
  font-size: 16px;
  color: black;
  font-family: Open sans, Arial, sans-serif;
  -webkit-box-shadow: 0 5px 8px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 8px -5px rgba(0, 0, 0, 0.1);
}
/* Create a custom checkbox */
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'],
  input[type='radio'] {
    --active: #ff8f00;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, 0.3);
    --border: #BBC1E1;
    --border-hover: #ff8f00;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type='checkbox']:after,
  input[type='radio']:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  input[type='checkbox']:checked,
  input[type='radio']:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  input[type='checkbox']:disabled,
  input[type='radio']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9;
  }
  input[type='checkbox']:disabled:checked,
  input[type='radio']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type='checkbox']:disabled + label,
  input[type='radio']:disabled + label {
    cursor: not-allowed;
  }
  input[type='checkbox']:hover:not(:checked):not(:disabled),
  input[type='radio']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type='checkbox']:focus,
  input[type='radio']:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type='checkbox']:not(.switch),
  input[type='radio']:not(.switch) {
    width: 21px;
  }
  input[type='checkbox']:not(.switch):after,
  input[type='radio']:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type='checkbox']:not(.switch):checked,
  input[type='radio']:not(.switch):checked {
    --o: 1;
  }
  input[type='checkbox'] + label,
  input[type='radio'] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }
  input[type='checkbox']:not(.switch) {
    border-radius: 7px;
  }
  input[type='checkbox']:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  input[type='checkbox']:not(.switch):checked {
    --r: 43deg;
  }
  input[type='checkbox'].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type='checkbox'].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type='checkbox'].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type='checkbox'].switch:disabled:not(:checked):after {
    opacity: .6;
  }
  input[type='radio'] {
    border-radius: 50%;
  }
  input[type='radio']:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  input[type='radio']:checked {
    --s: .5;
  }
}
/* ***** */
.list-longueur {
  border-bottom: 3px solid black;
  padding-bottom: 30px;
  margin-bottom: 0;
  background-color: #370d0f;
  background: url(https://www.generateur-de-pseudo.fr/img/bg-leather.jpg);
}
.list-longueur label {
  color: white;
  font-size: 20px;
  line-height: 18px;
  margin: 10px;
}
.list-longueur input {
  margin-right: 30px;
}
.h2-categ {
  margin-top: 10px;
  margin-bottom: 20px;
}
.moins {
  top: 3px !important;
  font-size: 33px !important;
}
.label-home {
  display: inline-block;
}
.bg-leather {
  background-color: #2f0b0b;
  background: url(https://www.generateur-de-pseudo.fr/img/bg-leather.jpg);
  border-top: 4px solid black;
  margin-top: 15px;
}
.absolute {
  position: absolute;
}
.input:focus {
  border-color: #ff8f00;
}
.form-group label {
  color: white;
  font-size: 22px;
  font-family: Arial;
}
.img-generation {
  text-align: center;
  width: 100%;
  margin-top: 15px;
}
.img-generation img {
  border: 3px solid black;
}
.cowboys li,
.pirates li {
  width: 50% !important;
}
.cowboys li p,
.pirates li p {
  font-size: 22px !important;
}
.fleche-g {
  position: absolute;
  margin-left: 25px;
}
.footer-div a {
  padding: 5px;
}
.footer-div p {
  margin: 5px 0;
}
.contact a,
footer a {
  width: auto;
}
.contact a {
  margin: 5px;
}
.fleche-g-two {
  position: absolute;
  margin-top: 28px;
  margin-left: 25px;
}
#categoria {
  margin-bottom: 0 !important;
}
.appliquer {
  width: 44px;
  height: 44px;
  position: relative;
  top: 4px;
  font-size: 29px;
}
.main-categ {
  width: 80%;
  margin: 0 10% !important;
  text-align: center;
}
.contain-categ {
  margin: 3px;
  width: 200px;
  text-align: center;
  border: 3px solid black;
  display: inline-block;
  overflow: hidden;
}
.contain-categ a .title-categ {
  margin: 0;
  padding: 10px 0;
  background: black;
  font-weight: bold;
  font-size: 18px;
}
.contain-categ .a-categ-overflow {
  overflow: hidden;
  height: 200px;
}
.contain-categ img {
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.resume-categ {
  text-align: center;
  width: 800px;
  margin: auto;
}
.contain-list-categ p {
  margin: 0;
}
.voir-plus {
  background-color: #131312;
  padding: 5px 0;
  font-weight: bold;
}
.contain-categ:hover,
.contain-categ:active,
.contain-categ:focus {
  border: 3px solid #ff8f00;
}
.contain-categ:hover img,
.contain-categ:active img,
.contain-categ:focus img {
  transform: scale(1.1);
}
.light-pad-top {
  padding-top: 15px;
}
.title-long {
  font-size: 26px;
  color: orange;
  font-weight: bold;
  font-family: Arial;
  margin-top: 10px;
  margin-bottom: 10px;
}
.main-container {
  background-color: #0f1827 !important;
  background: url(https://www.generateur-de-pseudo.fr/img/bg-blue.jpg);
  width: 100%;
  display: inline-block;
}
.main-box {
  padding: 25px;
}
.pseudo-list {
  text-align: center;
  width: 700px;
  margin: auto;
  padding: 0;
  list-style: none;
}
.pseudo-list li p {
  color: white;
  font-size: 24px;
  margin: 0;
}
.pseudo-list li {
  width: 33%;
  float: left;
}
.new-pseudo {
  width: 400px;
  margin-top: 15px;
}
@media (max-width: 1500px) {
  .logo-container {
    margin-left: 50px !important;
  }
  header ul {
    margin-right: 50px !important;
  }
}
@media (max-width: 1200px) {
  header nav li {
    padding: 0 14px;
  }
  .logo-container {
    margin-left: 25px !important;
  }
  header ul {
    margin-right: 25px !important;
  }
  header nav .logo-container .a-white {
    padding-left: 15px;
    font-size: 29px;
  }
  .main-categ {
    width: 90%;
    margin: 0 5% !important;
  }
  .fleche-g {
    position: absolute;
    margin-top: 0;
    margin-left: 25px;
  }
}
@media (max-width: 992px) {
	
	.ads-1 {
	  height: 90px;
	}
  header ul {
    display: none;
    margin: 0 !important;
    background-color: #1a1a1a;
    background: url(https://www.generateur-de-pseudo.fr/img/bg-header.jpg);
    float: initial !important;
  }
  header nav li {
    padding: 0;
    width: 100%;
    text-align: center;
    line-height: 50px;
    border-top: 2px solid black;
  }
  header nav li a:hover,
  header nav li a:active,
  header nav li a:focus {
    color: #ff8f00 !important;
  }
  .resume-categ {
    width: 600px;
  }
  .in-text {
    width: 75%;
  }
  #open-nav {
    display: initial;
  }
}
@media (max-width: 768px) {
  .in-text {
    width: 90%;
  }
  .light-pad-top {
    padding-top: 0px !important;
  }
  .pseudo-list {
    width: 600px;
  }
  .pseudo-list li:nth-of-type(n+7) {
    display: none;
  }
  .contain-categ a .title-categ {
    font-size: 17px;
  }
  .fleche-g-two {
    margin-top: 5px;
    margin-left: 10px;
    width: 50px;
    height: 50px;
  }
  .container {
    padding: 15px 0;
  }
  .title-long {
    margin-bottom: 10px;
    margin-top: 5px;
  }
  h2 {
    margin-bottom: 10px;
  }
  .pub2 {
    display: inline-block;
    min-width: 310px;
    max-width: 1200px;
    width: 100%;
    height: 90px;
  }
}
@media (max-width: 657px) {
  .pseudo-list,
  .resume-categ {
    width: 530px;
  }
}
@media (max-width: 576px) {
.ads-1 {
  height: 70px;
}
  .pseudo-list,
  .resume-categ {
    width: 390px;
  }
  .pseudo-list li {
    width: 50%;
  }
  .fleche-g {
    margin-top: -25px;
    margin-left: 15px;
    width: 60px;
    height: 60px;
  }
  .main-categ {
    width: 95%;
    margin: 0 2.5% !important;
  }
  .contain-categ {
    width: 150px;
  }
  .contain-categ img {
    width: 150px;
    height: 150px;
  }
  .contain-categ .a-categ-overflow {
    height: 150px;
  }
  .in-text {
    width: 100%;
  }
  .text {
    padding: 25px;
    margin-top: 0px;
  }
  header nav .logo-container a:nth-of-type(2) {
    width: 140px;
    line-height: 40px;
  }
  .button-svg {
    right: 20px !important;
  }
  .logo {
    width: auto !important;
    height: 50px !important;
  }
  .logo-container {
    margin-left: 5px !important;
  }
  .button-svg {
    height: 35px;
    width: 35px;
    right: 15px !important;
  }
  #close-nav {
    height: 30px;
    width: 30px;
  }
  .new-pseudo {
    width: 90%;
  }
  .input {
    width: 240px;
  }
  .label-home {
    width: 262px;
  }
  .iframe {
    width: 320px;
    height: 625px;
  }
  .moins {
    top: 5px !important;
    font-size: 36px !important;
  }
}
@media (max-width: 400px) {
  .input {
    width: 240px;
  }
  .pseudo-list,
  .resume-categ {
    width: 310px;
  }
  .pseudo-list li {
    width: 100%;
  }
  .pseudo-list li:nth-of-type(n+6) {
    display: none;
  }
  .cowboys,
  .pirates {
    width: 98% !important;
  }
  .text {
    padding: 15px;
    padding-top: 35px !important;
  }
  .text h1 {
    font-size: 29px;
    margin-top: 0;
  }
  .list-longueur input {
    margin-right: 5px;
  }
  .input {
    width: 167px;
  }
  .label-home {
    width: 190px;
  }
}
@media (max-width: 335px) {
  .fleche-g-two {
    margin-top: -20px;
  }
  .logo {
    height: 47px !important;
  }
}
</pre></body></html>