

/* GLOBAL */

* {
   box-sizing: border-box;
}

html, body{
    height: 100%;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    margin: 0 auto;
    padding: 0 0px;
    max-width: 1200px;
    /*width: 100%;*/
    background-color: #ddd;
    color: #333;
    line-height: 1.3em;

}

img{
    display: block;
    /*box-sizing: content-box;*/
}

h1{
    color: #333;
    font-size: 28px;
    margin: 15px 0;
    padding: 0 0 10px 40px;
    border-bottom: 3px solid #ccc;
}

h2{
    color: #333;
    font-size: 24px;
    margin: 15px 0 0 20px;
}

h3{
    /*line-height: 0px;*/
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

h4{

}

h5{
    color: #333;
    font-size: 18px;
    font-weight: bold;

    margin-bottom: 5px;

}

p{
    line-height: 1.5em;
    padding: 0 20px;
}


strong{
    font-weight: bold;
}

em{
    font-style: italic;
}

table{
    width: 100%;
}

th{
    text-align: left;
    padding: 5px 0 5px 0;
    border-bottom: 4px solid #ccc;
    font-weight: bold;
}

ol{
    list-style-type: decimal;
}

ol li ol{
    list-style-type: lower-alpha;
    padding: 5px 0 10px 30px;
}

a{
    color: #55f;
    text-decoration: none;
    text-shadow: 1px 1px 1px #aaa;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

a:hover{
    color: #00f;
    /*margin-left: 2px;*/
    text-shadow: 2px 2px 2px #555;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

article{
    padding: 10px;
    width: 100%;
    /*border: 1px solid #000;*/
}

article img{
    display: inline-block;
}

.width140{
    width: 140px;
}

.displayInlineBlock{
    display: inline-block;
}




.smallText{
    font-size: 0.8em;
}

.body{
    position: relative;
}

.margin01{
    margin: 30px 10px 60px 10px;
}

.margin30{
    margin: 30px;
}

.padding5{
    padding: 5px;
}

.padding10{
    padding: 10px;
}

.padding20{
    padding: 20px;
}

.paddingLeft10{
    padding-left: 10px;
}

.paddingLeft20{
    padding-left: 20px;
}

.marginLeft10{
    margin-left: 10px;
}

.marginLeft20{
    margin-left: 20px;
}

.marginLeft30{
    margin-left: 30px;
}

.marginLeft40{
    margin-left: 40px;
}

.halfWidth{
    /*width: 50%;*/
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
    width: 50%;
}

.textRight{
    text-align: right;
}

.textLeft{
    text-align: left;
}

.textCenter{
    text-align: center;
}
.colorRed{
    color: red;
}

.colorBlack{
    color: #666;
}

.displayInLineBlock{
    display: inline-block;
}

.evenBgColor tr:nth-child(even){
    background-color: lightgrey;
}

.oddBgColor tr:nth-child(odd){
    background-color: lightgrey;
}

.bugReport > button{
    line-height: 15px;
    padding: 5px;
    /*margin: 0px !important;*/
}

.bugReport button:hover{
    /*background-color: #fff;*/
    cursor: pointer;
}

.newPartsIntroText{
    height: 160px;
    overflow: scroll;

}







.imageChecked{
    width: 26px;
    height: 26px;
    margin-right: 20px;
}

#report_nonTraite,#report_enTraitement,#report_resolu,.report_status{
    margin: 0px 30px;
}

.report_header{
    /*margin: 40px 0;*/
    max-width: 700px;
    margin: 0 auto 30px;
    padding: 20px 0 10px 0;
    border-bottom: 2px solid #999;
}


.alignRight{
    float: right;
}
.alignRight:after{
    clear: all;
}

.alignLeft{
    float: left;
}
.alignLeft:after{
    clear: all;
}

.alignTop{
    vertical-align: top;
}

.showBorder{
    border: 1px solid #666;
}

.inline-block{
    display: inline-block;
}

.center{
    text-align: center;
}

.italic{
    font-style: italic;
}

.bold{
    font-weight: bold;
}

.marginTop{
    margin-top: 10px;
}

.logout_btn{
    display: none;
}

#errorPage{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 50;
    opacity: 0.7;
}

.limitWindowHeight{
    width: 100%;
    height: 100%;
    overflow: hidden;
}



.errorPageWindow{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 400px;
    min-height: 50px;
    padding: 0px;
    background-color: #ddd;
    border: 1px solid #666;
    /*border-radius: 8px;*/
    line-height: 30px;
    z-index: 51;

}

.javascriptErrorPageTitle{
    background-color: #f64;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px;
}

.errorPageTitle{
    background-color: #f64;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px;
}



.javascriptErrorPageTitle span{
    font-size: 50px;
    line-height: 50px;
    margin-right: 30px;
    color: #00f;
}

.javascriptErrorPageContent{
    /*border: 1px solid #000;*/
    padding: 20px 10px 40px 10px;
}

.errorPageContent{
    /*border: 1px solid #000;*/
    padding: 20px 40px 20px 40px;
}

.JavascriptErrorPageButton{
    /*border: 1px solid #000;*/
    padding: 0;
    margin: 0;
}

.errorPageButton{
    /*border: 1px solid #000;*/
    padding: 0;
    margin: 0 0 20px 0;
}


.error{
    display: inline-block;
    color: red;
}

.error_contact{
    display: inline-block;
    font-style: italic;
    color: red;
    float: right;
}

.clearfix:after{
    content: "";
    display: block;
    clear: both;
}

.container{
    position: relative;
    max-width: 1200px;
    height: 100%;
}

.retrait{
    padding-left: 30px;
    margin: 10px 0 0 0;
    line-height: 1.3em;
}


/* User */

.user_container{
    width: 700px;
    margin: 0 auto;
}

.memberType{
    border: 1px solid #000;
    background-color: #ccc;
    margin-bottom: 10px;
    padding: 5px;
}

.memberType input{
    margin-left: 10px;
}

.memberType form{
    display: inline-block;
}


/* Champs de recherche */

.search{
    /*position: relative;*/
    /*float: right;*/
    /*border: 1px solid #000;*/
    padding: 0px;
    margin-right: 20px;
    float: right;
}

.input_text{
    border-radius: 5px 5px;
    box-shadow: 0 0 3px #999;
}

.input_search{
    height: 28px;
    font-size: 16px;
    margin: 0;
    padding-left: 10px;
    border: 1px solid #aaa;
    /*border-right: none;*/
    border-radius: 0 0 0 0;
}

.button{
    padding: 5px 20px;
    font-size: 0.8rem;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #666;
}

.button_search{
    height: 28px;
    vertical-align: bottom;
    color: #333;
    margin: 0;
    font-size: 16px;
    border: 1px solid #aaa;
    border-radius: 0 7px 7px 0;
    border-left: none;
    background-color: #6af;
    cursor: pointer;
}

.button_clear{
    /*position: relative;*/
    height: 28px;
    width: 28px;
    vertical-align: bottom;
    color: #333;
    margin: 0;
    font-size: 16px;
    border: 1px solid #aaa;
    border-right: none;
    border-radius: 7px 0 0  7px;
    background-color: #6af;
    cursor: pointer;
}

.display_search{
    border: 1px solid #999;
    border-top: none;
    background-color: #fff;
    font-size: 14px;
    padding: 2px 5px;
}


.titreAjoutDateConcert{
    width: 600px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #aaa;
    background: #eee;
    border-radius: 10px;

}

.message_avertissement_javascript{
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border: 2px solid #999;
    box-shadow: 0 0 16px #000;
    width: 720px;
    padding: 0px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translateY(-50%, -50%);
}

.message_avertissement_javascript button:hover{
    cursor: pointer;
}

.avertissement_javascript_Image{
    /*border: 1px solid #0f0;*/
    float: left;
    margin: 10px 30px 0px 10px;
    /*padding-bottom: 60px;*/
    /* image ratio = 0.82 */
    width: 300px;
    height: 246px;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/* Responsive */

/* Print */
@media print {
    header{
        display: none;
    }
    .footer{
        display: none;
    }
    button{
        display: none;
    }
    .panel-title{
        border: none;
    }
    .panel-content{
        border: none;
        margin: 60px !important;
    }

}



/* ipad paysage */
@media screen and (max-width:900px){
    .nav ul{
        width: 100% !important;
    }
    .gest ul li{
        width: 100% !important;
    }
    .fa{
        display: none;
    }
    .fa-search{
        display: initial;
    }
    #lecteurAudio .fa{
        display: initial;
    }
    .panel_tools .fa{
        display: initial;
    }
    .galerieImage{
        padding: 0 3px 0 3px !important;
    }
    .map{
        display: none;
    }
    #search_form{
        display: block;
        width: 100%;

    }
}

