﻿.checkWrapper {
    position: relative;
    display: inline-block;
}

.checkIcon {
    font-size: 0.6em;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    position: absolute;
    bottom: 0;
    margin-left: -10px;
    margin-bottom: 5px;
}

.tooltipBD {
    position: absolute;
    bottom: 110%; /* place la bulle au-dessus du bouton */
    left: 50%;
    transform: translateX(-50%) translateY(-18px);
    max-width: 220px;
    padding: 10px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    white-space: normal;
    text-align: center;
    z-index: 10;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

    .tooltipBD::before,
    .tooltipBD::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }

    .tooltipBD::before {
        border-top: 12px solid rgba(255, 255, 255, 0.4);
        z-index: 9;
    }

    .tooltipBD::after {
        border-top: 10px solid rgba(255, 255, 255, 0.2);
        top: calc(100% + 1px);
        z-index: 10;
    }

.hidden {
    display: none;
}




.zoom-in-out-box {
    animation: zoom-in-zoom-out 1s ease infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        scale: 100%
    }

    50% {
        scale: 150%;
    }

    100% {
        scale: 100%;
    }
}

:root {
    font-size: 18px;
}

.content {
    width: 100%;
    max-width: 600px;
}

h2 {
    font-size: 24px;
}

    h2 small {
        opacity: 0.7;
        font-weight: normal;
    }

.zoom-in-out-element {
    animation: zoom-in-zoom-out 1s ease infinite;
}

#imgphoto {
    position: absolute;
}

#Photo {
    position: relative;
    width: 250px;
    height: 250px;
}

#Photo:hover #imgtexte {
    opacity: 1;
}

.BrownGradient {
    width:100%; 
    font-family: 'Mongolian Baiti'; 
    font-weight:normal;
    padding-top: 6px;
    text-align:center; 
    color:white; 
    height:35px;
    background: rgba(107,81,64,0.5);
    /*background: -moz-linear-gradient(top, rgba(107,81,64,1) 0%, rgba(107,81,64,0.5) 36%, rgba(93,67,50,1) 42%, rgba(66,41,24,1) 53%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(107,81,64,1)), color-stop(36%, rgba(107,81,64,1)), color-stop(42%, rgba(93,67,50,1)), color-stop(53%, rgba(66,41,24,1)));
    background: -webkit-linear-gradient(top, rgba(107,81,64,1) 0%, rgba(107,81,64,1) 36%, rgba(93,67,50,1) 42%, rgba(66,41,24,1) 53%);
    background: -o-linear-gradient(top, rgba(107,81,64,1) 0%, rgba(107,81,64,1) 36%, rgba(93,67,50,1) 42%, rgba(66,41,24,1) 53%);
    background: -ms-linear-gradient(top, rgba(107,81,64,1) 0%, rgba(107,81,64,1) 36%, rgba(93,67,50,1) 42%, rgba(66,41,24,1) 53%);
    background: linear-gradient(to bottom, rgba(107,81,64,1) 0%, rgba(107,81,64,1) 36%, rgba(93,67,50,1) 42%, rgba(66,41,24,1) 53%);*/    
    font-size: 16px; 
    border-radius:6px;
}

#imgtexte {
    opacity: 0;
    position: absolute;
    top: 210px;
    color: white;
    border-bottom-left-radius:6px;
    border-bottom-right-radius:6px;
    background-color: rgba(68,42,24,0.8);
    padding: 4px;
}

#imgtexte:hover {
    background-color: rgba(68,42,24,0.9);
    color: gray;
}

#Photo:hover #imgGuestTexte {
    opacity: 1;
}


#imgGuestTexte {
    opacity: 1;
    position: absolute;
    top: 210px;
    color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: rgba(68,42,24,0.8);
    padding: 4px;
}

#imgGuestTexte:hover {
    background-color: rgba(68,42,24,0.9);
    color: gray;
}

#FileUp {
    position: relative;
}





/* Basic */

body {
    margin: 0;
    overflow-x: hidden;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.browserupgrade {
    margin: 0;
    padding: .5em 1em;
    background-color: #fcfcfc;
    text-align: center;
}

header {
    padding-top: 10px;
    background-color: lightblue;
}

.btn-upload {
    font-size: 22px;
    font-weight: bold;
}

/* Header */

.docs-header {
    margin-bottom: 0;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    border-color: #0074d9;
}

.navbar-toggle .icon-bar {
    background-color: #0074d9;
}

/* Jumbotron */

.docs-jumbotron {
    background-color: #0074d9;
    color: #fff;
}

    .docs-jumbotron .version {
        font-size: 14px;
        color: #fff;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }


/* Content */

.img-container {
    background-image: url(/img/users/Unknown.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50% 100%;
    width: 100%;
    text-align: center;
}

.img-container {
    min-height: 250px;
    max-height: 200px;
    margin-bottom: 20px;
}

@media (min-width: 250px) {
    .img-container {
        min-height: 250px;
    }
}

.img-container > img {
    max-width: 100%;
}

.docs-preview {
    margin-right: -15px;
}

.img-preview {
    /*background-image: url(photo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;*/
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

    .img-preview > img {
        max-width: 100%;
    }

.preview-lg {
    width: 148px;
    height: 148px;
    border-radius: 75%;
}

.preview-md {
    width: 148px;
    height: 148px;
}

.preview-sm {
    width: 69px;
    height: 39px;
}

.preview-xs {
    width: 35px;
    height: 20px;
    margin-right: 0;
}

.docs-data > .input-group {
    margin-bottom: 10px;
}

    .docs-data > .input-group > label {
        min-width: 80px;
    }

    .docs-data > .input-group > span {
        min-width: 50px;
    }

.docs-buttons > .btn,
.docs-buttons > .btn-group,
.docs-buttons > .form-control {
    margin-right: 5px;
    margin-bottom: 10px;
}

.docs-toggles > .btn,
.docs-toggles > .btn-group,
.docs-toggles > .dropdown {
    margin-bottom: 10px;
}

.docs-tooltip {
    display: block;
    margin: -6px -12px;
    padding: 6px 12px;
}

    .docs-tooltip > .icon {
        margin: 0 -3px;
        vertical-align: top;
    }

.tooltip-inner {
    white-space: normal;
}

.btn-upload .tooltip-inner {
    white-space: nowrap;
}

@media (max-width: 400px) {
    .btn-group-crop {
        margin-right: -15px !important;
    }

        .btn-group-crop > .btn {
            padding-left: 5px;
            padding-right: 5px;
        }

        .btn-group-crop .docs-tooltip {
            margin-left: -5px;
            margin-right: -5px;
            padding-left: 5px;
            padding-right: 5px;
        }
}

.docs-options .dropdown-menu {
    width: 100%;
}

    .docs-options .dropdown-menu > li {
        padding: 3px 20px;
    }

        .docs-options .dropdown-menu > li:hover {
            background-color: #f7f7f7;
        }

        .docs-options .dropdown-menu > li > label {
            display: block;
        }

.docs-cropped .modal-body {
    text-align: center;
}

    .docs-cropped .modal-body > img,
    .docs-cropped .modal-body > canvas {
        max-width: 100%;
    }


/* Footer */

.docs-footer {
    overflow: hidden;
}

.heart {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #ddd;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

    .heart:hover {
        color: #ff4136;
    }

    .heart:before {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        display: block;
        height: 0;
        border-top: 1px solid #eee;
        content: " ";
    }

    .heart:after {
        position: relative;
        z-index: 1;
        padding-left: 8px;
        padding-right: 8px;
        background-color: #fff;
        content: "♥";
    }
