:root {
    font-family: "Roboto", serif;
    font-size: 20px;
    --color-base-hue: 0;
    --color-danger-hue-offset: 180;
    --color-danger-hue: calc(var(--color-base-hue) - var(--color-danger-hue-offset));
    --color-background-dark: hsl(var(--color-base-hue), 100%, 8%);
    --color-background-light: hsl(var(--color-base-hue), 0%, 100%);
    --color-text-light: hsl(var(--color-base-hue), 100%, 87%);
    --btn-bg-color: #f07e9f;
    --btn-border-color: 1px solid;
}

*, *::before, *::after {
    box-sizing: border-box;
}

body {
  font-weight: 500;
  color: #020202;
  background: var(--color-background-light)
;
}

p{
  font-size: 18px;
  font-weight: normal;
  line-height: 1.7;
}

.block-bb{
  text-align: center;
  padding-top: 5%;
  padding-bottom: 0;
}

.processing{
  padding-top: 10%;
  padding-bottom: 10%;
  text-align: center;
  display:none;
}

.leprenom{
  text-transform: capitalize;
  font-size: 30px;
  display: block;
  /*font-weight: bold;*/
  font-family: 'Lobster';
  line-height: 191px;
}

.block-title{
  /*padding: 3%;*/
}
.block-title h1{
  padding-left: 5%;
  padding-right: 5%;
}

.bg-light {
    background-color: #BB2649 !important;
    color: rgba(255, 253, 250, 1) !important;
}

.logo{
  width: 50px;
}

.logo2{
  width: 126px;
}

.navbar-brand{
  font-family: 'Lobster';
}

.lk-ft{
  font-family: 'Roboto';
  margin-left: 0rem;
}

.bg-index{
  /*background-image: url('/assets/images/bb-bg-11.png');
  background-repeat: no-repeat;
  background-size:cover;*/
}

.block-form{
  /*background-color: lavenderblush;*/
/*background-image: linear-gradient(180deg, #BB2649, #0000FF);*/
padding-left: 2%;
padding-right: 2%;
padding-top: 1%;
/*box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);*/
box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
border-radius: 20px 20px 20px 20px;
border: 0;
}

.dropdown-menu {
    max-height: 280px;
    overflow-y: auto;
}

/*SCROLLBAR*/

.scrollbar {
margin-left: 30px;
float: left;
height: 300px;
width: 65px;
background: var(--color-background-light);
overflow-y: scroll;
margin-bottom: 25px;
}
.force-overflow {
min-height: 450px;
}

.scrollbar-primary::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-primary::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #4285F4; }

.scrollbar-primary {
scrollbar-color: #4285F4 #F5F5F5;
}

.scrollbar-danger::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-danger::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-danger::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #ff3547; }

.scrollbar-danger {
scrollbar-color: #ff3547 #F5F5F5;
}

.scrollbar-warning::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-warning::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-warning::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #FF8800; }

.scrollbar-warning {
scrollbar-color: #FF8800 #F5F5F5;
}

.scrollbar-success::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-success::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-success::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #00C851; }

.scrollbar-success {
scrollbar-color: #00C851 #F5F5F5;
}

.scrollbar-info::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-info::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-info::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #33b5e5; }

.scrollbar-info {
scrollbar-color: #33b5e5 #F5F5F5;
}

.scrollbar-default::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-default::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-default::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #2BBBAD; }

.scrollbar-default {
scrollbar-color: #2BBBAD #F5F5F5;
}

.scrollbar-secondary::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-secondary::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-secondary::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #aa66cc; }

.scrollbar-secondary {
scrollbar-color: #aa66cc #F5F5F5;
}

body::-webkit-scrollbar {
  width: 0.5em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: azure;
  outline: 1px solid slategrey;
}

@keyframes spinner-grow {
 0% {
      -webkit-transform: scale(0);
      transform: scale(0);
 }
 40% {
     opacity: 1;
     -webkit-transform: scale(.5);
      transform: scale(.5);
 }
 80% {
     opacity: .4;
     -webkit-transform: scale(1);
      transform: scale(1);
 }
}

