/********** Template CSS **********/
:root {
    --primary: #170040;
    --secondary: #ed2181;
    --light: #F7FAFF;
    --dark: #1D1D27;
}

/*** font import ***/
@font-face {
  font-family: Playlist Script;
  src: url('../fonts/Playlist/Playlist Script.otf'); 
}
@font-face {
    font-family: "CHEESE PIZZA";
    src: url('../fonts/Playlist/CHEESEPIZZA.ttf');
    } 
@import url('http://fonts.cdnfonts.com/css/cheese-pizza');

div:target {
    padding-top: 7em !important; 
}

.font-big{
  font-family: 'CHEESE PIZZA', sans-serif !important;
  letter-spacing: 0.5px; 
  font-size: 60px !important;
}
.font-pizza-01{
	font-size: 34px !important;
  font-family: 'CHEESE PIZZA', sans-serif !important;
  letter-spacing: 0.5px; 
}
.font-pizza-02{
  font-family: Playlist Script !important;
}
.line-height-01{
    line-height: 1.2 !important;
}
/*** tarif ***/
.padding-top-10{
    padding: 10px;
}
.tarif-01 {
    color: #fff;
    background-color: #ed2181;
    border-color: #ed2181;
	border-radius: 50rem !important;
	font-weight: 600;
	font-size: 17px !important;
    line-height: 1.5;
    text-align: center;
    padding: 0.375rem 1.75rem;
	width:auto !important;
}
.tarif-01-espace {
    height:10px !important;
}
.tarif-02 {
    color: #fff;
    background-color: #00aeef;
    border-color: #00aeef;
	border-radius: 50rem !important;
	font-weight: 600;
	font-size: 17px !important;
    line-height: 1.5;
    text-align: center;
    padding: 0.375rem 0.75rem;
	width:auto !important;
}
.margin-10{
    margin: 10px 10px 0px 0px !important;
}
.tarif-esp{
    padding: 20px 40px 10px 40px !important;
}
/*** title ***/
.navbar-brand h1 {
  /*margin-top:-30px !important;*/
  font-size: 34px !important;
  font-family: 'CHEESE PIZZA', sans-serif !important;
  color: #fff  !important;
}
.title-first h1 {
  /*margin-top:-30px !important;*/
  font-size: 70px !important;
  color: #fff !important;
}
.section-title h3{
  font-size: 22px !important;  
}
.section-title-flocage {
  color: #fff  !important; 
    /*border: 1px solid #42B32F;
    border-radius: 5px;*/
    text-align: center; 
}
.section-title-flocage h2 {
  font-size: 20px !important;
}
.font-dsitrib{
    margin:0px !important;
	padding:0px !important;
	font-family: Verdana, sans-serif !important; 
	font-size: 16px !important;
	line-height: 1.5!important;
	font-weight: bold !important;
}
.font-dsitrib2{
    margin:0px !important;
	padding:0px !important;
	font-family: Verdana, sans-serif !important; 
	font-size: 14px !important;
	line-height: 1.5!important;
	font-weight: bold !important;
}
.aventure h2{
    font-family: Verdana, sans-serif !important; 
	font-size: 16px !important;
	line-height: 1.5!important;
	font-weight: bold !important;
}
h2{
  font-size: 24px !important;
  line-height: 1.1 !important;
}
h3{
  font-size: 26px !important;
  line-height: 1 !important;
}
h4{
  font-size: 40px !important;
  color: #fff !important;
  margin-top:-40px !important;
  font-family: 'CHEESE PIZZA', sans-serif !important;
}

h6{
  font-family: 'CHEESE PIZZA', sans-serif !important;
  font-size: 24px !important;
  color: #fff !important;
  line-height: 0.9 !important;
}
.big-number{
  font-size: 40px !important;
  color: #ed2181 !important;
}
.big-number-bottom{
  font-size: 80px !important;
  font-family: 'CHEESE PIZZA', sans-serif !important;
}
.margin-index{
      margin-top:-50px !important;
}
/*** icone ***/
.min-icone{
  font-size: 14px !important;
}
.min-icone2{
  font-size: 20px !important;
  
}
/*** bg color ***/
.bg-color-rose{
  background: #ed2181 !important;
}
.border-rounded-bg-rose{
      border-radius: 20px !important;
	  color: #fff !important;
}
.border-rounded-bg-rose .big-number{
      color: #fff !important;
}
.border-rounded-bg-rose h2{
      color: #fff !important;
}

