﻿/*@import "reset.css";
*/
/*#region html element */
/*html {
    font-size:62.5%
}
body 
{*/
/*    width: 100vw;
    min-height: 100vh;*/
    /*font-family: verdana;
    color: #222222;
    font-size: 1.6rem;*/ /*text-align:center;*/
/*}

a
{
    color: #2F4B91;
    text-decoration: none;
}

a:hover
{
    color: #2F4B91;
    text-decoration: underline;
}
header
{
    text-align: center;
    background-image: URL(../img/fondhaut.jpg);
    background-repeat: repeat-x;
    height: 103px;
    text-align: center;
}
h1
{
    margin-top: 0px;
    margin-bottom: 10px;
    color: #2F4B91;
    font-family: Verdana;
    font-weight: bold;
    font-size: 16px;
    vertical-align:middle;
}

h2
{
    margin-top: 5px;
    margin-bottom: 10px;
    color: #2F4B91;
    font-family: Verdana;
    font-weight: bold;
    font-size: 14px;
}

input
{
    border: solid 1px #a9a9a9;
}*/


/*#endregion */

/*#region generic */
.bordernone {
    border:none;
}
/*#endregion */


/*#region specific */

#Images A
{
    color: White;
    text-decoration: none;
}

#Images A:hover
{
    color: White;
    text-decoration: underline;
}

#Image1
{
    float: left;
}

#Image2
{
    float: right;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 50px;
    margin-bottom: 0;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0;
    width: 170px;
}

#Image2Lien1
{
    border-top: #a9a9a9 1px dashed;
    width: 170px;
    color: White;
}

#Image2Lien2
{
    border-top: #a9a9a9 1px dashed;
    border-bottom: #a9a9a9 1px dashed;
    width: 170px;
}

.MasterMenu
{
    float: left;
    margin-bottom: auto;
    margin-left: 20px;
    margin-top: 7px;
    margin-right: auto;
    text-align: left;
    width: 96%;
    height: 23px;
}

 .MenuItem
{
    /*margin-right: 20px;
    font-family: Verdana;
    font-weight: bold;
    text-decoration: none;
    color: #96A8D4;
    font-size: 12px;
*/}

.MenuItem:hover
{
/*    margin-right: 20px;
    font-family: Verdana;
    font-weight: bold;
    text-decoration: none;
    color: #96A8D4;
    font-size: 12px;
*/}

.MenuItem_Off
{
/*    margin-right: 20px;
    font-family: Verdana;
    font-weight: bold;
    text-decoration: none;
    color: white;
    font-size: 12px;
*/}

.MenuItem_Off:hover
{
/*    font-family: Verdana;
    font-weight: bold;
    text-decoration: none;
    color: #96A8D4;
    font-size: 12px;
*/}

#MasterContent
{
    display:flex;
    justify-content:center;
    flex-direction:column;
    text-align: left;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0;
    padding-top: 0;
/*    padding-left: 20px;
    padding-right: 20px;*/
    padding-bottom: 0;
/*    width: 100%;*/
    background-color: transparent;
    padding-bottom: 15px;
}

#SiteNavigation
{
    padding: 0;
    margin-top: 10px;
/*    height: 30px;*/
    background-color: transparent;
}

.LogoRubrique 
{
    vertical-align: middle;
        width:35px;
        height:35px;
}

