.just {
    text-align: justify;
}

#blocBlanc {
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 1%;
}

nav {
    margin-top: 1px;
    margin-bottom: 1px;
    padding-left: 20%;
    padding-right: 20%;
    background-color: #b27a61;
}

#bandeau {
    background-color: lightgray;
    display: flex;
    flex-direction: row;
    height: 30px;
    justify-content: space-around;
}

#blocMobile {
    position: sticky;
    top: 0;
}

#mobile {
    position: sticky;
    top: 30px;
}

#nom {
    display: flex;
    justify-content: center;
    text-align: center;
}

#priseRDV {
    display: flex;
    flex-direction: column;
    align-content: center;

    text-align: center;
}

#h12 {
    font-size: 80%;
}

#h13 {
    font-size: 60%
}

h1 {
    font-size: 215%;
}

#part2 {
    display: flex;
}


#logo {
    height: 120px;
}

#adresse {
    display: inline-block;
}

#numéros {
    margin-top: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    color: grey;
    font-size: 70%;
}


#numéros > p {
    margin-bottom: 0;
}

#imageBureau {
    width: 100%;
}

#présentation {
    margin-top: 2%;
    font-size: 120%;
}

.st {
    font-size: 120%;
    font-weight: bold;
}

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    overflow-x: hidden;
}

.page,
.page__content {
    position: relative;
}

.page {
    min-height: 100vh;
    -webkit-perspective: 1500px;
    perspective: 1500px;
    background-color: rgba(28, 28, 28, 0.5);
}

.page__content {
    min-height: 100vh;
    background-color: #fff;
}

/* navigation styles */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    padding: 30px;
    box-sizing: border-box;
    background-color: #1c1c1c;
    box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0.14), 1px 0 10px 0 rgba(0, 0, 0, 0.12), 2px 0 4px -1px rgba(0, 0, 0, 0.3);
    z-index: 500;
}

/* nav list styles */
.nav__list {
    position: relative;
    padding: 0;
    margin: 45px 0 0 0;
    list-style-type: none;
}

/* nav item styles */
.nav__item:not(:last-child) {
    margin-bottom: 20px;
}

/* nav link styles */
.nav__link {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: inline-flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.nav__link:hover {
    color: #4caf50;
}

/* nav link icon styles */
.nav__link-icon {
    position: relative;
    top: -3px;
    /* !!!use only with material design icons */
    margin-right: 10px;
    color: currentColor;
}

/* close icon styles */
.nav__close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 25px;
    cursor: pointer;
    /* close icon elements */
    /* hover effect */
}

.nav__close:before,
.nav__close:after {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 4px;
    height: 28px;
    border-radius: 10px;
    content: '';
    -webkit-transform-origin: center center;
    transform-origin: center center;
    background-color: #fff;
}

.nav__close:before {
    position: absolute;
    top: 0;
    left: 18px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav__close:after {
    position: absolute;
    top: 0;
    right: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav__close:hover:before,
.nav__close:hover:after {
    background-color: #4caf50;
}

/* nav open btn styles */
.nav-open-btn {
    position: absolute;
    top: 15px;
    left: 30px;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    width: 35px;
    height: 25px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
}

.nav-open-btn.js-hidden {
    transition-property: all;
    transition-duration: 0s;
    transition-timing-function: linear;
    transition-delay: 0s;
    opacity: 0;
    visibility: hidden;
}

.nav-open-btn__bar {
    width: 100%;
    height: 5px;
    background-color: #1c1c1c;
    border-radius: 20px;
}

.nav-open-btn__bar:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
}

.nav-open-btn__bar:nth-child(2) {
    position: absolute;
    top: 10px;
    left: 0;
}

.nav-open-btn__bar:nth-child(3) {
    position: absolute;
    top: 20px;
    left: 0;
}

.nav--offcanvas-4 {
    transition-property: all;
    transition-duration: 0s;
    transition-timing-function: linear;
    transition-delay: 0s;
    max-height: 80%;
    -webkit-transform: rotateY(-75deg) translateX(-50px);
    transform: rotateY(-75deg) translateX(-50px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    opacity: 0;
    visibility: hidden;
    /* opened styles */
}

.nav--offcanvas-4.js-opened {
    max-height: 100%;
    transition: opacity .22s linear 0s, visibility .22s linear 0s, -webkit-transform .22s linear 0s;
    transition: transform .22s linear 0s, opacity .22s linear 0s, visibility .22s linear 0s;
    transition: transform .22s linear 0s, opacity .22s linear 0s, visibility .22s linear 0s, -webkit-transform .22s linear 0s;
    -webkit-transform: rotateY(0) translateX(0);
    transform: rotateY(0) translateX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    opacity: 1;
    visibility: visible;
}

.page__content--offcanvas-4 {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    left: 0;
    /* opened styles */
}

.page__content--offcanvas-4.js-opened {
    left: 300px;
}

.navbar {
    z-index: 0;
}


@media screen and (max-width: 1110px) {
    .navbar {
        display: none;
    }

    .tableau {
        overflow: scroll;
        border: 1px solid black
    }
}

@media screen and (max-width: 680px) {
    #bandeau {
        display: none;
    }
}

@media screen and (max-width: 560px) {
    #nom > img {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    h1 {
        font-size: 200%;
    }

    #h12 {
        font-size: 75%;
    }
}