/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

 /* 
  * JAUNE 4caf50

 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto+Condensed');


 html, body{
 	color: #303030;
 	font-family: 'Open Sans', sans-serif;
 	/*font-family: 'Roboto Condensed', sans-serif;*/
 }

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
    letter-spacing: 0px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    /*font-family: 'Open Sans';*/
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
button{
    -webkit-appearance: none;
}
button.btn{
    background-color: #4caf50 !important;
}
.no-mar-bot{
	margin-bottom: 0;
}
.no-mar-top{
    margin-top: 0;
}
.no-pad-top{
    padding-top: 0;
}
.clear{
	clear: both !important;
}
[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:after{
	background-color: #4caf50;
}
[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after{
	border-color: #4caf50;
}

.tabs .tab a{
	color: #4caf50;
}
.tabs .tab a:hover, .tabs .tab a.active{
	color: #4caf50;
}
.tabs .indicator{
	background-color: #4caf50;
}
.tabs .tab a:focus, .tabs .tab a:focus.active {
	background-color: transparent;
}

a{
	color: #4caf50;
}
h2{
	font-size: 2em;
}
.btn-full{
	width: 100%;
}
#index-banner{
	background-color: grey;
}

.sidenav-overlay {
z-index: 996;
}

#menu{
	background-color: transparent; /*#262626;*/
	/*background-color: rgba(0,0,0,0.5);*/
	font-family: 'Roboto Condensed', sans-serif;
	transition: background-color 1s ease 0s;
}
#menu ul li a{
	font-family: Roboto Condensed;
    text-transform: uppercase;
    font-weight: 700;
}
nav{
	box-shadow: none;
}
nav i.material-icons{
	font-size: inherit;
	display: inline-block;
}
nav a.sidenav-trigger.basket{
	display: block;
}
#nav-mobile a.sidenav-trigger{
	float: none;
	margin: 0;
}


@media screen and (max-width: 600px){
    .container {
        width: 100%;
    }
    .modal .modal-content{
        padding: 15px 10px;
    }
}


/************* shopping cart *****************/
.shoppingcart {
    position: fixed;
    width: 500px;
    left: 0;
    top: 0;
    margin: 0;
    font-size: 0.8em;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    padding-bottom: 60px;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}
@media screen and (max-width: 600px){
	.shoppingcart {
	    width: 100%;
	}
}
.shoppingcart.right-aligned {
    right: 0;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
    left: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.shoppingcart h1{
	font-size: 1.8em;
	text-align: center;
	margin-top: 1em;
}
.shoppingcart h2{
	font-size: 1.5em;
	text-transform: inherit;
    margin: 1rem 0 1rem;
}
.shoppingcart h3{
	font-size: 1.2em;
	text-transform: inherit;
}
.shoppingcart table.product_list td{
	vertical-align: top;
	padding: 5px 0;
}
.shoppingcart table.product_list td p.options {
    margin: 0;
    font-style: italic;
    color: grey;
}
.shoppingcart table.product_list button.delete{
    border: 0;
    font-size: 0.7em;
    color: #aaa;
    font-style: italic;
    text-decoration: underline;
    background-color: #fff;
}
.shoppingcart table.total {
    font-weight: bold;
    font-size: 1.5em;
    border-top: 2px solid #4caf50;
    border-bottom: 2px solid #4caf50;
    color: #4caf50;
    margin-top: 0.5em;
}
.shoppingcart table.total td {
    padding: 10px 5px;
}
.shoppingcart input.select-dropdown{
	font-size: 0.8em;
	border: 1px solid #aaa;
    margin: 0;
    border-radius: 10px;
    padding: 0 0 0 10px;
    font-size: 1em;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
}

.dropdown-content li > a, .dropdown-content li > span{
    color: #4caf50;
}
.shoppingcart button#proceed{
    background-color: #262626;
    margin-top: 2em;
}

.shoppingcart button.proceed{
    background-color: #262626;
    margin-top: 2em;
}
.shoppingcart .input-field.col.s6{
    margin-top: 0;
    margin-bottom: 0;
}
.shoppingcart .input-field.col.s12{
    margin-top: 0;
    margin-bottom: 0;
}
.shoppingcart label.addcard span{
    font-size: 1em;
    line-height: 2em;
}
.shoppingcart i.sidenav-close{
	width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #ddd;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
}





#menu.solid {
  background-color: #262626;
  transition: background-color 1s ease 0s;
  box-shadow: 0 0 4px grey;
}


#banner{
    position: relative;
	margin-top: -64px;
	padding-top: 0;
}
.carousel{
	height: 300px;
}
.carousel .item {
  height: 300px;
}

