body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}

#home {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('fond.jpg') no-repeat center;
    background-size: cover;
    display: block;
    top: 0;
    bottom: 0;
}

#home::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('compass.png') no-repeat center;
    z-index: 1;
}

#logo {
    background: url("logo2.png") no-repeat center;
    max-width: 161px;
    height: 131px;
    margin: auto;
    padding-top: 36px;
}

.responsinsta {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.instag {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    width: auto;
}

.instag img {
    width: 24px;
}

.instag:hover {
    border: none;
}

.corps {
    max-width: 1014px;
    margin: auto;
    height: 160px;
}

.ligne {
    height: 20%;
    width: 100%;
    position: relative;
    z-index: 5;
}

.colonne {
    width: 338px;
    float: left;
    padding-top: 50px;
}

a {
    color: white;
    text-decoration: none;
    padding: 15px 25px;
    border: 0px solid white;
    border-bottom: 1px solid white;
    display: block;
    text-align: center;
    margin: auto;
    width: 110px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-family: 'Montserrat', arial, sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    text-shadow: 0px 2px 7px #807d7d;
}

a:hover {
    border: 3px solid white;
}

#douceur a {
    width: 130px;
}

.last {
    height: 135px;
}

.colonne:nth-of-type(2) {
    opacity: 0;
}

#boussole {
    z-index: 99999;
    width: 100%;
    text-align: center;
}

#presta {
    padding-top: 42px;
    padding-left: 8px;
}

#presta a {
    width: 140px;
}

/*  css compass */
.button {
    height: 170px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    bottom: 5px;
}

.compass {
    width: 50%;
    height: 126%;
    background: #fff;
    border-radius: 100% 100% 100% 100%;
    border: 15px solid white;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    border-top-color: #ec8f52;
    transition: border-radius .2s;
    box-sizing: border-box
}

.button:hover .compass {
    border-radius: 50%;
}

.msg {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 140px;
    text-align: center;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
}

/* Responsive design */
@media screen and (max-width: 1600px) {
    #boussole {
        left: 34.5%;
    }
}

@media screen and (max-width: 1500px) {
    #boussole {
        left: 33%;
    }
}

@media screen and (max-width: 1400px) {
    #boussole {
        left: 32%;
    }
}

@media screen and (max-width: 1300px) {
    #boussole {
        left: 31%;
    }
}

@media screen and (max-width: 1200px) {
    #boussole {
        left: 29.5%;
    }
}

@media screen and (max-width: 1150px) {
    #boussole {
        left: 28.5%;
    }
}

@media screen and (max-width: 1100px) {
    #boussole {
        left: 27.5%;
    }
}

@media screen and (max-width: 1050px) {
    #boussole {
        left: 26%;
    }
}

@media screen and (max-width: 1013px) {
    #boussole, .colonne:nth-of-type(2), .middle, #home::before {
        display: none;
    }

    .colonne {
        width: 290px;
        position: relative;
        left: 159px;
    }
}

@media screen and (max-width: 900px) {
    .colonne {
        left: 129px;
    }
}

@media screen and (max-width: 830px) {
    .colonne {
        left: 109px;
    }
}

@media screen and (max-width: 792px) {
    .colonne {
        left: 89px;
    }
}

@media screen and (max-width: 760px) {
    .colonne {
        left: 0px;
        width: 100%;
        /* bottom: 45px; */
        padding-top: 0;
    }
    #presta {
        padding: 0 !important;
    }
}



@media screen and (max-height: 731px) {
    .ligne {
        height: auto;
    }
}

/*iPhone 5/SE */
@media screen and (max-height: 568px) and (max-width: 320px) {
    .ligne {
        height: 18%;
    }

    #logo {
        background: url(logo2.png) no-repeat center;
        background-size: 100%;
        max-width: 100px;
        height: 75px;
    }
}

@media screen and (max-height: 580px) {
    #home {
        overflow-y: scroll;
    }

    #logo {
        margin: inherit;
        margin-left: 25px;
    }
}

@media screen and (max-width: 425px) {
    .instag {
        display: none;
    }

    .responsinsta {
        display: block;
    }
}