/*** color ***/
.color-white{
  color: #fff !important;
}
.color-white-bold{
  font-size: 13px !important;
  font-weight: bold !important;
  color: #fff !important;
}
.color-love{
  color: #ed2181 !important;
}
.color-dark-blue{
  color: #170040 !important;
}
.color-light-blue{
  color: #00aeef !important;
}
.color-blue{
  color: #ed2181 !important;
}

/*** text align ***/
.text-align-center{
  text-align: center !important;
}
.service-item img{
  /*border: 4px solid #fff;*/
  display: block;
  margin: 0px auto;
}
.divider-white{
  background: #ed2181 !important;
  height: 200px !important;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 20px;
    bottom: 20px;
    z-index: 99;
}
.back-to-top img {
    width: 30px !important;
	margin-top:-10px !important;
}
.aventure
/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
    font-weight: 700 !important;
}

h4,
h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
	font-size: 14px !important;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 20px 0;
    color: var(--light) !important;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 10px 0 !important;
    color: var(--light) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--secondary) !important;
}

.navbar-light .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

@media (min-width: 100px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 2px solid rgba(256, 256, 256, .2);
        z-index: 999;
		background: var(--primary);
    }
	.navbar-brand{
        color: #fff !important;
    }

    .navbar-toggler{
        color: #fff !important;
    }
    .sticky-top.navbar-light {
        position: fixed;
        background: #170040;
    }
/*
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -2px;
        left: 50%;
        background: var(--secondary);
        transition: .5s;
    }
*/
    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        color: var(--light);
    }
}


/*** Hero Header ***/
.hero-header {
    background:
        url(../img/bg-dot.png),
        url(../img/bg-dot.png),
        url(../img/bg-round.png),
        url(../img/bg-tree.png),
        url(../img/bg-bottom-hero.jpg);
    background-position:
        10px 10px,
        bottom 300px right 10px,
        left 55% top -1px,
        left 50% bottom -1px,
        center bottom -1px;
    background-repeat: no-repeat;
}
.hero-header1 {
	margin-top:40px;
    background:
        url(../img/bg-dot.png),
        url(../img/bg-dot.png),
        url(../img/bg-round.png),
        url(../img/bg-tree.png),
        url(../img/bg-bottom-hero.jpg);
    background-position:
        10px 10px,
        bottom 300px right 10px,
        left 55% top -1px,
        left 50% bottom -1px,
        center bottom -1px;
    background-repeat: no-repeat;
}
.hero-header2 {
     background:
        url(../img/bg-dot.png),
        url(../img/bg-dot.png),
        url(../img/bg-round.png),
        url(../img/bg-tree.png),
        url(../img/bg-bottom-hero2.jpg);
    background-position:
        10px 10px,
        bottom 190px right 10px,
        left 55% top -1px,
        left 45% bottom -1px,
        center bottom -1px;
    background-repeat: no-repeat;   
}
.img-fluid2{
    content: "";
    width: 370px;
    height: 400px;
    bottom: 0;
    left: 0;
	margin-right:5px;
}
.img-fluid-coeur{
    content: "";
    width: 18px;
    height: 18px;
    bottom: 0;
    left: 0;
	margin-right:5px;
}
.espace-bottom{
    height: 100px !important;
}
.espace-bottom-50{
    height: 50px !important;
}
/*** Section Title ***/
/*
.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: var(--dark);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    bottom: 0;
    left: 50px;
    background: var(--dark);
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -25px;
}

.section-title.text-center::after {
    left: 50%;
    margin-left: 25px;
}

.section-title h6::before,
.section-title h6::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 2px;
    left: 0;
    background: rgba(33, 66, 177, .5);
}

.section-title h6::after {
    top: 5px;
    left: 3px;
}
*/
.padding-0{
    padding:30px 0px 30px 0px !important;
}
/*** Service ***/
.service-item {
    position: relative;
    height: auto;
	min-height: 270px !important;
    padding: 40px 20px 0px 20px;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}
