body{
    font-family: "Manrope";
}
h1{
    font-size: 1.75rem; 
    color: #322e6a;
    font-weight: 800;
    margin-bottom: 20px;
}

#top-menu{
    background-color: #3ab0a3;
    min-height: 45px;
    font-size: 0.8125rem;
    color: #322e6a;
}
#top-menu .navbar-toggler{
    position: absolute;
    top:10px;
    left:10px;
}
@media (min-width: 1200px) {
    #top-menu{
       height:65px;
    }
}
#top-menu a{
    color: #322e6a;
}
#top-menu a:hover{
    color: #322e6a;
    text-decoration: none;
}
.bg-image-full {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#presentation-image{
    background-image: url('../images/bg_home.png');
    height: 635px !important;
}

@media (max-width: 576px) {
    #presentation-image{
        background-image: url('../images/bg_home_mobile.png');
    }
}

#presentation-image-header {
    background-color: #322E6B;
}

.nav-link{
    font-weight: 800;
    color: white !important;
    font-size: 0.8125rem;
}
.nav-item{
    margin-left:10px;
}
@media (min-width: 1200px) { 
    .nav-item{
        margin-left:20px;
    }
}
.become-client{
    background-color: #3ab0a3;
    padding:5px;
}
.become-partner{
    background-color: #4b477c;
    padding:5px;
    margin-left:0px;
}
.navbar-toggler{
    background-color:white;
    border-color: white;
}
#presentation-image-header{
    color: white;
}
#presentation-image{
    color: white;
}
#home-message p{
    font-weight: 800;
    font-size: 2.5rem;
}
#home-message a{
    color:white;
    border-color: white;
}
#home-message a:hover{
    color:white;
    text-decoration: none;
}

.main-container {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (min-width: 992px) {
    .main-container  {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.main-container-1 {
    padding-top: 30px;
    padding-bottom: 0px;
}
@media (min-width: 992px) {
    .main-container-1  {
        padding-top: 60px;
        padding-bottom: 0px;
    }
}
.main-container-2 {
    padding-top: 0px;
    padding-bottom: 30px;
}
@media (min-width: 992px) {
    .main-container-2  {
        padding-top: 0px;
        padding-bottom:60px;
    }
}

#video-description{
    padding: 100px 60px;
}
@media (min-width: 992px) { 
    #video-description{
        padding: 100px 60px;
    }
}
@media (min-width: 1200px) { 
    #video-description{
        padding: 100px 60px;
    }
}

#video-container{
    -webkit-box-shadow: 6px 8px 25px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 8px 25px -4px rgba(0,0,0,0.75);
    box-shadow: 6px 8px 25px -4px rgba(0,0,0,0.75);
    margin-top: 60px;
}
#video-container video{
   height: 100%;
}
#video-container p{
    font-size: 0.75rem;
    font-weight: 800;
}

@media (max-width: 576px) {
    #video-container iframe {
        max-height: 300px;
    }
    #video-description {
        padding: 25px 25px;
    }
}


.discover{
    color: #322e6a;
    font-size: 0.875rem;
    display: inline-block;
    border-bottom: solid #322e6a 3px;
    font-weight: 800;
}
.discover:hover{
    color: #322e6a;
    text-decoration: none;
}
#services{
    background-color: #f4f4f4;
}
#services .services-navigation{
    position: absolute;
    top:0px;
    right: 20px;
}
#services .new-label{
    background-color: #07958b;
    padding: 5px;
    position: absolute; 
    top:0px;
    right: 0px;
    color: white;
    font-size: 0.8125rem;
    font-weight: 800;
}
.card-top-content{
    display: flex;
    flex-direction: column;
    text-align: center;
    color: white;
}
.card-top-content .name-service{
    font-size: 2.125rem;
    font-weight: 800;
}
.card-top-content .name-post{
    font-size: 50px;
    font-weight: 800;
}
.card-top-content .company-post{
    font-size:  15px;
}
.card-top-content .company-service{
    font-size: 1.25rem;
}
.card-body-top, .card-body-bottom{
  font-size: 0.8125rem;
  color: #3c3c40; 
  font-weight: 800;
}
.card-body-bottom .price-container{
    /*font-size: 2.9375rem;*/
    font-size: 35px;
    color: #322e6a;
}
.card-body-bottom sup{
    font-size: 1.625rem;
}
.card-body-top i{
    font-size: 1.25rem;
    color: #322e6a;
}
.from-price-container{
    top:15px;
}
.card-body-bottom .link-container{
    _padding-top: 55px;
    padding-top: 35px;
}
/*.call-become-client{*/
    /*padding: 6px;*/
    /*display: inline-block;*/
    /*border: solid 2px;*/
    /*font-weight: 800;*/
