/* POLICE */
@font-face {
    font-family: 'Handlee';
    src: url(../font/Handlee-Regular.ttf);
}

@font-face {
    font-family: 'Lato Regular';
    src: url(../font/Lato-Regular.ttf);
}

@font-face {
    font-family: 'Lato Light';
    src: url(../font/Lato-Light.ttf);
}

body {
    font-family: 'Lato Regular', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Handlee', cursive;
}

h4 {
    font-size: 1.7rem;
}

.heading-check {
    font-size: 1.25rem;
    position: relative;
}

.heading-check:before {
    content: "";
    display: inline-block;
    background: url("/images/coche.jpg") no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    vertical-align: -4px;
}

a {
    color: #4ca76e;
}

a:hover {
    color: #4ca76e;
}

.text-color-red {
    color: #BA130E; 
}

.text-color-orange {
    color: #f2a43a !important;
}

.bloc-vert {
    background: #4ca76e;
    opacity: 1;
    border: solid 1px #0AA300;
    color: #fff;
}

.bloc-rouge { 
    background: #BA130E; 
    opacity: 1; 
    color: #fff; 
}

.bloc-orange { 
    background: #f2a43a; 
    opacity: 1; 
    color: #fff; 
}

.small-bloc-alert {
    padding: 10px;
    text-align: center;
}

.bloc-centre-50 {
    max-width: 600px;
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px auto;
    padding: 40px;
    opacity: 0.8;
}

/* Background verts */
.bg-green-light {
    background-color: #a6deae !important;
    color: #fff;
}

.bg-green {
    background-color: #4ca76e !important;
    color: #fff;
}

/* Background gris */
.bg-gray {
    background-color: #6c757d !important;
    color: #fff;
}

/* Backgrounds blanc */
.bg-white {
    background-color: #fff !important;
    color: #6c757d;
}

.bg-white h2 {
    color: #343a40;
}

.bg-gray-light {
    background-color: #F5F5F5 !important;
}

/* MON ESPACE */
.padding-account {
    padding-top: 150px;
}

.logo-menu-connect {
    height: 60px;
    float: left;
    margin-right: 5px;
}

.title_categorie {
    background: #64a473;
    color: #fff !important;
    padding: 9px 15px 5px 15px;
    border-radius: .25rem;
    margin-bottom: 25px;
}

.ellipse {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.separator-green {
    border-top: 5px solid #a6deae;
}

/* Texte couleur vert */
.text-color-green {
    color: #4ca76e !important;
}

/* Navigation */
.navbar-light .navbar-brand {
    color: rgba(255,255,255,1);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
    position: relative;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,1);
}

.navbar-light .navbar-nav .active>.nav-link {
    color: rgba(255,255,255,1);
    font-weight: bold;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #4ca76e;
}

.collapse.navbar-collapse {
    margin-top: 13px;
}

.navbar-brand {
    font-size: 2.2rem;
    font-family: 'Handlee', cursive;
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 8px;
}

#text-brand {
    /*width: 454px;*/
    width: 360px;
    font-family: 'Handlee', cursive;
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 10px;
    margin: 0;
}

.navbar-toggler {
    position: absolute;
    top: 19px;
    right: 15px;
}

#navbar-bambin .navbar-toggler {
    position: unset;
}

/* Jumbotron page d'accueil */
.jumbotron-home {
    /*background-image: url(../images/bandeau-accueil.jpg);
    height: 810px;
    background-size: cover;
    background-position: center center;*/
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    padding: 0;
}

.jumbotron {
    background-image: url(../images/bandeau-hamstouille.jpeg);
    height: 545px;
    /* background-size: cover; */
    /* background-position: 9px center; */
    background-repeat: no-repeat;
    color: #fff;
    background-position-y: 65px;
    background-position-x: center;
    text-align: center;
    margin-bottom: 0;
}

.small-jumbo {
    height: 520px;
}

.logo-jumbotron {
    height: 160px;
}

