
/** ---------------------  SLIDER ACCUEIL     --*/
.grille
{
    background-image: url(./images/grille.png);
    display: block;
    position: absolute;
    width: 706px;
    height: 531px;
}
a.bt_home
{
    display: block;
    position: absolute;
    background-color: #000000;
    z-index: 999;
    opacity: 0.7;
    background-image: url(./images/bt_home.png);
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

a:hover.bt_home
{
    opacity: 0.9;
    background-image: url(../images/bt_home_hover.png);
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s; /*	-webkit-transform: scale(0.9,0.9); 	-ms-transform: scale(0.9,0.9); 	transform: scale(0.9,0.9);*/
}

a#g1
{
    margin-left: 256px;
    width: 224px;
    height: 218px;
}
a#g2
{
    margin-left: 481px;
    width: 224px;
    height: 218px;
}
a#g3
{
    margin-left: 117px;
    margin-top: 130px;
    width: 138px;
    height: 141px;
}
a#g4
{
    margin-left: 256px;
    margin-top: 219px;
    width: 149px;
    height: 103px;
}
a#g5
{
    margin-left: 406px;
    margin-top: 219px;
    width: 149px;
    height: 103px;
}
a#g6
{
    margin-left: 556px;
    margin-top: 219px;
    width: 149px;
    height: 103px;
}
a#g7
{
    margin-left: 0px;
    margin-top: 272px;
    width: 255px;
    height: 215px;
}
a#g8
{
    margin-left: 256px;
    margin-top: 323px;
    width: 149px;
    height: 103px;
}
a#g9
{
    margin-left: 406px;
    margin-top: 323px;
    width: 150px;
    height: 103px;
}
a#g10
{
    margin-left: 557px;
    margin-top: 323px;
    width: 148px;
    height: 103px;
}
a#g11
{
    margin-left: 256px;
    margin-top: 427px;
    width: 149px;
    height: 103px;
}
a#g12
{
    margin-left: 406px;
    margin-top: 427px;
    width: 149px;
    height: 103px;
}
a#g13
{
    margin-left: 557px;
    margin-top: 427px;
    width: 148px;
    height: 103px;
}
a.none
{
    display: none;
}


/** --------------------------- **/

#pop_up h1
{
    font-family: 'Marcellus' , serif;
    background-color: #393939;
    color: #FFFFFF;
    font-size: 18px;
    display: block;
    margin: 0px;
    padding: 15px;
    height: auto;
    margin-top: 10px;
    width: auto;
}
.espacement_pop_up
{
    padding-left: 15px;
    padding-right: 15px;
}
.photo_pop_up
{
    padding-right: 20px;
}
a#bt_savoir
{
    position: fixed;
    right: 0;
    bottom: 0;
}

/* Page specific classes */
/* GestionProduits/index.cshtml */
.ProduitsIndexGridActionColumn
{
    width: 205px;
}

footer{
    background: url("/images/patterns/low_contrast_linen.png");
    color: white;
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    footer{
        height: 59.5vh;
    }
}

body {
    display:flex !important;
    flex-direction:column;
}

.catalogue .col-lg-6.categorie:hover{
    background-color: #ccc;
}

.catalogue h1,
.campagnes h3{
    display: inline-block;
}
.catalogue .contenu,
.campagnes .contenu{
    display: inline;
}

.field-validation-error{
    color: red;
}

.droitUser ul{
    list-style: none;
    padding-left: 20px;
}

.droitUser ul.first{
    padding: 0px;
}

.droitUser input.checkbox{
    display: inline-block;
}

.ajoutCredit{
    display: none;
    padding: 10px;
    background: white;
    border: 1px solid black;
    width: 96%;
    height: 100px;
    position: absolute;
    bottom: 30px;
}

.campagnes .col-lg-4.categorie .contenu{
    top: -90px;
}

#campagnes.Sequences{
    color: white;
}

#ComListe,
#CampListe{
    position: fixed;
    background-color: #FFF;
    top: 60px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: none;
    padding: 20px;
    overflow-y: scroll;
    z-index: 2;
}

body.noScroll{
    overflow: hidden;
}

#ComListe .i-close,
#CampListe .i-close{
    top: 10px;
    right: 10px;
    position: absolute;
    cursor: pointer;
    z-index: 999;
    color: black;
}

#ComListe .col-lg-2, 
#communications .col-lg-2, 
.communications .col-lg-2{
    text-align: center;
    padding: 10px;
    border: 1px dotted black;
    height: 225px;
    overflow: hidden;
}

#ComListe .col-lg-2 h3, 
#communications .col-lg-2 h3,
.communications .col-lg-2 h3{
    margin-bottom: 0px;
}

#ComListe .col-lg-2 button, 
#communications .col-lg-2 button,
.communications .col-lg-2 button{
    position: absolute;
    bottom: 10px;
    left: 25%;
    width: 50%;
}

#communications .col-lg-2 button,
.communications .col-lg-2 button{
    width: 50%;
    left: 25%;
}

#communications a{
    color: black;
}

#communications a:hover{
    text-decoration: none;
}

.approuve{
    background-color: lightgreen;
}

.approbation{
    background-color: #ff8d3c;
}

.archive{
    background-color: lightblue;
}

.preparation{
    background-color: #ffd784;
}

.prete{
    background-color: darkgreen;
}

.legende .col-lg-3,
.legende .col-lg-1,
.legende .col-lg-10{
    float: none;
    display: inline;
}

#calendrier{
    padding: 20px;
}

.fc-event{
    font-size: 1em;
}

.fc-row.fc-week.fc-widget-content.fc-rigid {
    height: 100px !important;
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
    #calendrier{
        display: none;
    }
    
    table{
        margin-top:75px;
    }

    .calendrier table table{
        margin-top: 0px;
    }

    #calendar table{
        margin-top: 0px;
    }
                                        
	/* Force table to not be like tables anymore */
	table.table-striped,
    .table-striped thead,
    .table-striped tbody,
    .table-striped th,
    .table-striped td,
    .table-striped tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.table-striped thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.table-striped tr { border: 1px solid #ccc; }
	
	.table-striped td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50% !important; 
        text-align:center !important;
	}
	
	.table-striped td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

    #calendar{
        display: none;
    }
    fieldset#campagnes{
        display: initial !important;
        width: 100%;
    }
}

/** ÉDITER SÉQUENCE ET CAMPAGNE DIRECTEMENT DANS LA PAGE VOIR */
#editSeq, #editCamp{
    background: white;
    z-index: 999;
    width: 100%;
    top: 41px;
    left: 0px;
    padding: 20px;
    display: none;
}


/* CALENDRIER DES SÉQUENCES PAR BORNE */
.calendrier .fc-toolbar{
    display: none;
}

#sidebar.isCollapse img {
    display: none;
}

#sidebar img{
    max-width: 212px;
}