html,
body {
    height: 100%;
    background-color:#000000;
    font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji ;
}

a {
    text-decoration: none;
}
#main-header{
    height:48px;
    background-color:#000;
    color:#fff;
    justify-content: space-between;
	z-index: 1005;
	position: relative;
}
.card .card-image{
    position:relative;
}
.card .card-image .card-title {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 24px;
}

.category-card{
    /*background-color:#ffecdb;*/
}
.category-title{
    font-size:2rem;
    padding:1rem;
    margin:0;
    text-align:center;
    font-style: italic;
    font-weight: 400;
}

.category-subtitle{
	font-size:1.3rem;
	padding:0 0 1rem 0;
	margin:0;
	text-align:center;
	font-style: italic;
	font-weight: 500;
	color:#666;
}
.category-multi-title{
    border-top: 1px solid var(--main-color-medium);
}
.subcategory-title{
    font-size: 1.7rem;
    color:#544;
}
.product-card .card-title {
    font-weight: 400;
    font-size: 2rem;
    background-color:rgba(0, 0, 0, 0.5);
    text-shadow:0 0 3px #000;
    margin-bottom:0;
    width:100%;
}
.product-card-noimg .card-title {
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom:0;
    width:100%;
    padding-left: 0.5rem;
}
.product-card .card {
    overflow: hidden;
}
.product-card .card-content,.product-card-noimg .card-content {
    padding: 5px;
}
.product-card .price {
    padding:0.3rem 0.6rem;
    font-weight: 600;
    font-size: 1.45rem;
    margin: 10px;
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: 0;
    background:rgba(0, 0, 0, 0.8);
    border-radius:0.3rem;
    color:white;
}
.product-card .card-image ,.restaurant-card .card-image{
    width: 100%;
    height:200px;
}
.product-card-noimg .price {
    padding:0.3rem 0.6rem;
    font-weight: 600;
    font-size: 1.2rem;
    white-space:nowrap;
}

/* resize images */
.product-card .card-img,.restaurant-card .card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.product-card-noimg .card-info{
    display: flex;
    justify-content: space-between;
}

@media (min-width:768px){
    .product-card .card-image,.restaurant-card .card-image {
        width: 100%;
        height:280px;
    }
    .product-card .card-img,.restaurant-card .card-img {
        height:280px;
    }
}
@media (min-width:1200px){
    .product-card .card-image,.restaurant-card .card-image {
        width: 100%;
        height:360px;
    }
    .product-card .card-img,.restaurant-card .card-img {
        height: 360px;
    }
}
.product-card .card-action-buttons {
    margin: -18px 7px 0 0;
    text-align: right;
    z-index: 1;
}
.product-card-noimg .card-action-buttons {
    align-items: flex-end;
}
.product-card-noimg .card-content{
    background-color: rgba(200,50,0,0.05);
}
.product-card-noimg .product-label{
    margin-right: 1rem;
}
.product-card .card-action-buttons li,.product-card-noimg .card-action-buttons li{
    display: inline-block;
    padding-left: 7px;
}

.product-card2 .card-title {
    font-weight: 400;
    font-size: 2rem;
    background: rgba(0,0,0,0.3);
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.1) 100%);
    text-shadow:0 0 3px #000;
    margin-bottom:0;
    width:100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 10;
}
.product-card2.no-img .card-title{
    background:#fff;
    text-shadow:none;
    color:#000;
    position: static;
    font-size: 1.4rem;
}
.product-card2.no-img .card-image{
    height:auto!important;
    min-height: 10rem;
}

.product-card2 .card-labels{
    position: absolute;
    height: 4em;
    width: 100%;
    top:0;
    right: 0;
    display:flex;
    flex-flow: column wrap;
    align-content: flex-end;
    z-index: 11;
}


.product-card2 .product-label{
    width: 3.8em;
    height: 3em;
    margin:0.5em;
    padding:0.3em;
    background-color: rgba(255,255,255,0.3);
    border-radius:15%;
}
.product-card2.no-img .product-label {
    margin:0.1em;
    padding:0.1em;
    width:2.8em;
    height:2.8em;
}

