:root {
    font-family: "Roboto", serif;
    font-size: 20px;
    --color-base-hue: 921;
    --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%, 55%);
    --color-background-light: hsl(var(--color-base-hue), 100%, 15%);
    --color-text-light: hsl(var(--color-base-hue), 100%, 87%);
    --btn-bg-color: inherit;
    --btn-border-color: 1px solid;
}

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

body {
  font-weight: 500;
  color: #fff;
  background: linear-gradient(to right, var(--color-background-dark),
     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';
}

.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;
}

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

/*SCROLLBAR*/

.scrollbar {
margin-left: 30px;
float: left;
height: 300px;
width: 65px;
background: #fff;
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: rgba(255, 253, 250, 1);
    -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: #fff !important;
    text-align: left;
    list-style: none;
    background-color: #3e4551;
    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: #fff;

}

.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;
}

.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: rgba(255, 253, 250, 1);
}

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

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

  border-radius: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: rgba(255, 255, 255, 0.8);
  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/public/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: rgba(255, 253, 250, 1);
}

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

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

#form-bb {
  background-color: transparent;
  margin: 1rem auto;
  font-family: Raleway;
  padding: 0px;
  width: 70%;
  min-width: 300px;
  padding-bottom: 5rem;
}

h1 {
  text-align: center;
}

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: transparent;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
  border: 1px solid;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: transparent;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: var(--color-background-light);
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #fff;
}

.form-control{
  background-color: transparent;
  color: white;
}

select.form-control, input.form-control, textarea.form-control{
  background-color: transparent;
  color: white;
}

select.form-control:focus, input.form-control:focus, textarea.form-control:focus{
  background-color: transparent;
  color: white;
  border-color: white;
}

input.form-control::after{
  background-color: transparent;
  color: white;
}

.tab{
  text-align: center;
}

#form-bb h1{
  font-size: 1.5rem;
}

.block-result a{
  color: white;
  border-radius: 100%;
}

.block-title img{
  width: 39%;
  padding-bottom: 5%;
}

.page-headline{
  font-weight: 700;
}

.paga-content{
  padding-bottom: 30%;
}
