

html {
    height: 100%;
}

body {
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    vertical-align: top;
    background-position: center;
    background-repeat: repeat-y;
    font-size: 95%;
    position: relative;
    display : table;
	width: 100%;
}
h2{
    font-size:12pt;
}
.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: #000; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
}

.table td, .table th{
    padding:2px;
}
a:link{
    text-decoration:none;
}
.flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 22%;
    margin-top: 258px;
    margin-left: 400px;
  }


#titre{
    margin-right: 19%;
    width: 60%;
    font-size: 240%;
    margin-left: 13%;
    margin-right: 19%;
    width: 75%;
    position: fixed;
    /*position: relative;*/
    top: 82px;
    z-index:1;
}
#menu {
    z-index: 10030;
    color:black;
    background-color: yellow;
    background-color:#F0E361;
    width:100%;
}
.menu{
    margin-top: -288px;
    margin-left: 22%;
    margin-right: 19%;
}
.menu_admin{
    display: none;
    margin-top: 80px;
    margin-left: 29%;
    margin-right: 20%;
    margin-left: 26%;
}
.menu_administrateur{
    display: none;
}

#conteneur {
    /*float: right;*/
    padding: 0px;
    /*width: 950px;*/
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: #EDE1D1;
    /*position: absolute;*/
    margin-left: auto;    
    margin-right: auto;    
    
}
#AdmDeconnexion{
    z-index:100;
}
#GenConnexion{
    z-index:100;
}

a.nav-link:hover{
    color:black;
}

#login{
    left: 74%;
    position: relative;
    top: -142px;
    width: 50px;
    height: 50px;
}
.titre{
    flex-grow: 8;
    font-size: xx-large;
}
#logo{
    flex-grow: 1;
    position: fixed;
    top: 161px;
    top: 99px;
    width: 30%;
    width: 26%;
    margin-left: 9%;
}
.login_input {
    position: absolute;
    top: 36px;
    left: 487px;
    margin-bottom: 10px;
}
#bouton-logging{
    position: absolute;
    /*right: 4%;*/
    left: 5%;
    top:129px;
    /*display:inline;*/
    /*width: 50px;
    height: 50px;*/
}
/*fenêtre modale*/
.bphoto{
    display: none;
    /*--masqué par défaut--*/
    background: #ddd;
    padding: 20px;
    border: 8px solid #fff;
    float: left;
    font-size: 1em;
    position: fixed;
    top: 60px;
    left: 47%;
    left: 20%;
    z-index: 10000000000;
    /*--Les différentes définitions de Box Shadow en CSS3--*/
    -webkit-box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
    /*--Coins arrondis en CSS3--*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.txt{
    display: none;
    /*--masqué par défaut--*/
    background: #ddd;
    padding: 20px;
    border: 8px solid #fff;
    float: left;
    font-size: 1em;
    position: fixed;
    top: 60px;
    left: 70%;
    left: 10%;
    z-index: 10000000000;
    /*--Les différentes définitions de Box Shadow en CSS3--*/
    -webkit-box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
    /*--Coins arrondis en CSS3--*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.popup_block{
    display: none;
    /*--masqué par défaut--*/
    background: #ddd;
    padding: 20px;
    border: 8px solid #fff;
    float: left;
    font-size: 1em;
    position: fixed;
    top: 176px;
    left: 35%;
    z-index: 10000000000;
    /*--Les différentes définitions de Box Shadow en CSS3--*/
    -webkit-box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
    /*--Coins arrondis en CSS3--*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.popup_{
    display: none;
    /*--masqué par défaut--*/
    background: #ddd;
    padding: 20px;
    border: 8px solid #fff;
    float: left;
    font-size: 1em;
    font-size: 13px;
    position: fixed;
    top: 62px;
    left: 3%;
    z-index: 10000000000;
    /*--Les différentes définitions de Box Shadow en CSS3--*/
    -webkit-box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
    /*--Coins arrondis en CSS3--*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    overflow-y: scroll;
    scrollbar-color: rebeccapurple green;
    scrollbar-width: thin;
}

/*bouton fermeture fenêtre login*/
.popup-btn-close {
    float: right;
    margin: -55px -55px 0 0;
}

.voile-noir {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.60;
    background: gray;
    z-index: 9999;
}

#actus{
    position: absolute;
    float: left;
    background: #F0E361;
    top: 150px;
    left: 30%;
    width: 42%;
    height: 51px;
    /*
    background: gray;
    z-index:2;
    */
}
#diapoUne{
    position: absolute;
    float: left;
    background: #F0E361;
    top: 210px;
    left: 30%;
    width: 42%;
    width: 49%;
    height: 86px;
    border: 2px solid black;
    height: 149px;
    top:146px;
    overflow:hidden;
}
.diaporama2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style-type: none; 
    margin-left: -40px;
    z-index: 1;
    overflow: hidden;
}