.product-card2 .product-label img{
    width: 3.2em;
    height: 2.4em;
}
.product-card2.no-img .product-label img {
    width: 2.2em;
    height: 1.4em;
}
.product-card2 .card {
    overflow: hidden;
    border-radius:1rem;
}
.product-card2 .card-content{
    padding: 5px;
}
.product-card2 .footer-product{
    background-color:var(--onglet);
    height: 3.4rem;
    display: flex;
    justify-content: center;
}
.product-card2 .price {
    font-weight: 600;
    font-size: 1.45rem;
    letter-spacing: 0;
    background:var(--onglet);
    color:var(--main-text-color);
    padding:0.4rem 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-card2 .design-dot{
    position: absolute;
    right:0;
    top:50%;
    transform: translate(50%,-50%);
    color:#fff;
    font-size:0.6rem;
}
.product-card2 .bt-add-to-cart{
    height: 100%;
    background-color:var(--main-color-darken);
    color:var(--main-text-color);
    flex-grow: 1;
    font-size:1.4rem;
    text-align: center;
    outline:0;
    border:none;
    letter-spacing: .5px;
}
.product-card2 .bt-minus,.product-card2 .bt-plus{
    border-radius: 100%;
    width: 2.5rem;
    height: 2.5rem;
}
.product-card2 .bt-minus{
    background-color: var(--main-color-darken);
    border: none;
    color:var(--main-text-color);
    border-radius: unset;
    height: 100%;
    width: 3rem;
}
.product-card2 .bt-minus:hover{
    background-color: var(----main-color-accent);
}
.product-card2 .card-image{
    width: 100%;
    height:200px;
}
.product-card2 .product-description{
    height: auto;
    font-size: 0.9rem;
    padding:0;
}

/* resize images */
.product-card2 .card-img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}


@media (min-width:768px){
    .product-card2 .card-image {
        width: 100%;
        height:280px;
    }
    .product-card2 .card-img {
        height:280px;
    }
}
@media (min-width:1200px){
    .product-card2 .card-image {
        width: 100%;
        height:360px;
    }
    .product-card2 .card-img {
        height: 360px;
    }
}

@media (min-width: 768px){
    .product-card-simple {
        height: 8.4rem;
    }
}
.product-card2 .card-action-buttons {
    margin: -18px 7px 0 0;
    text-align: right;
    z-index: 1;
}

.product-card2 .card-action-buttons li{
    display: inline-block;
    padding-left: 7px;
}

.product-disabled .title,.product-disabled .footer-product,.product-disabled img{
	opacity: 0.5;
}
.product-card-simple .not-orderable{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	font-size:1rem;
	color:#5d4037;
	background-color: rgba(255,245,240,0.8);
	border: 1px solid #eee;
	padding:0.8rem;
	border-radius:8px;
	text-align: center;
}
.product-card-simple{
    background-color: #fff;
    padding:0.8rem;
    position: relative;
    margin:0.5rem 0;
}
.product-card-simple:after{
	clear: both;
	content: "";
	display: block;
}
@media (max-width: 767px){
    .p-mob-0 {
        padding: 0;
    }
    .product-card-simple {
        border-bottom: 1px solid #eee;
        margin:0;
    }
    #categories-cont .row{
        margin-right: 0!important;
    }
    #categories-cont .col-12{
        padding-right: 0!important;
    }
}
.product-card-simple .product-name{
    font-size:1rem;
    line-height: 1rem;
    -webkit-font-smoothing: subpixel-antialiased;
}
.product-card-simple .qty-cont{
    margin-left:0.1rem;
}
.product-card-simple .card-img{
    float: right;
    height: 6.8rem;
    width: 13.5rem;
	margin-left: 0.5rem;
}

.is-pad .product-card-simple {
	min-height: 30rem;
	height: auto;
	padding:0;
	margin:0.8rem;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
	border-radius: 0.3rem;
}
.product-card-simple .card-img{
	margin-left: 0 !important;
}

