@font-face {
    font-family: "Gula FREE";
    src: url('../fonts/Gula FREE.ttf') format('truetype'),
        url('../fonts/Gula FREE.otf') format('otf');
}
@font-face {
    font-family: "Little-Sweet-Thing-Regular";
    src: url('../fonts/Little-Sweet-Thing-Regular.ttf') format('truetype');
}
@font-face {
    font-family: "Hendangan";
    src: url('../fonts/Hendangan.ttf') format('truetype');
}
@font-face {
    font-family: "Air Planet";
    src: url('../fonts/Air Planet.ttf') format('truetype');
}
html, body
{
    height:100%;
    width:100%;
    top:0;
    left:0;
    background-position:center bottom;
    background-attachment: fixed;
    background-repeat:no-repeat;
    background-size:100% auto;
}
#background_opacity {
    position: fixed;
    z-index: -10;
    top: 0; left: 0; right: 0; bottom: 0;
}
.minSpecial
{
    display:none;
}
body 
{
    display : table;
    width: 100%;
    -moz-user-select: none; 
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
.dropdownMenu,
.dropdownMenuDelete
{
    display:none;
    margin:auto;
    width:40%;
}
#footer
{
    background: linear-gradient(to top, yellowgreen, rgba(0,0,0,0));
    height:30px;
    width:100%;
    font-size:22px;
    position:fixed;
    vertical-align: baseline;
    bottom:0;
    left:0;
    right:0;
    text-align: center;
    color:white;
    text-shadow:1px 1px 3px black;
    padding-top:0px;
}
#footer:hover
{
    background: linear-gradient(to top, yellow, rgba(0,0,0,0));
    -webkit-transition: background 500ms linear;
    -ms-transition: background 500ms linear;
    transition: background 500ms linear;
}
#logout
{
    height:100px;
    margin:10px 0 -30px 0px; 
    z-index:5;
}
.formLog
{
    background-color:rgba(120,0,0,0.5);
    background-image:url('../img/nane.png');
    background-size:auto 100%;
    background-position:bottom right;
    background-repeat: no-repeat;
    width:40%;
    color:white;
    text-shadow:2px 2px 2px black;
    padding:20px;
    margin:40px auto;
    border-radius:10px;
    box-shadow:4px 4px 10px black;
    text-align:left;
}
.formLog p
{
    font-size:30px;
    text-align:center;
}
.formLog label
{
    font-size:20px;
}
.formLog input[type=text], 
.formLog input[type=password], 
.formLog input[type=submit]
{
    width:250px;
    height:50px;
    border-radius:10px;
    font-size:25px;
    text-align:center;
    font-size:30px;
    max-width: 250px;
    margin:10px auto;
    box-shadow:5px 5px 10px black;
}
.formLog input[type=submit]
{
    color:white;
    background-color: firebrick;
}
.formLog input[type=submit]:hover
{
    box-shadow:3px 3px 8px black;
}
.navbar
{
    color:white;
    box-shadow:0px 4px 8px black;
    width:100%;
    background-image:url('../img/navbar.png');
    background-repeat:no-repeat;
    background-size:auto 100%;
    z-index:1;

}
.navbar:hover
{
    box-shadow:0px 8px 15px black;
}
.navbar-item li
{
    color:white;
}
.navbar a
{
    color:white;
    font-size:35px;
    margin-right:20px;
    text-shadow:2px 2px 2px black;
}
.navbar-brand img
{
    border-radius:50%;
    border:3px yellow solid;
    box-shadow:3px 3px 5px black;
    margin:10px auto -40px 0px;
    text-align:center;
}
.navbar-toggler-icon img
{
    border:3px solid yellow;
}
.conteneur h1
{
    background:url('../img/bandeau1.png');
    font-size:50px;
    line-height:65px;
}
.conteneur h2
{
    background:url('../img/bandeau2.png');
    font-size:40px;
    line-height:55px;
    display:block;
}
.conteneur p
{
    background:url('../img/bandeau3.png');
    font-size:25px;
    line-height:30px;
    margin:auto;
    height:35px;
    display:inline-block;
    margin-left:50px;
}
.conteneur h1, .conteneur h2, .conteneur p, .conteneur h2 a
{
    text-decoration:none;
    padding-left:40px;
    padding-right:40px;
    display:inline-block;
    background-size:100% 100%;
    background-position:center;
    background-repeat: no-repeat;
    color:white;
    text-shadow:2px 2px 4px black;
}
.conteneur a
{
    color:#DDD;
}
.conteneur a:hover
{
    color:#AAA;
    text-decoration:none;
}
[type=submit].valid  
{
    color:white;
    text-shadow:2px 2px 2px black;
    font-size:30px;
    min-width:200px;
    border:none;
    background-color:transparent;
    background-image:url('../img/bandeau4.png');
    background-size:100% 100%;
    padding:10px 20px;
}
h2 a:hover
{
    color:yellowgreen;
    text-decoration:none;
}
.nav-item a:hover
{
    animation:orangina 0.5s ;
    animation-fill-mode:forwards;
}
li.nav-item
{
    height:50px;
}
.dropdown-menu a:hover
{
    animation:none;
    background-color:transparent;
    color:grey;
}
.nav-link img
{
    margin-top:-20px;
}
.albums
{
    width:100%;
    padding-top:50px;
    text-align:center;    
}
.album
{
    height:250px;
    width:250px;
    display:inline-block;
    max-height: 250px;
    background-repeat:no-repeat;
    background-size:100% 100%;
    text-align:center;    
    padding-top:40px;
    padding-left:-20px;
}
.albumTitle 
{
    text-shadow:2px 2px 2px black;
    height:150px;
    width:100%;
    float:right;
    font-size:27px;
    line-height:32px;
    background-image:none;
    color:white;
    font-weight:normal;
    text-align:center;
    padding:10px 10px 10px 30px;
    display:block;
    vertical-align: middle;    
}
.album a
{
    color:white;
    height:20px;
    width:100%;
    display:block;
    font-size:22px;
    text-shadow:2px 2px 2px black;
    margin:auto;
}
.albumCount
{
    color:white;
    display:block;
    margin-top:10px;
    background:url('../img/etiquette.png') no-repeat;
    background-size:100% 70%;
    background-position:center;
    border-radius:5px;
    margin:auto;
    padding-right:20px;
    font-size:18px;
    line-height:25px;
    width:40%;
    text-shadow:2xp 2px 4px black;
}
.album a:hover
{
    text-decoration:none;
}
.albums button
{
    color:white;
    background-color:transparent;
    border:0px;
}
.albumTitle:hover
{
    animation:anim_folder 0.5s;
    animation-fill-mode:forwards;
}
.conteneur
{
    padding:20px 0px;
    text-align:center;   
    width:100%;
    height:100%;
    left:0;
    top:0;
}
ul li
{
    list-style-type: none;
    line-height:30px;
}
.photo,
.video
{
    z-index:0;
    background-position:top center;
    background-size:150% auto;
    width:30%;
    border-radius:15px;
    box-shadow:3px 3px 6px black;
    display:inline-block;
    padding:15px;
    text-align:center;
    margin:10px;
    vertical-align: top;
}
.photoModify
{
    height:350px;
}
.photo .title
{
    color:black;
    font-size:23px;
    height:25px;
    display:block;
    background-image:none;
    text-shadow:2px 2px 2px white;
    margin-bottom:15px;
}
.photo img,
.video img
{
    /*height:250px;*/
    width:150px;
    display:block;
    margin:20px auto;
    border:2px solid gray;
    z-index:1;
}
.photo a
{
    color:white;
}
.photo a:hover
{
    text-decoration:none;
    color:greenyellow;
}
.home
{
    margin-top:30px; 
    display:inline-block; 
    background-color:transparent;
}
.home img
{
    height:200px;
    border-radius:15px;
    box-shadow:3px 3px 5px black;

}
.add input[type=text],
.add input[type=file],
.add input[type=button],
.add input[type=password]
{
    width:400px;
    height:50px;
    border-radius:20px;
    padding:5px 20px;
    font-size:20px;
    line-height:40px;
    margin:auto;
}
.add input[type=date]
{
    background-color:transparent;
    border:none;
    font-size:40px;
}
.add textarea
{
    width:400px;
    height:100px;
    font-size:30px;
    border:2px solid brown;
    border-radius:10px;
    padding:10px;
    box-shadow:5px 5px 5px brown;
}
.social
{
    display:inline-block;
    margin:auto;
    margin-top:10px;
}
.social img
{
    height:25px;
    width:25px;
    border:none;
    display:inline-block;
    margin:0px 5px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.social img:hover
{
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
}
.comments
{
    text-align:left;
    background-color:rgba(0,0,0,0.3);
    border-radius:10px;
    padding:10px;
}
.message
{
    width:30%;
    min-height:200px;
    padding:20px;
    display:inline-block;
    background-repeat: no-repeat;
    background-position:top center;
    background-size:100% ;
    vertical-align:top;
    box-shadow: 5px 5px 8px black;
}
.message span
{
    font-size:25px;
    line-height:35px;
    margin:20px 10px;
    text-align:left;
}
.dico
{
    width:30%;
    max-height:300px;
    display:inline-block;
    margin:5px; 
    padding:15px;
    background-repeat: no-repeat;
    background-position:center;
    background-size:100% 100%;
    vertical-align: top;
}
.dico h1,
.dico h2,
.dico p
{
    background-image:none;
}
.dico h1
{
    font-size:30px;
    width:100%;
    line-height:32px;
}
.dico h2
{
    font-size:25px;
}
.dico p
{
    font-size:20px;
}
.alert
{
    border:2px greenyellow solid;
    width:50%;
    z-index:3;
    margin:auto;   
}
.param img
{
    height:150px;
    box-shadow:5px 5px 8px black;
    border-radius:10px;
    margin:10px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.param img:hover
{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    z-index:1;
}
.param p
{
    background-color:rgba(0,0,200,0.6);
    width:80%;
    margin:auto;
    border-radius:5px;
    font-size:40px;
    line-height:50px;
    box-shadow:3px 3px 6px black;
    background-image:none;
}
.param p:hover
{
    background-color:rgba(0,0,255,0.8);
}
.dropdown-menu
{
    background-color:red;
    box-shadow:5px 5px 5px black;
    border:0px;
}
/*Ligthbox*/
.small, .big {
    cursor: pointer
}
.big {
    position: fixed;
    top: 0;
    left: 0;
    width: 95vw;
    height: 95vh;
    z-index:2;
    display: none;
    align-items: center;
    justify-content: center;
}
.big img {
    height:100%;
    border: 4px white solid;
    border-radius: 5px;
    animation:img_big 0.7s;
    animation-fill-mode:forwards;
}
.big p
{
    color:white;
    background-color:rgba(0,0,0,0.5);
}
/*Affichage des utilisateurs*/
.user, .userProfile
{
    width:25%;
    color:white;
    text-shadow:2px 2px 2px black;
    background:linear-gradient(to top right, red, rgba(255,0,0,0.5)90%);
    border-radius:15px;
    display:inline-block;
    margin:10px;
    box-shadow:3px 3px 5px black;
}
.userProfile
{
    width:100%;
}
.user img
{
    width:40px;
    margin:5px 20px;
}
.user h3,
.param h3
{
    font-size:25px;
    line-height:30px;
    width:100%;
    display:inline;
    background-color:rgba(255,255,0,0.7);
    border-top-left-radius:15px;
    border-top-right-radius:15px;
}
h3 span
{
    color:red;
}
.user p
{
    font-size:20px;
    background-image:none;
    margin:auto;
    padding:auto;
}
.userAction
{
    font-size:10px;
}
#details
{
    display:inline-block;
    width:500px;
}
#modify
{
    display:none;
    width:500px;
    /*border:2px solid greenyellow;*/
    /*box-shadow: 3px 3px 6px greenyellow;*/
}
.itemModify input[type=date],
.itemModify input[type=text],
.itemModify select
{
    width:100%;
    background-color:transparent;
    border:none;
    font-size:22px;
    text-align:center;
    color:green;
}
.itemModify textarea
{
    font-size:18px;
    width:95%;
    height:200px;
}
.hide
{
    display:none;
}
button.addComment
{
    background-color:transparent;
    border:none;
}
.addCommentForm
{
    display:none;
}
p.author 
{
    text-align: left;
    display:block;
    background-image:none; 
    width:100%;
    margin:0;
}
p.comment
{
    display:block;
    background-image:none;
    font-size:15px;
    color:white;
    /*text-shadow:none;*/
    font-weight:lighter;
    width:100%;
    margin:0px;
}
div.infobulle,
div.infobulle2 
{
    display:inline-block;
}
div.infobulle span,
div.infobulle2 span
{
    position:absolute;
    z-index:10;
    padding: 10px;
    margin-left:-150px;
    margin-top: -100px;
    text-align:center;
    color:white;
    font-size:22px;
    text-shadow:0 2px 0 black;
    box-shadow: 5px 5px 10px black;
    border: 1px;
    border-radius: 15px;
    background-color:rgba(255,0,0,0.8);
    transform:scale(0) rotate(-15deg);
    transition:all .3s;
    opacity:0;
}  
div.infobulle2 span
{
    margin-top:40px;
}
div.infobulle:hover span,
div.infobulle2:hover span,
div.infobulle:focus span
div.infobulle2:focus span
{ 
    transform:scale(1);
    opacity:1;
    z-index:10;
}
.light:hover
{
    color:yellowgreen;
}
.pagination
{
    font-size:25px;
    margin:40px 15px;
    display:block;
}
.pagination a
{
    margin-right:15px;
    color:white;
}
.pagination a:hover
{
    text-decoration:none;
    color:green;
}
a.curpage 
{
    border:red 5px solid;
    box-shadow:3px 3px 3px black;
    border-radius:50%;
    padding:5px 10px;
}
p.colorMenu
{
    width:60%;
    height:50px;
    border-radius:10px;
    box-shadow:3px 3px 6px black;
    color:white;
    padding:10px;
    margin:auto;
}
hr
{
    width:80%;
    border:3px green dashed; 
    margin:10px auto;
}
/*Diaporama*/
.cadre-diapo{
    height: 400px;
    max-height: 600px; 
    position: relative;
}
.diapo{
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    top: 60%;
    transition: opacity 1s;
    height:500px;
    box-shadow: 8px 8px 12px black;
    z-index:0;
    border-radius:10px;
    border:3px yellow solid;
}
button{
    border: none;
    cursor: pointer
}
.last,
.next{
    /*color: silver;*/
    color: yellowgreen;
    transition: color .4s linear;
    transform: translatey(-50%);
    top: 50%;
    padding: .5rem;
    font-size: 2rem;
    position: fixed;
}
.last
{
    left:100px;
}
.next
{
    right:100px
}
.last:hover,
.next:hover{
    color: black
}
/*.numeros{
    transition: background .4s linear;
    color: white;
    background: #7A5FFF
}*/
.cadre-demo{
    display: flex;
    justify-content: center;
}
.param
{
    display:none;
}
.manual
{
    margin-bottom: 40px;
}
.manual p
{
    font-size:20px;
    background-image:none;
    color:black;
    display:block;  
    text-shadow: none;
}
.manual img
{
    height:70px;
    /*box-shadow:5px 5px 5px black;*/
    margin:20px;
    /*border-radius:10px;*/
}
.userPage
{
    width:40%;
    display:inline-block;
    vertical-align: top;
    padding:0px 5px;
}
.listPhotosByUser
{
    display:none;
}
.tracking
{
    width:80%;
    height:420px;
    max-height:420px;
    overflow:scroll auto;
    margin:auto;
}
.tracking table 
{
    border-collapse: collapse;
}

.tracking table, 
.tracking th, 
.tracking td 
{
    border: 1px solid red;
    padding:5px 10px;
    background-color:rgba(255,255,255,0.5);
}
.tracking th
{
    background-color:red;
    color:white;
    font-size:20px;
}
a.tracking
{
    color:#333;    
}
a.tracking:hover
{
    color:#000;
}
.scroll
{    
    transition: color .4s linear;
    text-align:center;
    text-decoration:none;
    font-size:30px;
    color:green;
    margin:50px auto;
    display:block;
    text-shadow:2px 2px 4px black;
}
.scroll:hover
{    
    transition: color .4s linear;
    text-decoration:none;
    color:yellowgreen;
    text-shadow:none;
}
/*Bouton profil dans la navbar*/
.profil
{
    font-size:18px;
    text-align:center;
}
.profil img
{
    height:80px;
    margin-top:-25px;
    margin-bottom:-50px;
}
p.countSocial
{
    background-image:none;
    color:grey;
    font-size:18px;
    text-shadow:none;
    margin:0px 10px 0px 0px;
    padding:0px;
}
p.alertMessage
{
    font-size:40px;
    color:red;
    text-shadow:3px 3px 3px black;
    transform:rotate(-15deg);
    z-index:5;
    text-align:left;
}