#mot{
    position: relative;
    width: 50%;
    height: 400px;
    background: rgb(235, 227, 227);
    margin-top: 0px;
    float: right;
    display:none;
}

#user{
    /* menu tout les user */
    display:none;
    position: absolute;
    top:0px;
    position: fixed;
    background-color: #f8f9fa !important;
    margin-top: 89px;
    margin-top: 106px;
    padding:5px;
    color:black;
    z-index:11;
    width: 116px;
    font-size: small;
    right: 0px;
    text-align:left;
    line-height: 1;
}

#gallerie-photos{
    position:relative;
    top:314px;
    left:-186px;
}
#travail{
    display:none;
    position: absolute;
    top:206px;
    width: 100%;
    margin-top: 89px;
    text-align: left;
    color:black;
    z-index:9;
    background-color: #f0d8d8 !important;
    background-color: #E6DFDF !important;
    padding-left: 10%;
    padding-right: 10%;
    padding-right: 4%;
}

#membresHVI #pupitre a:link {
    color:black;
    display:inline;
}
#totalMembres{
    display: inline;
    font-size: medium;
    padding-left: 20px;
}
#boutonsMembres{
    /*position: fixed;*/
    background-color: grey;
    z-index: 12;
    width: 93%;
    margin-top: 12px;
}
#formulaireMembres{
    margin-top: 16px;
    margin-left: -7px;  
}
#query{
    display:none;
    position:fixed;
    z-index: 1201;
    background-color: #ccffff;
    width: 100%;
    height: 40px;
    font-size: smaller;
    text-align: left;
    padding-left: 5px;
    margin-top: -286px;
}
#ligne1{
    display:flex;
    justify-content: space-around;
    padding-bottom: 11px;
    margin-top: -40px;
    margin-top: 0px;
}
#ta{
    margin-left: -7px;
}
/* richtext custom style */
.richText {
    margin-top: 40px;
    -webkit-box-shadow: 0 0 20px 0 #999;
    -moz-box-shadow: 0 0 20px 0 #999;
    box-shadow: 0 0 20px 0 #999;
}
.w140{
    width: 60px;
   
}

/*
#user #menu_admin a:link {
    color: rgb(21, 48, 88);
}


#user #menu_admin a:visited {
    color: blue;
}


#user #menu_admin a:hover {
    color: rgb(6, 5, 63);
}
*/
.element{
    width: 100%;
    height: 100%;
    font-family: verdana;
    font-weight: normal;
    line-height: 50px;
    font-size: 16px;
    padding-left: 10px;
    box-sizing: border-box;
    z-index: 1;
}
/*
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 3px;
}
*/
#centre #centre8{
        margin-top: 18px;
        
}
#centre8{
    margin-left: 0;
}
#centre {
    font-size:10pt;
}
#centre h1 {
    text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-right: 3px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin: 0px;
    background-image: url(img/ar_plan_centreH1.jpg);
    background-repeat: repeat-y;
    background-color: #DADA2C;
    background-color: #EEE363;
    font-weight: bold;
}
#centre2 #centre3 #centre5 #centre6 #centre7 h1 {
    text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-right: 3px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin: 0px;
    background-image: url(img/ar_plan_centreH1.jpg);
    background-repeat: repeat-y;
    background-color: #DADA2C;
    background-color: #EEE363;
    font-weight: bold;
    margin-top:0px;
}