.is-pad .product-name{
	font-size: 1.6rem;
	line-height: 1.4rem;
}
.is-pad .product-name{
	font-size: 1.4rem;
}
.is-pad .product-card-simple .card-img {
	display: block;
	float: none;
	height: 20rem;
	width: 100%;
}
.is-pad .title{
	padding:0.6rem;
}
.is-pad .footer-product{
	padding:0 0.6rem;
}
.is-pad .product-card-simple .price{
	font-size:1.4rem;
}
.product-card-simple p{
    margin:0;
}
.product-card-simple .product-description{
    font-size:0.9rem;
    color:#666;
    margin-top:0.3rem;
}
@media(min-width:768px){
    .product-card-simple .product-description {
        overflow: hidden;
        max-height:2.9rem;
        text-overflow: ellipsis;
        line-clamp: 2;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
		margin-top:0.1rem;
    }
    .product-card-simple .product-name{
        text-overflow: ellipsis;
        overflow: hidden;
        line-clamp: 2;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
		padding-bottom: 0.2rem;
    }
}
.product-card-simple .footer-product{
    margin-top:0.3rem;
    display: flex;
}
.product-card-simple .price{
    color:var(--secondary-color-dark);
	width: 9rem;
}
.product-card-simple .product-btns{
    display: inline-flex;
}
.btn-rounded{
    height:2.6rem;
    width:2.6rem;
    border:1px solid #999;
    background-color:#fff;
    border-radius:100%;
}
.btn-tinyrounded:focus,.btn-rounded:focus{
    outline:none;
    box-shadow: 0 0 1em var(--main-color);
}
.btn-tinyrounded{
    display: inline-flex;
    padding:0.1rem;
    margin-right:0.8rem;
    border:1px solid #999;
    background-color:#fff;
    height:1.9rem;
    width:1.9rem;
    border-radius:100%;
    justify-content: center;
    align-items: center;
}
.btn-tinyrounded:hover,.btn-rounded:hover{
    background-color: var(--main-color);
}
.btn-tinyrounded  i{
    font-size: 1rem;
}
.is-pad .btn-tinyrounded i{
	font-size: 1.5rem;
}
.is-pad .btn-tinyrounded{
	height:3.5rem;
	width:3.5rem;
}
.is-pad [type=radio]:checked+label, .is-pad [type=radio]:not(:checked)+label {
	padding-left: 46px;
	line-height: 40px;
	height: 46px;
}
.is-pad [type=radio]+label:after,.is-pad  [type=radio]+label:before {
	width: 32px;
	height: 32px;
}
.btn-comments{
    display: inline-flex;
    padding:0.1rem 0.6rem;
    margin-right:0.8rem;
    height:1.8rem;
    border-radius:0.5rem;
    justify-content: center;
    align-items: center;
    font-size:0.6rem;
    border:none;
    background-color: #e4e6ff;
}
.product-card-simple .card-labels{
    position: absolute;
    right:0.8rem;
    bottom:0.4rem;
    display: flex;

}

.product-card-simple .product-label{
    display: inline-flex;
    margin-left:0.6rem;
}
.product-card-simple .product-label img{
    height:1.6rem;
}
.product-cart{
    position: relative;
}

.product-card-simple .card-tags{
    clear: both;
}

.product-cart .cart-action-buttons{
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: -1rem;
    right:1rem;
}
.product-cart .cart-action-buttons li{
    display: inline-block;
}
.card-comment{
    top:0;
    transform: translateY(-50%);
    right:3%;
    position: absolute;
}
.product {
    width: 20%;
    padding: 10px;
}
.product .card {
    margin: 0;
}
.product .card .card-content {
    padding: 5px 10px;
}
.product-card .product-description,.product-card-noimg .product-description{
    height:74px;
    margin:0 8px 6px 8px;
    overflow:hidden;
}

.restaurant-card .card-title{
    margin:0;
    font-size:2.6rem;
    background-color:rgba(0,0,0,0.5);
    text-shadow:0 0 3px #000;
    width:100%;
}
.floating-labels label{
	left: 0;
}

.btn-floating i{
    font-size:1.3rem;
}

