﻿body {
    margin: 0;
}

.header {
    width: 100%;
    height: 117px;
    display: inline-flex;
    background-color: #1d1717;
}

.logo {
    width: 154px;
    height: 100%;
    display: inline-flex;
}

.logoImg {
    width: 100px;
    height: 67px;
    margin: auto 0px auto 32px;
}

.titre {
    width: calc(100% - 154px);
    display: inline-flex;
    flex-direction: column;
    height: 100%;
}

.logo:after {
    content: '';
    width: 1px;
    height: 58px;
    margin: auto 0px auto 20px;
    background-color: #988a7d;
}

.textTitre {
    font-size: 32px;
    font-stretch: normal;
    font-style: normal;
    /*letter-spacing: 5px;*/
    color: #ffffff;
    margin: auto 0 0 20px;
    font-family: 'DSAutomobiles-Bold';
    text-transform: uppercase;
}

.textPromess {
    font-size: 16px;
    color: #e6e0db;
    margin: 0 0 auto 20px;
    font-family : 'DSAutomobiles-Regular';
    font-weight: 400;
}

.content {
    width: 100%;
    height: 100vh;
    /*background-color: green;*/
    /*padding: 14% 0;*/
    position: relative;
    top: 0;
    bottom: 0;
    display: inline-flex;
}

.boutons {
    width: 780px;
    height: 170px;
    margin: auto;
    opacity: 0.9;
    background-color: #ffffff;
    display: flex;
}

.divBtn {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.oneBtn
{
    width: 100%;
}
.twoBtn
{
    width: 50%;
}

.boutton {
    width: 221px;
    height: 48px;
    background-color: #9d8c83;
    margin: auto;
    padding: 16px 24px;
    color: #ffffff;
    display: block;
    border-style: solid;
    border-color: #9d8c83;
    font-family: DSAutomobiles-Bold;
    cursor: pointer;
}

    .boutton:hover {
        background-color: #C6B8AE;
        border: none;
    }

@media screen and (max-width: 780px) {
    .textTitre {
        font-size: 30px;
        letter-spacing: 4px;
    }

    .textPromess {
        font-size: 12px;
    }

    .boutons {
        width: 100%;
    }
}


@media screen and (max-width: 660px) {
    .textTitre {
        font-size: 28px;
        letter-spacing: 3.6px;
        margin: auto 0 0 11px;
    }

    .textPromess {
        margin: 0 0 auto 11px;
    }

    .titre {
        width: calc(100% - 128px);
    }

    .logoImg {
        margin: auto 0px auto 16px;
    }

    .logo {
        width: 128px;
    }

        .logo:after {
            margin: auto 0px auto 11px;
        }
}

@media screen and (max-width: 600px) {

    .textTitre {
        font-size: 25px;
        letter-spacing: 3.3px;
    }

     .textPromess {
        font-size: 10px;
    }

    .boutons {
        height: 210px;
        display: flow-root;
    }

    .boutton {
        width: 304px;
        background-color: #c6b8ae;
        border-style: solid;
        border-color: #c6b8ae;
    }

    .divBtn {
        width: 100%;
        height: 50%;
    }
}

@media screen and (max-width: 520px) {

    .titre {
        width: calc(100% - 83px);
    }

    .textTitre {
        font-size: 14px;
                margin: auto 0 auto 11px;
    }

     .textPromess {
        display : none;
    }

    .header {
        height: 48px;
    }

    .logo {
        width: 83px;
    }

    .logoImg {
        width: 55px;
        height: 36px;
    }

    .logo:after {
        height: 36px;
    }

    .content {
        height: 100vh;
    }
}