#centre #centre4 h2 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #8C0000;
    padding-top: 3px;
    padding-right: 20px;
    padding-bottom: 3px;
    padding-left: 20px;
    background-image: url(img/ar_plan_centreh2.jpg);
    background-color: #60AF9A;
    background-color: #97CCC4;
}
#centre4 h1 {
    text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-right: 3px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin: 0px;
    background-image: url(img/ar_plan_centreH1.jpg);
    background-repeat: repeat-y;
    background-color: #DADA2C;
    background-color: #EEE363;
    font-weight: bold;
}
#centre1 h1 {
    text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-right: 3px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin: 0px;
    background-image: url(img/ar_plan_centreH1.jpg);
    background-repeat: repeat-y;
    background-color: #DADA2C;
    background-color: #EEE363;
    font-weight: bold;
}
#centre8 h1 {
    text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-right: 3px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin: 0px;
    background-image: url(img/ar_plan_centreH1.jpg);
    background-repeat: repeat-y;
    background-color: #DADA2C;
    background-color: #EEE363;
    font-weight: bold;
}
#centre6 h2 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #8C0000;
    padding-top: 3px;
    padding-right: 20px;
    padding-bottom: 3px;
    padding-left: 20px;
    background-image: url(img/ar_plan_centreh2.jpg);
    background-color: #60AF9A;
    background-color: #97CCC4;
}
#centre8 h2 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #8C0000;
    padding-top: 3px;
    padding-right: 20px;
    padding-bottom: 3px;
    padding-left: 20px;
    background-image: url(img/ar_plan_centreh2.jpg);
    background-color: #60AF9A;
    background-color: #97CCC4;
}
#history{
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    padding-top: 2px;
    padding-right: 3px;
    padding-bottom: 2px;
    text-align: left;
    background-image: url(img/ar_plan_centreh3.jpg);
    background-repeat: repeat-y;
    background-color: #C6B8B8;
    text-align:center;
    width: 100%;
    display: inline-block;
}

#centre #centre4 #centre8 h3 {
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 30px;
    text-align: left;
    background-image: url(img/ar_plan_centreh3.jpg);
    background-repeat: repeat-y;
    background-color: #C6B8B8;
}
#centre2{
    margin-left: 18%;
    margin-right: 12%;
    margin-right: -5%;
}
#left{
    display:none;
    z-index: 100;
    position: absolute;
    width: 20%;
    height: 1000px;
    top: 295px;
    left: .6%;
    /*left: 4.6%;*/
}
#right{
    display:none;
    z-index: 100;
    position: absolute;
    width: 18%;
    height: 1000px;
    top: 295px;
    left: 81.4%;

    left:70,4%;
    width:58%;
    top:346px;
    left:950px;
    left:55%;
    width:64%;
}
.w30{
    padding:0px;
    font-size: .8rem;
}
.gen{
    background-color:#EEE363;
    border-radius: 28px;
    padding-right: 60px;
    z-index:1;
}
.contenu 
{
 background-color:#FFFFFF;
 border:1px solid #999999;
 cursor:default;
 display:none;
 margin-top: 15px;
 position:absolute;
 text-align:left;
 width:400px;
 z-index:50;
 padding: 25px 25px 20px;
}
a.selected {
 background-color:#1F75CC;
 color:white;
 z-index:100;
}
.browse{
    width:90%;
}
#bloc_dialog{
    width: 90%;
    height:90%;
    line-height: 1;
    z-index:10000;
    scrollbar-color: #000 rgba(0,0,0,.15);
    width:39%;
    height:auto;
    height:80%;
    overflow-y:scroll;
}
#bloc_dialog a:hover {
    background-color: gold;
    scroll-behavior:auto;
  }
.bloc_dialog_ligne{
    background-color: white;
}

#ligne hover{
    background-color: gold;
}

#bloc_diapo{
    text-align:left;
    overflow:auto;
    height:400px;
    line-height: .5;
    left: 260px;
    height:546px;
    width: 858px;
    width:694px;
    width:712px;
    top:20px;
}

