/*@font-face {*/
/*    font-family: Gilroy-Regular;*/
/*    src: url("../fonts/Gilroy-Regular.otf");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: Gilroy-Bold;*/
/*    src: url("../fonts/Gilroy-Bold.otf");*/
/*    font-weight: bold;*/
/*}*/

body{
    margin: 0;
    font-family: "Gilroy regular", serif;
    position: relative;
}

.nav-header-menu{
    background-color: #fff;
    /*box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2) !important;*/
    color: rgb(23, 23, 74);
    height: 80px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}


.nav-header-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: "Gilroy bold", serif;
    width: 100%;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}
  
.nav-header-menu li {
    float: left;
    margin-bottom: 0 !important;
    padding: 1rem;
}

.nav-header-menu li a {
    font-family: "Gilroy regular", serif;
    text-decoration: none;
    font-size: max(16px, 1rem);
    align-content: unset;
    display: flex;
    gap: 0.5rem;
    color: #17174a;
    align-items: center;
}
  
/* Change the link color to #111 (black) on hover */
.nav-header-menu li a:hover {
    /*transform: scale(1.1);*/
}

.nav-header-menu li span {
    /*padding: 14px 16px;*/
    font-family: "Gilroy regular", serif;
    text-decoration: none;
    font-size: max(16px, 1rem);
    align-content: unset;
    display: flex;
    gap: 0.5rem;
    color: #17174a;
    cursor: pointer;
    align-items: center;
}

.nav-header-menu li span:hover {
    /*transform: scale(1.1);*/
}

.main-menu-bar{
    height: 100%;
    align-content: center;
}

.contact-bar{
    padding: 1rem;
}

.contact-bar ul{
    gap: 0rem;
}

.contact-bar li{
    padding: 1rem;
}

.customer-area{
    background-color: #396FFB;
    border-radius: 50%;
    padding: 0.5rem !important;
    cursor: pointer;
}

.customer-area:hover{
    background-color: #10276b;
}

.menu-desktop-link-hover{
    cursor: pointer;
}

.menu-desktop-link-hover:hover .link-premista-menu{
    font-weight: 900;
}

.button-client{
    background-color: rgb(57, 111, 251);
    border-radius: 23px !important;
    padding: 11px 20px !important;
    color: #fff !important;
}

.button-client:hover{
    transform: none !important;
    background-color: rgb(34, 94, 247);
}


.second-menu{
    background-color: #ffffff;
    color: rgb(23, 23, 74);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.logo{

}

.second-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: "Gilroy regular", serif;
    cursor: pointer;
}
  
.second-menu li {
    float: left;
}


.second-menu li div:hover {
    font-weight: bold;
}

.row-premista-menu {
    display: flex;
    justify-content: center;
    width: 1000px;
    margin: auto;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    height: fit-content;
    min-height: 270px;
    padding: 1rem 2rem;
    background-color: #ffffff;
}

.one-row-premista-menu{
    display: flex;
    justify-content: center;
    width: 300px;
    margin: auto;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    height: fit-content;
    padding: 1rem .5rem;
    background-color: #ffffff;
}

.menu-dropdown{
    /*display: block;*/
    /*padding: 14px 16px;*/
    text-decoration: none;
    font-size: max(17px, 1rem);
    align-content: unset;
    display: flex;
    gap: 0.5rem;
    color: #17174a;
}

.menu-dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    z-index: 1;
    /*margin: 3rem 20% 0;*/
    width: 1000px;
    height: fit-content;
    left: 50%;
    transform: translate(-55%, 15%);
}

.menu-dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    z-index: 1;
    /*margin: 3rem 20% 0;*/
    width: 1000px;
    height: fit-content;
    left: 50%;
    transform: translate(-55%, 15%);
}

.menu-dropdown-content:has(.one-row-premista-menu){
    width: fit-content !important;
    left: unset !important;
    transform: translate(0, 15%)!important;
}


.menu-dropdown-content.show {
    display: block !important; /* Affiche le contenu */
}
  
/*.link-premista-menu:hover ~ .menu-dropdown-content {*/
/*    display: block !important;*/
/*    opacity: 1 !important;*/
/*    transition: opacity 0s ;*/
/*}*/

.column-premista-menu {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    flex: 1;
}

/* Create three equal columns that floats next to each other */
.menu-column {
    float: left;
    width: 30%;
    padding: 10px;
    background-color: #fff;
}

.column-premista-menu-cta{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    max-width: 330px;
}

.column-premista-menu-cta-title{
    font-size: 1.563rem !important;
    line-height: 120% !important;
    font-family: "Gilroy bold", serif !important;
    text-align: center;
}

.column-premista-menu-cta-title:hover{
    transform: none !important;
    cursor: default !important;
}

.column-premista-menu-cta-button{
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    display: inline-block;
    background-color: rgb(255, 200, 89);
    padding: 17px 50px;
    border-radius: 5px;
    font-family: "Gilroy bold", serif !important;
    text-decoration: none;
    font-size: 1rem;
    transition: all 200ms ease-out;
    border: none;
}

.column-premista-menu-cta-button:hover{
    background-color: rgb(23, 23, 74) !important;
    color: white !important;
    transform: none !important;
}
  
/* 
.column a:hover {
    background-color: #ddd;
} */

.column-premista-menu-column-uri{

}

.column-premista-menu-column-uri::before {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.column-premista-menu-column-uri:hover{
    font-weight: 900;
}

.premista-menu-desktop-chevron{
    visibility: hidden;
    opacity: 0;
    font-size: 12px;
    font-weight: 900;
    margin-left: -6px;
    transform: translateX(-100%);
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

.column-premista-menu-column-uri:hover .premista-menu-desktop-chevron{
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
}


/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
      width: 100%;
      height: auto;
    }
}

@media screen and (max-width: 1335px) {
    .contact-bar .link-premista-menu > span{
        display: none;
    }
}
/*breakpoint 700*/