/**
 STYLE index.html
 */
img {
    max-width: 100%;
    max-height: 100%;
}

select {
    width: auto;
    display: inline;
}

.icare-btn-primary {
    color: #55728b;
    border-color: #01a48b;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle, .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus {
    background: inherit;
    color: inherit;
    border-color: inherit;
    box-shadow: 0 0 0 0.2rem #01a48b;
}

.col-4 {
    float: left;
}

.brand form {
    margin: 140px auto 0;
}

.brand input[type=submit] {
    margin-top: 100px;
}

.targets {
    margin-top: 20%;
}

.name {
    margin-top: 10%;
    text-align: center;
}

/**
 STYLE marque.html
 */
.logo {
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    width: 15em;
    display: block;
}

.btn_go {
    margin-top: 25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 3em;
}

.btn_go > a {
    text-align: center;
}

/**
 STYLE statistic_marque.html
 */
.container {
    max-width: 1900px;
}

.charts {
    margin-bottom: 20px;
}

.select_modele {
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    display: block;
}

.label_modele, .label_circulation {
    margin-left: 5%;
    font-size: 1.1em;
    margin-right: 5%;
}

.bouton_go {
    margin-left: 5%;
    border: 2px solid black;
    background: white;
    border-radius: 0;
    color: black;
    box-shadow: 2px 2px 0px black;
}

.bouton_go > a {
    text-decoration: none;
    color: black;
}

.bouton_go:hover {
    background-color: #5cb85c;
}

.bouton_go:hover > a {
    color: white;
}

/**
 STYLE statistic_marque.html
 */
.titre_fiabilite {
    margin-top: 2%;
    float: left;
}

.fiabilite_select_modele {
    margin-top: 5%;
    margin-left: 10%;
    width: 90%;
    display: block;
}


.label_fiabilite_modele, .label_fiabilite_circulation {
    margin-left: 5%;
    font-size: 1.1em;
    margin-right: 5%;
}

