Crawl URL
Scraped CSS
Copy CSS
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    /*background-color: #f1f1f1;*/
    background-color: #fff;
    color: #000000;
    margin: 0;
    padding: 0;
    font-weight: 300;
    line-height: 1.4;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    padding: 0 25px;
}

header {
    padding: 40px 0;
}

.main-logo {
    max-width: 15rem;
    height: auto;
}

.main-logo svg {
    width: 100%;
    height: 100%;
}

.links {
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
    align-items: center;
}

.links a,
.links p {
    margin: 0.5rem 0;
}

p {
    margin: 0.5rem 0;
}

footer h2,
main h2 {
    font-family: "Roboto", sans-serif;
    color: #000000;
    font-weight: 400;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

h2:first-of-type {
    margin-top: 0;
}

p:only-child {
    margin-bottom: 0 !important;
}

main.center {
    text-align: center;
    /*background-color: #f1f1f1;*/
    background-color: #fff;
}

main.left {
    text-align: left;
    padding: 80px 40px;
    /*background-color: #f1f1f1;*/
    background-color: #fff;
}

.text {
    max-width: 960px;
    margin: auto;
}

.wrapper {
    overflow-x: hidden;
    max-width: 1440px;
    margin: 0 auto;
}

.main-header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
}

.main-header > img {
    display: block;
    width: 100%;
    margin-top: 40px;
}

.main-logo {
    display: block;
    position: relative;
    overflow: hidden;
    margin: auto;
    max-width: 350px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.main-logo img {
    display: block;
    width: 100%;
}

.main-logo span {
    position: absolute;
    top: 100%;
}

.slider-wrap {
    padding: 0 0;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    background-color: transparent;
    z-index: 999;
    font-size: 18px;
    color: #87898f;
    background-color: #fff;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-item {
    position: relative;
    overflow: hidden;
    margin: 0 10px;
    padding: 0 0;
    height: 100%;
}

.slider-item > img {
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 80%;
    max-width: none;
    max-height: 105%;
    position: absolute;
    left: 50%;
    top: 50%;
    right: 0;
    bottom: 0;
    transform: translate3d(-50%, -50%, 0);
}

.fxr {
    display: flex;
    flex-direction: row;
}

.fxc {
    display: flex;
    flex-direction: column;
}

footer {
    text-align: center;
    padding: 60px 0;
    margin-left: auto;
    margin-right: auto;
}

footer a {
    padding: 1rem;
    font-size: 12px;
}

footer h2 {
    font-size: 18px;
}

a {
    color: #000000;
    text-decoration: none;
    font-weight: 300;
}

a:hover {
    text-decoration: underline;
}

.social-media {
    text-align: center;
    margin: 1.5rem;
}

.social-media a {
    margin: 1rem;
}

.social-media a:hover {
    text-decoration: none;
}

@media screen and (max-width: 600px) {
    .info-block {
        margin: 2rem auto;
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4;
    }

    to {
        opacity: 1;
    }
}

.info-block {
    justify-content: space-between;
    margin: 3rem auto;
}

.info-item {
    text-align: center;
    margin: 0 auto;
}

.btn {
    background-color: #3F3F3E;
    color: #fff;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 50px;
    border: 1px solid #3F3F3E;
    text-transform: uppercase;
    margin: 0 auto;
    width: fit-content;
    transition: all 0.2s linear 0s;
    margin-top: 1.5rem;
}

.btn:hover {
    background-color: transparent;
    color: #3F3F3E;
    border: 1px solid #3F3F3E;
    transition: all 0.2s linear 0s;
    text-decoration: none;
}

h4 {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 1rem 0;
}

.mws {
    max-width: 120rem;
    margin-right: auto;
    margin-left: auto;
}

.take-away {
    margin-top: 5rem;
    min-height: 257px;
    background-image: url("/img/bck-menu.svg");
    background-repeat: no-repeat;
    justify-content: space-between;
    background-position: center;
    max-width: 100%;
    border-radius: 80px;
}

.take-away-title {
    width: 50%;
    color: #fff;
    font-size: 27px;
    font-family: "Roboto", sans-serif;
    font-weight: lighter;
    margin: auto 0;
}

.container-btn-brun {
    width: 50%;
    margin: auto 0;
}

.btn-brun {
    margin: 0;
    width: 50%;
    background-color: #886040;
    border-color: #886040;
}

.btn-brun:hover {
    color: #fff;
    border-color: #886040;
}

@media screen and (max-width: 450px) {
    .take-away {
        flex-direction: column;
        align-items: center;
    }

    .take-away-title {
        margin-bottom: 0;
    }
}



/** End Project Wallace extracted inline styles */