.jumbotron-content {
    margin-top: 0;
    position: absolute;
    top: 35%;
    left: 0;
    transform: translateY(-50%);
    padding-left: 50px;
    width: 75%;
}

.jumbotron-home .jumbotron-content {
    top: 60%;
}
.jumbotron-home.bambin .jumbotron-content {
    top: 205px;
}

.jumbotron-content h1 {
    text-shadow: 1px 1px 1px #212121;
    font-size: 2.25rem;
}

.jumbo-mt-small {
    margin-top: 215px;
}

/* PICTO ACCUEIL */
#img-presentation {
    width: 75%;
}

.badge-bloc {
    position: absolute;
    right: -8px;
    top: -8px;
    font-size: 17px;
    line-height: 21px;
}

.small-badge-chat {
    right: 0px;
    top: 25px;
    font-size: 13px;
    line-height: 13px;
}

/* Buttons custom */


.bouton-type1 {
    background-color: #f2a43a;
    border-color: #f2a43a;
    color: #fff;
    margin-left: auto;
    display: block;
    width: 145px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-decoration: none;
    cursor: pointer;
}

.bouton-type1:hover {
    background-color: #ef9c31;
    color: #fff;
    text-decoration: none;
}

.bouton-type1:not(:disabled):not(.disabled):active {
    background-color: #ef9c31;
    border-color: #ef9c31;
}

.bouton-type1:not(:disabled):not(.disabled):active:focus {
    background-color: #ef9c31;
    box-shadow: none;
}

.bouton-color-rose {
    background-color: #de634f;
    border-color: #de634f;
    color: #fff;
}

.bouton-color-rose:hover {
    background-color: #df523d;
    color: #fff;
    text-decoration: none;
}

.bouton-color-rose:not(:disabled):not(.disabled):active {
    background-color: #df523d;
    border-color: #df523d;
}

.bouton-color-rose:not(:disabled):not(.disabled):active:focus {
    background-color: #df523d;
    box-shadow: none;
}

.bouton-color-green {
    background-color: #4ca76e;
    border-color: #4ca76e;
    color: #fff;
}

.bouton-color-green:hover {
    background-color: #3a945b;
    color: #fff;
    text-decoration: none;
}

.bouton-color-green:not(:disabled):not(.disabled):active {
    background-color: #3a945b;
    border-color: #3a945b;
}

.bouton-color-green:not(:disabled):not(.disabled):active:focus {
    background-color: #3a945b;
    box-shadow: none;
}

.big-btn {
    margin: 0 auto;
    display: block;
    width: 100%;
    white-space: normal;
}

/* CUSTOM CAROUSEL */
.img-fluid {
    padding: 0 5px;
}

