/*
Theme Name: Axeria
Theme URI: none
Author: Up-to-web
Author URI: https://up-to-web.com/
Description: Thème Axeria
Requires at least: 5.9
Tested up to: 6.0
Requires PHP: 7.3
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: axeria
*/
:root{
  --custom-background-produit: unset;
}

.owl-theme .owl-nav.disabled+.owl-dots{
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-theme .owl-dots .owl-dot span{
  background: #0056A420 !important;
  height: 11px;
  width: 11px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
.owl-dots .active span{
  width: 32px;
  height: 11px;
  border-radius: 10px;
  background: #0056A4 !important;
  transition: all ease-in-out .3s;
}

.menu-principal > li:last-child, .mega-menu > li:last-child{
  /* position: absolute;
  right: 12%; */
  min-width: initial !important;
  margin-left: auto;
  /* top: 50%;
  transform: translateY(-50%); */

}
.mega-menu > li:last-child > a:hover:before{
  transform: scaleX(0); /*annule underline du lien extranet */
}

.menu-footer a::after{
  content: none !important;
}
.menu-footer > li:last-child{
  min-width: initial !important;
}

.menu-principal > li:last-child > a, .mega-menu > li:last-child a{
  background: #0056A4;
  color: #FFFFFF !important;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  transition: all ease-in-out 0.5s;
  text-align: center;
  padding: 1rem 2rem;
}

.mega-menu > li:last-child > a:hover{
  background: transparent;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  
}

.header-sticky .mega-menu > li:last-child > a:hover{
  background: transparent;
  color: #0056A4 !important;
  border: 1px solid #0056A4;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  
}

.menu-footer > li:last-child > a{
  background: #009FDF;
  color: #FFFFFF !important;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  border: 1px solid transparent;
  transition: all ease-in-out 0.5s;
}

.menu-footer > li:last-child > a:hover{
  background: transparent;
  color: #009FDF !important;
  border: 1px solid #009FDF;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  
}

.menu-footer > li:last-child > a::before{
  content: none;
}

.menu-principal > li:last-child > a::after, .menu-footer > li:last-child > a::after, .mega-menu > li:last-child > a::after{
  content: none;
}




.header-professionnel, .header-entreprise, .header-immeuble{
 
  display: flex;
  flex-direction: column;
  position: relative;
  top: -119px;
  height: 350px;
  justify-content: flex-end;
  align-items: flex-start;
  color: #FFFFFF;
  gap: 30px;
  padding-left: 100px;
  padding-bottom: 2rem;
  
}

.header-professionnel > h1, .header-immeuble > h1, .header-entreprise > h1{
  display: flex !important;
  font-size: 60px !important;
  font-weight: 600 !important;
  line-height: 70px !important;
  width: 75%;
  color: #FFFFFF;
}

.header-professionnel > .breadcrumbs-inner, .header-immeuble > .breadcrumbs-inner, .header-entreprise > .breadcrumbs-inner{
  padding: 0 !important;
}

.header-professionnel > .container-video, .header-immeuble > .container-video, .header-entreprise > .container-video{
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  
  z-index: -1;
  top: 0;
  left: 0;
}

.container-video video{
  aspect-ratio: unset;
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}




.header-entreprise > .image-solution, .header-immeuble > .image-solution, .header-professionnel > .image-solution{

  
  right: 100px; 
  position: absolute;
  bottom: -50px;
  width: 450px;
  height: 300px;
  clip-path: inset(-10% 40% round 80px 10px);
  transform: rotate(45deg);
  
}

.header-entreprise > .image-solution::before, .header-professionnel > .image-solution::before, .header-immeuble > .image-solution::before{
  content: "";
  background: var(--custom-background-produit);
  background-size: cover;
  transform: translate(-50%,-50%) rotate(-45deg);
  
  position: absolute;
  width: 75%;
  height: 100%;
  top: 50%;
  left: 50%;
}






@media screen and (max-width:1254px) {
  
  .menu-footer > li:last-child > a{
    font-size: .8em;
  }
}

@media screen and (max-width: 1280px) {
  .menu-principal > li:last-child > a, .mega-menu > li:last-child a{

    font-size: .8em;
    padding: .5rem 1rem;
  }

  .header-entreprise > h1, .header-immeuble > h1, .header-professionnel > h1{
    font-size: 30px !important;
    line-height: 40px !important;
  }
  
}

@media screen and (max-width:1024px) {
  
  .header-entreprise, .header-immeuble, .header-professionnel{
    padding-left: 1rem;
    gap: 30px;
    height: 275px;
    top: -63px;
  }

  .header-entreprise .breadcrumbs-inner, .header-immeuble .breadcrumbs-inner, .header-professionnel .breadcrumbs-inner{
    line-height: 16px;
  }

  .header-entreprise > h1, .header-immeuble > h1, .header-professionnel > h1{
    font-size: 25px !important;
    line-height: 30px !important;
  }

  .header-entreprise > .image-solution, .header-immeuble > .image-solution, .header-professionnel > .image-solution{
    display: none;
  }
}

@media screen and (max-width:600px) {

  .owl-carousel{
    width: 90% !important;
  }

}