﻿@charset "utf-8";

.MyTable {

}
.MyTable tr td{
    padding:5px;
}

.ViewPanel .Panel h3 {
padding-top:0px;
margin-top:0px;
}

.h1 {
    font-size: 36px;
    line-height: 50px;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #337ab7;
    font-weight: 700;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
    font-size: 24px;
    color: #818181;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 1.1;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}

.Mycalendrier {
    position:relative;
    width:330px;
    /*position:absolute;
    top:0px;
    right:0px;*/
}

.Mycalendrier .ArrowUp{
    position: absolute;
    top: -05px;
    right: 27px;
    width: 20px;
    height: 20px;
    background-image: url(../../IMG/index/ArrowUpGray.png);
    background-position: 0px 3px;
    background-size: 20px 15px;
    background-repeat: no-repeat;
}
.Mycalendrier .ArrowDown{
    position: absolute;
    top: -05px;
    right: 55px;
    width: 20px;
    height: 20px;
    background-image: url(../../IMG/index/ArrowDownGray.png);
    background-position: 0px 3px;
    background-size: 20px 15px;
    background-repeat: no-repeat;
}
.Mycalendrier .ArrowUp:hover {
    background-color: lightgray;
    cursor:pointer;
}
.Mycalendrier .ArrowDown:hover {
    background-color: lightgray;
    cursor:pointer;
}
.Mycalendrier .MyContainer {
    position: relative;
    
    min-width: 244pt;
    max-width: 244pt;
    
    min-height: 102px;
    max-height: 102px;

    overflow: hidden;
    
}
.Mycalendrier table {
    empty-cells:show;
}
.Mycalendrier .Grille{
    position:absolute;
    left:0px;
    top:120px;
    width:100%;
    border:1px solid rgba(10,10,10,0.05);
    display:inline-table;
    transition:all 0.5s;
    background-color:white;
}
.Mycalendrier .Grille tr th{
    font-size:9px;
    text-align:center;
}
.Mycalendrier .Grille tr td{
    font-size: 10px;
    text-align:center;
    border:1px solid rgba(10,10,10,0.05);
}
.Mycalendrier .Grille tr .actif {
    text-align: right;
    padding-right: 4px;
    background-color:#828997; /*cornflowerblue;*/
    color:white;
}
.Mycalendrier .Index {
    font-size:9px;
    padding-top:10px;
}

.FullDlgPhotos {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;                                /*background-color:dimgray;*/
    z-index: 99999;
    display:none;
    /*transition: all 2s;*/
    
}
.FullDlgPhotos .glyphicon{
    float:right;
    color:crimson;
    font-size:48px;
    padding:20px;
}
.FullDlgPhotos .glyphicon:hover{
    font-size:54px;
    cursor:pointer;
}
.FullDlgPhotos .photosContainer {
    position: relative;
    background-color: rgba(10,10,10,0.97);
    padding: 80px;
    padding-bottom: 20px;
    height: 100%;
    box-sizing: border-box;
    z-index: -1;
}
.photosContainer {
    /*transition: all 2s;*/
}

.photosContainer  .carousel,
.photosContainer  .carousel .carousel-inner,
.photosContainer  .carousel .carousel-inner .item{
    height:100%;
}
.photosContainer .carousel .carousel-inner .item img{
    margin-right: auto;
    margin-left: auto;
    border: 1px solid gray;
    box-shadow: 0px 0px 5px 0px black;
    padding: 10px;
    /*top: 25%;*/
    height: 100%;
    bottom: 25%;
}

@media screen and (max-width: 730px) {
    .FullDlgPhotos .photosContainer {
        padding: 0px;
    }

    .photosContainer .carousel .carousel-inner .item img {
        height:unset;
    }
    .photosContainer .carousel .carousel-inner .item {
        /*width: 100%;*/
    }

    .photosContainer .carousel .carousel-inner {
        position:absolute;
    }


        /*.photosContainer .carousel .carousel-inner .item img {
            height: unset;
            top: 25%;
            position: absolute;
        }*/
}

.FooterPub {
 position:relative;
}
.FooterPub a img {
 width:95px;
}