/* ipad portrait */
@media screen and (max-width:780px){
    .header_texte_commune{
        display: none;
    }
    .header_titre{
        left: 50% !important;
    }
    .sidebar{
        width: 100%;
        min-height: 10px;
    }
    .panel-title{
        font-size: 1em;
        padding: 0px 15px;
    }
    .panel-content{
        padding: 0 10px 0 10px;
        margin-bottom: 10px;
    }
    .home_intro_titre{
        font-size: 35px !important;
    }
    .home_intro_nav button{
        font-size: 26px !important;
    }
    .home_intro_commune{
        font-size: 20px !important;
    }
    .header_logo{
        width: 100px !important;
    }
    .legende{
        font-size: 14px !important;
    }
    .container_blog{
        margin-left: 10px;
    }
    .lecteur_container{
        left: 0;
    }
    #btn_aide{
        display: none;
    }
    #aide_lecteur{
        display: none;
    }
}

/* iphone paysage */
@media screen and (max-width:670px){
    tr th a{
        display: none;
    }
    .home_intro_titre{
        font-size: 24px !important;
    }
    .home_intro_nav button{
        font-size: 20px !important;
        margin: 0 0px 0 0px !important;
        width: 300px;
        color: #abc !important;
        text-shadow: 4px 4px 10px #000 !important;
    }
    .home_intro_commune{
        font-size: 18px !important;
    }
    .nav ul li{
        width: 100% !important;
    }
    .fa{
        display: inline;
    }
    .table-partitions .fa{
        display: none;
    }
    .logout_btn{
        display: block;
    }
    .header-infos{
        display: none;
    }
    .container_blog{
        margin-left: 0;
    }
    .galerie_container img{
        width: 80% !important;
    }
    .galerie_content{
        height: 150px !important;
    }
    .hamburger_nav{
        display: block !important;
    }
    .nav ul li:first-child a, .nav ul li:last-child a{
        border-radius: 0 0 0 0 !important;
    }
    .nav ul{
        display: none;
    }
    .nav_fixed{
        position: static !important;
    }
    .nav_margin_show{
        display: none !important;
    }
    .carousel_container{
        width: 90% !important;
        margin: 0 5% !important;
    }
    .home_first_container{
        width: 100% !important;
    }
    .contact_edit{
        width: 98% !important;
    }
}

/* prblm header */
@media screen and (max-width:510px){
    .header_texte_maj{
        display: none !important;
    }
    .header_logo{
        display: none !important;
    }
}

/* iphone portrait */
@media screen and (max-width:402px){
    h1{
        font-size: 20px;
    }
    .legende{
        font-size: 14px !important;
    }
    .header_texte_maj{
        display: none;
    }
    .contact{
        width: 320px;
    }    
    .contact img{
        display: none;
    }
    .form_container{
        width: 320px !important;
        height: 220px !important;
    }
    .panel_header i{
        display: none !important;
    }
    .panel_tools .fa{
        display: block !important;
    }
    .table-partitions{
        font-size: 12px;
    }
    .galerie_container img{
        width: 95% !important;
    }
    .galerie_content{
        margin-left: 50px;
    }
    .galerieImage{
        padding-bottom: 10px !important;
        width: 80% !important;
    }
}