/* Extra css STyle */
.opacity-0
{
    opacity: 0;
}
.theme_btn
{
    background-color: #88c74a;
    color: white !important;
    padding: 10px;
    font-size: 20px;
    border: 2px solid white;
    transition: 0.3s;
    padding: 10px 30px;
    min-height: 50px;
}
.theme_btn:hover
{
    opacity: 0.7;
    color: white;
}
.theme_second_title
{
    font-family: "Cera Pro Bold";
    font-size: 16px;
    color: #252525;
    line-height: 1;
    display: inline-block;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    text-transform: uppercase;
    padding: 10px 0;
    display: block;
}
.text-green
{
    color: #88c74a !important;
}
.coposition_produit.accordion .panel-heading .icon {
    color: #80b03d;
    background: transparent;
    width: 40px;
    height: 40px;
    border: 1px solid #80b03d;
    font-size: 36px;
}
.accordion .btn-collapse.collapsed .icon:before {
    content: '+';
}
.accordion .btn-collapse .icon:before {
    content: '-';
}
.accordion .panel-heading .btn-collapse {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
}
.accordion .panel-heading {
    position: relative;
    padding: 20px 0 6px;
}
.coposition_produit.accordion{
	border-top: 1px solid #f8f7f7;
    -webkit-box-shadow: 0 1px 1px rgba(199, 201, 201, 0.55);
    box-shadow: inset 0 1px 0 0 rgba(199, 201, 201, 0.55);
}
.coposition_produit.accordion .panel {
    -webkit-box-shadow: 0 1px 1px rgba(199, 201, 201, 0.55);
    box-shadow: 0px 1px 0px 0px rgba(199, 201, 201, 0.55);
    border-bottom: 1px solid #f8f7f7;
    padding-bottom: 5px;
}
.accordion .panel-heading .icon {
    float: right;
    width: 70px;
    height: 70px;
    font: normal normal 60px/1 'Fredericka the Great';
    color: #fffefe;
    border-radius: 50%;
    background: url(../media/decor/decor-1_mod-a.png) no-repeat 50% 0;
    transition: all 0.3s;
    text-align: center;
}
.panel-sans .panel-heading{
    background-color: #fe5757;
    text-align: center;
    color: #FFF;
    padding-bottom: 20px;
}
.panel-sans .panel-heading .panel-title {
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
}
.modal-title
{
    color: black
}
#formPanier .theme_btn
{
    display: block;
    width: 100%;
    text-align: center;
}
#formPanier td
{
    padding-top: 30px
}
#formPanier .cart__enumerator-input
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #ebebeb;
    padding: 5px 5px 5px 10px;
    height: 40px;
    width: 100%;
    transition: border 0.3s ease;
    width: 60px;
}
#formPanier .col-md-4 h3
{
    display: block;
    margin: 20px 0;
    font-size: 20px;
    font-weight: bold;
    font-family: "Cera Pro Medium";
    font-size: 18px;
    color: #252525;
    line-height: 24px;
    display: block;
    margin-bottom: 5px;
    transition: 0.4s;
}
#formPanier .col-md-4 .txtsize14,
#formPanier .col-md-4 .txtsize13
{
    color: #252525;
    line-height: 24px;

}
.panel-title
{
    color: #252525;
}
#wishlist i
{
    color: #252525;
    font-size: 18px;
}
.aboutus_page
{
    color: #252525;
}
.aboutus_page h2
{
    font-family: "Cera Pro Medium";
    font-size: 18px;
    color: #252525;
    line-height: 24px;
    display: block;
    margin-bottom: 5px;
}
footer .newletter
{
    margin: 60px 0 30px;
}
.panier_vide p
{
    font-family: "Cera Pro Bold";
    color: #252525;
    display: block;
    font-size: 26px;
    line-height: 48px;
    margin-bottom: 30px;
}
.panier_vide p:after
{
    content: "";
    background-color: #88c74a;
    width: 100px;
    height: 3px;
    display: block;
    margin: auto;
    margin-top: 15px;
    margin-left: 0px;
}
.cart-total_block .cvg
{
    color: #88c74a;
}
.livraison-retrait_info h2 {
    font-family: "Cera Pro Bold";
    font-size: 18px;
    color: #252525;
    line-height: 1;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.livraison-retrait_info .content
{
    margin-bottom: 20px;
    margin-left: 10px;
}
.livraison-retrait_info .black_btn
{
    background-color: #000;
    color: #fff !important;
    font-size: 13px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 15px 30px;
    text-transform: uppercase;
    font-family: 'Cera Pro Bold';
    border: 2px solid #000;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    margin-bottom: 20px;
}
.livraison-retrait_info .black_btn:hover
{
    background-color: transparent;
    color: #000 !important;
    border: 2px solid #000 !important;
    text-decoration: none;
}
.livraison-retrait_info .time_radio
{
    font-family: "Cera Pro Medium";
    font-size: 14px;
    color: #252525;
    padding: 5px 0px;
}
.cart-total_block h3,
.livraison-retrait_info h3
{
    font-family: "Cera Pro Medium";
    font-size: 16px;
    color: #252525;
    line-height: 1;
    display: table-cell;
    padding: 20px 10px 20px 0;
}
.account .title
{
    font-size: 20px;
    margin-bottom: 20px;
}
.list_adresses .supp_adresse a,
.list_adresses .supp_adresse button
{
    background-color: #fff;
    color: #252525;
    font-size: 13px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Cera Pro Bold';
    border: 1px solid #ebebeb;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    height: 30px;
    width: 30px;
}
.list_adresses td p
{
    font-family: "Cera Pro Bold";
    font-size: 14px;
    color: #252525;
    display: block;
    padding-top: 8px;
}

.slider .slider_wrapper .slider-block .slider-content .slider-img .img
{
    object-fit: contain;
    width: 555px;
    height: 555px;
}
.slider .slider_wrapper .slider-block .slider-content .slider-img #img-block
{
    width: 555px;
    height: 555px;
}
.view_default h2
{
    font-family: "Cera Pro Bold";
    color: #252525;
    display: block;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 30px;
}
.view_default h2:after
{
    content: "";
    background-color: #88c74a;
    width: 80px;
    height: 3px;
    display: block;
    margin-top: 15px;
}

.aboutus_page {
  padding: 60px 0 80px 0; }
  .aboutus_page h1 {
    font-family: "Cera Pro Bold";
    font-size: 48px;
    color: #252525;
    line-height: 60px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .aboutus_page p {
    font-family: "Cera Pro Regular";
    font-size: 16px;
    color: #252525;
    line-height: 30px;
    display: block;
    margin-bottom: 40px; }
    .aboutus_page img {
        width: 400px;
        height: 400px;
        object-fit: cover;
    }

@media (max-width: 576px) {
  .aboutus_page .normal-btn {
    margin-bottom: 80px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .aboutus_page .normal-btn {
    margin-bottom: 60px; } }
#dropdownMenuButton i
{
    font-size: 19px;
}
#dropdownMenuButton:focus
{
    border: none;
    outline: none;
}
.dropdown .dropdown-item
{
    padding: 10px 30px;
}
@media only screen and (max-width: 600px) {
    .slider .slider_wrapper .slider-block .slider-content .slider-img .img
    {
        width: 350px;
        height: 349px;
    }
    .slider .slider_wrapper .slider-block .slider-content .slider-img #img-block
    {
        width: 366px;
    }
    #myModal .modal-footer .theme_btn
    {
        display: block;
        text-align: center;   
        font-size: 16px;
        min-height: fit-content;
    }
    #formPanier table thead tr th:first-child,
    #formPanier table tbody tr td:first-child
    {
        display: none;
    }
}


.bloc-allergene{
}
.bloc-allergene span{
    display: inline-block;
    margin-bottom: 15px;
}
.bloc-allergene span{
    margin-right: 15px;
}
.bloc-allergene span:last-child{
    margin-right: 0;
}

.tooltip2 {
  position:relative;
}
.tooltip2:before {
	font-size: 12px;
  content: attr(data-text); /* here's the magic */
  position:absolute;
  top: -20px;
  transform:translateY(-50%);
  left:100%;
  margin-left:15px; 
  /* width:200px; */
  padding:10px;
  border-radius:10px;
  background:#000;
  color: #fff;
  text-align:center;
  display:none;
}
.tooltip2.top:before {
    /* reset defaults */
    left:initial;
    margin:initial;

      /* set new values */
    right: 0;
    /* margin-right:15px; */
}
.tooltip2:hover:before, .tooltip2:focus:before {
  display:block;
}
.img-app{
    margin-top: 35px;
}
.ing-choice {
    position: relative;
    margin-top: 10px;
}
.ing-choice label{
    display: block;
    margin-top: 0;
    position: relative;
    padding-left: 30px;
}
.ing-choice input[type="checkbox"]{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}
select.select_sugg {
    padding: 3px 2px;
    width: 100%;
    border: 1px solid #59bc43;
    display: none;
}

ul.header-menu-cat{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
ul.header-menu-cat li{
        margin: 0 15px;
    text-align: center;
}
ul.header-menu-cat li span{
    display: block;
}

.messagehome2 {
    background: #f35050;
    color: #FFF;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.messagehome2 h3 {
    font-size: 25px;
    margin-bottom: 10px;
}
.messagehome2 p {
    font-size: 20px;
    text-align: center;
}