

/* HEADER */

button:hover{
    cursor: pointer;
}



.onglet{
    /*border: solid 1px #000;*/
    text-align: center;
}

.onglet div{
    display: inline-block;
    width: 10%;
    border: 1px solid #444;
    border-radius: 10px 10px 0 0;
}

.onglet div:hover{
    cursor: pointer;
}

.onglet-active{
    border-bottom-style: none !important;
    border-left-style: none !important;

}


.header_container{
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
}

.img_header{
    height: 100%;
    position: relative;
    border: none;
    overflow: hidden;
}

.img_header img{
    width: 100%;
}

.header_titre{
    position: absolute;
    z-index: 1;
    top: 10%;
    left: 15%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.header_titre_img{
    display: inline-block;
    width: 240px;
    z-index: 2;
}

.header_texte_maj{
    border: 1px solid #000;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    left: 4%;
    bottom: 10%;
    z-index: 3;
}

.header_texte_maj_admin{
    position: relative;
    border: 1px solid #000;
    /*padding: 10px;*/
    width: 100%;
    /*height: 240px;*/
    /*height: 300px;*/
}

.header_texte_maj_admin form{
    height: 100%;
}

.marginRight{
    margin-right: 15px;
}

h2 > span{
    font-size: small;
    font-style: italic;
}


section{
    /*position: relative;*/
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    vertical-align: top;
    display: inline-block;
    width: 33.33%;
    /*height: 100%;*/
    /*border: 1px solid #aaa;*/
    border-top: none;
    overflow: hidden;
}

form:first-child input{
    /*padding-left: 50px;*/
}

/*section div{
    position: relative;
    padding-left: 10px;
    padding-bottom: 3px;
}*/

section div table{
    /*border: 1px solid #000;*/
    display: block;
}

.btn_save_params{
    /*vertical-align: bottom;*/
    display: inline-block;
    /*border: 1px solid #00f;*/
    /*padding: 5px;*/
    position: absolute;
    bottom: 0px;
    /*right: 0px;*/
    /*right: 0px;*/
    right: 0px;
    /*transform: translateX(-50%);*/
}

.button_save{
    cursor: pointer;
}

.header_ttl{
    border: 1px solid #000;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    position: absolute;
    left: 50%;
    bottom: 10%;
}




.header_texte_commune{
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-style: italic;
    font-size: 1.2em;
    text-shadow: 2px 2px 2px #000000;
    position: absolute;
    left: 15%;
    top: 40%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 4;
    color: lightblue;
}

.header_logo{
    position: absolute;
    width: 180px;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.header-infos{
    background-color: #bbb;
    font-size: small;
    /*border: 1px solid #000;*/
}

.infos_left{
    padding-left: 10px;
    font-style: italic;
    float: left;
    /*border: 1px solid #000;*/
}

.infos_right{
    float: right;
    padding: 0 2% 0 2%;
    /*border: 1px solid #000;*/
}

.admin_connected{
    /*border: 1px solid #000;*/
    margin-left: 40px;
}

.admin_connected-led{
    /*text-shadow: 2px 2px 30px #f00;*/
    color: #888;
    /*font-size: 46px;*/
    font-style: normal;
    /*font-weight: bolder;*/
    /*color: #0f0;*/
}

.color_green{
    /*font-size: 46px;*/
    /*font-style: normal;*/
    /*font-weight: bolder;*/
    color: #0f0;
}

.admin_connected-led:hover{
    cursor: pointer;
}


/* HEADER NAV */

.nav_fixed{
    width: 100% !important;
    max-width: 1200px !important;
    position: fixed;
    top: 0;
    z-index: 20;
}

.nav_small ul li a{
    height: 20px !important;
    line-height: 20px !important;
}

.nav_margin_show{
    display: block;
    height: 20px;
}

.nav_margin_hide{
    display: none;
}

.nav{
    background-color: #ddd;
}

.nav ul li{
    width: 12.5%;
    float: right;
}

.admin ul li{
    width: 11.11%;
}

.nav ul li a{
    width: 100%;
    border: 1px solid #bbb;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    color: #3500EE;
    text-align: center;
    vertical-align: middle;
    /*background-color: #f00;*/
    background-color: #d9d9d9;
    text-decoration: none;
    box-shadow: 1px 1px 2px #bbb;
}

.nav ul li a:hover{
    background-color: #b9b9b9;
    box-shadow: 5px 5px 8px #666;
}

.nav ul li a:visited{
    color: #3500EE;
}

.nav ul li:first-child a{
    border-radius: 0 0 10px 0;
}

.nav ul li:last-child a{
    border-radius: 0 0 0 10px;
}

.noRoundCorners{
    border-radius: 0 0 0 0 !important;
}

.guest ul li{
    width: 20%;
}

.nav_active {
    background-color: #aaa !important;
}


/* Hamburger */

.hamburger_nav{
    height: 48px;
    line-height: 48px;
    padding-left: 10px;
    background-color: #333;
    color: #bbb;
    font-size: 2em;
    display: none;
}

.hamburger_nav:hover{
    cursor: pointer;
}

.hamburger_nav span{
    font-size: 0.6em;
    padding-left: 5px;
}

.nav:hover ul{
    display: block;
}


/* Balls */

.ball{
    position: absolute;
    right: 13%;
    top: 29%;
    border-radius: 50%;
    height: 1px;
    width: 1px;
}

.ball-01{
    background: -webkit-radial-gradient(33% 33% circle, #FF2E1B 30%, #333 90%);
    background: radial-gradient(circle at 33% 33%, #FF2E1B 30%, #333 90%);
}

.ball-02{
    background: -webkit-radial-gradient(33% 33% circle, #FFCA43 30%, #333 90%);
    background: radial-gradient(circle at 33% 33%, #FFCA43 30%, #333 90%);
}

.ball-03{
    background: -webkit-radial-gradient(33% 33% circle, #FDFD53 30%, #333 90%);
    background: radial-gradient(circle at 33% 33%, #FDFD53 30%, #333 90%);
}

.ball-04{
    background: -webkit-radial-gradient(33% 33% circle, #74E657 30%, #333 90%);
    background: radial-gradient(circle at 33% 33%, #74E657 30%, #333 90%);
}

.ball-05{
    background: -webkit-radial-gradient(33% 33% circle, #0D68F5 30%, #333 90%);
    background: radial-gradient(circle at 33% 33%, #0D68F5 30%, #333 90%);
}

.ball-06{
    background: -webkit-radial-gradient(33% 33% circle, #FDFDFD 30%, #333 90%);
    background: radial-gradient(circle at 33% 33%, #FDFDFD 30%, #333 90%);
}

.ball-07{
    background: -webkit-radial-gradient(33% 33% circle, #AB70CC 30%, #333 90%);
    background: radial-gradient(circle at 33% 33%, #AB70CC 30%, #333 90%);
}

.ball-08{
    background: -webkit-radial-gradient(33% 33% circle, #FF2C1B 30%, #333 90%);
    background: radial-gradient(circle at 33% 33%, #FF2C1B 30%, #333 90%);
}

.anim-01{
    -webkit-animation: anim 10s ease-out;
            animation: anim 10s ease-out;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}

.anim-02{
    -webkit-animation: anim 10s ease-out;
            animation: anim 10s ease-out;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
}

.anim-03{
    -webkit-animation: anim 10s ease-out;
            animation: anim 10s ease-out;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
}

.anim-04{
    -webkit-animation: anim 10s ease-out;
            animation: anim 10s ease-out;
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
}

.anim-05{
    -webkit-animation: anim 10s ease-out;
            animation: anim 10s ease-out;
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
}

.anim-06{
    -webkit-animation: anim 10s ease-out;
            animation: anim 10s ease-out;
    -webkit-animation-delay: 3.5s;
            animation-delay: 3.5s;
}

.anim-07{
    -webkit-animation: anim 10s ease-out;
            animation: anim 10s ease-out;
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
}

.anim-08{
    -webkit-animation: anim 10s ease-out;
            animation: anim 10s ease-out;
    -webkit-animation-delay: 4.5s;
            animation-delay: 4.5s;
}

/* animation deplace img intro */
@keyframes anim {
    0%  { }

    5%{
        height: 50px;
        width: 50px;
    }

    10% {
        top: 80%;
    }

    18% {
        height: 50px;
        width: 50px;
    }

    20% {
        top: 20%;
    }

    50% {
        top: 50%;
        right: 40%;
    }

    55% {
        top: 10%;
    }
    
    60% {
        height: 20px;
        width: 20px;
        top: 80%;
        right: 70%;
    }

    80% {
        height: 50px;
        width: 50px;
        top: 10%;
    }

    85% {
        height: 50px;
        width: 50px;
        top: 10%;
    }

    100%{   
        top: 70%;
        right: 100%;
        height: 1px;
        width: 1px;
    }
}

/* led clignote ou pas */

.green_led{
    color: #0f0;
}


.green_led-blink{
    -webkit-animation: green-led_blink 0.9s ease-in-out infinite alternate;
            animation: green-led_blink 0.9s ease-in-out infinite alternate;
}



@keyframes green-led_blink {
    0%  {
        color: #888;
    }

    47%  {
        color: #888;
    }

    53%  {
        color: #0f0;
    }

    100%{
        color: #0f0;
    }
}

.pastilleOvale{
    display: inline-block;
    height: 14px;
    width: 22px;
    line-height: 14px;
    padding: 0;
    text-align: center;
    border-radius: 12px;
    font-size: 11px;
    font-family: 'Arial Narrow';
    font-weight: bold;
    color: #fff;
    transform: translate(-12px, -6px);
    background-color: #f00;
}

.pastilleBlog{
    position: relative;
    display: inline-block;
    height: 14px;
    width: 14px;
    line-height: 14px;
    padding: 0;
    text-align: center;
    border-radius: 12px;
    font-size: 11px;
    font-family: 'Arial Narrow';
    /*font-weight: bold;*/
    color: #fff;
    transform: translate(-4px, -6px);
    background-color: #f00;
}