.carousel.carousel-slider .carousel-item{
}
.carousel.carousel-slider .carousel-item .item{
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.item.carousel1{
	background-image: url('../img/carouselA.jpg');
}
.item.carousel2{
	background-image: url('../img/carouselB.jpg');
}
.carousel.carousel-slider .carousel-item .item h1{
    margin: 0;
    font-size: 2em;
    text-align: center;
    color: #fff;
    padding: 2em;
    padding-top: 4em;
    text-shadow: 10px 10px 30px #000;
}
.carousel .indicators{
    left: initial;
    right: 1em;
}

/* section commande en ligne */
ul.categories li{
	list-style: none;
	display: inline-block;
}
ul.categories li.selected{
	font-weight: bold;
	text-decoration: underline;
	color: #4caf50;
}
ul.categories li:hover{
	color: #4caf50;
	cursor: pointer;
}

#order p.title{
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: initial;
}
#order p.info{
	color: red;
	font-size: 0.8em;
	margin-top: 0;
	margin-bottom: 0.2em;
	font-style: italic;
}
#order p.description{
	font-size: 0.8em;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0.2em;
	color: #000;
}
#order p.price{
	font-weight: bold;
    font-size: 0.9em;
    background-color: #4caf50;
    margin: 0 auto 1em;
    text-align: center;
    color: #FFF;
    padding: 0 10px;
    border-radius: 2px;
    display: inline-block;
}
#order .btn.showProduct{
    height: 25px;
    line-height: 25px;
    margin-top: -5px;
}
/* section nos points d vente */
#stores{
	background-color: #4caf50;
	text-align: center;
	color: #412020;
	position: relative;
}
#stores h2{
	color: #412020;
}
#stores .title{
	font-size: 1.2em;
	font-weight: bold;
}
#stores a{
	color: #412020;
}
#showmap{
	background-color: #412020;
	color: #4caf50 !important;
}

#googlemaps { 
  height: 100%; 
  width: 100%; 
  position:absolute; 
  top: 0; 
  left: 0; 
  z-index: 0; /* Set z-index to 0 as it will be on a layer below the contact form */
}
#map{
	height: 100%;
}



/* modal product */
.modal.full{
	top: 10%;
	width: 60%;
	height: 80%;
	max-height: 80%;
}
@media screen and (max-width: 600px){
    .modal.full{
        top: 0 !important;
        width: 100%;
        height: 100%;
        max-height: 100%;
    }
}

.modal .modal-close {
    cursor: pointer;
    border: 0;
    background: none;
}
.modal button.close i{
	width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 0;
    background-color: #ddd;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
}
.modal h1.title{
	float: left;
	margin-bottom: 0.2em;
	font-size: 1.3em;
}
.modal p.description{
    font-size: 0.8em;
}
.modal p.descriptionReal{
    font-style: italic;
    margin-top: 10px;
}
.modal h2.price{
	font-weight: bold;
    background-color: #4caf50;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    padding: 1px 10px;
    border-radius: 2px;
    display: inline-block;
    float: right;
    font-size: 1.1em;
}
.modal input.select-dropdown{
	border: 1px solid #4caf50;
    margin: 0;
    color: #4caf50;
    border-radius: 10px;
    padding: 0 0 0 10px;
    font-size: 1em;
    box-sizing: border-box;
}
.modal .input-field.col.s12 {
    margin: 0 0 0.8em;
    padding: 0;
}
.modal h2{
	font-size: 1em;
}
.modal h2, .modal h3, .modal h4{
	margin-top: 0.8em;
	margin-bottom: 0.5em;
}
.modal p{
	margin-top: 0;
}
.modal label{
	color: #000;
    display: block;
}
.modal small{
	color: grey;
	font-style: italic;
}
.modal label.instructions span {
    font-size: 0.9em;
    color: grey;
}
[type="radio"]:not(:checked) + span, [type="radio"]:checked + span{
	line-height: 1em;
}
[type="checkbox"]:checked + span:not(.lever):before{
	border-right: 2px solid #4caf50;
	border-bottom: 2px solid #4caf50;
}
.modal textarea{
	border: 1px solid #4caf50;
    padding: 10px;
    display: none;
}
.quantity{
    margin: 2em auto 0;
    width: 135px;
}
.quantity div{
    line-height: 40px;
    font-size: 1.2em;
    cursor: pointer;
}
.quantity .less, .quantity .more{
	float: left;
	border: 1px solid #000;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.2em;
}
.quantity .qty {
	float: left;
    margin: 0 10px;
}
.quantity .qty input{
	width: 25px;
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
    text-align: center;
}
.modal #addtocart{
	background-color: #262626;
}
#modal1 img{
    margin-bottom: 0.5em;
}
#modal1 div.scroll{
    position: relative;
    width: 100%;
    height: 100%;
}
#scrolldown{
    margin: 0;
    padding: 0;
    position: fixed;
    float: right;
    bottom: 2em;
    right: 1em;
    width: 50px;
    z-index: 99;
    display: none;
}
.scroll-icon {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateY(-50%);
    z-index: 99;
    fill: red;
    animation: bounce-scroll 5s ease 0s infinite normal none running;
    animation-name: bounce-scroll;
    animation-duration: 5s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    
}
.modal .scroll-icon{
    left: initial;
    right: 10px;
    bottom: 10px;
    display: none;
}
.modal svg.scroll-icon path{
    fill: #4caf50 !important;
}

