#header { background: url(../images/bg_header_mobile.png) no-repeat center top; background-size:14rem; } 

  #header-icons { padding-top: 0.5rem; padding-bottom: 0.5rem; background-color: var(--bs-primary); }
  #header-icons .header-icon { display: inline-block; color: var(--bs-secondary); border: 2px solid var(--bs-secondary); border-radius: 50%; text-align: center; width: 1.6rem; height: 1.6rem; margin-left: 0.25rem; }
  #header-icons .header-icon:hover {background-color: var(--bs-secondary); color: var(--bs-white); }
  #header-icons .header-icon i {line-height:1.1rem; font-size: 0.75rem; }

  #header-main { margin-top:6rem; margin-bottom: 0.625rem; }
  #header-main .site-logo { max-width: 100%; width: 20rem; }

  .speed-menu { list-style: none; margin: 0 -1.25rem 0 0; padding: 0; }
  .speed-menu li { font-family: var(--bs-font-futura-demi); font-size:0.875rem; background-color: var(--bs-secondary); padding: 0.2rem 0 0.2rem 0.625rem; }
  .speed-menu li:last-child { padding-right: 1.25rem;}
  .speed-menu li a { text-decoration: none; color: var(--bs-white);}
  .speed-menu li:hover a { color: var(--bs-black);}

  .header-cart { background: url(../images/cart_bg.png) no-repeat center; background-size: contain; display: inline-block; width: 3rem; height: 3rem; color: var(--bs-white); border-radius: 50%; margin-top: 1rem; }
  .header-cart:hover { background-image: url(../images/cart_bg_hover.png);}
  .header-cart i { line-height: 3rem; }

  #navbar-mobile { padding: 1rem 0; background-color: var(--bs-primary-dark); }
  #navbar-mobile ul.sub-menu { margin:0; padding: 0; list-style: none; font-weight: 400;} 

  #navbar-desktop .navbar { list-style: none; margin: 0; padding: 0; font-family: var(--bs-font-chocolates); letter-spacing: 0.025rem; font-weight: 600; }
  #navbar-desktop .navbar>li { font-size: 1.125rem; }
  #navbar-desktop .nav-link { padding: 0.5rem 1rem; text-transform: uppercase; color: var(--bs-light); }  
  #navbar-desktop.nav-link:hover, 
  #navbar-desktop.nav-link:focus { color: var(--bs-white); }
  #navbar-desktop .dropdown-menu { display: block; max-height: 0; visibility: hidden; transition: all 0.3s ease-out; overflow: hidden; }
  #navbar-desktop li:hover ul.dropdown-menu { max-height: 800px; visibility: visible;  }
  #navbar-desktop .dropdown-menu li { font-size: 1.125rem; min-height: 4rem; text-align: center; display: flex; align-items: center; }
  #navbar-desktop .dropdown-menu li:nth-child(2n) { background-color: var(--bs-primary-medium); }
  #navbar-desktop .dropdown-menu li:nth-child(3n) { background-color: var(--bs-primary-light); }

/* Large */
@media (min-width: 1120px) { 

  #header { background: url(../images/bg_header_desktop.png) no-repeat left top; background-size: contain; } 

    #header-icons { padding-top: 1.5rem; padding-bottom: 0; background-color: transparent; }
    #header-icons .header-icon { width: 3rem; height: 3rem; margin-left: 0.75rem; }
    #header-icons .header-icon i {line-height:2.75rem; font-size: 1.5rem; }

    #header-main { margin-top: 7rem; margin-bottom: 1rem; }
    #header-main .site-logo { max-width: 100%; width: 40rem; }

    .speed-menu { flex-direction: column; margin-right: -2.5rem; margin-top: -3rem; }
    .speed-menu li { font-size: 1.5rem; margin-bottom: 1.625rem; padding:0.4rem 2.5rem 0.4rem 1.25rem; }
    .speed-menu li:last-child { padding-right:2.5rem; } 

    .header-cart { width: 5rem; height: 5rem; margin-top: 2rem; } 
    .header-cart i { line-height: 5rem; font-size: 2rem; }

} 

/* XLarge */
@media (min-width: 1184px) { 

  #navbar-desktop .navbar>li { font-size: 1.375rem; }

} 

