/* Start custom CSS for html, class: .elementor-element-864f796 *//* ==========================
MENU MOBILE PREMIUM HON ALUMINIUM
========================== */

@media (max-width:768px){

```
/* Header */

.header-container{
    padding:10px 18px;
    min-height:70px;
}

.logo img{
    height:42px;
    width:auto;
}

.header-btn{
    display:none !important;
}

/* Hamburger */

#burger,
.mobile-toggle{
    display:flex !important;
    align-items:center;
    justify-content:center;

    width:40px;
    height:40px;

    font-size:32px;
    line-height:1;

    color:#001642;

    background:none !important;
    border:none !important;
    box-shadow:none !important;

    cursor:pointer;
}

/* Menu */

#menu,
.main-menu{

    display:none;

    position:absolute;

    top:70px;
    left:10px;
    right:10px;

    width:auto;

    background:#ffffff;

    border-radius:16px;

    overflow:hidden;

    flex-direction:column;

    box-shadow:
    0 15px 40px rgba(0,0,0,.10);

    z-index:9999;
}

#menu.show,
.main-menu.active{
    display:flex !important;
}

/* Liens */

#menu a,
.main-menu a{

    display:flex;
    align-items:center;

    width:100%;

    min-height:auto !important;

    padding:14px 18px !important;

    margin:0 !important;

    font-size:15px;

    font-weight:600;

    line-height:1.2;

    color:#001642;

    text-decoration:none;

    border-bottom:
    1px solid #eef2f7;
}

#menu a:last-child,
.main-menu a:last-child{
    border-bottom:none;
}

#menu a:hover,
.main-menu a:hover{

    background:#f8fbff;

    color:#0A63E8;
}
```

}

/* Correction anti-espaces Elementor */

#menu a,
.main-menu a{
min-height:auto !important;
height:auto !important;
}

.elementor a{
min-height:auto !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-98115ce */.footer-premium{
background:linear-gradient(135deg,#001642,#002D72);
padding:90px 0 0;
}

.footer-container{
max-width:1500px;
margin:auto;
padding:0 40px;
display:grid;
grid-template-columns:2fr 1fr 1fr 1fr;
gap:70px;
}

.logo-box{
display:inline-flex;
padding:22px 35px;
border-radius:22px;
background:rgba(255,255,255,.08);
backdrop-filter:blur(18px);
border:1px solid rgba(255,255,255,.08);
}

.footer-logo{
width:220px;
}

.footer-brand p{
margin:30px 0;
color:rgba(255,255,255,.75);
line-height:2;
font-size:15px;
max-width:430px;
}

.footer-social{
display:flex;
gap:15px;
margin-top:20px;
}

.footer-social a{
width:48px;
height:48px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
background:rgba(255,255,255,.08);
color:#fff;
text-decoration:none;
transition:.35s;
font-size:18px;
}

.footer-social a:hover{
background:#0A63E8;
transform:translateY(-6px);
}

.footer-col h4{
color:#fff;
font-size:20px;
font-weight:700;
margin-bottom:25px;
}

.footer-col ul{
list-style:none;
padding:0;
margin:0;
}

.footer-col li{
margin-bottom:14px;
color:rgba(255,255,255,.75);
}

.footer-col a{
color:rgba(255,255,255,.75);
text-decoration:none;
transition:.3s;
}

.footer-col a:hover{
color:#4EA3FF;
padding-left:6px;
}

.footer-btn{
display:inline-block;
margin-top:25px;
padding:15px 28px;
background:#0A63E8;
color:#fff;
border-radius:50px;
font-weight:600;
text-decoration:none;
transition:.35s;
}

.footer-btn:hover{
background:#2583FF;
transform:translateY(-4px);
}

.footer-bottom{
margin-top:70px;
border-top:1px solid rgba(255,255,255,.08);
padding:30px;
text-align:center;
}

.footer-bottom p{
color:rgba(255,255,255,.55);
font-size:14px;
letter-spacing:.5px;
}

@media(max-width:992px){

.footer-container{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.footer-container{
grid-template-columns:1fr;
text-align:center;
padding:0 20px;
gap:40px;
}

.footer-brand p{
max-width:100%;
}

.footer-social{
justify-content:center;
}

.logo-box{
padding:20px;
}

.footer-logo{
width:180px;
}

}/* End custom CSS */