.toggle-menu,
.toggle-menu-2 {
    cursor: pointer;
}

section#page-breadcrumb {
    margin-top: 10px!important;
}

@media (min-width: 1200px) {
    a.navbar-brand img {
        width: 270px;
        padding-top: 10px;
    }

    #header {
        background-color: rgba(255, 255, 255, 0.9)!important;
        padding: 0px 0 0px 0!important;
    }

    #header .navbar-nav li ul.sub-menu {
        background-color: rgba(255, 255, 255, 1.0)!important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    a.navbar-brand img {
        width: 80px;
        padding-top: 18px;
    }

    #header {
        background-color: rgba(255, 255, 255, 0.9)!important;
        padding: 0px 0 0px 0!important;
    }

    #header .navbar-nav li ul.sub-menu {
        background-color: rgba(255, 255, 255, 1.0)!important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    a.navbar-brand img {
        width: 120px;
        padding-top: 15px;
    }

    #header {
        background-color: rgba(255, 255, 255, 0.9)!important;
        padding: 0px 0 0px 0!important;
    }

    #header .navbar-nav li ul.sub-menu {
        background-color: rgba(255, 255, 255, 1.0)!important;
    }
}

@media (max-width: 767px) {
    a.navbar-brand img {
        width: 230px;
        padding-top: 15px;
    }

    #header .navbar-inverse .navbar-toggle {
        margin-top: 17px!important;
    }

    #header .navbar-inverse {
        margin-top: 0px!important;
    }

    #header .navbar-inverse .navbar-nav {
        margin-top: 0px;
    }

    #header .navbar-header {
        height: 70px;
    }

    #header {
        background-color: rgba(255, 255, 255, 0.9)!important;
        padding: 0px 0 0px 0!important;
    }

    #header .navbar-nav li ul.sub-menu {
        background-color: rgba(255, 255, 255, 0.0)!important;
    }
}

img.slider-hill {
    width: 600px;
}

ul.ateliers,
ul.ateliers ul {
    list-style: disc;
}

#map {
    position: relative;
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}

#contact-confirmation,
#loading {
    display: none;
}

#loading img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.loading-margin-top {
    margin-top: 50px;
}

.form-details {
    font-size: 12px;
}

#conditions-checkbox {
    margin-right: 10px;
}

.row a,
.row a:hover {
    text-decoration: underline;
}

a.btn,
a.btn:hover {
    text-decoration: none!important;
}

a.social {
    font-size: 18px!important;
}

#map-section div.container {
    display: flex;
    align-items: center;
    justify-content: center;
}

div#logo-container {
    margin-left: 20px;
}

#page-breadcrumb {
    height: 50px!important;
}

#page-breadcrumb h1 {
    margin-top: 20px!important;
}

#company-information ul {
    list-style: disc;
}

p {
    margin: 0!important;
}

#terms-conditions p {
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}

#terms-conditions h3 {
    margin-top: 30px!important;
    margin-bottom: 15px!important;
}