#main-wrapper { }

  #main-content { position: relative; }  

    .page-header { position: relative; z-index: 1; padding-top:5rem; margin-bottom:2rem; }
    .page-header .col { position:relative; }
    .page-header-pattern { position:absolute; z-index: 0; width: 12rem; height: 12rem; left: -3rem; top:-6rem; background-size: contain!important; }

    .hentry .entry-content,
    .hentry .entry-meta { font-family: var(--bs-font-chocolates); line-height: 1.3; } 
    .hentry .entry-meta { font-weight: 600; font-style: italic; font-size: 1rem; } 

    .list-posts>.row>.hentry>.bg-white { min-height: 100%; height: 100%; }   

/* Large */
@media (min-width: 1120px) {  

  .page-header { padding-top: 8rem; } 
  .page-header-pattern { width: 18rem; height: 18rem; left: -5rem; top:-8.5rem; }
  .hentry { position: relative; z-index: 1;} 
  .hentry .entry-meta { font-size: 1.125rem; } 

}

#front-header { position: relative; overflow: hidden; } 
#carouselFront { position: relative; z-index: 1;  } 
#carouselFront .carousel-item { height:100vw; max-height: 75vh; } 
#front-header .section-box { position: absolute; z-index: 2; top:2rem; bottom:2rem; left: 50%; transform: translateX(-50%); } 
#front-header .bg-secondary { padding: 1rem; } 
#front-header .carousel-control { opacity: 1!important; } 
#front-header .carousel-control i { font-size: 3rem; } 
#front-header .carousel-control i:hover { color: var(--bs-primary);} 

/* Large */
@media (min-width: 576px) {   

#carouselFront .carousel-item { height:75vw; } 
#front-header .section-box { top:3rem; bottom:3rem; } 

} 

/* Large */
@media (min-width: 1120px) {   

  #front-header .section-box { max-width: 80%; top:50%; transform: translate(-50%, -50%); bottom: auto; } 
  #front-header .bg-secondary { padding: 1.5rem 2.5rem; } 

} 

#front-posts { position: relative; padding-top: 3rem; padding-bottom:calc(22vw - 6vw); } 
#front-posts .col-right>.bg-white { height: 100%; min-height: 100%; flex-direction:column; } 

/* Large */
@media (min-width: 1120px) {  
 
  #front-posts { padding-bottom: 10rem; } 

} 

#front-infos { position: relative; } 
#front-infos::before { position: absolute; z-index: 2; top: -12vw; left: 39vw; display: block; content: "";  width: 22vw; height: 22vw; background: url(../images/front_infos_image.png) no-repeat center;  background-size: contain; }
#front-infos .front-main { padding-top: calc(22vw - 6vw); padding-bottom:11rem; font-size: 1.25rem; } 
  
#front-infos .front-image { position: relative; z-index: 1; width: 100%; } 
#front-infos .front-image-frame { height:75vw; max-height: 80vh; overflow: hidden; } 
#front-infos .front-box { position: absolute; z-index: 2; top:-8rem; left:calc(50% - 11rem); right: 0; height: 22rem; width: 22rem; font-size: 1.125rem; } 
.front-box-pattern { position:absolute; z-index: 0; width: 12rem; height: 12rem; left:60vw; top:-6rem; background: url(../images/pattern_secondary.png) no-repeat left top; background-size: contain!important; }
#front-infos .front-box .bg-white { border-radius: 50%; height: 22rem; width: 22rem; flex-direction: column; overflow: hidden; padding: 0 1rem;} 
#front-infos .front-box .container-xxl { max-width: 100%; width: 100%; flex-direction: column; height: 22rem; } 
#front-infos .front-box .bg-white p { margin-bottom: 0.5rem;} 
#front-infos .front-box .bg-white a { text-decoration: none; color: var(--bs-primary); } 
#front-infos .front-box .bg-white a:hover { color: var(--bs-tertiary);} 

/* Large */
@media (min-width: 1120px) { 
 
  #front-infos::before { top: -7rem; left:calc(50vw - 7rem); width:14rem; height:14rem; }    
  #front-infos .front-main { padding-top: 10rem; font-size: 1.5rem; }  
  
  #front-infos .front-box { top:-8rem; left:calc(50% - 14rem); height: 30rem; width: 30rem; font-size: 1.5rem; }  
  .front-box-pattern { width: 18rem; height: 18rem; top:-8.5rem; }
  #front-infos .front-box .bg-white { height: 30rem; width: 30rem; font-size: 1.5rem;} 
  #front-infos .front-box .container-xxl { height: 30rem; } 
  #front-infos .front-box .bg-white p:not(:last-child) { margin-bottom: 1rem;} 

} 