.carousel-control-next, .carousel-control-prev {
    background-color: #4ca76e;
    height: 40px;
    width: 40px;
    border-radius: 1000px;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-next {
    right: -20px;
} 

.carousel-control-prev {
    left: -20px;
}

.mobile-view {
    display: none !important;
}


.carousel-item p.text-center {
    min-height: 24px;
}

/* ACTUALITES */
.title-actu {
    font-size: 1.2rem;
}

.title-actu > a {
    text-decoration: none;
    color: #fff;
}

/* CUSTOM CARDS */
.card {
    border: none;
    background-color: transparent;
}

.card-header {
    background-color: transparent;
    border: none;
    font-family: 'Handlee';
}

.card-header h3 {
    font-size: 1.4rem;
}

.card-body {
    padding-top: 0;
    font-family: 'Lato Regular', sans-serif;
    color: #6c757d;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: transparent;
    border-top: none;
}

.card-green-border {
    border: 5px solid #a6deae;
    background-color: transparent;
}

.card-header-green-border {
    background-color: transparent;
    border: 1px solid #4ca76e;
}

.card-footer-green-border {
    padding: .75rem 1.25rem;
    background-color: transparent;
    border-top: 1px solid #4ca76e;
}

/* FORMULAIRE FOCUS */
.form-control:focus {
    border-color: #4CA76E;
    box-shadow: 0 0 0 0.2rem rgba(76,167,110,.25);
}

/* UTILITIES */
.mt-6 {
    margin-top: 6rem!important;
}

/* Liste Réseaux Footer */

ul.footer-reseaux {
    padding: 0;
    display: flex;
    justify-content: flex-start;
}

ul.footer-reseaux li {
    list-style: none;
    margin-right: 20px;
}

ul.footer-reseaux li img {
    width: 25px;
}

/* CARD DASHBOARD */
.card-dashboard {
    transition: all .3s;
}

.card-dashboard:hover {
    background: #f2a43a !important;
}
.card-dashboard.bambin:hover {
    background: #4ca76e !important;
}

/*
***** CHAT *****
*/
img{ max-width:100%;}
.inbox_people {
    background: #f8f8f8 none repeat scroll 0 0;
    float: left;
    overflow: hidden;
    width: 40%; border-right:1px solid #c4c4c4;
  }
  .inbox_msg {
    border: 1px solid #c4c4c4;
    clear: both;
    overflow: hidden;
  }
  .top_spac{ margin: 20px 0 0;}
  
  
  .recent_heading {float: left; width:40%;}
  .srch_bar {
    display: inline-block;
    text-align: right;
    width: 60%; 
  }
  .headind_srch{ padding:10px 29px 10px 20px; overflow:hidden; border-bottom:1px solid #c4c4c4;}
  
  .recent_heading h4 {
    color: #4ca76e;
    font-size: 21px;
    margin: auto;
  }
  .srch_bar input{ border:1px solid #cdcdcd; border-width:0 0 1px 0; width:80%; padding:2px 0 4px 6px; background:none;}
  .srch_bar .input-group-addon button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
    color: #707070;
    font-size: 18px;
  }
  .srch_bar .input-group-addon { margin: 0 0 0 -27px;}
  
  .chat_ib h5{ font-size:15px; color:#464646; margin:0 0 8px 0;}
  .chat_ib h5 span{ font-size:13px; float:right;}
  .chat_ib p{ font-size:14px; color:#989898; margin:auto}
  .chat_img {
    float: left;
    width: 11%;
  }
  .chat_ib {
    float: left;
    padding: 0 0 0 15px;
    width: 88%;
  }
  
  .chat_people{ overflow:hidden; clear:both; position: relative;}
  .chat_list {
    border-bottom: 1px solid #c4c4c4;
    margin: 0;
    padding: 18px 16px 10px;
    cursor: pointer;
  }
  .inbox_chat { height: 550px; overflow-y: scroll;}
  
  .active_chat{ background:#ebebeb;}
  
  .incoming_msg_img {
    display: inline-block;
    width: 6%;
  }
  .received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 92%;
   }
   .received_withd_msg p {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 3px;
    color: #646464;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
  }
  .time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
  }
  .received_withd_msg { width: 57%;}
  .mesgs {
    float: left;
    padding: 30px 15px 0 25px;
    width: 60%;
  }
  
   .sent_msg p {
    background: #4ca76e none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 14px;
    margin: 0; color:#fff;
    padding: 5px 10px 5px 12px;
    width:100%;
  }
  .outgoing_msg{ overflow:hidden; margin:26px 0 26px;}
  .sent_msg {
    float: right;
    width: 46%;
  }
  .input_msg_write input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 100%;
  }
  
  .type_msg {border-top: 1px solid #c4c4c4;position: relative;}
  .msg_send_btn {
    background: #4ca76e none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    /* width: 33px; */
    display: block;
    /* position: absolute; */
    margin-left: auto;
    margin-top: 15px;
    /* top: 201px; */
    width: 33px;
  }
  .messaging { padding: 0 0 50px 0;}
  .msg_history {
    height: 516px;
    overflow-y: auto;
  }
/*
***** END CHAT *****
*/

/* CUSTOM PADDING */
.pt-recette-titre {
    padding-top: 5rem!important;
}

/* CUSTOM SCROLL MARGIN TOP */
.scroll-margin-top {
    scroll-margin-top: 100px;
}

/* ACCORDEONS METHODE DE DIVERSIFICATION */
.btn-accordeon-mde {
    display: block;
    width: 100%;
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.btn-accordeon-mde:hover {
    color: white;
}

/* CSS PRO NEWS */
.pro-news-title {
    font-size: 36px;
}

.content-pro-news p, .content-pro-news span {
    font-family: 'Lato Regular', sans-serif !important;
    color: #6c757d !important;
    margin: inherit !important;
    line-height: inherit !important;
    font-size: 1rem !important;
    text-indent: inherit !important;
}

.content-pro-news div h2, .content-pro-news h2 {
    color: #4ca76e !important;
    font-family: 'Lato Regular';
    font-size: 24px;
}

.content-pro-news div h3, .content-pro-news h3 {
    font-family: 'Lato Regular';
    font-size: 16px;
    font-weight: bold;
}

.content-pro-news div a, .content-pro-news a, .content-pro-news a span {
    color: #f2a43a !important;
}

/* CSS BLOG */
.blog-title {
    font-size: 36px;
}
.content-blog div h2, .content-blog h2 {
    color: #4ca76e !important;
    font-family: 'Lato Regular';
    font-size: 24px;
}

.content-blog div h3, .content-blog h3 {
    font-family: 'Lato Regular';
    font-size: 16px;
    font-weight: bold;
}

.content-blog div a, .content-blog a {
    color: #f2a43a !important;
}

/* CALENDRIER RDV */
.link-creneau {
    padding: 0 5px;
}

.nav-calendar-rdv {
    width: 30px;
    padding: 10px;
    height: 30px;
    line-height: 0;
    margin: 0;
}

.nav-calendar-rdv i {
    line-height: 0;
}

.green-calendar {
    background: #4ca76e;
    padding: 20px;
    color: #fff;
}

/* COOKIE */
#cookie_banner {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 99999;
    font-size: 13px;
    line-height: 1.5em;
    left: 0px;
}

#cookie_banner_content {
    padding: 10px 15px;
    width: 100%;
    color: #FFFFFF;
    z-index: 1;
    background: rgba(69, 75, 80, 0.75);
    text-align: center;
}

/* RESPONSIVE */
@media screen and (max-width: 1205px) {
    /*.jumbotron-content {
        margin-top: 330px;
    }*/

    .jumbo-mt-small {
        margin-top: 155px;
    }
}

@media screen and (max-width: 991px) {
    .jumbotron-content {
        /*margin-top: 18rem;*/
        /*align-items: unset;
        justify-content: center !important;*/
        width: 100%;
    }

    .jumbo-mt-small {
        margin-top: 6rem;
    }

    .jumbotron-content > .mr-4, .ml-4 {
        margin: 0 !important;
    }
}

@media screen and (max-width: 800px) {
    /*.jumbotron {
        background-position: 70%;
    }*/
}
@media (min-width: 768px) {
    .desktop-tab-menu {
        display: flex;
    }

    .mobile-tab-menu {
        display: none;
    }

    .col-menu {
        -ms-flex: 0 0 14.28% !important;
        flex: 0 0 14.28% !important;
        max-width: 14.28% !important;
    }
}
@media screen and (max-width: 767px) {
    /* Jumbotron page d'accueil */
    .jumbotron-home {
        background-image: url(../images/image-accueil-mobile.jpg);
        height: 350px;
        background-size: cover;
        /*background-position: center 80px;*/
        padding: 1rem;
        background-position: center;
        margin-top: 60px !important;
    }
    .jumbotron-home.bambin {
        background-image: url(../images/bandeau-bambin-mobile.jpeg);
    }

    .jumbotron-home .jumbotron-content {
        display: block !important;
        /*margin-top: 6rem;*/
    }

    .jumbotron-home.bambin .jumbotron-content {
        top: -30px;
        transform: translate(-42%);
        left: 25%;
        padding-left: 0;
        width: 150px !important;
    }

    .jumbotron-content {
        transform: translateY(-10%);
    }

    .jumbotron-home .jumbotron-content {
        transform: translateY(-3%);
        height: 500px;
    }

    .jumbotron-home #background-img {
        display: none !important;
    }

    .logo-jumbotron {
        margin-top: 10rem !important;
        height: 100px;
        text-align: left;
        display: block;
    }

    .jumbotron-content h1 {
        margin-top: 6.5rem;
        /* position: absolute; */
        /* bottom: 0; */
        /* transform: translateY(100%); */
        font-size: 1.7rem;
    }

    .desktop-tab-menu {
        display: none;
    }

    .mobile-tab-menu {
        display: flex;
    }

    #img-presentation {
        margin-bottom: 2rem;
    }

    .normal-view {
        display: none !important;
    }

    .mobile-view {
        display: block !important;
    }

    /* CHAT RESPONSIVE */
    .inbox_msg {
        display: flex;
        flex-direction: column;
    }

    .inbox_people {
        width: 100%;
    }

    .inbox_chat {
        height: 160px;
    }

    .mesgs {
        width: 100%;
        padding-top: 0;
    }
}