.form-group{
    margin-bottom: 9px;
    margin-bottom: 4px;
}
#inputDate{
    width:127px;
}
.date_rdv {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    text-transform: none;
    float: left;
    width: 100%;
    text-indent: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #000000;
    border-bottom-style: solid;
    border-top-color:#8B0000;
    border-right-color:#8B0000;
    border-bottom-color:#8B0000;
    border-left-color:#8B0000;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    text-align: left;
    background-color:#D6EEF0;
}
.blocagenda {
    border: thin solid #8B0000;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-bottom: 5px;
    background-color: #97CCC4;
    padding-left: 10px;
}
.bloc_annonces {
    float: left;
    width: 100%;
    background-color: 
    #EDE1D1;
}
.evenement {
    background-color: #FEF7E7;
    float: left;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: bold;
    color:#D97D7D;
    font-size: 12px;
    padding-right: 3%;
    padding-left: 3%;
}
.evt{
    list-style-type: none; 
    padding-left: 10px;
    padding-right:10px;
}
ul{
    display: inline;
}
.bck_yellow{
    background-color: yellow;
}
.bck_yellow_light{
    background-color: #fff38f;
}
.col_yellow_low{
    color:#F2F964;
}
.col_yellow_medium{
    color:#F7C35A;
}

.bck_gris_clair {
    background-color: #c6bebe;
}
.bckcol_grey1{
    background-color: #8D1A1A;
    color:white;
}
.bck_bleu_clair{
    background-color: #c5f6fa;
    background-color: #d8f5a2
}
.bck_bleu_fonce{
    background-color: #66d9e8;
    background-color: #c0eb75
   
}

.agendaEvt{
    color: #572727;
}
.col_gris_clair{
    color:rgb(126, 122, 122);
}
.bckcol_gris_clair{
    background-color:#A19C9C;
}
.bckcol_gris_pclair{
    background-color:#d4cece;
}
.bckcol_gris_pclair1{
    background-color:#f3b5b5;
}
.bckcol_gris_clair1{
    background-color:#cc7979;
}
.bckcol_orange{
    background-color: coral;
}
.ref{
    background-color: #F2F964;
    width:50px;
}
#footer {
    position: fixed;
    bottom: 1px;
    left: 0;
    right: 0;
    display: table-row;
    height: 50px;
    padding: 0px;
    z-index: 101;
    background-color:gray;
    background-color: #97CCC4;
    color:#F0E361;
    display:none;
}
.bottom{
    margin-left: 15%;
    margin-right: 15%;
}
.ajout{
    margin-bottom:-25px;
}
/*
#croppie{
    width: 200px;
    height: 300px;
}
*/

#croopie_{
    width: 600px;
    height: 600px;
    margin: auto;
}
.Zindex10 {z-index:10;}
#agendaTypdrdv{
    background-color: #97CCC4;
    width: 80px;
    width:24%;
    display: inline-block;
}
#agendaTypdrdvt{
    background-color: #97CCC4;
    width: 182px;
    width:51%;
    display: inline-block;
}
#agendaTypdrdvh{
    background-color: #97CCC4;
    width: 84px;
    width: 22%;
    display: inline-block;
}
#agendaTypdInscription
{
    background-color: #97CCC4;
    color:#8B0000;
    font-weight: bolder;
    width: 100%;
    display: inline-block;
}
.inscription{
    background-color: #97CCC4;
    color:#8B0000;
    font-weight: bolder;
    /*width: 100px;*/
    display: inline-block;
    margin-bottom: 5px;

}
#AgendaSearch{
    text-align:right;
}
#blocAccueil{
    display: inline-flex;
    flex-direction: column;
    margin-top:-236px;
    margin-top:0px;
}

.slideshow {
    flex-direction:row;
    width:800px;
    width:636px;
    width:654px;
    height: 472px;
    /*440 par photo + 32 pour les commentaires*/
  }
   
.evenements {
    flex-direction:row;
    width: 49%;
    margin-left: 1%;
    opacity: 70%;
    background:url(../img/theme-musique-dessins_csp2.jpg);
    height: 767px;
    /* correction suite modif du 11022023 */
    margin-left:10%;
    margin-top:424px;
    height:414px;

    height:875px;
    height:530px;
    margin-left:12%;
    margin-top:0px;
  }
  .AdminPhotos{
      padding-top:5px;
  }
#titreUpload{
    text-align: center;
    margin-top: -12px;
    padding-bottom: 6px;
    font-weight:bolder;
}
/* ListeUpload */
#liste-container {
	display: flex;
    flex-direction: row;
    
}
#liste-container > #titreUpload {
	flex: auto;
}