.service-item-launch{
    position: relative;
    height: auto;
    padding: 30px 30px 25px 30px;
    background: #00c6ff;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #0072ff, #00c6ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}
.service-item-launch3{
    position: relative;
    height: auto;
    padding: 30px 30px 25px 30px !important;
    background: #170040;
}
.service-item-launch4{
    position: relative;
    height: auto;
    padding: 10px 30px 25px 30px !important;
	margin: 20px 0px 0px 0px !important;
    background: #170040;
}

.service-item-launch img{
  /*border: 4px solid #fff;*/
  display: block;
  margin: 0px auto;
  height: auto;   
}
.service-item:hover {
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 10px auto;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    background: url(../img/icon-shape-primary.png) center center no-repeat;
    transition: .5s;
}
.service-item .service-icon2 {
    margin: 0px auto 0px auto;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    /*background: url(../img/icon-shape-primary.png) center center no-repeat;*/
    transition: .5s;
}
.service-icon2 img {
    margin: 0px auto 40px auto !important;
   
}
.service-item-margin{
    margin-top: 0px 30px 0px 30px !important;
  
}
.service-item .service-icon .big-number-bottom {
    margin-top: -15px;
    
}

.service-item:hover .service-icon {
    color: var(--primary);
    background: url(../img/icon-shape-white.png);
}

.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover h5,
.service-item:hover p {
    color: var(--light);
}

.service-item a.btn {
    position: relative;
    display: flex;
    color: var(--primary);
    transition: .5s;
    z-index: 1;
}

.service-item:hover a.btn {
    color: var(--primary);
}

.service-item a.btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: #DDDDDD;
    transition: .5s;
    z-index: -1;
}

.service-item:hover a.btn::before {
    width: 100%;
    background: var(--light);
}
    
.bg01{
    background-image: url("../img/bg01.jpg");
	background-repeat: no-repeat;
	background-position: center top !important;
    background-size: 100% auto !important;
}

/*** Testimonial ***/
.newsletter-bg-distrib {
   background:
		url(../img/bg01-site-coming-soon.jpg);
		/*url(../img/bg011.jpg);*/
    background-position:
        left top,
        right bottom;
    background-repeat: no-repeat;
	background-position: center top !important;
	background-size: 140% auto !important;
}
.newsletter1 {
   background:
		url(../img/bg01-site-coming-soon.jpg);
		/*url(../img/bg02.jpg);*/
    background-position:
        left top,
        right bottom;
    background-repeat: no-repeat;
	background-position: center top !important;
	background-size: 110% auto !important;
}
.newsletterchamp {
   background:
		url(../img/bg01-site-coming-soon2.jpg);
		/*url(../img/bg02.jpg);*/
    background-position:
        left top,
        right bottom;
    background-repeat: no-repeat;
	background-position: center top !important;
	background-size: 110% auto !important;
}
.newsletter,
.testimonial {
   background:
		url(../img/bg01-site-coming-soon.jpg);
		/*url(../img/bg011.jpg);*/
    background-position:
        left top,
        right bottom;
    background-repeat: no-repeat;
	background-position: center top !important;
	background-size: 160% auto !important;
}
@media (max-width: 874px) {
	.newsletterchamp { background-size: 200% auto !important;}
	.newsletter1 { background-size: 200% auto !important;}
	.newsletter-bg-distrib { background-size: 200% auto !important;}
	.newsletter { background-size: 400% auto !important;}
}
@media (max-width: 1000px) {
	.newsletter { background-size: 180% auto !important;}
}
@media (max-width: 768px) {
	.newsletter1 { background-size: 240% auto !important;}
	.newsletter-bg-distrib { background-size: 300% auto !important;}
	.newsletter { background-size: 400% auto !important;}
	.section-title h2 { font-size: 20px !important;line-height:26px!important;}
	.service-item-launch img { max-width: 100px !important;}
	/*.resp-01-logo img{ width: 100px !important;}*/
	.justify-content-center .resp-02 { margin-top: -10px !important;}
	.service-item-launch { font-size: 20px !important;line-height:22px!important;}
	.resp-img-02-distrib { padding-top: 20px !important;max-width: 340px !important; display: block; margin: 0px auto;}
	.resp-img-02-labo { max-width: 340px !important; display: block; margin: 0px auto;}
	.resp-img-02-logo { margin-top: 10px !important; max-width: 300px !important; display: block; margin: 0px auto;}
	.btn-concessionnaire1 { margin-top: 20px !important;}
	.aventure h2 { font-size: 14px !important;line-height:18px!important;}
}
@media (max-width: 456px) {
	.newsletter1 { background-size: 220% auto !important;}
	.newsletter-bg-distrib { background-size: 360% auto !important;}
	.newsletter { background-size: 350% auto !important;}
}
.resp-img-02-logo { padding-top: 10px !important;}
.imgfuse { max-width: 140px !important;}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--light) !important;
    border-color: var(--light);
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #888888;
}

