::selection {
    background-color: #277e51;
    color: white;
}

/* Firefox */
::-moz-selection {
    background-color: #277e51;
    color: white;
}

.list-inline-item a {
    color: #ffffff;
}

.list-inline-item a:hover {
    color: #69ce71;
}

.middle-2 {
    line-height: 2em;
    height: 2em;
}

.bg-green {
    background-color: #277e51;
}

.text-green {
    color: #277e51;
}

#slider {
    padding-left: 0;
    padding-right: 0;
}

#logo {
    width: 150px;
    height: auto;
}
.badge.badge-pill.badge-danger{
z-index:99;
}

#labo {
    width: 64px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: -0.6em;
}

header h1 {
    font-size: 1.8em;
    text-align: center;
}
#panier {
    width: 64px;
    height: auto;
}

.separator-right::after,
.separator-left::before {
    content: ' | ';
    font-weight: bold;
}

a {
    color: #277e51;
}

a:hover {
    color: #ff1600;
}

.border-left-green {
    border-left: solid 1px #277e51;
}

.border-right-green {
    border-right: solid 1px #277e51;
}

.border-top-green {
    border-top: solid 1px #277e51;
}

.border-bottom-green {
    border-bottom: solid 1px #277e51;
}

.border-green {
    border: solid 1px #277e51;
}

#b-actif .form-control {
    border-color: #277e51;
}

#b-actif .btn-outline-primary {
    color: #277e51;
    border-color: #277e51;
}

#b-actif .btn-primary {
    color: #fff;
    background-color: #277e51;
    border-color: #277e51;
}

#b-actif .btn-outline-primary:hover {
    color: #fff;
    background-color: #277e51;
    border-color: #277e51;
}

.social-network.list-inline-item a {
    display: inline-block;
    width: 2em;
    text-align: center;
    font-size: 1.2em;
    background-color: transparent;
    transition: background-color 500ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.social-network.list-inline-item a:hover {
    background-color: #ffffff;
    color: #277e51;
}

ul.nav {
    position: relative;
}

.nav-item .sous-menu {
    width: 100%;
    height: 0;
    background-color: #ffffff;
    position: absolute;
    top: 2.6em;
    left: 0;
    z-index: 100;
    overflow: hidden;
    transition: height 500ms ease-in-out;
}

.nav-item .sous-menu.active {
    height: 250px;
}

.nav-item:hover{
    background-color: #277e51;
}

.nav-item > a:hover{
    color: #ffffff;
}

.img-slider {
    width: 100%;
    height: auto;
    align-content: center;
}

.carousel-item {
    max-height: 450px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #277e51;
}
h2.display-5{
font-size:2.5rem;
font-weight:400;
line-height:1.2;
}
.size-1{
    font-size: 1em;
}

.size-2{
    font-size: 1.2em;
}

.size-3{
    font-size: 1.3em;
}

#navband{
    transition: background-color 1s;
}
.text-white a{
    color: #ffffff;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6{
    color: #ffffff;
}

.card .badge {
    position: absolute;
    z-index: 100;
    top: 3em;
    right: -1em;
    transform: rotate(-15deg);
}

.card-deck .card{
    margin-right: -7px;
}
.s-3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.1;
}

nav#menu.show-me {
    display: flex !important;
}

nav#menu.show-me ul.nav li{
    display: flex !important;
    flex-flow: row;
}
h5, p{
word-break:break-word;
}

.card-body.text-center{
padding:1rem;
}