#liste-container > #delUpload {
	width: 13px;
    margin-top: -18px;
    height: 22px;
}
#liste-container-simple {
	display: flex;
    flex-direction: row;
}
.usermail{
    margin-top: 6px;
    text-align:left;
}
.users-mail{
    padding-top: 2px;
    padding-bottom: 4px;
}
#showUsersMail{
    margin-top: -17px;
}
#showCorpsMail{
    margin-top: -17px;
}
#resetMail{
    margin-top: -17px;
}
.mt17{
    margin-top: -17px;
}
.w760{
    width:762px;
}
.corps-mail{
    margin-top:20px;
}

#logoInstrument{
    display:inline-block;
    background-size:auto 100%;
}
/* guitare (36 en x, 30 en y */
#sp1 {
width:22px;
background-size:auto 100%;
background:url(img/istockphoto-1018876436-1024x1024v2.png);
background-position:-18px -18px;
}
/* sax */
#sp2 {
width:22px;
background-size:auto 100%;
background:url(img/istockphoto-1018876436-1024x1024v2.png);
background-position:-54px -76px;
}
/* trompette */
#sp3 {
    width:22px;
    background-size:auto 100%;
    background:url(img/istockphoto-1018876436-1024x1024v2.png);
    background-position:-90px -76px;
    }
/* clarinette */
#sp4 {
    width:22px;
    background-size:auto 100%;
    background:url(img/istockphoto-1018876436-1024x1024v2.png);
    background-position:-92px -108px;
    }
/* flute */
#sp5 {
    width:22px;
    background-size:auto 100%;
    background:url(img/istockphoto-1018876436-1024x1024v2.png);
    background-position:-126px -108px;
    }
/* trombonne (trompette)! */
#sp6 {
    width:22px;
    background-size:auto 100%;
    background:url(img/istockphoto-1018876436-1024x1024v2.png);
    background-position:-160px -76px;
    }
/* cor */
#sp7 {
    width:22px;
    background-size:auto 100%;
    background:url(img/istockphoto-1018876436-1024x1024v2.png);
    background-position:-54px -108px;
    }
/* tuba */
#sp8 {
    width:22px;
    background-size:auto 100%;
    background:url(img/istockphoto-1018876436-1024x1024v2.png);
    background-position:-126px -76px;
    }
/* batterie */
#sp9 {
    width:22px;
    background-size:auto 100%;
    background:url(img/istockphoto-1018876436-1024x1024v2.png);
    background-position:-162px -138px;
    }
/* violon, contrebasse */
#sp10 {
    width:22px;
    background-size:auto 100%;
    background:url(img/istockphoto-1018876436-1024x1024v2.png);
    background-position:-18px -76px;
    }
/* chef */
#sp11 {
    width:22px;
    background-size:auto 100%;
    background:url(img/istockphoto-1018876436-1024x1024v3.png);
    background-position:-51px -45px;
    }
    /* login */
#sp12 {
    width:42px;
    background-size:auto 100%;
    background:url(img/login/8199630v1.png);
    background-position:-102px -84px;
    }
/* logout */
#sp13 {
    width:42px;
    background-size:auto 100%;
    background:url(img/login/8199630v1.png);
    background-position:-147px -84px;
    }
#sp14 {
    width:374px;
    background-size:auto 100%;
    background:url(img/8767903.png);
    background-position:-207px -420px;
    }
/* logout */
#sp15 {
    width:374px;
    background-size:auto 100%;
    background:url(img/8767903.png);
    background-position:-620px -420px;
    }
 
input[type=button], input[type=submit], input[type=reset] {
    /*background-color: #4CAF50;*/
    border: none;
    color: #007bff;
    padding: 2px 0px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    }
