.card-red  {
    box-shadow : 0 10px 10px 0 rgba(255,0,0,0.16),0 5px 10px 0 rgba(255,0,0,0.12)
}

.card-blue  {
    box-shadow : 0 10px 10px 0 rgba(0,0,255,0.16),0 5px 10px 0 rgba(0,0,255,0.12)
}

.card-yellow  {
    box-shadow : 0 10px 10px 0 rgba(255,255,0,0.16),0 5px 10px 0 rgba(255,255,0,0.12)
}

.card-green  {
    box-shadow : 0 10px 10px 0 rgba(0,255,0,0.16),0 5px 10px 0 rgba(0,255,0,0.12)
}

.button-collapse {
    color : pink;
}

.h5 {
    font-size: 23px;
    display: block;
}

.h6 {
    font-size: 14px;
    display: block;
}

.card .card-content .card-title {
    line-height: 24px;
}

.yellow-text {
    color: goldenrod !important;
}

.green-text {
    color: forestgreen !important;
}


#intro-bg::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
}


.salmon {
    background-color: #3B7995;
}

.salmon-light {
    background-color: #005F7F;
}

.salmon-dark {
    background-color: #5c6bc0;
}

.salmon-text {
    color: #3B7995;
}

.salmon-text-light {
    color: #005F7F;
}

.salmon-text-dark {
    color: #5c6bc0;
}

a {
    color: #3B7995;
}

#essai {
    background-color: #5C6BC0;
}

footer.page-footer {
    background-color: #5C6BC0;
}

.speed-25 {
    background-color: white;
    z-index: 4;
    overflow: hidden;
    position: relative;
}

.speed-50 {
    background-color: white;
    z-index: 4;
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
}

.speed-75 {
    background-color: white;
    z-index: 5;
    overflow: hidden;
    position: relative;
}


#logo-container {
    padding-left: 150px;
}

#logo-container img {
    margin-top: 5px;
    height: 50px;
    width: auto;
}