* {
    box-sizing: border-box;

}

.davis1 {
    display: none;
    visibility: hidden;
}

.davis2 {
    display: none;
    visibility: hidden;
}

video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}


html {
    font-family: 'Roboto Condensed', arial, sans-serif;
    font-size: 10px;
    letter-spacing: 1.5px;
    color: #FFF5E3;
    background-color:black;
    background-size: cover;
    /*    color: #4a3a27;*/

}

.header {

    max-width: 1280px;
    margin: auto;
    position: relative;
    margin-top: 50px;
    margin-bottom: 0px;
    width: 80vw;
}

.header>* {
    position: relative;
    text-align: center;
}

.br {
    display: inline-block;
    height: 150px;
}

.aligne {
    margin-left: 7.5%;
}

h1 {
    width: 85%;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Roboto', arial, sans-serif;
    letter-spacing: 10px;
    font-weight: 600;
    font-size: 5em;


}

h2 {
    display: inline-block;
    width: 85%;
    font-size: 3.0em;
    letter-spacing: 3px;
    margin-top: 25px;
    padding-bottom: 45px;
    /*    border-bottom: 5px solid #58a6db;*/
    border-bottom: 5px solid #FFF5E3;
    /*    border-bottom: 5px solid #4a3a27;*/

}

h3 {
    display: inline-block;
    font-size: 3.0em;
    letter-spacing: 3px;
    margin-top: 25px;
    padding-bottom: 35px;

}


h4 {
    display: inline-block;
    font-size: 2.8em;
    margin-top: 30px;
    line-height: 50px;
    margin-bottom: 50px;
}

h4>* {
    text-decoration: none;
    color: #FFF5E3;
    transform: rotate(0deg) scale(1.0);
    transition: 0.3s linear;
}

.p_contact:nth-of-type(2) {
    display: inline-block;

}

.p_contact:nth-of-type(3) {
    display: inline-block;
    margin-left: 10px
}

.a_contact:nth-of-type(1) {
    display: inline-block;
    width: 100%;
}

.a_contact:nth-of-type(1):hover {
    transform: rotate(0deg) scale(1.1);
    color: white;
}

.a_contact:nth-of-type(2) {
    display: inline-block;
}

.a_contact:nth-of-type(2):hover {
    transform: rotate(0deg) scale(1.1);
    color: white;
}

.a_contact:nth-of-type(3) {
    display: inline-block;
    margin-left: 15px;
}

.a_contact:nth-of-type(3):hover {
    transform: rotate(0deg) scale(1.1);
    color: white;
}

.a_contact:nth-of-type(4) {
    display: inline-block;
    margin-left: 15px;
}

.a_contact:nth-of-type(4):hover {
    transform: rotate(0deg) scale(1.1);
    color: white;
}

.fas,
.fab {
    font-size: 2em;
    width: 100%
}

.links {
    margin-top: 50px;
}

.menu {
    display: block;
    float: left;
    width: 25%;
    font-size: 2.4em;
    font-weight: 300;
    text-decoration: none;
    text-align: center;
    color: #FFF5E3;
    /*    color: #4a3a27;*/
    height: 120px;
    line-height: 1.6;
    padding-top: 0.5em;
    transition: 0.3s linear;
    transform: rotate(0deg) scale(1);
}

.menu:hover {
    color: white;
    transform: rotate(0deg) scale(1.3);

}


.menu2 {
    display: block;
    float: left;
    width: 25%;
    font-size: 3em;
    font-weight: 300;
    text-decoration: none;
    text-align: center;
    color: #FFF5E3;
    /*    color: #4a3a27;*/
    height: 100px;
    line-height: 1.6;
    padding-top: 0.5em;
    transition: 0.3s linear;
    transform: rotate(0deg) scale(1)
}

.menu2:hover {
    color: white;
    transform: rotate(0deg) scale(1.3);
}


.a_top {
    position: fixed;
    display: block;
    width: 200px;
    text-transform: uppercase;
    font-size: 2.2em;
    font-weight: 300;
    text-decoration: none;
    text-align: center;
    color: #FFF5E3;
    /*    color: #4a3a27;*/
    height: 120px;
    line-height: 1.6;
    padding-top: 1em;
    z-index: 1;
    transition: 0.3s linear;
    transform: rotate(0deg) scale(1);
}

.a_top:hover {
    color: white;
    transform: rotate(0deg) scale(1.3);
}

.a_btm {

    display: block;
    width: calc(100% / 3);
    float: left;
    text-transform: uppercase;
    font-size: 2.6em;
    font-weight: 300;
    text-decoration: none;
    text-align: center;
    color: #FFF5E3;
    /*    color: #4a3a27;*/
    height: 60px;
    line-height: 1.6;
    padding-top: 0.5em;
    z-index: 1;
    transition: .3s linear;
    transform: rotate(0deg) scale(1);
}

.lin {
    margin-bottom: 50px;
}

.a_btm:hover {
    color: white;
    transform: rotate(0deg) scale(1.3);
}

.lan {
    top: 5px;
    left: 5px;
}

.contact {
    top: 5px;
    right: 5px;
}

.home {
    top: 5px;
    right: 5px;
}

.footer {
    position: relative;
    display: inline-block;
    margin-top: 30px;
    width: 100%;
    font-size: 2em;
    text-align: center;
}


/*LANDSCAPE*/