/*}*/
.mlc-button.call-become-client {
    display: inline-block;
    color: #ffffff;
    border-color: #ffffff;
}
#services .call-become-client,
#news .call-become-client {
    color: #322e6a;
    border-color: #322e6a;
    font-size: 0.9375rem;
}
#services .call-become-client:hover,
#news .call-become-client:hover {
    text-decoration: none;
}
#testimony{
    background-color: white;
}
.testimony-text {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
}
@media (max-width: 576px) {
    .testimony-text {
        padding-top: 30px;
        padding-left: 0px;
        padding-right: 00px;
    }
}
.testimony-text .subtitle{
    color: #3c3c40;
    font-weight: 800;
    font-size: 0.75rem;
}
.testimony-text .title{
    color: #07958b;
    font-weight: 800;
    font-size: 1.75rem;
}
.testimony-text .content{
    color: #3c3c40;
    font-weight: 800;
    font-size: 0.8125rem;
}
#point-view .rating-service{
    color: #322e6a;
}
.avis img{
    border-radius: 85px;
    border-style: solid;
    border-color: #07968c;
    border-width: 3px;
    width: 85px;
}
.avis .name{
    color: #3ab0a3;
    font-size: 0.8125rem;
    font-weight: 800;
}
.avis .text{
    color: #322e6a;
    font-size: 1.75rem;
    font-weight: 800;
}
.avis .summary{
    color: #3c3c40;
    font-size: 0.8125rem;
    font-weight: 800;
    width: 60%;
}
#news{
    background-color: #f4f4f4;
}
@media (max-width: 576px) {
    #news{
        display: none;
    }
}

#point-view-avis{
    background-color: #f4f4f4;
}
#news .new-label{
    background-color: #4b477c;
    padding: 5px;
    position: absolute; 
    top:0px;
    right: 0px;
    color: white;
    font-size: 0.8125rem;
    font-weight: 800;
}
#news .card h2{
    font-weight: 800;
    color: #322e6a;
    _font-size: 1.75rem;
    font-size: 21px;
}
#news .card p{
    font-weight: 800;
    color: #3c3c40;
    font-size: 0.8125rem;
}
#footer{
    color: white;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #221f4e;
}
@media (min-width: 1200px) { 
    #footer{
        background-image: url('../images/footer_bg.jpg');
        height: 475px;
        color: white;
        padding-top: 80px;

        background-position: right bottom;
        background-size: 70%;
    }
}
#footer h3{
    font-size: 1rem;
    color: #07968c;
    font-weight: 800;
}
#footer ul{
    padding:0;
    margin-bottom: 0;
    list-style-type: none;
    font-weight: 500;
    font-size: 0.8125rem;
}
#footer ul li a{
    color: white;
    text-decoration: none;
}
#footer ul li a:hover{
    color: white;
    text-decoration: none;
}
.newsletter-container input[type=text],
.newsletter-container input[type=email]{
    background-color: #48456b;
    border: 0;
    padding: 15px;
    font-size: 0.8rem;
    color: #FFFFFF;
}
.newsletter-container .newsletter_button{
    background-color: #676484;
    color: white;
    padding: 0 12px;
    border: none;
}

