/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/templates/modern-business)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

@import url('https://fonts.googleapis.com/css2?family=Lato&family=Montserrat&family=Open+Sans&family=Oswald&family=Raleway&family=Roboto&display=swap&family=Great+Vibes&display=swap&family=Italianno&display=swap&family=Italianno&family=Tillana:wght@500&display=swap');
@font-face {
    font-family: Mirage;
    src: url(/assets/website/fonts/Mirage-Regular.otf);
}
body {
    /*padding-top: 56px;*/
    font-family: 'Mirage', sans-serif;
    /*background-image: url('../images/fiestaci-bg.jpg');*/
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background: #f9f9f9;
}
.onloadPage{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0 ;
    background:rgba(0,0,0,0.7);
    display: block;
    position: fixed;
    z-index: 99999;
}
.onloadPage span.loadFA{
    top: 50%;
    display: inherit;
    left: 50%;
    position: relative;
    color: #fff;
    font-weight: bold;
}
.container.mainContentBody{
    background :rgba(0,0,0,.2);
    padding: 50px;
}
.mainContentBody .inputQty{
    padding: 0 !important;
}
.carousel-item {
    /*height: 70vh;*/
    /*min-height: 300px;*/
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
section{
    margin: 100px 0;
}
.portfolio-item {
    margin-bottom: 30px;
}
.bg-red{
    background: #C0576D; /*#FA2C29*/
}
.navbar{
    font-family: 'Mirage', sans-serif;
    padding: 0;
    background: #f9f9f9;
}
.navbar img{
    height: 45px;
}
.navbar ul.navbar-nav  li a {
    /*border-bottom: solid 1px #fff;*/
}

.navbar-dark .navbar-nav .nav-link, a.dropdown-toggle{
    color: #54585A;
    font-size: 12px;
    font-family: 'Mirage', sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
    margin: 15px 20px 0 20px;
}
.dropdown li a{
    padding: 5px 0 5px 18px;
    border-bottom: 1px solid #f2f2f2;
    display: block;
    color: #888;
}
.dropdown li a:hover{
    background-color: #C0576D;
    color: white;
}

.dropdown-menu{
    min-width: 370px;
}
.titleHome{
    text-align: center;
    padding: 35px;
    color: #C0576D !important;
    font-size: 2em;
}

.FeatureTitle{
    text-align: center;
    font-weight: bold;
    font-family: 'Mirage', sans-serif;
    padding: 25px;
}
.card-footer .Price{
    font-size: 20px;
}
.cartAdd{
    color: #C0576D;
    padding: 8px;
    border: solid 1px #C0576D;
    text-decoration: none;
    border-radius: 5px;
}
.cartAdd:hover{
    color: white;
    border: solid 1px #C0576D;
    background-color: #C0576D;
}

.card-body{
    padding: 0 !important;
}
.card-body .card-title{
    text-align: center;
    padding: 10px;
}
.card-body .card-title a{
    color: #fff;
    font-weight: bold;
}

#callToAction{
    background-color: #1b2c30;
    height: auto;
    border: 1px solid #000;
}
#callToAction img{
    width: 100%;
}
#callToAction .row{
    margin: 0 !important;
}
#callToAction .text{
    color: white;
    padding: 150px 100px;
    letter-spacing: 1px;
    text-align: justify;
}
#callToAction h1{
    /*font-family: 'Tillana', sans-serif;*/
    /*font-weight: bold;*/
    font-size: 56px;
    text-align: center;
}
#mainBody{
    padding: 25px;

}
#mainContent{
    border: solid 1px #ddd;
    padding: 25px;
    box-shadow: 0 0 5px #eee;
    background: #fff;
}
.logo-head img{
    margin: 29px 0;
    width: 200px;
}
/*.head-icon-group{*/
/*    position: fixed;*/
/*    right: 15px;*/
/*    top: 55px;*/
/*}*/
.head-icon-group img{
    padding: 5px;
}
.head-icon-group a{
    margin-right: 15px;
}
.head-icon-group{
    margin: 0;
    padding: 0;
    list-style: none;
}
.head-icon-group small{
    border-radius: 50%;
    font-size: 10px;
    position: absolute;
    top: 15px;
    left: 50px;
}
.topMain{
    /*background: linear(rgba(0,0,0.5)  url(../images/banner.jpg);*/
    /*background: linear-gradient(rgba(47,63,88,0.8),rgba(47,63,88,0.8)), url(../images/banner.jpg) no-repeat center center;*/
    background-size: cover;
    height: 300px;
    padding-top: 100px;
    text-align: center;
    font-weight: bold;
}
.category{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
.breadcumb{
    position: relative;
    display: block;
    color: white;
    text-align: center;
    font-family: 'Mirage', sans-serif;
    text-transform: uppercase;
    /*font-size: */
}
#shoppingCart:hover{
    margin-right: -15px;
    transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
}
.showCart{
    margin-right: -15px !important;
}
.cartBox{
    font-family: 'Mirage', sans-serif;
    transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-left: solid 1px #f00;
    bottom: 0;
    right: 0;
    position: fixed;
    /*z-index: 9;*/
    color: white;
    box-shadow: 0px 0px 15px #999;
    height: 530px;
    margin: 15px;
    border-radius: 5px;
    background-color: #eee;
    width: 320px;
    display: none;
}
#shoppingCart{
    display: block;
    font-family: 'Mirage', sans-serif;
    transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
    border-left: solid 1px #f00;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 9999;
    color: white;
    box-shadow: 0px 0px 15px #999;
    height: 60px;
    margin: 15px;
    margin-right: -265px;
    border-radius: 5px;
    background-color: white;
    width: 320px;
    cursor: pointer;
}

