html {
    background-color: #F2F2F2;
}

h3 {
    margin-top: 10px;
}

#content {
    /*	width: 1100px;*/
    margin: auto;
    margin-top: 45px;
}

#en_tete {
    /*	width: 1000px;*/
    height: 190px;
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    font-size: 50px;
    text-align: right;
/*    margin-right: 200px;*/
}

#top {
    background-color: #8C559F;
    min-height: 45px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    box-shadow: -5px 1px 20px 3px grey;
}

/**
 * Navigation header
 */
#top select {
    width: initial;
    height: initial;
}

#top span {
    margin-left: 10px;
    margin-right: 10px;
}

.navigation-header-left {
    display:flex;
    align-items:center;
    justify-content: space-between;
}

.navigation-header {
    display:flex;
    justify-content:space-between;
}

.welcome {
    font-size: 20px;
    color: #FFFFFF;
    margin-right: 20px;
    margin-left: 20px;
}

.navigation-header-right {
    display:flex;
    align-items:center;
    justify-content: space-between;

}


.logo img {
    max-height: 45px;
    float: left;
}


.menu-container {
    background-color: #f2f2f2;
    box-shadow: -3px 20px 20px 3px grey;
}

.menu-section li {
    list-style: none;
    text-align: left;
    font-size: 14px;
}

.menu-section li a {
    display: block;
    text-decoration: none;
    padding: 5px;
    border-bottom: 2px;
    border-bottom-color: #f2f2f2;
    border-bottom-style: inset;
}

.menu-section li a:hover {
    display: block;
    text-decoration: none;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 2px;
    border-bottom-color: #A479B3;
    border-bottom-style: inset;
}

.menu-section .titre_menu {
    font-size: 20px;
    display: block;
    text-decoration: none;
    padding: 5px;
    font-weight: bold;
    border-bottom: 2px;
    border-bottom-color: #8C559F;
    border-bottom-style: inset;
}

#corps {
    margin-bottom: 10px;
    border: thin;
    background-color: #f2f2f2;
    padding: 10px;
    min-height: 600px;
}

#corps p {
    text-align: justify;
    text-indent: 30px;
}

#corps #detail-utilisateur-form .row {
    margin: 0;
}

#corps h3 {
    font-weight: bolder;
}

/** Tables */
table {
    width: 100%;
}

thead, tfoot {
    text-align: center;
    background-color:#8C559F;
    font-weight:bold;
    border-color: black;
}

thead, thead th, thead td, tfoot th, tfoot td {
    color: white;
    text-align: center;
    background-color:#8C559F;
    font-weight:bold;
}

table thead th, table td {
    border-color: black;
    border: 1px;
    border-style: solid;
    border-width: thin;
    border-color: black;    
}

table tfoot {
    text-align: center;
    background-color:#8C559F;
    font-weight:bold;
}

.table_sans_contour td {
    border-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.checkable {
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
}

.checkable input {
    margin: 0 !important;
}

.barre_navigation_reservations_salle td {
    border-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
}


#pied {
    clear: both;
    background-color: #8C559F;
    margin: auto;
    height: 15px;
    font-size: 10px;
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    box-shadow: -5px 1px 20px 3px grey;
}

#pied,
#pied a,
#pied a:visited,
#pied a:hover {
    color: #FFFFFF;
}

#pied a,
#pied a:visited,
#pied a:hover {
    text-decoration: underline;
}

.info {
    font-family: Consolas, Monaco, Courier New, Courier, monospace;
    font-size: 12px;
    background-color: #f9f9f9;
    border: 1px solid #D0D0D0;
    color: #002166;
    display: block;
    margin: 14px 0 14px 0;
    padding: 12px 10px 12px 10px;
}

.error {
    font-family: Consolas, Monaco, Courier New, Courier, monospace;
    font-size: 12px;
    background-color: #ffcccc;
    border: 1px solid #CC0000;
    color: #CC0000;
    display: block;
    margin: 14px 0 14px 0;
    padding: 12px 10px 12px 10px;
}

.warning {
    font-family: Consolas, Monaco, Courier New, Courier, monospace;
    font-size: 12px;
    background-color: #66CCFF;
    border: 1px solid blue;
    color: blue;
    display: block;
    margin: 14px 0 14px 0;
    padding: 12px 10px 12px 10px;
}


/** compte utilisateur détail */

#detail-utilisateur-form textarea {
    height: 100px;
    width: 100%;
}


/** Paiement détail */

form select,
form input[type=date],
form input[type=text],
form input[type=password],
form input[type=email],
form input[type=text] {
    width: 100%;
}

#detail-paiement-form select {
    margin-bottom: 10px;
}

#detail-paiement-form textarea {
    height: 100px;
    width: 100%;
}


/** button bar */

.button-bar {
    float: right;
    margin-top: 30px;
}

.filtre {
    margin: 30px;
}

.price:after {
    content: ' €';
}

.no-padding {
    padding: 0px;
}

.centered-form {
    width: 50%;
    position: relative;
    position: relative;
    top: 50px;
    left: 30%;
}

.centered-form input[type=text],
.centered-form input[type=password],
.centered-form input[type=email] {
    width: 100%;
    height: 50px;
}

.centered-form input[type=submit] {
    margin-top: 10px;
}

.icon {
    font-size: 30px!important;
    padding: 5px;
}

a.icon {
    text-decoration: none;
    color: #FFFFFF;
}
.btn {
    margin: 5px;
}
.nopadding {
    padding: 0px!important;
}
.price {
    max-width: 60px;
}

/*sm*/
@media (max-width: 992px) {
    .titre_menu {
        font-size: 30px;
    }
    #menu li {
        font-size: 25px;
    }
    .info, .warning, .error {
        font-size: 20px;
    }
    .button-bar {
        width: 100%;
    }
    .btn {
        width: 100%;
        font-size: 20px;
    }
    form select,
    form input[type=date],
    form input[type=text],
    form input[type=password],
    form input[type=email] {
        font-size: 20px;
        width: 100%;
    }
    form select {
        height: 40px;
    }
    body {
        font-size: 20px;
    }
    .icon {
        font-size: 60px;
    }

}


/*md*/
@media (min-width: 992px) {
    #corps, #en_tete {
        margin-left: 10px;
    }
}