.jumbotron-home .jumbotron-content {
    /*display: none !important;*/
}

@media screen and (max-width: 565px) {
    #text-brand {
        width: 100%;
        font-size: 15px;
    }

    .row-calendar-diet {
        margin-top: 3rem !important;
    }

    .nav-calendar-rdv.calendar-next-button {
        position: absolute;
        right: 10px;
        top: 27px;
    }

    .nav-calendar-rdv {
        position: absolute;
        top: 27px;
        padding: 0;
    }
}

@media screen and (max-width: 487px) {
    /*.logo-jumbotron {
        margin-top: 0rem !important;
    }*/

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.6rem;
    }

    h4 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 767px) {
    .video-format-vertical {
        padding: 35px;
    }
}

#recommandationCarousel .col-6 {
    min-height: 500px;
}


#recommandationCarouselMobile .col-12 {
    min-height: 1px;
}

.card-consultation {
    overflow: auto;
    max-height: 320px;
    padding: 10px 20px;
    box-shadow: 0 0px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

/* width */
.card-consultation::-webkit-scrollbar {
    width: 6px;
  }
  
/* Track */
.card-consultation::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
   
/* Handle */
.card-consultation::-webkit-scrollbar-thumb {
    background: #888; 
}
  
/* Handle on hover */
.card-consultation::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.btn-accordeon-mde {
    white-space: inherit !important;
}

#screen-waiting {
    position: fixed;
    height: 100%;
    z-index: 9999;
    width: 100%;
    background: #000000b5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    padding: 30px;
    text-align: center;
}


