html {
    background-color: #E2A9Af;
}

body {
    margin:0;
    padding:0;
    font-family: 'Raleway';
}

a {
    text-decoration: none;
    color:inherit;
}

.photos {
    margin: 0;
    padding:0;
    display: flex;
    flex-direction: row;
    z-index: -1;
    width:100%;
    box-sizing: border-box;
    overflow:hidden;
    position: relative;
}

.photos img {
    height:21vw;
    object-fit:cover;
    width:100%;
}

.cc {
    font-size: clamp(5px, 1vw, 12px);
    position: absolute;
    bottom: 1px;
    right: 2px;
    color:#E2A9Af;
}

.logo {
    z-index: 1;
    position:absolute;
    left: 0px;
    top: clamp(20px, 4vw, 4vw);
    width:100%;
    height:21vw;
    display: flex;
    justify-content: center;
}

.logo img {
    width:60%;
    height:auto;
    object-fit: cover;
    margin:auto;
}

.menu {
    display: flex;
    flex-direction: row;
    margin: 4vw 4vw 0 4vw;
    padding: 4vw;
    justify-content: space-around;
    font-size: clamp(15px, 4vw, 50px);
    color:#BF404D;
}

.separator {
    background: url(img/separator.svg) repeat-x 100% 100%;
    height: 60px;
    width: 100%;
    margin: 0 auto;
}

.separator-inverse {
    background: url(img/separator.svg) repeat-x 100% 100%;
    height: 60px;
    width: 100%;
    margin: 0 auto;
    rotate: 180deg;
}

.shows {
    padding:4vw 21vw;
    text-transform: uppercase;
    background-color:#BF404D;
    color: #E2A9Af;
}

.shows h2 {
    font-size: clamp(12px, 4vw, 30px);
    margin:0;
}

.shows h3 {
    margin:0;
    font-size: clamp(11px, 3vw, 25px);
    margin-top: 7vw;
}

.shows td {
    margin:0;
    font-size: clamp(10px, 3vw, 17px);
    vertical-align: top;
}

.lieu {
    color:#000;
}

#contacts {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-size: clamp(15px, 4vw, 50px);
    color:#BF404D;
    margin-top: 30px;
}

#contacts a {
    color:black;
}

.footer {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin:7vw;
}

.rs_logo {
    height: clamp(10px, 7vw, 50px);
}