.BlocDiv {
    background-image: URL(../img/fondbloc.jpg);
    background-repeat: repeat-x;
    border: #a9a9a9 1px solid;
    border-radius: 10px;
    padding: 10px;
    text-align: justify;
    /*    font-size: 11px;*/
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.BlocDivEdit {
    background-image: URL(../img/FondBloc_edit.png);
    background-repeat: repeat-x;
    border: #a9a9a9 1px solid;
    text-align: justify;
    font-size: 11px;
    padding: 5px;
}

.ValidatorCalloutHighlight
{
    background-color: #fffacd;
}

.ValidatorCalloutHighlight
{
    background-color: #fffacd;
}

.Link
{
    color: #2F4B91;
    text-decoration: none;
}

.Link:hover
{
    color: #2F4B91;
    text-decoration: underline;
}

.PopupDiv {
    background-color: White;
    background-image: URL(../img/fondbloc.jpg);
    background-repeat: repeat-x;
    border: #a9a9a9 1px solid;
    padding: 5px;
}

.PopupBack
{
    display: none;
}


.TabPanel
{
    font-family: verdana;
    color: #222222;
    font-size: 11px;
}

.EditButton {
    font-family: verdana;
    color: #222222;
    font-size: 11px;
    background-image: URL(../img/Edit_32x32.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    color: #333333;
}
    .EditButton:hover {
        font-family: verdana;
        color: #222222;
        font-size: 11px;
        background-image: URL(../img/Edit_32x32_over.png);
        background-repeat: no-repeat;
        /*background-position: 0px -26px;*/
        display: inline-block;
        width: 32px;
        height: 32px;
        padding-top: 5px;
        text-align: center;
        text-decoration: none;
        color: #333333;
    }
.Button
{
    font-family: verdana;
    color: #222222;
    font-size: 11px;
    background-image: URL(../img/buttons.jpg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 100px;
    height: 25px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    color: #333333;
}

    .Button:hover {
        font-family: verdana;
        color: #222222;
        font-size: 11px;
        background-image: URL(../img/buttons.jpg);
        background-repeat: no-repeat;
        background-position: 0px -26px;
        display: inline-block;
        width: 100px;
        height: 25px;
        padding-top: 5px;
        text-align: center;
        text-decoration: none;
        color: #333333;
    }

.Button2 {
    font-family: verdana;
    color: #222222;
    font-size: 11px;
    background-image: URL(../img/buttons2.jpg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 200px;
    height: 20px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    color: #333333;
}
.Button2:hover
{
    font-family: verdana;
    color: #222222;
    font-size: 11px;
    background-image: URL(../img/buttons2.jpg);
    background-repeat: no-repeat;
    background-position: 0px -26px;
    display: inline-block;
    width: 200px;
    height: 20px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    color: #333333;
}





/*#endregion */

.displayPanelTools {
    position: relative;
    width:100%;
    text-align:right;
    z-index: 100;
    height:41px;
}

    .displayPanelTools .opened {
        float: right;
        /*background-color: aquamarine;*/
        /*border: 1px solid gray;*/
        width: 100%;
    }

        .displayPanelTools .closed {
            float: right;
/*            background-color: #96A8D4;*/
            border: none;
            width: 100%;
        }

            .displayPanelTools .closed .linetop {
                width: 100%;
                height: 30%;
                border-bottom: 1px solid gray;
                border-bottom-left-radius: 3px;
                border-bottom-right-radius: 30px;
                margin-bottom:6px;
                -webkit-box-shadow: 0px 4px 3px 0px rgba(192,192,192,0.75);
                -moz-box-shadow: 0px 4px 3px 0px rgba(192,192,192,0.75); 
                box-shadow: 0px 4px 3px 0px rgba(192,192,192,0.75);
            }

            .displayPanelTools .closed .linebottom {
                width: 100%;
                height: 30%;
                margin-top:6px;
                margin-bottom:14px;
                border-top: 1px solid gray;
                border-top-left-radius: 3px;
                border-top-right-radius: 30px;
                -webkit-box-shadow: 0px -4px 3px 0px rgba(192,192,192,0.75);
                -moz-box-shadow: 0px -4px 3px 0px rgba(192,192,192,0.75); 
                box-shadow: 0px -4px 3px 0px rgba(192,192,192,0.75);

            }

    .panelShow {
        height: auto;
        opacity: 0;
        animation-delay: 0s;
        animation-duration: 0.5s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
        animation-name: showpanel;
    }

@keyframes showpanel {
    0% {
        opacity: 0;
    }


    100% {
        opacity: 1;
    }
}

.panelHide {
    opacity: 0;
    height:0px;
    animation-delay: 0s;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-name: hidepanel;
}

@keyframes hidepanel {
    0% {
        opacity: 1;
        height:auto;
    }

    100% {
        opacity: 0;
        height:0px;
    }
}