.product-card .bt-add-to-cart,.product-card-noimg .bt-add-to-cart{
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    font-size: 14px;
    text-transform: uppercase;
    background-color: var(--main-color);
    text-align: center;
    outline:0;
    border:none;
    letter-spacing: .5px;
}
.bt-add-to-cart:hover {
    background-color: var(--main-color-hover);
}
.bt-add-to-cart:active{
    background-color: var(--main-color-hover);
    border-color: var(--main-color);
}
.bt-add-to-cart.focus, .bt-add-to-cart:focus {
    background-color: var(--main-color-darken);
    border-color: var(--main-color-darken);
    box-shadow: 0 0 0 0.2rem var(--main-color-hover-light);
}
.bt-add-to-cart i{
    font-size: 1.3rem;
    line-height: inherit;
}
.product-card .card-labels{
    position: absolute;
    top:0;
    right: 0;
    display:flex;
    flex-direction: row;
}
.product-card .product-label{
    padding: 1rem;
    flex:1;
}
.product-card .product-label img{
    height: 3rem;
}
.product-card-noimg .card-labels{
    display:flex;
    flex-direction: row;
    padding-left:1rem;
}
.product-card-noimg .product-label img{
    height: 2rem;
}
@media screen and (max-width: 768px) {
    .product-label img{
        height: 2rem;
    }
}
#detail-qty,#input-detail-qty{
    font-size:2rem;
}
#input-detail-qty{
    border:1px solid #fafafa;
}
.order-price-cont{
    font-size:1.6rem;
}
.order-price{
    font-weight: bold;
}
#bt-cart,#bt-session{
    position:relative;
    color:var(--topbar-text-color);
    margin-right:1rem;
}
#bt-cart:hover,#bt-session:hover{
	color:var(--topbar-hover-color);
}
#bt-session,#bt-cart{
    font-size:1.1rem;
}
#bt-session i,#bt-cart i{
    font-size:1.4em;
}
#nb-items-cart{
    position:absolute;
    display:block;
    width:16px;
    height:16px;
    top:-3px;
    right:-3px;
    padding:1px;
    border-radius:100%;
	text-align: center;
    font-size:10px;
    background: var(--main-color);
    color: var(--main-text-color);
}
#nb-items-cart-big{
	position: absolute;
	display: block;
	width: 35px;
	height: 35px;
	top: -12px;
	right: -11px;
	padding: 1px;
	border-radius: 100%;
	text-align: center;
	font-size: 22px;
	background: #2e0d00;
	color: white;
}

.full-height {
    height: 100vh;
    overflow: hidden;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.position-ref {
    position: relative;
}

.content-home {
    text-align: center;
    background: var(--main-color);
    border-radius:1rem;
    padding:2.5rem 2rem;
    position: relative;
    box-shadow:0.3rem 0.3rem 0.6rem rgba(0,0,0,0.3),0.3rem 0.3rem 0.9rem rgba(0,0,0,0.4);
    color:black;
    font-family: sans-serif;
    font-weight: bold;
}
.content-home .logo{
    background: white;
    padding:0.6rem;
    border-radius:1rem;
    position: absolute;
    top:0;
    left:50%;
    transform: translate(-50%,-50%);
    box-shadow:0 0 0.5rem rgba(0,0,0,0.5);
}
.content-home .logo img{
    height:4rem;
}
.content-home .title {
    font-size: 5.4rem;
    text-transform: uppercase;
}

.links{
    text-align: center;
}
.links > a {
    color: #312e2c;
    background-color: white;
    padding: 0.8rem 1.2rem;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
    border-radius:0.4rem;
    margin:0.4rem;
    display: inline-block;
}
.links > a:hover{
    background-color: #fff1dc;
}
#onglets-categories-cont{
    position: -webkit-sticky;
    position: sticky;
    height: fit-content;
    top: 0;
    z-index: 1000;
}
.navbar-nav .dropdown-menu{
    z-index: 2000;
}
#onglets-categories{
    height: fit-content;
}

.onglets-categories{
    width: 100%;
    background-color: var(--onglet);
    height: fit-content;
    display: flex;
    box-shadow: inset 0rem 0rem 0.3rem rgba(0,0,0,0.1);
    color: var(--onglet-text);
    border-bottom: 1px solid #dcdcdc;
}