@media (max-width:1600px) and (orientation:landscape) {
    html {
        font-size: 8px;
    }

    .links {
        margin-top: 40px;
    }

    .menu {
        height: 100px;
    }

    .menu2 {
        height: 80px;
    }

    h2 {
        margin-top: 25px;
        padding-bottom: 40px;
        border-bottom: 4px solid #FFF5E3;
    }

    .a_top {
        width: 160px;
        height: 100px;
        font-size: 2.2em;
    }
}

@media (max-width:1280px) and (orientation:landscape) {
    html {
        font-size: 7px;
    }

    .header {
        margin-top: 30px;
    }

    .links {
        margin-top: 30px;
    }

    .menu {
        height: 80px;
    }

    .menu2 {
        height: 60px;
    }

    .br {
        height: 100px;
    }

    h2 {
        margin-top: 20px;
        padding-bottom: 30px;
        border-bottom: 3px solid #FFF5E3;
    }

    .footer {
        margin-top: 25px;
    }

    .a_top {
        width: 150px;
        height: 80px;
        font-size: 2.2em;
    }
}

@media (max-width:900px) and (orientation:landscape) {
    html {
        font-size: 5px;
    }

    .header {
        margin-top: 15px;
    }

    .links {
        margin-top: 15px;
    }

    .menu {
        height: 70px;
    }

    .menu2 {
        height: 50px;
    }

    .br {
        height: 80px;
    }

    h1 {
        font-size: 3em;
    }

    h2 {
        margin-top: 15px;
        padding-bottom: 15px;
        border-bottom: 2px solid #FFF5E3;
    }

    .footer {
        margin-top: 20px;
    }

    .a_top {
        width: 100px;
        height: 75px;
        font-size: 2.2em;
    }
}

@media (max-width:640px) and (orientation:landscape) {
    html {
        font-size: 5px;
    }

    .header {
        margin-top: 15px;
    }

    .links {
        margin-top: 10px;
    }

    .menu {
        height: 65px;
    }

    .br {
        height: 40px;
    }

    h1 {
        font-size: 3em;
    }

    h2 {
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 2px solid #FFF5E3;
    }

    .footer {
        margin-top: 20px;
    }

    .a_top {
        width: 100px;
        height: 75px;
        font-size: 2.2em;
    }

}

@media (max-width:533px) and (orientation:landscape) {
    html {
        font-size: 5px;
    }

    .header {
        margin-top: 15px;
    }

    .links {
        margin-top: 10px;
    }

    .menu {
        height: 60px;
    }


    h1 {
        font-size: 2.5em;
    }

    h2 {
        margin-top: 10px;
        padding-bottom: 10px;
        font-size: 2.5em;
        border-bottom: 2px solid #FFF5E3;
    }

    .footer {
        margin-top: 20px;
    }

    .a_top {
        width: 100px;
        height: 75px;
        font-size: 2.2em;
    }
}


/*PORTRAIT*/


@media (max-width:1280px) and (orientation:portrait) {
    html {
        font-size: 8px;
    }

    .header {
        margin-top: 70px;
    }

    .links {
        margin-top: 40px;
    }

    .menu {
        height: 150px;
    }

    .menu2 {
        height: 120px;
    }

    .br {
        height: 60px;
    }

    h1 {
        letter-spacing: 8px;
        font-size: 5em;
    }

    h2 {
        margin-top: 40px;
        padding-bottom: 40px;
        font-size: 3.2em;
        border-bottom: 4px solid #FFF5E3;
    }

    .footer {
        margin-top: 40px;
    }

    .a_top {
        width: 160px;
        height: 100px;
    }
}

@media (max-width:800px) and (orientation:portrait) {
    html {
        font-size: 8px;
    }

    .header {
        margin-top: 60px;
    }

    .links {
        margin-top: 40px;
    }

    .menu {
        height: 130px;
    }


    .menu2 {
        width: 33%;
        height: 100px;
    }

    h1 {
        letter-spacing: 8px;
        font-size: 3em;
    }

    h2 {
        margin-top: 40px;
        padding-bottom: 40px;
        font-size: 3em;
        border-bottom: 3px solid #FFF5E3;
    }

    .footer {
        margin-top: 40px;
    }

    .a_top {
        width: 160px;
        height: 100px;
    }

}

@media (max-width:450px) and (orientation:portrait) {
    html {
        font-size: 6px;
    }

    .header {
        margin-top: 30px;
    }

    .links {
        margin-top: 30px;
    }

    .menu {
        height: 90px;
    }

    .menu2 {
        height: 80px;
    }

    .br {
        height: 50px;
    }

    h1 {
        letter-spacing: 8px;
        font-size: 3em;
    }

    h2 {
        margin-top: 20px;
        padding-bottom: 20px;
        font-size: 2.8em;
        border-bottom: 2px solid #FFF5E3;
    }

    .footer {
        margin-top: 20px;
    }

    .a_top {
        width: 60px;
        height: 60px;
        font-size: 1.5em;
    }
}

@media (max-width:360px) and (orientation:portrait) {
    html {
        font-size: 5px;
    }

    .header {
        margin-top: 30px;
    }

    .links {
        margin-top: 15px;
    }

    .menu {
        height: 80px;
    }

    .menu2 {
        width: 50%;
        height: 50px;
    }

    .br {
        height: 40px;
    }

    h1 {
        letter-spacing: 8px;
        font-size: 2.8em;
    }

    h2 {
        margin-top: 15px;
        padding-bottom: 15px;
        font-size: 2.6em;
        border-bottom: 2px solid #FFF5E3;
    }

    .footer {
        margin-top: 10px;
    }

    .a_top {
        width: 60px;
        height: 60px;
        font-size: 1.5em;
    }

}