@-webkit-keyframes bounce-scroll {
    0% {
        opacity: 0;
    }
    50% {
        transform: translateY(0px);
        opacity: 1;
    }
    90% {
        transform: translateY(70px);
        opacity: 0;
    }
    100% {
        transform: translateY(70px);
        opacity: 0;
    }
}

#modal_cart h4{
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 1em;
}
#modal_cart .row.no-pad-bot{
    margin-bottom: 0.8em;
}
#modal_cart .btn.showCart{
    background-color: #4caf50;
}
#modal_cart .btn.continue{
    background-color: grey;
}

.redbrown{
    background-color: #262626;
}
#modal_cmd h1{
    text-align: center;
}




.product h1{
	font-size: 1.8em;
}
.product h2{
	font-size: 1.5em;
}
.product h3{
	font-size: 1.2em;
}




.page-footer{
    background-color: #262626;
}


div#error-msg, div#valid-msg {
    position: absolute;
    right: 0;
    top: 10px;
}
.modal{
    outline-color: none !important;
    box-shadow: none !important;
}
.modal-open,.modal,.btn,input,textarea{outline:0 !important;}

.logo-top{
    /*background-image: url(../img/logo.jpg);*/
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 70px;
}
.intl-tel-input.allow-dropdown{
    width: 91%;
}

.row.legal {
    margin: 0;
    font-size: 0.8em;
}
/*
.iti-flag {background-image: url("../img/flags.png");}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {background-image: url("../img/flags@2x.png");}
}
*/


div.drinksize{
    /*margin-top: 10px;*/
}
div.drinksize > div{
    font-size: 0.8em;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #4caf50;
    margin-top: 0px;
    margin-right: 8px;
    margin-left: 8px;
}
div.drinksize .size.active{
    color: #BC512E;
}
img.cupsize{
    width: 22px;
}




.sousoptions {
    margin-left: 40px;
    padding-left: 10px;
    /*padding-bottom: 10px;*/
    border-left: 2px solid gray;
    font-size: 0.9em;
}

.sousoptions label {
    font-size: 0.9em;
}


#loading{
    text-align: center;
    padding: 2em 0;
    color: #4caf50;
}



#scroll-left{
    color: #4caf50;
    font-size: 25px;
    line-height: 47px;
    position: absolute;
    width: 40px;
    height: 40px;
    left: -15px;
    top: 0;
    cursor: pointer;
}
#scroll-right{
    color: #4caf50;
    font-size: 25px;
    line-height: 47px;
    position: absolute;
    width: 40px;
    height: 40px;
    right: -38px;
    top: 0;
    cursor: pointer;
}
ul.tabs{
    height: 58px;
}
ul.tabs::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


.right.hide-on-med-and-up li a{

    padding: 0;

}

#dropdown2.dropdown-content{

    position: relative;

    top: inherit !important;

}


@media screen and (max-width: 600px){
    ul.tabs {
        height: inherit;
    }
    .tabs .tab {
        display: block;
    }

    
    .tabs {
        display: block;
         height: inherit;
      }
      .tabs .tab {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        border-top: 1px solid #4caf50;
        border-left: 1px solid #4caf50;
        border-right: 1px solid #4caf50;
      }

        .tabs {
            border-bottom: 1px solid #4caf50;
        }
      .tabs .tab a {
        padding: 0 12px;
      }
      #scroll-left {
        display: none;
      }
      #scroll-right {
        display: none;
      }
      .tabs .indicator{
        display: none;
      }
      #cmd_en_ligne {
        display: none;
      }
      .carousel.carousel-slider {
        height: 200px;
      }
}