﻿body, html {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
}

#demo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#mynavbar {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* FOOTER */
#myFooter {
    color: white;
    width: 100%;
    margin-top: auto;
}

    #myFooter .row {
        margin-bottom: 15px;
    }

    #myFooter .navbar-brand {
        margin-top: 45px;
        height: 65px;
    }

    #myFooter ul {
        list-style-type: none;
        padding-left: 0;
        line-height: 1.7;
    }

    #myFooter h5 {
        font-size: 18px;
        color: white;
        font-weight: bold;
        margin-top: 30px;
    }

    #myFooter h2 a {
        font-size: 50px;
        text-align: center;
        color: #fff;
    }

    #myFooter a {
        color: #d2d1d1;
        text-decoration: none;
    }

        #myFooter a:hover,
        #myFooter a:focus {
            text-decoration: none;
            color: white;
        }

    #myFooter .social-networks {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 16px;
    }

        #myFooter .social-networks a {
            font-size: 32px;
            color: #f9f9f9;
            padding: 10px;
            transition: 0.2s;
        }

            #myFooter .social-networks a:hover {
                text-decoration: none;
            }

    #myFooter .facebook:hover {
        color: #0077e2;
    }

    #myFooter .google:hover {
        color: #ef1a1a;
    }

    #myFooter .twitter:hover {
        color: #00aced;
    }

    #myFooter .btn {
        color: white;
        background-color: #d84b6b;
        border-radius: 20px;
        border: none;
        width: 150px;
        display: block;
        margin: 0 auto;
        margin-top: 10px;
        line-height: 25px;
    }

@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

.landing-col {
    background-image: url('~/images/fond gris talk_logiciel-01.png');
    background-size: 100% auto;
    height: 100% auto;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 991px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    #navbar-letters {
        display: none;
    }

    #talksolutionsigntext {
        font-size: 25px;
    }

    #upsilonsign {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    #upsilonsigntext {
        display: none;
    }

    a.navigation {
        display: block;
    }

    a.footnavigation {
        margin-left: auto;
        margin-right: auto;
        font-family: 'Raleway', sans-serif;
    }

    .img-responsive {
        height: 100%;
        width: 100%;
    }

    .video-responsive {
        height: 100%;
        width: 100%;
    }

    .documentation-image {
        max-width: 100%;
        height: auto;
        padding-bottom: 500px;
    }

    .documentation-image2 {
        max-width: 100%;
        height: auto;
        padding-bottom: 500px;
    }

    .documentation-image3 {
        max-width: 100%;
        height: auto;
        padding-bottom: 1000px;
    }

    #MessageCase {
        width: 100%
    }

    #tomtomlink {
        display: none
    }
}
.hidden {
    display: none;
}
/* Popup container */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    /* The actual popup (appears on top) */
    .popup .popuptext {
        visibility: hidden;
        width: 160px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 8px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -80px;
    }

        /* Popup arrow */
        .popup .popuptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Toggle this class when clicking on the popup container (hide and show the popup) */
    .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s
    }

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*FORMULAIRE*/
#FormCase {
    border-width: 1px;
    border-style: solid;
    border-color: #4285F4 #4285F4 #4285F4 #4285F4;
    box-shadow: #4285F4 0.5px 0.5px inset;
    background-color: ghostwhite;
    opacity: 0.8;
}

#MessageCase {
    height: 250px;
    width: 500px;
    border-width: 1px;
    border-style: solid;
    border-color: #4285F4 #4285F4 #4285F4 #4285F4;
    box-shadow: #4285F4 0.5px 0.5px inset;
    background-color: ghostwhite;
    opacity: 0.8;
}

.attachement {
    position: center;
    font-size: 10px;
    cursor: pointer;
    height: 100%;
    margin-top: 1%;
    color: white;
    background-color: #0099CC;
    border-width: 2px;
    border-style: solid;
    border-color: #4285F4 #4285F4 #4285F4 #4285F4;
    opacity: 0.8;
}

    .attachement:hover {
        color: ghostwhite;
        text-decoration: none;
        background-color: royalblue;
        border-style: solid;
        border-color: royalblue royalblue royalblue royalblue;
        box-shadow: 2px 2px rgba(0,0,0,0.5);
    }

/*Alert Cookie*/

.content {
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    min-height: 200px;
}