.newsletter-container input[type=text]::-webkit-input-placeholder,
.newsletter-container input[type=email]::-webkit-input-placeholder{
  color: #aaaaaa;
}

.newsletter-container input[type=text]:-ms-input-placeholder,
.newsletter-container input[type=email]:-ms-input-placeholder{
  color: #aaaaaa;
}

.newsletter-container input[type=text]::placeholder,
.newsletter-container input[type=email]::placeholder{
  color: #aaaaaa;
}
#bottom-footer{
    position: absolute;
    /*bottom: 40px;*/
    bottom: -55px;
    left: 0px;
    color: #48456b;
}
#bottom-footer a{
    /*color: #48456b;*/
    color: #aaaaaa;
    font-weight: 500;
    text-decoration: none;
}
#bottom-footer a:hover{
    color: #48456b;
    font-weight: 500;
    text-decoration: none;
}
#download-pdf{
    display: none;
  }
@media (min-width: 1530px) { 
    #download-pdf{
      display: block;
    }
}
#download-pdf{
    background-color: #3ab0a3;
    color: white;
    position: absolute;
    left: 0px;
    top: calc(50% - 75px);
    /*top: calc(66%);*/
    width: 185px;
    height: 150px;
    text-decoration: none;
    border-radius: 0 10px 10px 0;
}
#download-pdf:hover{
    text-decoration: none;
}
#download-pdf .letter{
    background-color: #4b477c;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    text-align: center;
    line-height: 60px;
    position: relative;
    top: -22px;
    font-size: 2rem;
}
#download-pdf p{
    padding: 0 28px;
    font-weight: 800;
    font-size: 0.75rem;
    text-align: center;
}


@media (min-width: 576px) { }
@media (min-width: 768px) { }

@media (min-width: 992px) { 

}
@media (min-width: 1200px) { }

.fas.fa-star.checked{
    color: #ffc90f;
}
#body-presentation-content .fas.fa-star.checked{
    color: #ffc90f;
}
.container_b_services{
    min-height: 75px;
}

.body-presentation-image{
    z-index: 1;
}
.body-presentation-content-container{
    z-index: 2;
}
#body-presentation-content h1{
    font-size: 3.125rem;
    margin-bottom:0;
}
#body-presentation-content{
    font-size: 0.8125rem;
    color: black;
}
#body-presentation-content i{
    color: #322e6a;
}
#body-presentation-content .rating-service-option{
    display: flex;
}
.custom-breadcrumb {
    color: #322e6a;
    font-size: 	0.75rem;
}
.custom-breadcrumb a{
    text-decoration: underline;
    color: #322e6a;
    font-weight: 600;
    font-size: 	0.75rem;
}
.content-card-offers{
    height: 80px;
}
.modal{
    overflow: unset !important;
}

#search_form_global .search-submit-eazi{
    border:none;
    background-color:transparent;
}

#search_form_global .search-field-eazi{
    border:none;
    border-bottom:1px solid grey;
    width:250px;
    font-size:25px;
}
#search_form_global .search-field-eazi:focus{
    outline: none;
}

.modal {
    height:450px;
}

#search.modal a.close-modal {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    color: #fff;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    background: #3ab0a2;
    -webkit-border-radius:  26px;
    -moz-border-radius:     26px;
    -o-border-radius:       26px;
    -ms-border-radius:      26px;
    -moz-box-shadow:    1px 1px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    box-shadow:         1px 1px 5px rgba(0,0,0,0.5);
}