/* Large */
@media (min-width: 1440px) {  
   
  #front-infos .front-box { top:-8rem; left:calc(50% - 18rem); height: 36rem; width: 36rem; }  
  #front-infos .front-box .bg-white { height: 36rem; width: 36rem; padding: 0 2rem; } 
  #front-infos .front-box .container-xxl { height: 36rem; } 
  #front-infos .front-box .bg-white p:not(:last-child) { margin-bottom: 1rem;} 

} 

/* XLarge */
@media (min-width: 1184px) {  
   
  #front-infos .front-image-frame { background-attachment: fixed!important;}  

} 

#front-products { position: relative; padding-top: 4rem; } 
#front-products::before { position: absolute; z-index: 2; top: -4rem; left:calc(50vw - 4rem); display: block; content: "";  width: 8rem; height: 8rem; background: url(../images/footer_image.png) no-repeat center; background-size: contain; }

/* Large */
@media (min-width: 1120px) { 
 
  #front-products::before { top: -8.5rem; left:calc(50vw - 7rem); width:14rem; height:14rem; }     

} 
  
.footer-image { position: relative; clear: both; z-index: 1; padding-top: 9vw;} 
.footer-image::after { position: absolute; z-index: 2; top: 0; left:calc(50vw - 4rem); display: block; content: "";  width: 8rem; height: 8rem; background: url(../images/footer_image.png) no-repeat center; background-size: contain;  } 
.footer-image-frame { height:56vw; max-height: 80vh; overflow: hidden; } 

/* Large */
@media (min-width: 1120px) {  

  .footer-image { padding-top: 6vw;} 
  .footer-image::after { top: 0; left:calc(50vw - 7rem); width:14rem; height:14rem; }    

} 

#footer  { position: relative; clear: both; z-index: 1; background: url(../images/bg_footer.png) no-repeat center bottom; background-size:12rem; margin-bottom: 2rem; padding-bottom:11rem; }

  #footer .site-logo { max-width: 100%; width: 20rem; } 
  #footer .footer-infos p,
  #footer .footer-widgets { font-size: 1.25rem; margin-bottom: 0; } 
  #footer .footer-infos p.text-tertiary { font-family: var(--bs-font-futura-demi); text-transform: uppercase; } 
  #footer .footer-infos a { text-decoration: none; } 
  #footer .footer-infos a:hover { color: var(--bs-tertiary); } 

  #footer .footer-widgets p ,
  #footer .footer-widgets label { font-family: var(--bs-font-futura-demi); } 
  #footer .footer-widgets input[type="text"],
  #footer .footer-widgets input[type="email"] { font-family: var(--bs-font-futura); font-weight: normal; border: 5px solid var(--bs-secondary); min-width: 35vw; } 

  #footer .footer-socials a { display: inline-block; color: var(--bs-secondary); border: 2px solid var(--bs-secondary); border-radius: 50%; text-align: center; width: 1.6rem; height: 1.6rem; margin-left: 0.25rem; }
  #footer .footer-socials a:hover {background-color: var(--bs-secondary); color: var(--bs-white); }
  #footer .footer-socials a i { line-height:1.1rem; font-size: 0.75rem;vertical-align: text-bottom; }

  #footer .footer-copyright { font-family: var(--bs-font-chocolates); }

/* Large */
@media (min-width: 1120px) {   

  #footer  { margin-bottom: 0; background-position: center bottom -10rem; background-size: 30rem; padding-bottom:15rem; }
  #footer .site-logo { max-width: 100%; width: 30rem; margin-top: 3rem; } 
  #footer .footer-infos p,
  #footer .footer-widgets { font-size: 1.5rem; } 
  #footer .footer-socials a { width: 3rem; height: 3rem; margin-left: 0.75rem; }
  #footer .footer-socials a i { line-height:2.75rem; font-size: 1.5rem; }

} 

/* XLarge */
@media (min-width: 1184px) {  
   
  .footer-image-frame { background-attachment: fixed!important;}  

} 