@keyframes spinner-grow {
 0% {
      -webkit-transform: scale(0);
      transform: scale(0);
 }
 50% {
     opacity: 1;
     -webkit-transform: scale(1);
      transform: scale(1);
 }
}

.video-container {
  position: relative;
  padding-bottom: 44%;
  margin-left: 12%
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 89%;
  height: 99%;
  margin-left: -1%;
}

.video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

@supports not (aspect-ratio: 1) {
  /* ... implement your fallback here */
}

.block-post{
  padding: 5% 12% 5% 12% !important;
  text-align: justify;
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    color: #020202;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    font-weight: bolder;
}

.navbar .dropdown-menu a {
    padding: 10px;
    font-size: .9375rem;
    font-weight: 400;
    color: #000;
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: #ef9a9a;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #020202 !important;
    text-align: left;
    list-style: none;
    background-color: var(--color-background-light);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

.navbar .dropdown-menu a {
    padding: 10px;
    font-size: .9375rem;
    font-weight: 400;
    color: #020202;

}

.dropdown-item:focus, .dropdown-item:hover {
    color: #d2c7ff !important;
    text-decoration: none;
    background-color: rgba(0,0,0,0.1);
}

.navbar .navbar-toggler[aria-expanded="true"] {
color: #9933CC!important;
}
.navbar .navbar-toggler:focus{
color: #ff4444;
}

.termsfeed-com---nb-simple {
    right: 0;
    top: auto;
    bottom: 0;
    left: auto;
    max-width: 114%;
    position: fixed;
}

.termsfeed-com---nb .cc-nb-main-container {
    padding: 2rem !important;
    width: 100% !important;
}

.termsfeed-com---nb .cc-nb-text {
    font-size: 12px !important;
    margin: 0 0 1.25rem 0;
}

/*.pagination li{
    padding: 0 5% 0 5%;
}*/

.pagination {
    /*margin-left: -4%;*/
    flex-wrap: wrap!important;
}

.titlep{
  background-color: transparent;
  border: 0;
}

.fc-cta-do-not-consent{
  display: none !important;
}

.goog-te-banner-frame {
    display: none;
    left: 0px;
    top: 0px;
    height: 39px;
    width: 100%;
    z-index: 10000001;
    position: fixed;
    border: none;
    border-bottom: 1px solid #6b90da;
    margin: 0;
    -moz-box-shadow: 0 0 8px 1px #999999;
    -webkit-box-shadow: 0 0 8px 1px #999999;
    box-shadow: 0 0 8px 1px #999999;
    _position: absolute;
}

.skiptranslate{

}

.blog .article img{
  height: auto;
  max-width: 100%;
  /*width: 100%;*/
}
.lien-article{
  width: 100%;
  height: 80%;
  display: block;
}
.article{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  max-height: 250px;
  height: 250px;
}

.title-link h5{
  background-color: rgba(95, 2, 31, 0.4) !important;
  color: white;
  font-weight: bold;
  margin-left: -3%;
  margin-top: -7%;
}

.blog{
  width: 70%;
}

ul#inline-it {

    -ms-flex-direction: row !important;
    flex-direction: row !important;

}
#bootstrap-overrides ul#inline-it li{
  display: inline-table !important;
}

.genre-langue{
  color: #020202;
}

.nav-item :active{
  background-color: rgba(255, 253, 250, 0.5);
}

.box{
  width: 200px;
  height: 200px;
  max-width: 200px;
  max-height: 200px;
  border: 2px dashed #36454F;

  border-radius: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background: linear-gradient(to right, var(--color-background-dark),
     var(--color-background-light));
  background-blend-mode: hue;
}
.box-spin {
  -webkit-transform:rotate(1100deg);
  -webkit-transition-duration: 2s;
}

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('https://roulette-prenom.leprenomdubebe.fr/assets/images/loader-roulette-de-prenom-2.gif') 50% 50% no-repeat rgb(249,249,249);
    background-size: 70%;
}

.fc-consent-root .fc-secondary-button {
    order: 2 !important;
    display: none !important;
}

.block-form label{
  color: #020202;
}

