﻿.course {
    text-align: center;
    color: green;
}

.course1 {
    text-align: center;
    font-family: Bradley Hand ITC;
}

.cours2 {
    margin-top: 5px;
}

.cours2 {
    position: relative;
    margin-bottom: 15px;
}

.cours3 {
    -border: 1px solid red;
    position: absolute;
    top: -100px;
    opacity: 0;
    -bottom: 100px;
    -background-color: rgba(142,198,63,.8);
    background-color: rgba(0,0,0,0.3);
    color: white;
    padding: 10p;
}

.cours2:hover .cours3 {
    opacity: 1;
    top: 0px;
    transition: 1s;
}

.cours4 {
    position: absolute;
    -border: 1px solid red;
    -margin-top: -80px;
    padding-top: 20px;
    width: 100%;
    height: 80px;
    opacity: 0;
    bottom: -50px;
    -background-color: rgba(142,198,63,.8);
    background-color: rgba(0,0,0,0.3);
}

.cours2:hover .cours4 {
    opacity: 1;
    bottom: 0;
    transition: 1s;
}

.cours2:hover .hover {
    transform: scale(1.3);
    transition: 1s;
}

.cours7 {
    border: 1px solid rgb(73,183,43);
    background-color: rgb(73,183,43);
    color: white;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 5px 20px;
}

    .cours7:hover {
        background-color: transparent;
        color: rgb(73,183,43);
        border: 1px solid rgb(73,183,43);
        transition: 1s;
    }

.cou:hover {
    background-color: transparent !important;
    color: rgb(237,78,110) !important;
    border: 1px solid rgb(237,78,110) !important;
}

.details-card {
    background: #ecf0f1;
}

.card-content {
    background: #ffffff;
    border: 4px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
}

    .card-img img {
        width: 100%;
        height: auto;
        display: block;
    }

    .card-img span {
        position: absolute;
        top: 15%;
        left: 12%;
        background: #1ABC9C;
        padding: 6px;
        color: #fff;
        font-size: 12px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        transform: translate(-50%,-50%);
    }

        .card-img span h4 {
            font-size: 12px;
            margin: 0;
            padding: 10px 5px;
            line-height: 0;
        }

.card-desc {
    padding: 1.25rem;
}

    .card-desc h3 {
        color: #000000;
        font-weight: 600;
        font-size: 1.5em;
        line-height: 1.3em;
        margin-top: 0;
        margin-bottom: 5px;
        padding: 0;
    }

    .card-desc p {
        color: #747373;
        font-size: 14px;
        font-weight: 400;
        font-size: 1em;
        line-height: 1.5;
        margin: 0px;
        margin-bottom: 20px;
        padding: 0;
        font-family: 'Raleway', sans-serif;
    }

.btn-card {
    background-color: #1ABC9C;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .50rem 1.50rem;
    font-size: 1.5rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: none;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}

    .btn-card:hover {
        background: orange;
    }

a.btn-card {
    text-decoration: none;
    color: #fff;
}


/*end card style*/


.circular--square {
    border-radius: 50%;
}

.circular--landscape {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
}

    .circular--landscape img {
        width: auto;
        height: 100%;
        margin-left: -50px;
    }

.circular--portrait {
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
}

    .circular--portrait img {
        width: 100%;
        height: auto;
    }

.carousel-inner > .item > img {
    width: 100%;
    height: 600px;
}

.carousel-caption {
    position: absolute;
    top: 88%;
    transform: translateY(-17%);
    max-width: 100%;
    width: 100%;
    bottom: initial;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background: rgba(0, 0, 0, 0.6);
    left: 2px;
}

    .carousel-caption p {
        font-size: 17px;
    }

.vbhh {
    color: #7F0000;
}