.inbox_chat { 
    height: 865px;
}

@media screen and (max-width: 767px) {
    .inbox_chat {
        height: 160px;
    }
}

.received_withd_msg p, .sent_msg p {
    overflow-wrap: break-word;
}

.btn_nonlu {
    background-color: #f2a43a;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    display: inline-block;
    width: 70px;
    text-align: center;
    margin-bottom: 10px;
    margin: 18px 16px 10px;
}

.btn_nonlu:hover {
    background: #cc8b34;
    cursor: pointer;
}


.btn_archiver {
    background-color: #ab3af2;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    display: inline-block;
    width: 140px;
    text-align: center;
    margin-bottom: 10px;
    margin: 18px 16px 10px;
    margin-left: 20px;
}

.btn_archiver:hover {
    background: #9132cb;
    cursor: pointer;
}


.small-badge-chat--topbigger {
    top: 25px;
}


/* ACCUEIL */
#navbar-accueil.bg-white-light {
    background-color: #fff !important;
    color: black;
}
#navbar-accueil .navbar-brand, #navbar-accueil .nav-link {
    color: black;
}
.bloc_principal_accueil {
    margin-top: 120px;
}
.bloc_principal_accueil .bloc_home.bebe {
    background-color: #a6deae;
    text-align: center;
}
.bloc_principal_accueil .bloc_home.bambin {
    background-color: #fdd9a0;
    text-align: center;
}
.bloc_principal_accueil .bloc_home {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}
.bloc_principal_accueil .bloc_text {
    max-width: 450px;
}
.bloc_principal_accueil .bloc_text > p {
    font-size: 23px;
}
.footer.accueil a {
    color: black !important;
}
#navbar-accueil .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}
#navbar-accueil .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%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");
}