.iconShop{
    background: #C0576D;
    padding: 10px 15px 10px 10px;
    float: left;
    width: 55px;
    height: 100%;
}
.detailShop{
    float: right;
    color: black;
    width: 240px;
    margin-left: 10px;
}
.iconShop, .detailShop{
    display: inline-block;
    text-align: left;
}
#shoppingCart .detailShop .date{
    font-size: 14px;
}

#shoppingCart .detailShop .heure{
    font-size: 12px;
}
#shoppingCart .detailShop #detailscart{
    border-top: dotted 1px #999;
    margin-top: 5px;
}
.ui-widget.ui-widget-content{
    /*width: 100%;*/
}
.calendarTitle	{
    padding: 15px;
    text-align: center;
    color: white;
    background-color: #C0576D;
}
.calendarInput{
    /*display: none;*/
}
.calendarInput{
    margin-top: 10px;
    padding: 5px;
}
.calendarInput input {
    /*height: 35px;*/
}
.calendarInput .input-group input, .calendarInput .input-group select{
    background: #fff !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    border: none !important;
    background: none !important;
    font-weight: normal;
    color: #454545;
}
.w100{
    width: 100%;
}
.calendarActive{

}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    /*padding: 11.5px !important;*/
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    background-color: #C0576D;
    padding: 5px;
    border-radius: 50%;
    color: #C0576D;
}
.ui-datepicker-inline {
    display: block;
    position: relative;
    z-index: 9999999;
}

.closeCartBox{
    cursor: pointer;
}

.cardBox{
    border: solid 1px #eee;
    text-align: center;
    text-transform: capitalize;
    margin-top: .7rem;
    padding-bottom: 15px;
    box-shadow: 0px 7px 8px -6px #999;
    background-color: #eee;
    border-radius: 0 !important;
    min-height: 550px;
}
.cardBody, .cardFooter{
    padding: 10px;
}
.cardFooter{
    color: #232323;
    font-weight: 700;
    text-align: center;
}
.cartInput{
    width: 105px;
}
.inputQty{
    padding: 0 25px;
}
.cardBox input{
    text-align: center !important;
}
.product_quantity_up, .product_quantity_down{
    cursor: pointer;
}
#cartTable{
    background: white;
}

#cartTable .input-group{
    /*width: 180px !important;*/
}


#cartTable .input-group-text{
    /*background-color :transparent !important;*/
    border: none !important;
}
.deleteItem{
    color: #eee;
    text-decoration:none;
    transition: 0.5s;
}
.deleteItem:hover{
    color: #C0576D;
    transition: 0.5s;
}
#cartDown{}
#cartDown a{
    color: #706F6F;
}
a {
    text-decoration: none !important;
}

#rightBoxBody #orderCalendar  table.detail  td{
    padding: 5px ;
    text-align: center;
}
#rightBoxBody #orderCalendar  table.detail  {
    width: 100%;
    background-color: #ddd	;
    /*color: white;*/
    font-style: italic;
}

#rightBoxBody #orderCalendar table{
    margin-bottom: 0;
    /*font-size: 14px;*/
}

