﻿html {
    font-size: 14px;
}

body {
    font-family: Segoe UI, Arial, Helvetica Neue, Helvetica, sans-serif;
}

/*Bootstrap 4 à un maxi de 1200px*/
@media only screen and (min-width: 1300px) {
    .container {
        min-width: 1300px !important;
    }
}

@media only screen and (min-width : 1400px) {

    .container {
        min-width: 1400px !important;
    }
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
/*Bouton mini utilisé pour toggle*/
.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.link {
    background-color: transparent !important;
    border: none;
}

.link:hover, .link:active {
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2), -0.01em 0 .1em rgba(0, 0, 0, 0.2);
}

.link:focus {
    outline: none;
}

.titreFeature
{
    color:mediumpurple;
}

.subtitlefeature 
{
    font-weight: bold;
    color: mediumpurple;
}