html, body{
    font-family: 'Roboto';
    background: black;
    color: white;
}

/* header */
header {

    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

header h1, main h2, footer h2{
    font-family: 'Parisienne';
}

header p{
    font-size: 0.9rem!important;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
    header {
        background: url('http://lafermedes30.fr/images/ferme/facade.jpg') black no-repeat center center scroll;
    }
    header video {
        display: none;
    }
}

main p {
    font-size: 0.9rem;
}

footer{
    background: white;
    color: black;
}

.suivez-nous a{
    color: black;
    font-size: 2rem;
}

.suivez-nous a:hover{
    opacity: 0.7;
}

.liens-utiles a{
    color: white;
}

.badge-dark {
    background-color: #000!important;
}

#nav{
    margin:0;
    padding: 0;
    z-index: 1000!important;
    position: absolute;
    width:100%;
}

#nav ul li a{
    position: relative;
    font-size: 1rem;
    color: #fff;
}

#nav ul li a:hover{
    opacity: 0.6;
}

#nav ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#nav ul li a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.navbar-light .navbar-toggler {
    border-color: #fff;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(
    "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/*GALERIE PHOTO */
.gallery-block{
    padding-bottom: 60px;
    padding-top: 60px;
}

.gallery-block .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.compact-gallery .item{
    overflow: hidden;
    margin-bottom: 0;
    background: black;
    opacity: 1;
}

.gallery-block.compact-gallery .item .image{
    transition: 0.8s ease;
}

.gallery-block.compact-gallery .item .info{
    position: relative;
    display: inline-block;
}

.gallery-block.compact-gallery .item .description{
    display: grid;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    line-height: 18px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 1;
    color: #fff;
    transition: 0.8s ease;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.39));
}

.gallery-block.compact-gallery .item .description .description-heading{
    font-size: 1em;
    font-weight: bold;
}

.gallery-block.compact-gallery .item .description .description-body{
    font-size: 0.8em;
    margin-top: 10px;
    font-weight: 300;
}

@media (min-width: 576px) {

    .gallery-block.compact-gallery .item .description {
        opacity: 0;
    }

    .gallery-block.compact-gallery .item a:hover .description {
        opacity: 1;
    }

    .gallery-block .zoom-on-hover:hover .image {
        transform: scale(1.3);
        opacity: 0.7;
    }
}

@media (max-width: 991px) {
    #nav ul li a {
        position: relative;
        font-size: 1rem;
        color: #000;
        background: white;
        opacity: 1!important;
        padding: 0.8rem;
    }

    #nav ul li a:hover {

        opacity: .8!important;

    }
}


section.pricing {

}

.pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.pricing .card-price {
    font-size: 3rem;
    margin: 0;
    color:black;
}

.pricing .card-price .period {
    font-size: 0.8rem;
}

.pricing ul li {
    color:black;
    margin-bottom: 1rem;
}

.pricing .text-muted {
    opacity: 0.7;
}

.pricing .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }
    .pricing .card:hover .btn {
        opacity: 1;
    }
}



.icon-bar {
    position: fixed;
    top: 50%;
    background: white!important;
    color:black!important;
    right: 0!important;
    z-index: 1000000!important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: black!important;
    font-size: 20px;
}

.icon-bar a:hover {
    background-color: #000;
    color: white!important;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

#contactez-nous a, #contactez-nous a:hover{
    text-decoration: none!important;
}