.onglet-category{
    padding: 1rem 2rem;
    cursor: pointer;
    text-transform: uppercase;
	text-decoration: none;
	color:black;
    font-weight: 500;
}
.onglet-category:hover{
    background-color: var(--onglet-hover);
}
.onglet-category.active{
    background-color: var(--onglet-active);
    color:var(--onglet-active-text);

}
#onglets-subcategories .onglet-category {
    padding: 0.6rem 2rem;
    text-transform:none;
}
.onglet-category.active + .onglet-category{
    /*box-shadow:inset 0.5rem 0 0.6rem rgba(0,0,0,0.2);*/
}
.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
.disable-scrollbars::-webkit-scrollbar {
    display:none;
}

.disable-scrollbars {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}
.order-title{
    font-size:1.8em;
}
#dropdownLangs{
    padding: 0 0.2em 0 0.4em;
}
#dropdownLangs img{
    height: 1.4rem;
    color:#fff;
}
#dropdownLangs:after{
    vertical-align:.05em;
}
.navbar-nav .dropdown-toggle:after{
    color:#fff;
}
.form-control:focus {
    background-color: #fff;
    border-color: var(--main-color);
}
.login-register {
    background: #0e2d20;
    overflow: auto;
}
#bt-floating.with-text{
	width:auto;
	border-radius:1200px;
	padding:0 1.2rem;
}
.floating-labels .bar:after, .floating-labels .bar:before {
    background: var(--main-color);
}
.login-box{
    width: 60% !important;
}
.login-box .logo-name > img{
    width: 50%;
}
.login-box{width:400px;margin:0 auto}
@media (max-width: 767px) {
    .login-box{
        width: 90% !important;
    }
    .login-option{
        flex-wrap: wrap;
    }
    .login-option > div {
        flex : 0 0 100%;
        margin-top: 10px;
    }
}

.badge-theme-alt{
    background-color: var(--secondary-color);
    color:#fff;
}

.navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}

.navbar-nav>.nav-item>.nav-link{padding-left:.50rem;padding-right:.50rem}
.navbar-nav .dropdown-menu{position:absolute}


#tag-commande-type{
    position: absolute;
    right:1rem;
    bottom:0;
    transform: translateY(50%);
}
#tag-commande-type .badge{
    margin:0!important;
}
#categories-cont hr{
    margin:0!important;
}
.img-flag{
    width:3rem;
}
.lang-code{
    padding:0 0 0 1rem;
    text-transform:uppercase;
    font-size:1.6rem;
    width:4rem;
}
#lang-selector .dropdown-item{
    display:flex;
    align-items:center;
    justify-content:center;
}

#lang-selector .dropdown-item:hover .img-flag{
    filter: saturate(110%);

}
.head-restaurant{
    height: 6rem;
}
.restaurant-name{
    text-align: center;
    font-size:2rem;
    font-style:italic;
    font-weight: 900;
    margin:0!important;
    z-index: 100;
    color:#000;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
@media screen and (max-width: 768px) {
	.restaurant-name{
		font-size:1.6rem;
	}
}
.restaurant-name .title-light{
    font-weight: 300;
}
.img-title-cover{
    width:100%;
    height:6rem;
    position:absolute;
    overflow: hidden;
    border-radius: 0 0 100% 100% / 0 0 10% 10%;
    background-color: #0b2e13;
}
.img-title-cover img{
    width:100%;
    height:100%;
    display: block;
}
.black-cover{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:rgba(0,0,0,0.5);
}
.categories-footer{
    list-style:none;
}
.categories-footer a{
    color: var(--main-color-darken);
}
.categories-footer a:hover{
    color: var(--main-color);
}
.footer-restaurant{
    border-top:#ddd solid 1px;
}
.categories-footer{
    display: flex;
    flex-wrap: wrap;
}
.categories-footer li{
    margin:0.4rem;
    padding:0.4rem;
    border:1px solid var(--main-color-hover-light);
    border-radius:0.4rem;
}
.table-choice{
    border:3px solid #eee;
    border-radius:1rem;
    cursor: pointer;
    filter: saturate(30%);
}
.table-choice:hover,.table-choice.active{
    filter:none;
    background: #f2fff2;
    border:3px solid --var(--main-color-hover);
}

#updateToast{
    z-index:100000;
}
#onglets-categories-cont .arrow-indicator{
    position: absolute;
    display: none;
    top:50%;
    right:1%;
    color: var(--main-color);
    transform: translate(0,-50%);
}
.arrow-indicator.animated{
    animation: blink 1.6s linear 0s infinite;
}
@keyframes blink {
    0%{
        opacity: 0.0;
        right:1%;
    }
    20%{
        right:1%;
        opacity: 1.0;
    }
    100% {
        opacity: 0.0;
        right: 5%;
    }

}
.product-tag{
	display: inline-block;
}
.bt-comments{
	position: absolute;
	bottom:0;
	left:50%;
	transform: translate(-50%,50%);
}
/* Tablette */
.category-title-pad{
	font-size:1.8rem;
	padding:0.8rem;
	margin:0;
	text-align:center;
	font-weight: 400;
	color:black;

}
.category-title-pad:hover{
}
.category-products-pad{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 8px;
}