/* BAMBIN */
#navbar-bambin.bg-orange-light {
    background-color: #fdd9a0;
    color: #444;
}
#navbar-bambin .navbar-brand, #navbar-bambin .nav-link {
    color: #444;
}
#navbar-bambin .navbar-brand:hover, #navbar-bambin .nav-link:hover {
    color: black;
}
.jumbotron-home.bambin .jumbotron-content {
    width: 100%;
}
.jumbotron-home.bambin .jumbotron-content img {
    background: #fff9;
    border-radius: 50%;
}
.footer.bambin.bg-orange-light {
    background-color: #fdd9a0;
}
.footer.bambin a, .footer.bambin h4, .footer.bambin p {
    color: #444 !important;
}
.text-color-rose {
    color: #de634f !important;
}
.partenaires.bambin .link-follow {
    color: #de634f !important;
}
.bg-orange {
    background-color: #fdd9a0;
}
.text-gray {
    color: #444;
}

.bg-orange-light {
    background-color: #fdd9a0;
}

a.bambin-link-hover-gray:hover {
    color: #444;
}

.separator-orange {
    border-top: 5px solid #f2a43a;
}

.card-orange-border {
    border: 5px solid #f2a43a;
    background-color: transparent;
}


.content-blog.content-blog-bambin div h2, .content-blog.content-blog-bambin h2 {
    color: #f2a43a !important;
    font-family: 'Lato Regular';
    font-size: 24px;
}

.content-blog.content-blog-bambin div h3, .content-blog.content-blog-bambin h3 {
    font-family: 'Lato Regular';
    font-size: 16px;
    font-weight: bold;
}

.content-blog.content-blog-bambin div a, .content-blog.content-blog-bambin a {
    color: #f2a43a !important;
}

#bambin-site .dropdown-item.active, #bambin-site .dropdown-item:active {
    background-color: #f2a43a;
}

#bambin-site .recent_heading h4 {
    color: #f2a43a;
}

#bambin-site .sent_msg p {
    background: #f2a43a none repeat scroll 0 0;
}

.bg-orange-bambin-accordeon, .bg-orange-bambin-card {
    background-color: #f2a43a;
}

/* Modal Batch Cooking Preview */
#batchCooking #tableBatchCooking th {
    text-align: left;
    background: #f2a43a;
    padding: 5px 10px;
}
#batchCooking #tableBatchCooking tbody {
    color: black;
}
#batchCooking #tableBatchCooking tr.body {
    background: #fbd9a0;
}
#batchCooking #tableBatchCooking tr.body td {
    padding: 20px;
    border-right: 2px solid #f2a43a;
}

#batchCooking .row {
    display: flex;
}
#batchCooking .row .img_principale_bc {
    border: 1px solid black;
}

#carouselBatchCooking .left.carousel-control, #carouselBatchCooking .right.carousel-control {
    background-color: #f2a43a;
    height: 40px;
    width: 40px;
    border-radius: 1000px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

#carouselBatchCooking .carousel-inner {
    margin-left: 20px;
}

#batchCooking .content_icons_family_BC {
    display: flex;
    justify-content: center;
}

#batchCooking .content_icons_family_BC span:nth-child(1), #batchCooking  .content_icons_family_BC span:nth-child(2) {
    margin-right: 35px;
}
#batchCooking .typeFamille_tab {
    color: #f2a43a;
    cursor: pointer;
}
#batchCooking .typeFamille_tab.active {
    color: black;
    font-size: 19px;
}
#batchCooking .typeFamille_content {
    display: none;
}
#batchCooking .typeFamille_content.active {
    display: block;
}
#batchCooking .typeFamille_tag {
    display: none;
}
#batchCooking .typeFamille_tag.active {
    display: initial;
}