#progressBar {
    background-color: #3E6FAD;
    width: 0px;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: .25s ease-out;
    -webkit-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    transition: .25s ease-out;
    display:inline-block;
}
.inputPartition {
    width: 140px;
    vertical-align: middle;
    margin-bottom: 42px;
}
.formInputpartition{
    height:40px;
}
#progress{
position: relative;
top: -21px;
top: 0px;
}
.progressBarPartition{
        position: relative;
        top: -23px;
}
.PoPupPartition {
    position: relative;
    top: -21px;
}
hr{
    margin-top: 1px;
    margin-bottom: 1px;
    color: #F00;
    background-color: #F00;
    border: 0;
    height:2px;
}
#ExcelCol{
    margin-top: -16px;
    font-size: 12px;
}
.slideshowCommandes{
    position: relative;
    top: 2px;
    display: inline-block;
    width: 20%;
    left: 40px;
}
.masquePhoto{
    Background-position : center center;
}
#PhotoComment {
    padding-top: 3px;
    position: relative;
    top: 0px;
    z-index: 10000;
    padding-left: 4px;
    display:inherit;
}
#spinner{
    
    left: 62px;
    position: relative;
}
#sortable { 
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
}
.agendaEtat{
        padding-left: 10%;
}
.agendap1{
    width: 100%;
    display: inline-block;
}
.accueilEtat{
    text-align: right;
    display: inline-block;
    width: 230px;
}
.inputRef{
    height: 36px;
    display: inline-block;
    padding-left: 5px;
    padding-top: 5px;
}
.inputRef2{
    height: 28px;
    display: inline-block;
    padding-left: 5px;
    padding-top: 2px;
}
#profil{
    margin-top: -70px;
    position: absolute;
    right: 8%;
}
#coeur{
    margin-top: -18px;
    margin-top: -25px;
    position: absolute;
    right: 15%;
    right: 8%;
}
#mot{
    z-index:10;
    background: #ddd;
    padding: 20px;
    border: 8px solid #fff;
    float: left;
    font-size: 1em;
    position: fixed;
    top: 62px;
    left: 3%;
    z-index: 10000000000;
    /*--Les différentes définitions de Box Shadow en CSS3--*/
    -webkit-box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
    /*--Coins arrondis en CSS3--*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.titreProfil{
    text-align: right;
    margin-top: -26px;
    padding-bottom: 7px;
}
.evtUl{
    position:relative;
    top:8%;
    top:0%;
}

.accueilAudios{
    position: absolute;
    top: 100%;
    left: 21%;
    left: 0%;
    width: 34%;
    width: 100%;
    height:1000px;
    margin-bottom:0px;
    background: #dbdbdb;

}
ul.accueilAudios{
    height:1000px;
}
#titreAudio{
    background-color:#97CCC4;
    color: black;
}

#accueilAudios{
    margin-left:0px;
}
#Conteneur{
    width:107%;
    width:92%;
   margin-left:-60px;
}
#popup_name{
    z-index:10000;
}
#valid{
    z-index:10000;
}
.scroll-touch {
    -webkit-overflow-scrolling: touch; /* on laisse le défilement se poursuivre */
  }

div #ligne-icone{
    width:10%;
}
div #ligne-title{
    width:30%;
    /*width:81%;*/
    text-align:left;
}
div #TextePhoto{
    /*width:50%;
    width:40%;
    */
    text-align:left;
    width:50%;
}

#myInput{
    margin-top: -12px;
    margin-left: 64%;
}
.width4{
    max-width:4%;
    padding-left:17px;
}
.width3{
    max-width:4%;
    padding-left:17px;
}

/* cache les vidéos sauf la première en page d'accueil */ 
.Vid1{
    display:none;
}
.Vid2{
    display:none;
}
.Vid3{
    display:none;
}
.Vid4{
    display:none;
}
.Vid5{
    display:none;
}
.Vid6{
    display:none;
}
.Vid7{
    display:none;
}
.Vid8{
    display:none;
}
.Vid9{
    display:none;
}
.Vid10{
    display:none;
}
.Vid11{
    display:none;
}
.Vid12{
    display:none;
}
.Vid13{
    display:none;
}
.Vid14{
    display:none;
}
.Vid15{
    display:none;
}
.Vid16{
    display:none;
}
.Vid17{
    display:none;
}
.Vid18{
    display:none;
}
.Vid19{
    display:none;
}
.Vid20{
    display:none;
}
.Vid21{
    display:none;
}
.Vid22{
    display:none;
}

.Video{
    margin-top:0px;
}
.video{
    position:relative;
    margin-bottom:10px;
}
#videoTexte{
    position:absolute;
    right:8px;
}
.submenu{
    display:block;
}
.submenu > li {
    background: yellow;
    position:absolute;
    border-bottom: 1px solid var(--gray-color); 
    color: blue;
    padding: 1.2em 1em;
    transition: 0.3s all linear;
    display: block;
    line-height: 0%;
}
.submenu > li:hover {
    color:black;
}