.container-cta h2{
    font-size: 28px;
    font-weight: bold;
}
@media (min-width: 768px) {
    .container-cta h2{
        font-size: 22px;
        font-weight: bold;
    }
}
@media (min-width: 992px) {
    .container-cta h2{
        font-size: 28px;
        font-weight: bold;
    }
}
.container-cta{
    color: white;
    text-align: center;
}
.container-cta .bg-cta{
    color: white;
    text-align: center;
    padding: 50px;
}
.container-cta a{
    color: white;
}
.container-cta p{
    font-size: 13px;
    width: 75%;
    margin: 0 auto 15px auto;
}
.client-cta .bg-cta{
    background-color: #322e6a;
}
.partenaire-cta .bg-cta{
    background-color: #3ab0a3;
}
.text-contact{
    font-size: 28px;
    font-weight: 500;
    color: #322e6a;
    padding: 0 15%;
}
.call-action-generique{
    /*padding: 6px;*/
    display: inline-block;
    border: solid 2px;
    font-weight: bold;
    color: #322e6a;
    border-color: #322e6a;
    /*font-size: 0.9375rem;*/
}

#mc_embed_signup div#mce-responses,
#mc_embed_signup #mce-error-response,
#mc_embed_signup #mce-success-response{
    width:100% !important;
}

#mc-embedded-subscribe{
    border-radius: 0px !important;
    border-color: #322e6a !important;
    border:2px solid  #322e6a !important;
    background-color: transparent !important;
}

.mlc_paragraphe{
    text-align:center;
    margin-left: auto !important;
    margin-right: auto !important;
    width:100%
}
@media (min-width: 576px) {
    .mlc_paragraphe {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .mlc_paragraphe {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .mlc_paragraphe {
        max-width: 960px;
    }
}
@media (min-width: 1200px){
    .mlc_paragraphe {
        max-width: 1140px;
    }
}


.share-button {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 5px;
    margin-top: 8px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
}
.share-label {
    font-weight: bold;
    font-size:20px;
}

.share-button:hover {
    color: #fff;
}

.share-button.facebook {
    background: #3b5999;
}

.share-button.twitter {
    background: #00abf0;
}

.share-button.linkedin {
    background: #0077B5;
}

.search.search-results .navigation.posts-navigation a,
.search.search-results article a{
    color:black;
}

.search.search-results .navigation.posts-navigation,
.search.search-results .page-header{
    text-align:center;
    margin-top:50px;
    margin-bottom:50px;
}

.search.search-no-results .no-results.not-found{
    text-align:center;
    margin-top:50px;
    margin-bottom:50px;
}

#sitemap a{
    color:black;
}

.error-404 header{
    margin-top:30px;
    text-align:center;
}

.error-404 .page-content{
    width: 50%;
    margin:auto;
}
.error-404 .page-content > p{
    text-align:center;
}

.error-404 form{
    text-align:center;
}

.error-404 .page-content a{
    color:black;
}

.benefices-car > div {
    margin-top: auto;
}
.benefices-car h3{
    font-size: 1rem;
    color: #3ab0a3;
    font-weight: 800;
    margin-top: 15px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
@media (max-width: 576px) {
    .benefices-car h3{
        font-size: 0.8rem;
    }
}
.call-action-generique.green{
    /*padding: 6px;*/
    /*display: inline-block;*/
    /*border: solid 2px;*/
    /*font-weight: 800;*/
    color: #3ab0a3;
    border-color: #3ab0a3;
    /*font-size: 0.9375rem;*/
}

.page-nav-container a{
    color: #322e6a;
    font-size: 0.75rem;
}


/* CSS FIX */
@media (max-width: 576px) {
    html, body {
        overflow-x: hidden;
    }
    #footer {
        padding-top: 40px;
    }
    div.entry-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}


.mlc-button {
    padding: 21px 15px;
    margin-top: 0;
    line-height: 12px;
    white-space: nowrap;
    font-weight: bold;
    border: 2px solid #322e6a;
    color: #322e6a;
    text-transform: uppercase;
    text-decoration: none;
}
.mlc-input {
    padding: 6px;
    display: inline-block;
    border: solid 2px;
    font-weight: 800;
    color: #322e6a;
    border-color: #322e6a;
    font-size: 0.9375rem;
}

#post-34 > div.entry-content > div > div.row,
#post-82 > div.entry-content > div > div.row,
#post-52 > div.entry-content > div > div.row,
#post-80 > div.entry-content > div > div.row
{
    flex-direction: column;
}

#post-82 > div.entry-content > div > div.row > *,
#post-80 > div.entry-content > div > div.row > *{
    max-width: 1140px;
    text-align: justify;
}

