/*********************
* DEFAULT ********************
*********************/

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

.white {
    color: white;
}

.black {
    color: black;
}

.blue {
    color: blue;
}

.red {
    color: red;
}

.green {
    color: green;
}

.bg-blue {
    background-color: blue;
}

.bg-red {
    background-color: red;
}

.bg-green {
    background-color: green;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

/*********************
* GLOBAL ********************
*********************/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.div-paiement {
    margin: auto;
}

/*********************
* HEADER ********************
*********************/

#wpadminbar {
    position: fixed;
    top: 0;
}

.navbar {
    background-color: #2c2c2c;
    position: fixed;
    z-index: 2000;
    width: 100%;
    top: auto;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.5), 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.navbar-nav a {
    font-size: 1.2rem;
}

.dropdown-menu {
    border-radius: 0;
    border: none;
    border-top: solid 2px rgb(222, 222, 222);
    margin: auto;
    width: auto;
    left: auto;
    right: auto;
}

.dropdown-item {
    padding-left: 15px;
    padding-right: 15px;
}

.nav-link {
    color: white !important;
    transition: 0.25s;
}

.nav-link:hover {
    color: #e7b40b !important;
}

.nav-link .bi, .nav-link .fa-brands {
    font-size: 1.4em;
    color: white;
    transition: 0.25s;
}

.nav-link .bi:hover, .nav-link .fa-brands:hover {
    color: #e7b40b;
}

.nav-icon {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.first-icon {
    padding-left: 0.5rem !important;
}

.box-slider {
    margin-top: 86px;
}

.tab-slider {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
}

.cell-slider {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.title-slider {
    color: white;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px black;
}

.content-slider {
    color: white;
    font-size: 3rem;
    font-weight: normal;
    text-shadow: 2px 2px 4px black;
    font-family: 'Dancing Script', cursive !important;
}

/*********************
* ACCUEIL ********************
*********************/

#payment-single {
    padding-left: 120px !important;
    padding-right: 120px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.5rem;
}

#payment-multi {
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.5rem;
}

/*********************
* RESPONSIVE ********************
*********************/

@media (max-width: 991px) {
    h1 {
        font-size: 1.5rem;
        text-align: left !important;
    }

    .navbar-nav a {
        font-size: 1rem;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    .btn {
        font-size: 1rem;
    }

    .nav-icon {
        display: inline;
    }

    .first-icon {
        padding-left: 0 !important;
    }

    .link-1 {
        margin-top: 10px;
    }

    .navbar-toggler {
        border-color: white !important;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .title-slider {
        font-size: 1.5rem;
        line-height: 1.5;
        padding-left: 15px;
        padding-right: 15px;
    }

    .content-slider {
        font-size: 1.5rem;
        padding-left: 15px;
        padding-right: 15px;
        line-height: 1.5;
    }

    #payment-single {
        padding-left: 90px !important;
        padding-right: 90px !important;
    }
}