.submenu > li:active {
    background: var(--white-color);
}
.submenu  li{
    margin-left:-180px;
}
.submenu  li.instruments{
    margin-top:35px;
}
.submenu  li.accessoires{
    margin-top:70px;
}
#afficheVideo{
    width: 80%;
    font-size: 156%;
    background-color: #b0a99a;
    text-align: center;
    color: black;
    text-align:left;
}

@media screen and (max-width: 600px) {
    
    body{
        position: absolute;
        z-index:1;
        font-size: 85%;
    }
    h2{
        font-size:1rem;
        font-size:10pt;
    }
    #titre {
        font-size: 14pt;
    }
    #travail{
        padding-left: 0%;
    }
    .menu{
        margin-top: 30%;
        margin-left: 0%;
        margin-right: -18%;
        font-size: 80%;
        z-index:100;
    }
    .menu_admin{
        margin-top: 20px;
        margin-left: 10%;
        margin-right: 19%;
        z-index:100;
    }
    #titreAudio{
        width:80%;
    }
   
    .w140{
        width:80px;;
        width:60px;
    }
    .titre {
        flex-grow: 3;
        font-size: 80%;
    }
    .div.flex-container{
        width:80%;
    }
    #innerconteneur li{
        margin-left:30px;
    }
    #bloc_dialog {
        position: relative;
        position:fixed;
        z-index: 1000000;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        width: 94%;
        width: 82%;
        width: 78%;
        width: 50%;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-tranoverflow-x: translateZ(0);
        transform: translateZ(0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-text-size-adjust: none;
        -moz-text-size-adjust: none;
        -ms-text-size-adjust: none;
        -o-text-size-adjust: none;
        text-size-adjust: none;
        display:inline-block;
        overflow-y:scroll;
    }
    li #ligne-icone{
        width:0%;
    }
    li #ligne-title{
        width:80%;
        width:44%;
    }
    li #TextePhoto{
        width:0%;
    }
    .popup_block{
        left: 3%;
    }
    #footer{
        height:0px;
    }
    #centre1{
        margin-top:400px;
        width:328%;
        margin-left:-40px;
    }
    #centre1 h1{
        font-size: 10pt;
    }
    #centre h2{
        font-size: 9pt;
    }
    #centre2{
        margin-left: 16px;
        width: 67%;
    }
    
    .evenements {
        margin-left:-85%;
        margin-top: -443px;
        width:154%;
        height:380px;
    }
    .slideshow{
        display:none;
    }
    #blocAccueil{
        margin-top:0;
    }
    
    #accueilAudios{
        margin-left:46px;
    }
    #Conteneur{
        margin-left:-70px;
        margin-left:31px; /* accueil */
        width:186%;
        width: 205%;
    }
    
    .menu{
        margin-top:-285px;
        margin-left:0%;
        margin-right:17%;
        width:89%;
        font-size: 11pt;
    }
    .menu_admin{
        margin-top:15%;
        margin-left:0%;
        margin-right:-18%;
        width:60%;
    }
    #travail{
        width:125%;
    }

    .evenements {
        margin-left:-26%;
        margin-top: -443px;
        width:46%;
        height:380px;
    }
    #centre4{
        display:none;
    }
    /* accueil */
    .evenements {
        margin-left:-85%;
        margin-top: -52px;
        width:154%;
        height:380px;
    }
    #centre6{
        margin-left:-6%;
        margin-left:6%;
        width:49%;
    }
    #centre7{
        margin-top:18px;
        width:50%;
        margin-left:5%;
    }
    #centre8 {
        margin-top: 22px;
        width: 45%;
        margin-left:3%;
        /*margin-left: 8%;*/
    }
    #agendaTypdrdv {
        width:22%;
    }
    #AfficheContact{
        display:none;
    }
    #innerconteneur{
        margin-left:-4%;
        width:80%;
    }
    .blocagenda {
        width: 90%;
    }
    .w140{
        width: 70px;
       
    }
    .popup_{
        width:50%;
        height:auto;
        position:relative;
    }
   
}
@media (max-width: 700px){
    
    /*

    .table thead {
    display: none;
    }

    .table tr{
    display: block;
    margin-bottom: 40px;
    }

    .table td {
    display: block;
    text-align: right;
    }

    .table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    }
    */
/*
    .table th .agenda-instrument{
        display: none;
        }
    .table td .agenda-instrument{
        display: none;
        }
    }
    */
}