body, html {
    height: 100%;

    font-family: Georgia, serif;
}

.collapsing {
    transition: none !important;
}

#menuBar {
    z-index: 100;
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
}

#main {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    font-size: 12px;
}
#footer p {
    color: #a37a31;
    text-align: center;
    padding: 10px;
    margin: 0;
}

#logoContainer {
    width: 10%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#menuBar .logo {
    margin-top: 5px;
    width: 100px;
    display: inline-block;
}
.menu, .menu a {
    color: #a37a31;
    font-size: 0.9em;
    font-weight: bold;
}
a.menu:hover, .menu a:hover {
    color: #a37a31;
    text-decoration: underline;
}
.admin-menu {
    margin-left: 10px;
}

h1 {
    font-family: 'Tangerine', cursive;
    font-size: 34px;
    text-align: center;
}
#home h1 {
    font-size: 42px;
}
#contact h1 {
    font-size: 40px;
}

.send-button {
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    padding: 7px 81px;
    background-image: none;
    color: #AD9377;
    background-color: #fff;
}

#envoyer {
    text-align: center;
}

#facebook {
    max-width: 100%;
    height: auto;
}

#insta {
    margin-left: 3px;
}

#nav {
    color: red;
}

.fond {
    background: url("../img/fond-dievafrance.png") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

#joaillerie {
    padding-left: 60%;
    color: #A37A31;
}

#menuButton {
    display: none;
}

#navMenu {
    flex-direction: row;
}
#navMenu li {
    display: block;
}

.content-container {
    margin: 50px 0 0 0;
    padding: 10px 0 10px 0;
    max-width: 100%;
    color: #a37a31;
}
.content-container h2 {
    padding: 0 10px;
    font-size: 36px;
    font-family: 'Tangerine', cursive;
}
.content-container .description {
    padding: 10px;
}
.content-container .admin-button {
    margin-right: 10px;
}
#home {
    padding-top: 0;
    padding-bottom: 50px;
    min-height: 720px;
    background-color: transparent;
    color: #a37a31;
}

#centered-block {
    margin-top: 50px;
    background-color: rgba(229, 163, 112, 0.85);
    padding: 10px;
    margin-bottom: 80px;
}

ul.jewels, ul.videos {
    padding: 0;
    margin: 0 0 80px 0;
}
ul.jewels .carousel, ul.videos .carousel {
    border: 1px solid #a37a31;
}

.edit-form {
    margin-bottom: 80px;
}

.vich-image .form-check {
    display: none;
}
.vich-image img {
    width: 150px;
}
.vich-image a:last-child {
    display: none;
}

.content {
    width: 700px;
    margin: 10px auto 10px auto;
}
.content-news {
    width: 768px;
}
.content h1, .content h2, .content p {
    padding: 0 10px;
}

@media screen and (max-width: 900px) {
    .content {
        width: 100%;
        margin: 10px 0 10px 0;
    }

    #home h1 {
        font-size: 34px;
    }
    #contact h1 {
        font-size: 33px;
    }

    .fond {
        background-position: 32%;
    }

    #joaillerie {
        padding: 10px 10px 20px 10px;
        width: 270px;
        margin: 0 auto;
        background-color: rgba(255, 255, 255, 0.85);
    }

    #menuButton {
        position: relative;
        right: 20px;
        display: block;
        color: #a37a31;
        border: 0;
        outline: 0;
    }

    #logoContainer {
        width: 100%;
    }

    #navMenu {
        display: none;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        background-color: #ffffff;
        text-align: center;
        flex-direction: column;
    }
    #navMenu.show {
        display: block;
    }

    #centered-block {
        margin-bottom: 100px;
    }

    ul.jewels, ul.videos {
        margin-bottom: 100px;
    }

    .edit-form {
        margin-bottom: 100px;
    }

    .home-images-end {
        margin-bottom: 25px;
    }
}
@media screen and (min-device-width: 768px) and (max-device-width: 900px) {
    #home {
        margin-top: 180px;
    }
}

.form-container {
    padding-left: 10px;
    padding-right: 10px;
}

.description a {
    color: #a37a31;
    text-decoration: underline;
}
.description a:hover {
    text-decoration: none;
}

label, legend.col-form-label {
    font-weight: bold;
}

.jewel-media-form-container .collection-actions {
    position: relative;
    top: 32px;
}
.collection-actions a {
    margin-left: 5px;
}

.reserver {
    text-transform: uppercase;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #ad9377;
    padding: 7px 81px;
    background-image: none;
    color: #ffffff;
    background-color: #e5a370;
}
.reserver:hover {
    color: #e5a370;
    background-color: #ffffff;
    text-decoration: none;
}

.formulaire {
    background-color: #e5a370;
}

.langue {
    border: 3px #a37a31 double;
    left: 50%;
    bottom: 2px;
    color: #a37a31;
    margin-left: 10px;
    font-size: 0.9em;
    display: inline-block;
    margin-top: 12px;
    padding: 0 3px;
}
.langue:hover {
    color: #a37a31;
    border: 3px #ad9377 double;
    text-decoration: none;
}

.navbar-toggler {
    margin-top: 9px;
}

.select {
    z-index: 1000;
    margin: auto;
    text-align: center;
}

.desire {
    color: #fff;
    text-align: center;
}

option {
    color: red;
}

.insta {
    margin-top: 92px;
    margin-left: -8px;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
        background-image: url('select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}

.form-control.is-invalid {
    border-color: red;
    margin-top: 5px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23a37a31' width='13' height='13' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23a37a31' width='13' height='13' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.jewels .carousel-control-next-icon, .jewels .carousel-control-prev-icon {
    height: 30px;
    width: 30px;
}
.jewels .carousel-control-next, .jewels .carousel-control-prev {
    opacity: 1;
}
.carousel-indicators li {
    background-color: #a37a31;
}

.home-images img {
    margin: 0;
    float: left;
}
.home-images-end {
    clear: both;
}
