/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* modal envoyer une offre */
/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 10000;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #7191FF;
    color: white;
}

.modal-body {
    padding: 2px 16px;
    color: black;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #7191FF;
    color: white;
}

.whb-header .whb-general-header {
    background-color: #FFF;
    color: #080B38;
}

.whb-header.whb-sticked .whb-general-header {
    background-color: #F6F9FF;
    color: #080B38;
}

.wd-nav[class*="wd-style-"]>li>a {
    color: #080B38;
}

.wd-nav>li>a span.nav-link-text {
    text-transform: initial;
    font-family: Poppins;
    font-weight: initial;
    font-size: calc(18 * 100vw / 1513);
}

.whb-main-header .wd-button-wrapper {
    border: 2px solid #2F74FF;
    border-radius: 52px;
    margin-left: 10px;
    margin-right: 10px;
}

.whb-main-header .btn.btn-color-white {
    color: #2F74FF;
}

.whb-flex-row.whb-general-header-inner .whb-column.whb-col-left.whb-visible-lg {
    width: 150px;
    flex: initial;
}

#menu-main-navigation {
    margin-left: 51px;
}

.nav-link-text:hover {
    color: #080B38;
    text-decoration: underline;
}

.woodmart-nav-link:hover .nav-link-text {
    color: #080B38;
    text-decoration: underline;
}

.wd-nav[class*="wd-style-"]>li:hover .nav-link-text {
    color: #080B38;
    text-decoration: underline;
}

.wd-nav[class*="wd-style-"]>li:hover>a {
    color: #080B38;
    text-decoration: underline;
}

#wpadminbar ul li {
    background-color: #1d2327;
}

.whb-main-header .btn.btn-color-white:hover {
    box-shadow: initial;
    background: initial;
}

.whb-main-header .btn.btn-color-white {
    box-shadow: initial;
    background: initial;
    text-transform: initial;
    font-size: calc(15 * 100vw / 1513);
}

.whb-main-header .wd-button-wrapper:hover {
    background-color: #2F74FF;
    color: #FFF;
}

.whb-main-header .wd-button-wrapper:hover .btn.btn-color-white {
    color: #FFF;
}

.whb-main-header .wd-button-wrapper:nth-child(2) {
    background-color: #2F74FF;
    color: #FFF;
}

.whb-main-header .wd-button-wrapper:nth-child(2) .btn-color-white {
    background-color: initial;
    color: #FFF;
}

.whb-main-header .wd-button-wrapper:nth-child(2):hover {
    background-color: #FFF;
    color: #2F74FF;
}

.whb-main-header .wd-button-wrapper:nth-child(2):hover .btn-color-white {
    background-color: initial;
    color: #2F74FF;
}

.whb-main-header .btn-style-bordered.btn-color-white:hover {
    border-color: initial;
    background-color: initial;
    box-shadow: initial;
    border: none;
}

.whb-main-header .btn-style-bordered.btn-color-white {
    border-color: initial;
    background-color: initial;
    box-shadow: initial;
    border: none;
    text-transform: initial;
    font-size: 15px;
}

.wd-tools-element>a span {
    color: #080B38;
}

/*
Forms
*/
.hasTime.noCalendar.flatpickr-calendar {
    width: 100px;
}

[data-name="date-depart-date"] {
    width: 100%;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="email"]:focus,
input[type="date"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    outline: #2F74FF42 solid 2px;
}

input[type="number"] {
    -moz-appearance: textfield;
}

div.container {
    max-width: 1368px;
}

.whb-main-header div.container {
    max-width: 1500px;
}

html:not(.browser-Firefox) input[type="date"] {
    background: none;
}

.wd-nav[class*="wd-style-"]>li:is(.current-menu-item, .wd-active, .active)>a {
    color: #2F74FF;
}

div.wd-side-hidden {
    background-color: #2F74FF;
    color: #FFF;
}

.wd-nav .current-menu-item {
    background-color: #FFF;
}

.wd-heading div.wd-action-btn.wd-style-text>a {
    font-size: 0px;

}

.wd-heading div.wd-action-btn.wd-style-text>a:before {
    font-size: 20px;

}

.wd-heading div.wd-action-btn.wd-style-text>a:hover:before {
    color: #080B38;
}


@media (max-width: 500px) {
    .wd-logo.wd-main-logo [src$=".svg"] {
        max-width: 100px !important;
    }
}

@media (max-width: 1400px) {
    .whb-main-header .btn.btn-color-white {
        font-size: calc(14 * 100vw / 1513);
    }
}

@media (max-width: 1300px) {
    .whb-main-header .btn.btn-color-white {
        font-size: calc(12 * 100vw / 1513);
    }
}

@media (max-width: 1024px) {
    .whb-main-header .btn.btn-color-white {
        font-size: 12px
    }
}

@media (max-width: 1200px) {
    .wd-nav>li>a span.nav-link-text {
        font-size: calc(17 * 100vw / 1513);
    }
}

@media (max-width: 1100px) {
    .wd-nav>li>a span.nav-link-text {
        font-size: calc(16 * 100vw / 1513);
    }
}

@media (max-width: 1024px) {
    .wd-nav>li>a span.nav-link-text {
        font-size: calc(17 * 100vw / 1513);
    }
}

@media (max-width: 988px) {
    .wd-nav>li>a span.nav-link-text {
        font-size: 17px;
    }
}

@media (min-width: 1500px) {
    .whb-main-header .btn.btn-color-white {
        font-size: 15px
    }

    .wd-nav>li>a span.nav-link-text {
        font-size: 18px;
    }
}