* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
body{
    background-color: #f7f7f7;
    font-family: 'oswald', sans-serif;
}
/* TOPBAR*/
.fa-facebook-f, .fa-tripadvisor, .fa-envelope{
    width: 30px;
    height: 30px;
    background-color: #F7F7F7;
    border-radius: 3px;
    transition: 0.3s;
    text-align: center;
    padding-top: 7px;
}
.fa-facebook-f:hover, .fa-tripadvisor:hover, .fa-envelope:hover{
    background-color: #FFC718;
}
.text-black{
    color: #212529;
}
.orange-pizza {
	color: #FFC718;
}
.btn-orange-pizza{
    background-color:#FFC718;
}
.bg-orange-specialite{
    background-color: rgba(255,132,0,0.8);
}
.bg-gris-promo{
    background-color: rgba(52,52,52,0.8);

}
#topbar{
    font-size: 0.9rem;
}
/* HEADER */
#header_index{
    background-image: url(../img/pizza-header.jpg);
    background-size: cover;
    height: 80vh;
}
#header_carte{
    background-image: url(../img/carte_cover.jpg);
    background-size: cover;
    height: 60vh;
}
.navbar-brand{
    font-size: 4rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.nav-link{
    font-size: 1.2rem;
}
.title .title-content {
	display: inline-block;
	color: rgb(0, 0, 0);
	font-size: 3.5em;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.5);
	padding: 0.5em;
}
.satisfy-font{
    font-family: 'Satisfy', cursive;
}
/* TRANSITION EFFET*/
nav{
	transition:all ease 1s;
    font-family: 'oswald', sans-serif;
}
.navbar-brand{
    height: 130px;
    transition:all ease 1s;
}
/* HEADER FIXE*/
.sticky {
    position: fixed!important;
    top: 0;
    width: 100%;
    background-color:rgba(0,0,0,0.85)!important;
    transition:all ease 1s;
    z-index: 700;
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}
.sticky .navbar-brand{
    height: 100px;
    transition:all ease 1s;
}
/* SECTION INDEX->ETOILES*/
#etoiles{
    background-color: #fff;
}
.fa-star{
    color: gold;
}
#tripadvisor{
    filter: grayscale(100%);
}
.stop-gray-scale:hover>#tripadvisor{
    filter: grayscale(0%)!important;
}
#michelin{
    filter: grayscale(75%);
}
.stop-gray-scale:hover>#michelin{
    filter: grayscale(0%)!important;
}

/* Underline From Left */
.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #FFC718;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
    right: 0;
}
#section-1{
    padding-top: 20px;
    background-color: #fff;
}
#specialite-pizza{
    background-image: url(../img/specialite-pizza.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 459px;
    background-position: center;
}
#promo-pizza{
    background-image: url(../img/promo-pizza.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 459px;
    background-position: center;
}
.chef-tony{
    margin-right: auto;
    margin-left: auto;
    width: 75%;
}
@media screen and (max-width: 768px) {
    .chef-tony{
        width: 100%;
    }
}
@media screen and (max-width: 336px) {
    .navbar-brand{
        font-size: 3rem;
        
    }
}
.separator{
    border-top: solid #FFC718 5px;
    width: 25%;
}
.fa-quote-right{
    color : #FFC718;
}

#livre-or{
    border-top : solid #FFC718 2px;
    border-bottom : solid #FFC718 2px;
    padding-top: 30px;
    padding-bottom: 80px;
}
#contact{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff;
}
footer{
    position: absolute;
    width: 100%;
    background-color: black;
}

.business-hours {
    background: #222; 
    padding: 40px 14px;

}
.business-hours:before{
    content: '';
    width: 23px;
    height: 23px;
    background: #111;
    position: absolute;
    top: 5px;
    left: -12px;
    transform: rotate(-45deg);
    z-index: -1;
}
.business-hours .title {
    font-size: 20px;
    color: #BBB;
    text-transform: uppercase;
    text-align: center;
}
.business-hours li {
    color: #888;
    line-height: 30px;
    border-bottom: 1px solid #333; 
}
.business-hours li:last-child {
    border-bottom: none; 
}
.business-hours .opening-hours li.today {
    color: #FFC718!important; 
}

/* LA CARTE */
.underline{
    text-decoration: underline;
}
.separator_carte{
    border-top: solid #FFC718 2px;
    margin-right: auto;
    margin-left: auto;
    width: 15%;
    
}