/*
 Theme Name:   Nobi Theme Child
 Description:  Theme enfant du theme Nobilito
 Author:       Agencetool
 Template:     nobi_theme
 Version:      1.0.0
*/
/* ------------------------------------------------------
// Global
// ------------------------------------------------------*/
*{
    font-family: "DIN Pro", sans-serif;
    line-height: 1.4;
}
p{
    margin: 0;
}
.container{
    max-width: 95vw;
}
/* ------------------------------------------------------
// HEADER + FOOTER
// ------------------------------------------------------*/
footer li::before,
.dropdown-menu li::before,
.nav-item::before,
.navbar a::before{
    display: none;
}
.navbar-nav{
    width: 100%;
    align-items: center;
    justify-content: end;
    gap: 29px;
    margin-top: 0;
}
.navbar-nav a{
    color: #242B53;
}
.main-menu .nav-item:hover > .dropdown-menu{
  display: block;
}
.main-menu .nav-link{
    font-size: 22px;
    line-height: 1.2;
}
.main-menu .dropdown-menu li a{
    font-size: 20px;
    font-weight: 700;
    padding: 12px 18px;
}
.main-menu .separator {
	background: #282F57;
    margin: 0;
    opacity: 1;
}

/* Dropdowns */
.main-menu .dropdown-menu {
  border-radius: 0;
  border-color: #e5e5e5;
  padding: 0;
}

.main-menu .dropdown-item {
  font-size: 0.9rem;
  font-weight: 500;
  padding: .4rem 1.2rem;
  color: #18213d;
}

.main-menu .dropdown-item:hover,
.main-menu .dropdown-item:focus {
  background-color: #f5f5f5;
  color: #18213d;
}

/* Optionnel : pas de petit caret par défaut, si tu en veux un custom */
.navbar .dropdown-toggle::after {
  display: none;
}
.nav-item-pro a{
    color: #E31A21;
}
.navbar .btn{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
.btn-depannage{
    background-color: #E31A21;
}
.btn-devis{
    background-color: #1CB3A7;
}
footer{
    background-color: #242B53;
    color: #fff;
    padding: 43px 0 61px 0;
}
.expert-footer-inner{
    display: flex;
    flex-wrap: nowrap;
}
.expert-footer-inner > div:first-child {
	border-right: 1px solid #fff;
	margin-right: 10px;
	padding-right: 4em;
}
.expert-footer-inner > div{
	flex-basis: 40%;
}
.expert-footer-inner > div{
  padding-left: 4em;
}
.expert-footer-title > span{
    padding-bottom: 2px;
    border-bottom: 1px solid #1CB3A7;
}
.expert-footer-hours{
    margin: 0;
}
.expert-footer-hours li{
  display: flex;
  font-weight: 400;
}
.expert-footer-hours li > span:first-child{
  flex-basis: 33%;
}
main header,
footer.entry-footer{
    display: none!important;
}
/* ------------------------------------------------------
// Home
// ------------------------------------------------------*/
.home main{
    margin-top: 0;
}
/* ------------------------------------------------------
// RESPONSIVE
// ------------------------------------------------------*/
@media only screen and (min-width: 1081px){
    .navbar .btn{
        min-width: 150px;
    }
    .main-menu .separator {
        width: 2px;
        height: 30px;
    }
}
@media only screen and (max-width: 1080px){
    .navbar .container{
        gap: 0!important;
    }
    .navbar-nav{
        padding: 1rem;
        border: 2px solid #242B53;
    }
    .navbar .btn .cta-text{
        display: none;
    }
    .navbar-toggler{
        min-width: fit-content;
        border: none;
    }
    .main-menu .separator {
        width: 100%;
        height: 2px;
    }
}