#post-61 > div.entry-content,
#post-63 > div.entry-content,
#post-48 > div.entry-content,
article.temoignage > div.entry-content,
.single-partners div.entry-content{
    max-width: 1140px;
    margin: 0 auto;
}

#post-48 > div.entry-content h5 {
    width: 100%;
}

.wp-block-spacer {
    width: 100%;
}

#top-menu .navbar-toggler {
    color: unset;
    border: unset;
    background-color: unset;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"));
}

/* banner title */
#body-presentation-content h1 {
    color: #ffffff;
}

h1, h2, h3 {
    color: #322F68;
}

#presentation-image-header > div > div > nav > div > ul {
    white-space: nowrap;
}

#presentation-image-header > .container {
    max-width: 1300px;
}

@media (max-width: 1410px) {
    #presentation-image-header .navbar-nav li.nav-item:last-of-type {
        display: none
    }
}

#download-pdf {
    position: fixed;
    z-index: 1;
    /* transition pour les deux événements */
    /* transition: all 0.75s; */
}

#home-message .label-become-client {
    font-size: 2.50rem;
    line-height: 3.1rem;
    margin-bottom: 2.5rem;
}
@media (max-width: 576px) {
    #home-message .label-become-client{
        font-size: 1.9rem;
        line-height: 2.1rem;
        margin-top: 2.5rem;
    }
}

#download-pdf:hover,
#download-pdf.stay-open{
    width: 400px;
    transition: all 0.5s;
}

#download-pdf .input-call-to-onboard {
    display: none !important;
}

#download-pdf .input-call-to-onboard input {
    background-color: #ffffff;
    color: #000000;
}
#download-pdf .input-call-to-onboard input::placeholder,
input::placeholder  {
    color: #aaaaaa;
}
#download-pdf .label-call-to-onboard-success,
#download-pdf .label-call-to-onboard-error  {
    display: none;
}

#download-pdf:hover .label-call-to-onboard,
#download-pdf.stay-open .label-call-to-onboard {
    display: none;
}
#download-pdf:hover .label-call-to-onboard-success,
#download-pdf:hover .label-call-to-onboard-error,
#download-pdf.stay-open .label-call-to-onboard-success,
#download-pdf.stay-open .label-call-to-onboard-error {
    display: inline-block;
}

#download-pdf:hover .input-call-to-onboard,
#download-pdf.stay-open .input-call-to-onboard{
    display: flex !important;
}

/* Nos offres */
#services .card-body-bottom .link-container {
    padding-top: 55px;
}

.card-body {
    _padding: 30px 56px 39px;
    padding: 28px 33px;
}

.card-body-bottom .price-container {
    white-space: nowrap;
    font-size: 30px;
}

.card-body-bottom sup {
    font-size: 1.1rem;
}

.card-img-top{
    width: 100%;
    min-height: 200px;
    background-size: cover;
    background-position: center center;
}

#footer h3 {
    font-size: 0.8rem;
}

#footer a {
    font-size: 0.8rem;
}

/* Partner */
.partner-card .card-img-top {
    background-image: unset;
    background-size:cover;
    background-repeat:no-repeat;
    min-height: 348px;
}

.client-cta h2,
.partenaire-cta h2{
    color: #ffffff;
}

@media (max-width: 576px) {
    .partner-list {
        padding: 0px;
    }

    .partner-card .card-img-top {
        min-height: 176px;
        background-size: 90% !important;
    }
}