#batchCooking .carousel-control-next, #batchCooking .carousel-control-prev {
    background-color: #f2a43a;
}

section.bambin .card-dashboard {
    background-color: #f2a43a;
}

section.bambin .card-dashboard:hover {
    background: #4ca76e !important;
}

@media screen and (max-width: 400px) {
    #bambin-site #navbar-bambin .navbar-brand {
        font-size: 1.5rem;
        margin-top: 15px;
    }

    #bambin-site #navbar-bambin #text-brand {
        width: 100% !important;
        margin-top: 12px;
    }
}



@media screen and (max-width: 400px) {
    #bambin-site .accordion {
        padding-left: 0;
        padding-right: 0;
    }
}

#back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999999;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: #6c757d;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 1000px;
    height: 45px;
}

#back-to-top-btn:hover {
    background-color: #555;
}

#back-to-top-btn i {
    vertical-align: top;
}

@media screen and (max-width: 768px) {
    .tag-congelation{
        margin-top: 15px;
    }
    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }
    /*#back-to-top-btn {
        bottom: 50px;
    }*/
}

.tag-congelation {
    text-align: center;
    display: inline-block;
    width: 170px;
    background: #4ca76e;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 2px;
    font-family: 'Lato Regular';
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

@media screen and (max-width: 767px) {
    .navbar .navbar-header {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .navbar .logo-menu-connect {
        width: 60px !important;
        height: 60px !important;
        display: block !important;
        margin: 0 auto !important;
    }
    .navbar #text-brand {
        width: 100% !important;
        font-size: 14px !important;
        margin-top: 0px !important;
        padding: 0 !important;
    }

    .navbar .navbar-toggler {
        position: absolute !important;
        top: 6px !important;
        left: 6px !important;
        right: unset !important;
    }

    .navbar .navbar-brand {
        font-size: 1.3rem !important;
        margin: 0 !important;
    }

    .navbar .navbar-header br {
        display: none;
    }

    .navbar .navbar-toggler-icon {
        width: 1em !important;
        height: 1em !important;
    }

    .navbar>.container {
        justify-content: center !important;
    }
}

.event-container > .event-info > p.event-title {
    display: flex;
    flex-direction: column;
    margin: 0;
    font-size: 18px;
}
.hamstouille .event-container > .event-info > p.event-title > span {
    position: relative;
    width: 100%;
    margin-top: 0px;
    transform: unset;
}


/* ticket 1052 */
.card-commentaire-recette {
    background: #e5e7eb;
    color: #444;
    padding: 20px;
    border-radius: 3px;
}
.card-commentaire-recette.card-commentaire-recette--reponse {
    background: #f3f4f6;
    margin: 20px 0px 20px 35px;
}
.card-commentaire-recette .card-commentaire-recette__header {
    margin-bottom: 10px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d5db;
}
.card-commentaire-recette .card-commentaire-recette__content {}

@media screen and (max-width: 397px) {
    .btn-retour-mobile a{
        margin-top: 15px;
    }
}


/* TICKET 2314 */
@media screen and (max-width: 767px) {
    #title-accueil-h1 {
        font-size: 1.5rem;
    }
}

.anchor-fix::before {
    content: '';
    display: block;
    height: 100px;
    margin-top: -100px;
    visibility: hidden;
}


.reinit-filter {
    margin: 0 auto;
    margin-top: 15px;
    background: transparent;
    color: #4ca76e;
    font-weight: bold;
    cursor: pointer;
    width: 300px;
    outline: none;
}


.tag-nouveau {
    position: absolute;
    right: 50%;
    top: 0%;
    height: 24px;
    padding: 4px 10px;
    line-height: 18px;
    font-size: 12px;
    transform: translate(50%, -15%);
    border-radius: 1px;
    vertical-align: middle;
}

.recette-nouvelle{
    border: 3px solid;
    padding: 0;
}

.pin-favori {
    cursor: pointer;
    box-shadow: none;
    border-radius: 1000px;
    height: 35px;
    width: 35px;
    padding-top: 12px;
    margin: 10px auto 0;
    display: block;
}