body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    box-sizing: border-box;
}
header {
    width: 100%;
    height: 38vw;
    position: relative;
    z-index: -1;
}
section.head-slider {
    width: 100%;
    height:100%;
    overflow: hidden;
}
section.head-slider img {
    width: 100%;
    height:auto;
}
.dessin-slider img {
    height: 50vh;
    margin: 0 15px;
}
h2 {
    font-family: 'Amatic SC', cursive;
    font-size: 7em;
    font-style: italic;
    font-weight: normal;
    text-align: center;
}
.contact-item {
    font-family: 'Amatic SC', cursive;
    font-size: 1.7em;
    font-style: italic;
    font-weight: normal;
}
p.big {
    font-size: 1.6em;
}
p.centered {
    text-align: center;
}
p.justified {
    text-align: justify;
}
div.head-content {
    background-image: url(../img/header-bkg.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% auto;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    font-family: 'Amatic SC', cursive;
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 7em;
    padding-left: 15px;
    font-style: italic;
}
section.main-content {
    overflow: hidden;
    margin-top: 40px;
}
section.main-menu {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 0 12.5%
}
section.main-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    list-style-type: none;
}
section.main-menu li {
    width: 25%;
}
section.main-menu li a {
    width: 100%;
    display: flex;
    height: 100px;
    font-size: 2.5em;
    align-items: center;
    justify-content: center;
    font-family: 'Amatic SC', cursive;
    font-style: italic;
    color: #000;
    text-decoration: none;
}
section.main-menu li a:hover,
section.main-menu li a.selected {
    background: url(../img/link-bkg.png) 50% 50% no-repeat;
    background-size: auto 75%;
    color: #fff;
}
footer {
    width: 100%;
    height: 51.5vw;
    background-image: url(../img/footer-bkg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 0.6em;
}
.contact-item {
    padding-left: 80px;
    background-size: 80px 80px;
    min-height: 80px;
}
.contact-map {
    background: url(../img/icon-map.jpg) 0 0 no-repeat;
}
.contact-tel {
    background: url(../img/icon-tel.jpg) 0 0 no-repeat;
}
.contact-mail {
    background: url(../img/icon-mail.jpg) 0 0 no-repeat;
}
img {
    max-width: 100%;
}
section.head-slider {
    display: block;
}
section.head-slider-portrait {
    display: none;
}
@media(max-width:1300px){
    div.head-content {
        font-size: 5em;
    }
}
@media(max-width:1200px){}
@media(max-width:992px){
    div.head-content {
        font-size: 3.8em;
    }
}
@media(max-width:768px){
}
@media(orientation: portrait) and (max-width:767px){
    body {
        font-size: 16px;
    }
    h2 { 
        font-size: 5em;
    }
    .main-menu ul li:first-child {
        display: none;
    }
    .main-menu ul li {
        width: 33.3333%
    }
    .main-menu ul li a {
        font-size: 1.6em;
        height: 10vh;
    }
    header {
        height: 75vh;
        overflow: hidden;
    }
    div.head-content {
        background-image: url(../img/header-portrait-bkg.png);
        padding-left: 0;
        padding-top: 10vh;
        align-items: start;
        justify-content: center;
    }
    section.head-slider {
        display: none;
    }
    section.head-slider-portrait {
        display: block;
    }
    .dessin-slider img {
        height: 25vh;
        margin: 0 15px;
    }
    .contact-item {
        text-align: center;
        padding-top: 80px;
        padding-left: 0;
        background-position: 50% 0;
    }
}
@media(orientation: portrait) and (max-width:450px){
    div.head-content {
        font-size: 3em;
    }
}