.placehstyle::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(2,2,2,255, 0.6);;
  opacity: 1; /* Firefox */
}

.block-search2{
  border-radius: 20px 20px 20px 20px;
}



button.btn{
  background-color: var(--btn-bg-color);
  border: var(--btn-border-color);
  color: rgba(2,2,2,255, 1);
  font-size: .5rem;
}

.btn:hover{
  background-color: var(--btn-bg-color);
  border: var(--btn-border-color);
  color: rgba(2,2,2,255, 0.6);
}

nav{
  background: var(--color-background-light);
}

.pagination .page-item .page-link {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    outline: 0;
    border: 0;
    background-color: transparent;
    font-size: .9rem;
    color: rgba(2,2,2,255, 1);;
}

.pagination .page-item.active .page-link {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-border-radius: 0.125rem;
    border-radius: 0.125rem;
    background-color: var(--color-background-light);
    color: rgba(2,2,2,255, 1);;
}

.block-liste{
  padding-bottom: 3rem;
}

.main-form{
  padding-top: 2rem;
}

select.form-control, input.form-control, textarea.form-control{
  background-color: transparent;
  color: rgba(2,2,2,255, 0.6);
}

select.form-control:focus, input.form-control:focus, textarea.form-control:focus{
  background-color: transparent;
  color: rgba(2,2,2,255, 0.6);
  border-color: white;
}

.mydata{
  padding-top: 3%;
  font-size: 14px;
}

.desc-block{
  text-align: center;
  width: auto;
  height: auto;
  padding: 15%;
  font-size: 14px;
}

.d-block-text{
  padding: 5%;
}

table tr td, table tr td span{
  cursor: pointer;
}

.btn-close{
  margin-left: 46%;
}

.search-label{
  color: #fff !important;
  background-color: rgba(7,174,217,255);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  border-radius: 50rem;
  font-size: 14px;
}

.link-app-ads{
  display: block;
    background-image: url('https://roulette-prenom.leprenomdubebe.fr/assets/images/Baby-Predictor-logo.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 5%;
    max-width: 250px;
    width: 100%;
    height: 250px;
    text-align: center;
    /* vertical-align: middle; */
}

.link-app-ads b{
  color: #f07e9f;
    background-color: rgba(255, 255, 255);
    line-height: 2;
}

/* Mise à jour */
.lpdb-backdrop {
  position: fixed; inset: 0; background: rgba(0,0,0,.45);
  backdrop-filter: blur(2px);
  z-index: 9998;
}
.lpdb-modal {
  position: fixed; inset: 0; z-index: 9999;
  display: grid; place-items: center; padding: 16px;
}
.lpdb-modal[hidden], .lpdb-backdrop[hidden] { display: none !important; }

.lpdb-modal-inner {
  width: min(520px, 92vw);
  background: #fff; color: #111; border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.2);
  padding: 24px 20px 20px;
  outline: none;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji","Segoe UI Emoji";
}
@media (prefers-color-scheme: dark) {
  .lpdb-modal-inner { background: #1b1b1b; color: #f5f5f5; }
}

.lpdb-logo { width: 48px; height: 48px; border-radius: 10px; margin-bottom: 8px; }
.lpdb-close {
  position: absolute; top: 10px; right: 14px; font-size: 28px; line-height: 1;
  border: 0; background: transparent; color: #888; cursor: pointer;
}
.lpdb-close:hover { color: #444; }
@media (prefers-color-scheme: dark) { .lpdb-close:hover { color: #ddd; } }

.lpdb-actions { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 10px; }
.lpdb-btn {
  appearance: none; border: 0; cursor: pointer; text-decoration: none; text-align: center;
  padding: 12px 14px; border-radius: 10px; font-weight: 600; font-size: 15px;
}
.lpdb-btn--store { background: #2563eb; color: #fff; }
.lpdb-btn--store:hover { filter: brightness(1.05); }
.lpdb-btn--secondary { background: #e5e7eb; color: #111; }
@media (prefers-color-scheme: dark) {
  .lpdb-btn--secondary { background: #2b2b2b; color: #fff; }
}