.testimonial-carousel .owl-item.center .testimonial-item i {
    color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item h6 {
    color: var(--dark) !important;
}


/*** Team ***/
.team-item {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.team-item::after {
    position: absolute;
    content: "";
    top: 3rem;
    right: 3rem;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    background: var(--primary);
}

.team-item h5,
.team-item small {
    transition: .5s;
}

.team-item:hover h5,
.team-item:hover small {
    color: var(--light);
}


/*** Project Portfolio ***/
#portfolio-flters .btn {
    position: relative;
    display: inline-block;
    margin: 10px 4px 0 4px;
    transition: .5s;
	font-weight: 600 !important;	    
}

#portfolio-flters .btn::after {
    position: absolute;
    content: "";
    right: -1px;
    bottom: -1px;
    border-left: 20px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 50px solid #FFFFFF;
}

#portfolio-flters .btn:hover,
#portfolio-flters .btn.active {
    color: var(--light);
    /*background: var(--primary);*/
	background: #00aeef;
}

.portfolio-overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    width: 100%;
    height: 100%;
    border-radius: 20px;
	top: 0;
    left: 0;
    transition: .5s;
    z-index: 1;
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-item .btn {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
	align-items: center;
    justify-content: center;
    background: url(../img/icon-shape-white.png) center center no-repeat;
    border: none;
    transition: .5s;
    opacity: 0;
    z-index: 2;
}

.portfolio-item:hover .btn {
    opacity: 1;
    transition-delay: .15s;
}


/*** Footer ***/
.footer {
    background: url(../img/footer.png) center center no-repeat;
    	background-position: center top !important;
    background-size: 110% auto !important;
}
@media (max-width: 991px) {
	.footer { background-size: 200% auto !important;}
}
@media (max-width: 768px) {
	.footer { background-size: 300% auto !important;}
}
@media (max-width: 1000px) {
	.coordonnes { padding-top: 2rem !important;}
}
.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 12px !important;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}






/*------------galerie-------------------*/

.filter-marg{
    margin-bottom: 40px;
}
.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}












.portfolio-section {
  padding: 20px 0;
  background-color: #fff;

}
.portfolio-section h2 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.portfolio-menu {
  text-align: center;
}
.control {
  background: #170040;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #170040;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all 0.5s ease;
}
.control:hover {
  background: #ed2181;
}
.mixitup-control-active {
  color: #fff;
  background: #ed2181;
  border: 1px solid #ed2181;
}
.fancybox-container button:focus {
  outline: 0;
  box-shadow: none;
}
.portfolio-item {
  padding: 30px;
}
.pd {
  padding: 10px;
}
.pd img {
  width: 100%;
  transition: all 0.5s;
}
.portfolio-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
}
.portfolio-overlay p,
.portfolio-overlay a {
  position: relative;
  z-index: 4;
}
.portfolio-overlay::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: 50ms height ease 150ms;
  z-index: 3;
}
.portfolio-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 100ms width ease 200ms;
  z-index: 3;
}
.portfolio-item:hover .portfolio-overlay::before {
  width: 80%;
  height: 80%;
  border-top: 1px solid #50977f;
  border-right: 1px solid #50977f;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}
.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #50977f;
  border-left: 1px solid #50977f;
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}
.portfolio-item li {
    list-style: none !important;
}
.portfolio-item li:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}
.portfolio-overlay .category {
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #50977f;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}
.portfolio-overlay .magnify-icon:hover {
  background: #000;
}
.portfolio-overlay .magnify-icon p span i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}