.link-category-pad:focus .card-img{
	transform: scale(1.1);
	transition: .6s all;
}
.link-category-pad:focus .category-products-pad{
	box-shadow:inset 0 0 6px 4px var(--main-color);
	animation: bg-anim 0.4s linear;
}
.link-category-pad{
	text-decoration: none !important;
}
@keyframes bg-anim {
	 0% {
		 background-color: #e0ffc5;
	 }
	 50% {
		 background-color: #ffe6c4;
	 }
	 100% {
		 background-color: #fff;
	 }
 }
.pulsate{
	animation: pulse-animation 2s infinite linear;
}
@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	}
	100% {
		box-shadow: 0 0 3px 20px rgba(0, 0, 0, 0);
	}
}
.title-category-pad{
	text-align: center;
}
.product-clone{
	position: absolute;
}
.btn-back-pad{
	border:none;
	padding:1rem;
	border-radius:1rem;
	background:var(--secondary-color);
	color:white;
	position:absolute;
	top:-5rem;
}
.btn-back-pad:hover{
	color:white;
	background:var(--secondary-color-hover);
}
.btn-back-pad:active{
	color:white;
	background:var(--secondary-color-accent);
}

.top-nav-title{
	color:var(--topbar-text-color);
	padding-left: 3rem;
	font-size:1.1rem
}
.parallax {
	scroll-behavior: smooth;
	background: url('/img/bg/login.svg') ;
	background-size:cover;
	height:50vh;
	background-attachment: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
}
.parallax-layer{
	background-color:rgba(0,0,0,.45);
	padding:2rem;
}
.text-parallax h1{
	font-size:3.5rem;
	font-weight:900;
}


@media (max-width: 721px){

	.text-parallax h1{
		font-size:2.2rem;
		font-weight:900;
	}
	.text-parallax h2 {
		font-size: 1.6rem;
	}
	.top-nav-title{
		padding-left: 1rem;
		font-size:0.9rem
	}
}
.img-presentation{
	float:left;
	text-align:center;
	width:8rem;
}
.app-prez h5,.colored{
	color:var(--main-color);
}
@media (min-width: 720px){
	.form-end{
		position:absolute;
		width:30rem;
		top:4rem;
		left:50%;
		transform:translate(-50%, 0)
	}
}
@media (max-width:990px){
	.form-end{
		top: 0;
	}
}
.pres-description p{
	font-size:1.2rem;
}
.text-maincolor {
    color: var(--main-color) !important;
}

.card-outline-inverse {
    border-color: #2f3d4a
}

.card-outline-inverse .card-header {
    background: #2f3d4a;
    border-color: #2f3d4a
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--main-text-color);
    border-color: var(--main-text-color);
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    background: none;
    color: var(--main-text-color);
    border: 1px solid var(--main-color);
}
.resto-select-info{
    font-size:1rem;
    margin-top:0.4rem;
    margin-right:1rem;
}
.logo-head{
    height:40px;
    margin-left:0.5rem;
}
.logo-header:hover{
    filter:saturate(150);
}
.article-dark{
    background-color:#000;
    color:#fff;
}
@media (max-width:1000px){
    .resto-select-info{
        font-size:0.75rem;
        margin-top:0.2rem;
    }
    .logo-head{
        height:38px;
        margin-left:0;
    }
}