/* Menu */
.round-menu-item > a{
    background-color: #3ab0a3;
    border-radius: 45px;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 30px;
}

/* search bar */
.search-keywords {
    position: relative;
    width: 50px;
    height: 45px
}

.search-keywords > a {
    position: absolute;
    background-color: #3ab0a3;
    right: 0px;
    text-align: center;
    transition: all 0s;
}

.search-keywords > a input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    margin-right: 10px;
    width: calc(100% - 40px);
    height: 25px;
    color: #ffffff;
    outline: none;
}

.search-keywords > a input::placeholder {
    color: rgba(255,255,255,0.5);
}

.search-keywords:hover > a,
.search-keywords.stay-open > a{
    width: 390px;
    text-align: right;
    transition: all 0.5s;
}

.search-keywords:hover > a input,
.search-keywords.stay-open > a input{
    display: inline-block !important;
}


/* Banner */
#body-presentation-image {
    width: 100%;
}

/* combobox */
#main .chosen-single {
    height: 58px;
    border-radius: 0px;
    line-height: 58px;
    border: solid 2px;
    font-weight: 800;
    color: #322e6a;
    border-color: #322e6a;
    font-size: 0.9375rem;
    background: none;
    padding: 0px;
}

#main .chosen-container.chosen-with-drop .chosen-drop {
    left: 15px;
    width: calc(100% - 30px);
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    border-radius: 0px;
    border: 2px solid #322e6a;
    border-top: 0px;
    height: unset;
}

#main .chosen-container-single .chosen-single div b {
    background-position: 0px 20px;
}
#main .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 20px;
}

#main .chosen-container .chosen-results {
    max-height: 280px;
}

/* main logo */
.navbar-brand .img-fluid {
    width: 100%;
    max-width: unset;
    min-width: 150px;
}

.wp-block-image {
    margin-right: auto;
    margin-left: auto;
}

#brand-mobile {
    display: inline-block;
    width: 100%;
    text-align: center;
}
#top-menu .become-partner,
#top-menu .become-client {
    background-color: unset;
    padding: 0;
}

/* temp */
.offer-card .card-body-bottom .link-container {
    padding-top: 0px !important;
}

/* Carrousel */
#services .slick-prev:before,
#services .slick-next:before {
    color: black;
}

@media (max-width: 576px) {
    #services,
    #services > .container,
    #services > .container > .row {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    #services h1 {
        margin-left: 25px;
    }
    #services .slick-prev {
        left: -10px;
    }
    #services .slick-next {
        right: -10px;
    }
    .slick-list{
        padding:0 14% 0 7%;
    }
    .slick-slide:not(.slick-current) {
        opacity: 50%;
    }
}

/* single signup widget */
.single-signup {
    -webkit-box-shadow: 6px 8px 25px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 8px 25px -4px rgba(0,0,0,0.75);
    box-shadow: 6px 8px 25px -4px rgba(0,0,0,0.75);
    padding: 0px;
}

.single-signup .single-signup-description {
    padding-top: 70px;
    text-align: left;
}

/* Page offers */
.page-template-offers-page .page-nav-container .page-numbers.current {
    font-weight: bolder;
    font-size: 1.5rem;
}

.page-template-offers-page .page-nav-container .page-numbers {
    color: #322e6a;
    font-size: 1.25rem;
}

form#form_offers > *,
form#form_offers > * > * {
    height: 58px;
    vertical-align: top;
}

form#form_offers > * > * {
    width: 100%;
}

@media (max-width: 576px) {
    .offers-container,
    .offers-container > .container{
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* Image squared */
.square-box{
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #4679BD;
}
.square-box:before{
    content: "";
    display: block;
    padding-top: 100%;
}

/* floating label */
:root {
    --input-padding-x: .75rem;
    --input-padding-y: .75rem;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}
.form-label-group > input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: unset;
}

.form-label-group > input,
.form-label-group > label {
    padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}



.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}