/*******Responsive media query******/

/* Extra small devices (portrait phones, less than 576px)*/


.lightbox {
	/** Hide the lightbox */
	width: 0;
  height: 0;
  overflow: hidden;
	
	/** Apply basic lightbox styling */
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	color:#333333;
	transition: width .5s ease-in-out, height .5s ease-in-out;
  background: rgba(255,255,255,1);
	}
.lightbox img {
	width: 90%;
    padding:30px;
	
	}	
/*lightbox img responsive*/
@media (min-width: 1400px) {
  .lightbox img {
	width: 50%;
    padding:20px;
	
	}	  
}
/*lightbox img responsive*/
@media (max-width: 700px) {
  .lightbox img {
	width: 100%;
    padding:20px;
	
	}	  
}

/** Show lightbox when it is target */
.lightbox:target {
  width: 100%;
  height: 100%;
	transition: width .5s ease-in-out, height .5s ease-in-out;
}

.lightbox .box {
  	width: -webkit-min-content;
  	width: -moz-min-content;
  	width: min-content;
	min-width:90%;
 	margin: 2% auto;
	background-color:#FFF;
    position: relative;
    z-index: 2;
	}

.lightbox .title {
	margin:0;
	padding:0 0 10px 0px;
	border-bottom:1px #ccc solid;
	font-size:22px;
	}

.lightbox .content {
	display:block;
	position:relative;
	}
	

.lightbox .content .desc {
	z-index:99;
	bottom:0;
	position:absolute;
	padding:10px;
	margin:0 0 4px 0;
	background:rgba(0,0,0,0.8);

	color:#fff;
	font-size:17px;
	opacity:0;
	text-align: left;
	transition: opacity ease-in-out 0.5s;
	}	
	
.lightbox .content:hover .desc	{
	opacity:1;
}

.lightbox .next,
.lightbox .prev,
.lightbox .close {
	display:block;
	text-decoration:none;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:22px;
	color:#858585;
	}

.close_out {
  display: block;
  position: absolute;
  float:right;
  font-size:17px;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*menu button*/
@media (max-width: 991px) {
    .menudisplay2{
        display: none !important;
    }
}
/*menu resp*/
@media (min-width: 991px) {
    .menudisplay1{
        display: none !important;
    }
}

.navbar-logo h1 {
  /*margin-top:-30px !important;*/
  font-size: 34px !important;
  font-family: 'CHEESE PIZZA', sans-serif !important;
  color: #fff  !important;
}
.navbar-logo img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}



.navbar2{
	position: fixed;
	width: 100%;
	height: 88px !important;
	border-bottom: 2px solid rgba(256, 256, 256, .2);
	padding:10px !important;
	z-index: 999;
	background: var(--primary); 
        top: 0;
        left: 0;
}

.navbar2 a{
	display: flex run-in !important;
}
/*
.navbar2 a{
 margin:150px 5px 150px 5px !important;
  
}
*/
/*
.menudisplay1 a{
  display: block !important;
}
*/
/*
.float-end a{
	border-bottom: 2px solid rgba(256, 256, 256, .2);
}
*/
.button1 {
	width:100%;
	color: #fff;
	background-color: #ed2181;
	transition: .2s ease;
	border-radius: 5px;
	padding:1px 5px 1px 5px !important;
}

.button1:hover {
	color: #ed2181;
	background-color: #fff;
	border-radius: 5px;
}
/*
.button2 {
	color: #fff;
	background-color: #aa1b5e;
}
*/
