﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
/*    margin-bottom: 60px;*/
/*    background-image: url(../images/icons/Back5.png);*/
    margin:0px;
}

.footer {
    /*position: absolute;
    bottom: 0;
    width: 100%;*/
    /*  white-space: nowrap;*/
    /*line-height: 60px;*/ /* Vertically center the text there */

    position: absolute;
    bottom: 10px;
    width: 100%;
    /* white-space: nowrap; */
    /* line-height: 60px; */
/*    height: 100px;*/
}



@media (max-width: 575.98px) {
    /*   .navbar-expand-sm > .container, 
    .navbar-expand-sm > 
    .container-fluid {
        padding-right: 0;
        padding-left: 0;
        background:#ffd800;
    }*/

    .nav-link {
        background: #b20707a6;
        margin-bottom: 2px;
    }

    .navbar-nav .nav-link {
        padding-left: 10px;
    }

    .navbar-toggler {
        /* padding: .25rem .75rem; */
        /*        font-size: 1.25rem;
        line-height: .7;*/
        padding: .25rem .75rem;
        background-color: #ba0506;
        border: 1px solid #ba0506;
        border-radius: .25rem;
    }


    .button:focus {
        outline: 1px solid;
        outline: 1px auto #c90003;
    }


    .menuiserie-h1 {
        font-size: 1.5rem;
        font-weight: 700;
        text-align: center;
        letter-spacing: .9rem;
        opacity: .9;
        color: black;
    }

    .menuiserie-p {
        font-size: 1.1rem;
        font-weight: 400;
        text-align: left;
        letter-spacing: .1rem;
        opacity: .9;
        color: #101010;
        margin-top: 1.2rem;
        text-align: left;
    }



}



/*.rect {
    width: 100%;
    height: 100vh;
}
*/

.slide-index {
    height: 90vh;
    /* width: 100%; */
    background-image: url(../../images/slideImages/1.jpg);
    background-size: cover;
    background-position: center;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
/*    clip-path: polygon( 0% 0%, 100% 0%, 100% 90%, 0 99%)*/
    /* transition: 1s; */
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: background-image 1s;
}
.slide-index-cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*    background-image: linear-gradient(to right bottom, rgba(126, 213, 111, 0.42),rgba(40, 180, 133, 0.75));*/
    background-image: linear-gradient(to right bottom, rgb(0, 0, 0,0.35),rgba(0, 0, 0, 0.40));
/*    clip-path: polygon( 0% 0%, 100% 0%, 100% 89%, 0% 98%)*/
}