﻿.body-container {
    margin-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    height: 100%;
    display: flex
}

.container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.nav-page {
    display: none
}

body {
    height: 100%;
    width: 100%
}

html, body {
    margin: 0;
    height: 100%;
    overflow: hidden
}

.cartouche_connexion {
    z-index: 8000;
    display: inline-block;
    padding: 15px;
    margin: 5px;
    opacity: 0.90;
    text-align: center;
    width: auto;
    float: right;
    background-position-x: 50%;
    background-position-y: 50px;
    background-size: 50%;
    background-color: transparent;
    position: relative;
    padding-top: 260px;
    background-repeat: no-repeat;
}

.companyImage {
    width: 75%;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
}

.body-container {
    margin-left: 0px;
}

@media (max-height: 700px) {
    html, body {
        overflow: visible
    }
}

@media (max-width: 700px) {
    .companyImage {
        display: none;
    }

    .cartouche_connexion {
        width: 100%;
    }

    .form-control {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1000px) {
    .cartouche_connexion {
        width: 25%;
    }

    .form-control {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
}