#rightBoxHead{
    text-align: center;
    padding: 20px 5px;
    /*background-color: white;*/
    /*color: white;*/
    font-family: 'Mirage', sans-serif;
}
#rightBoxHead h6{
    font-weight: bold;
    font-size: 26px !important;
    border-bottom: solid 1px #000;
}
.rightBox{
    /*border: solid 1px #ddd;*/
    padding: 15px;
    background-color: #f5f5f5;
    /*box-shadow: 0 0 15px #57637829;*/
}
#rightBoxBody{
    /*padding: 10px;*/
}
.totalCart{
    font-weight: bold;
    color: #C0576D;
}
.btnBlue{
    background: #576378;
}
.btn{
    border-radius: 0 !important;
}
.wizard ul{
    border-bottom: solid 1px #C0576D;
}
.wizard ul li a{
    color: #000;
}
.wizard ul li{
    display: inline-block;
    padding: 15px 25px;
    border: solid 1px #fff;
    /*cursor: pointer;*/
    font-weight: bold;
    transition: 0.3s;
    color: #000;
}
.wizard ul li span.number{
    background-color: #C0576D;
    color: white;
    font-weight: bold;
    border-radius: 100%;
    padding:7px 10px;
    margin-right: 15px;
}

.wizard ul li:hover{
    font-size: 18px;
}
.wizard ul li.active, .wizard ul li:hover{
    transition: 0.3s;
    background-color: #C0576D;
    border: solid 1px #eee;
    color: white;
}
.wizard ul li.validate{
    border-top: solid 2px #999;
    color: white;
}

.wizard ul li.active span.number, .wizard ul li:hover span.number{
    background-color: white;
    color: #C0576D;
}

.dropdown:hover .dropdown-menu{
    display: block;
    /*margin-top: -5px;*/
}
.dropdown-toggle::after{
    content: " " !important;
    display: none;
}

.card-body {
    padding: 0 1.25rem;
    background: #C0576D;
    color: white;
}
.subCatgorieTitle{
    border-bottom: solid 2px #C0576D;
    font-family: 'Mirage', sans-serif;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background: #C0576D;
    padding: 10px;
    border-radius: 4px;
}
a.btn-danger{
    color: white !important;
}
span.disabled {
    /* Make the disabled links grayish*/
    color: red;
    /* And disable the pointer events */
    cursor: not-allowed;
    pointer-events: none;
}
span.input-group-text.disabled{
    cursor: wait;
}
.carousel-control-next, .carousel-control-prev{
    z-index: 0 !important;
}
.popUpCGU{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0 ;
    background:rgba(230,75,22,0.7);
    display: none;
    position: fixed;
    z-index: 99999;
    /*padding: 50px;*/
}
.popUpBodyCGU{
    position: relative;
    top: 20px;
    bottom: 50px;
    background-color: #fff;
    text-align: justify;
    padding: 50px;
    width: 80%;
    margin: auto;
    overflow-y: scroll;
    height: 90%;
    transition: 1s;
}
.cgu div{
    margin-top: 15px;
}
i#closeCGU {
    color: red;
    display: block;
    cursor: pointer;
}
input.search {
    height: 50px;
    border-radius: 0 !important;
    background: #ddd;
    color: black;
    font-weight: bold;
}
.searchBtn{
    background: #C0576D;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

form#searchForm {
    width: 100%;
}
/*.cartRecap{
	background: #fff;
    padding: 10px;
}*/
.cardBox.h-10 img:hover{
    background: rgba(0,0,0,.5);
}
.iconZoom{
    color: #000;
    transition: 0.5s;
}
.iconZoom:hover{
    color: #999;
    transition: 0.5s;
}
.imgZoomBox{
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0,0,0,.9);
    position: fixed;
    padding: 25px;
    z-index:1055;
    display: none;
}
.ZoomBox{
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    padding: 25px;
    z-index:1055;
    display: none;
}
.imgZoomBox .imgZoomBoxContent, .ZoomBoxContent{
    top: 15em;
    bottom: 15em;
    max-width: 600px;
    margin: 30px auto;
}
.imgZoomBox .imgZoomBoxContent img, .ZoomBoxContent img{
    width: 100%;
    margin: auto;
    position: relative;
    /*height: 100%*/
}
form.searchForm_fixed{
    position: fixed;
    left: 0;
    right: 0;
    top: 65px;
    transition: 1s;
    z-index: 1000;
}
.recapIntro{
    cursor: pointer;
}
.hoverImage{
    transition: 1s;
}
/*.hoverImage:hover{
	position: fixed;
	top: 2em;
	left: 2em;
	right: 2em;
	width: 80
	margin: auto;
	z-index: 999;
}*/


.ArticleTitle{
    text-align: center;
    color: white;
    font-weight: bold;
    background: rgba(0,0,0,.8);
    padding: 15px;
}

@media  (max-width: 574px){
    #callToAction h1{
        font-size: 32px;
    }

    #callToAction .text {
        padding: 56px 32px;
    }
    iframe{
        height: 350px;
        width: 100%;
    }
}

