body {
    padding:0px;
    margin:0px;
    background-color:#FAFFFA;
    font-family: Arial, Helvetica, sans-serif;
    color:#220000;
}

.bandeau {
    font-size:24px;
    position: fixed;
    top: 0;
    background-color:white;
    width:100%;
    display:inline-block;
    z-index: 100;
    text-align:center;
    font-weight:600;
    
    padding-top:20px;
    padding-bottom:10px;
    border-bottom:solid 1px #DDDDDD;
    
    
    /*background-image: url(granit.jpg);*/
}

.pos_t {
     position:relative;
     display:inline-block;
     overflow:overflow;
}

.lnk_c {
    
    position:fixed;
    top: 10;
    left: calc(50% - 300px);
    background-image: url(logo.png);
    display:block;
    height:65px;
    width:100px;
    background-size: 100px 65px;
    background-repeat: no-repeat;
    background-position: left bottom;
}
@media screen and (max-width: 600px) {
    .lnk_c {
       left: 0 !important;
    }
    
    .lnk_dm{
      right: 10 !important;
    }
}

@media screen and (max-width: 346px) {
    .lnk_c {
        display:none;
    }
}

.lnk_dm{
    position:fixed;
    top: 10;
    right: calc(50% - 290px);
    background-image: url(night.png);
    display:inline-block;
    height:20px;
    width:20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left bottom;
}


.main {
    max-width: 600px;
    width:100%;
    margin-left: auto;
    margin-right: auto;
    display:block;
}



.cont {
    margin-top: 90px;
}

.hidden {
    display:none;
}

.item_bd {
    border:solid 1px #DDDDDD;
    padding:10px;
    margin-top:15px;
    background-color:white;
}

.itm_title {
    font-weight:600;
}
.itm_subtitle {
    display:inline-block;
}

.itm_nd {
   display:inline-block;
   background-color:#aa0000;
   width:8px;
   height:8px;
   border:solid 1px #660000;
   border-radius:4px;
   float:right;
}

.gal {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color:white;
}

.gal_img {
    position: relative;
    width: 100%;
    /*max-height: 800px;*/
}

.leftArr {
    position: absolute;
    width: 50%;
    height: 100%;
    display: inline-block;
    top: 0;
    left: 0;
    background-image: url('./leftArrow.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: top;
}

.rightArr {
    position: absolute;
    width: 50%;
    height: 100%;
    display: inline-block;
    top: 0;
    right: 0;
    background-image: url('./rightArrow.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: right center;
    vertical-align: top;
}

.gal_left {
    position: absolute;
    width: 50%;
    height: 100%;
    display: inline-block;
    top: 0;
    left: 0;
    cursor: url(./fleche2.png), w-resize;
}

.gal_right {
    position: absolute;
    width: 50%;
    height: 100%;
    display: inline-block;
    top: 0;
    right: 0;
    cursor: url(./fleche.png), e-resize;
}
.loader{
    overflow:hidden;
    height:1px;
}
.foot {
    border:solid 1px #DDDDDD;
    padding:10px;
    margin-top:15px;
    text-align:center;
    background-color:white;
}
