
/* ------------------- PAGE ACCUEIL --------------  */


body {
    background-color: #ECEAE7 !important;
}

h1 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px !important;
}

p {
    padding: 15px;
}
.no-padding {
    padding: 0 !important;
}

.block {
    display: block !important;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

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

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

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}
.none {
    display: none;
}

.container {
    background-color: #fff;
    padding-left: 0 !important;
    padding-right: 0 !important; 
    position: relative;
}

.menu {
    background-color: #333333;
    box-shadow: none !important;
}

.logo {
	width: 70px;
	margin-left: 1px;
}

.navbar {
	margin-bottom: 0px !important;
}

.connexionNav {
    position: absolute;
    bottom: 0;
    right: 0;
    font-style: italic;
    padding-right: 10px;
    font-size: 15px;
}

img {
	max-width: 100%;
	border-top: solid 1px; 
}

.aideImg{
    margin: auto;
}

.margintop {
	margin-top: 50px;
}

.title {
	font-size: 25px;
    display: block;
    text-align: center
       padding: 20px;
    font-size: 25px;
}

.text-intro .title {
    padding-top : 70px;
}

.verset {
	padding-top: 10px;
	display: block;
    text-align: center
}

.copyright {
    padding: 20px 0 20px 0;
    display: inline-flex;
    background: #333333;
    color: #fff;
    width: 100%;
    text-align: center;
}

#footer-copyright {
	margin: auto;
}

.mentions {
	width: 100%;
	padding: 20px;
    padding-left: 220px;
	background: #ccc;
	display: inline-block;
}

.published {

    font-weight: lighter;
}


/* ------------------- PAGE ACCUEIL RESPONSIVE --------------  */

@media (min-width: 1200px) and (max-width: 1400px) {
    .container {
        width: 1000px !important;
    }
}

@media (min-width: 1200px){
    .container {
        box-shadow: 0px 6px 24px #333;
        width: 1200px;
    }


    #regionLogo {
    	display: inline-flex;
    }

    .Header {
    	font-size: 25px;
    	color: #333333;
        padding: 18px;
    }

    #regionNav {
    	background: #333333;
    }

    .menu ul {
    	display: inline-flex;
    	list-style: none;
    	color: #fff;
    	margin-bottom: 0;
        padding-left: 0;
        width: 100%
    }


    ul.compte {
        display: block;
        width: 100%;
     } 

    .menu li {
        width: 100%;
        color: #fff;
        padding: 10px 0 10px 0;
        text-align: center;
        border-left: solid 1px #fff;
    }

    .menu li a {
    	text-transform: uppercase;
    	text-decoration: none;
        color: #fff;
        width: 100%;
        height: 100%;
        display: block;
    }

    .menu li:hover {
    	background: #666;
    }

    .dropdown:hover .dropdown-content {
        width: 294px;
        right: -62px;
        border-bottom: solid 1px #fff;
    }

    .dropdown:hover .dropdown-connect {
        right: -92px;
        width: 293px;
    }

    .dropdown:hover .dropdown-admin {
        right: -82px;
        width: 293px;
    }

    .connexion {
    	border-right: solid 1px #fff;
    }

    #content {
        padding: 30px;
        line-height: 25px;
        font-size: 16px;
        min-height: 300px;
        clear: both;
    }
}

.banner-lieux {
    padding-top: 20px;
}

@media (max-width: 1199px) {

    .connexionNav {
        font-size: 2em;
    }

    .container {
        width: 100% !important;
        min-height: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    #regionLogo {
    	display: inline-flex;
    }

    .logo {
    	width: 150px;
    }

    .Header {
    	font-size: 70px;
    	color: #333333;
        padding: 18px;
    }

    #regionNav {
    	background: #333333;
    }

    .menu ul {
    	display: inline-flex;
    	list-style: none;
    	color: #fff;
    	margin-bottom: 0;
        padding-left: 0;
        width: 100%
    }

    .menu li {
        width: 100%;
        color: #fff;
        font-size: 30px;
        text-transform: uppercase;
        text-align: center;
        border-left: solid 1px;
        border-right: solid 1px;
    }

    .lieux {
    	padding: 10px 0 10px 0;
    }


    .accueil, .aide, .connexion {
    	padding-top: 30px;
    }


    .menu li a {
    	text-decoration: none;
        color: #fff;
        padding: 15px 30px;
    }

    .menu li:hover {
    	background: #666;
    	color: #333333;
    }

    .dropdown, .dropbtn {
        text-transform: uppercase;
    }

    .dropdown:hover .dropdown-content {
        width: 500px;
        right: 0;
        border: none;
    }

    .dropdown:hover .dropdown-connect {
        right: -14px;
        top: 75px;
    }

    .connexion {
    	border-right: solid 1px;
    }

    #content {
        padding: 30px;
        line-height: 50px;
        font-size: 2.5em;
        min-height: 700px;
    }

    .title {
    	font-size: 1.5em;
    }

    .main {
    	padding-left: 10px;
    	padding-right: 10px;
    }

    .copyright, .mentions {
    	font-size: 25px;
    }

    .mentions {
        padding-left: 50px;
    }

    h3 {
        font-size: 35px !important;
    }
}


/***** DROPDOWN MENU ****/
/* Style The Dropdown Button */
.dropbtn {
    font-size: inherit;
    border: none;
    cursor: pointer;
    background: none;
    text-transform: uppercase;
}



/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    text-transform: uppercase;
    width: 251px;
    right: -38px;
    z-index: 1;
    padding-bottom: 15px;
    padding-top: 10px;
    border-right: solid 1px #fff;
    border-left: solid 1px #fff;

}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding-top: 10px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    font-weight: bold;

}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    background-color: #666;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #666;
    color: #fff;
}


table {
    border-spacing: 22px !important;
    border: solid 1px #333;
    margin: auto;
}

th, td {
    border: solid 1px #ccc;
    padding: 10px !important;
    text-align: center !important;
}


.block-rapport, .block-info {
    border: solid #e4e4e4;
    border-radius: 5px;
    padding: 10px;
}

.block-rapport {
    background-color: rgba(204, 140, 4, 0.24);
}

.block-info {
    background-color: rgba(100, 169, 255, 0.15);
    margin-bottom: 20px;
    cursor: pointer;
}

.tabLieux {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tableauAccueil {
    height: 200px;
    overflow: auto;
}

@media (max-width: 768px){
    .tableauAccueil {
        height: 350px !important;
    }
}




/* ---------------- PAGE RESERVATION --------------- */

.titleLieu {
	text-align: center;
    background-color: #666;
    color: #fff;
    padding: 20px;
    border: solid 1px #000;
    text-transform: uppercase;
    font-size: 30px;
}


.titleSemaine {
	text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
	font-size: 1.5em;
}

.cadreReservation {
    box-shadow: 0px 0px 5px #666;
    border-radius: 10px;
    text-align: center;
    margin: 4%;
    padding: 15px;
    margin-top: auto;
}

.cadreReservation p {
	padding: 0;
}

.cadreReservation:hover {
	transition: background .5s;
	background-color: #EFEFEF;
	font-weight: bold;
	color: #666;
}

.jour, .heure, .lienReservation {
	padding: 0px;
}

.jour {
	text-transform: capitalize;
}

.rouge {
    color: rgb(220, 0, 0);
}

.vert {
    color: rgb(190, 245, 116);
}

.orange {
    color: rgb(255, 140, 0);
}

.cadreReservation button {
	border: none;
    color: #426da7;
    background-color: transparent;
}

.cadreReservation button[disabled] {
    color: red;
}

button {
    background-color: transparent;
}





@media (min-width: 768px){
    .desktop {
        display: none! important; 
    }
    .mobile {
        display: block;
    }
}

@media (max-width:768px){
    .mobile {
        display: none! important;
    }
    .desktop {
        display: block; 
    }
}

.imageLieu {
    max-height: 350px;
    margin: auto;
}



/* ----------------  RAPPORT ACTIVITE ------------*/

#rapport_anecdotes, #incident_descriptif {
    width: 100%;
    height: 150px;    
}

/* ----------------  RAPPORT ROUTIERS ------------*/

.ui-datepicker-calendar {
    border: none !important;
}

.ui-datepicker {
    width: -webkit-max-content !important;
    min-width: 300px; 
}


/* ----------------  CONNEXION ------------*/

@media (min-width: 1200px){
.espaceConnexion {
	text-align: center;
    width: 600px;
    border: solid #ccc;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 40px !important;
    margin-top: 40px !important;
    margin: auto;
}
}


.espaceConnexion select {
    font-size: 20px;
}


.espaceConnexion input, .espaceConnexion select {
    width: 100%;
    display:block;
    margin-right:auto;
    margin-left: auto;
	margin-bottom: 20px;
	padding: 5px;
} 

.espaceConnexion #_submit, .formCom #_submit {
    display:block;
    margin-right:auto;
    margin-left: auto;
    background-color: #426da7;
    border: solid 1px #666;
    color: #fff;
    padding: 10px;
    border-radius: 7px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
}

.espaceConnexion label {
    display:block;
    text-align:center;
}


.espaceConnexion #_submit:hover, .formCom #_submit:hover {
	background-color: #666;
	transition: background .5s;
	font-weight: bold;
}

.espaceConnexion .inscription {
    display: block;
    text-align: center;
    max-width: 900px;
    margin: auto;
}

.inscription label{
    min-width: 140px;
    max-width: 450px;
    text-align: center;
    margin: auto;
}

#utilisateur_accordConfidentialite {
    position: relative;
    top: -23px;
    left: 50px;
}

/* ----------------  ADMIN  ------------*/

.flagVert {

	padding: 10px;
	background-color:  rgba(67, 255, 100, 0.15);
	border: solid #e4e4e4 1px;
	border-radius: 5px;
}

.flagRouge {
    background-color:  rgba(67, 255, 100, 0.15);
}

.block-incident {
	background-color:  rgba(204, 73, 81, 0.24);
}

.block-to-open {
    display: none;
}

.boutonJeTraite {
	background-color: #870311;
	color: #fff;
	padding: 10px;
	border: none;
	border-radius: 5px;
    margin-right: 20px;
}

.boutonJeModifie {
	background-color:  rgba(60, 126, 135, 0.91);
	margin-right: 20px;
}

.boutonJeCree {
    background-color: #426da7;;
    margin-right: 20px;
}

.formCom {
    background-color: rgba(133, 153, 159, 0.15);
}

#communication_titre {
    width: 500px;
    margin-left: 20px;
}

.block-to-open {
    display: none;
}

#utilisateurRoleRadio {
    margin: 10px 0;
}

#utilisateurRoleRadio label, input#utilisateurs_autorises_email, .formLieu input {
    margin-right: 20px;
    margin-left: 5px;
}

#utilisateurDelete {
    display: block;
    margin: 10px 0;
}

.formLieu form div {
    display: inline-flex;
    margin-right: 20px;
}

input#lieu_nom {
    margin: 0 30px 10px ;
}

input#lieu_latitude {
    margin-bottom: 10px;
}

.formCreneau select {
    margin: 0 10px;
}


#statsProcl {
	width: 100%;
	background-color: #fff;
}

@media (max-width: 1024px){
.statsProclResp {
    display: none !important;
    }
}

/*!
 * ClockPicker v0.0.7 for Bootstrap (http://weareoutman.github.io/clockpicker/)
 * Copyright 2014 Wang Shenwei.
 * Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/gh-pages/LICENSE)
 */

.clockpicker .input-group-addon {
    cursor: pointer;
}
.clockpicker-moving {
    cursor: move;
}
.clockpicker-align-left.popover > .arrow {
    left: 25px;
}
.clockpicker-align-top.popover > .arrow {
    top: 17px;
}
.clockpicker-align-right.popover > .arrow {
    left: auto;
    right: 25px;
}
.clockpicker-align-bottom.popover > .arrow {
    top: auto;
    bottom: 6px;
}
.clockpicker-popover .popover-title {
    background-color: #fff;
    color: #999;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}
.clockpicker-popover .popover-title span {
    cursor: pointer;
}
.clockpicker-popover .popover-content {
    background-color: #f8f8f8;
    padding: 12px;
}
.popover-content:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.clockpicker-plate {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    overflow: visible;
    position: relative;
    /* Disable text selection highlighting. Thanks to Hermanya */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.clockpicker-canvas,
.clockpicker-dial {
    width: 200px;
    height: 200px;
    position: absolute;
    left: -1px;
    top: -1px;
}
.clockpicker-minutes {
    visibility: hidden;
}
.clockpicker-tick {
    border-radius: 50%;
    color: #666;
    line-height: 26px;
    text-align: center;
    width: 26px;
    height: 26px;
    position: absolute;
    cursor: pointer;
}
.clockpicker-tick.active,
.clockpicker-tick:hover {
    background-color: rgb(192, 229, 247);
    background-color: rgba(0, 149, 221, .25);
}
.clockpicker-button {
    background-image: none;
    background-color: #fff;
    border-width: 1px 0 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0;
    padding: 10px 0;
}
.clockpicker-button:hover {
    background-image: none;
    background-color: #ebebeb;
}
.clockpicker-button:focus {
    outline: none!important;
}
.clockpicker-dial {
    -webkit-transition: -webkit-transform 350ms, opacity 350ms;
    -moz-transition: -moz-transform 350ms, opacity 350ms;
    -ms-transition: -ms-transform 350ms, opacity 350ms;
    -o-transition: -o-transform 350ms, opacity 350ms;
    transition: transform 350ms, opacity 350ms;
}
.clockpicker-dial-out {
    opacity: 0;
}
.clockpicker-hours.clockpicker-dial-out {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.clockpicker-minutes.clockpicker-dial-out {
    -webkit-transform: scale(.8, .8);
    -moz-transform: scale(.8, .8);
    -ms-transform: scale(.8, .8);
    -o-transform: scale(.8, .8);
    transform: scale(.8, .8);
}
.clockpicker-canvas {
    -webkit-transition: opacity 175ms;
    -moz-transition: opacity 175ms;
    -ms-transition: opacity 175ms;
    -o-transition: opacity 175ms;
    transition: opacity 175ms;
}
.clockpicker-canvas-out {
    opacity: 0.25;
}
.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
    stroke: none;
    fill: rgb(0, 149, 221);
}
.clockpicker-canvas-bg {
    stroke: none;
    fill: rgb(192, 229, 247);
}
.clockpicker-canvas-bg-trans {
    fill: rgba(0, 149, 221, .25);
}
.clockpicker-canvas line {
    stroke: rgb(0, 149, 221);
    stroke-width: 1;
    stroke-linecap: round;
    /*shape-rendering: crispEdges;*/
}
.clockpicker-button.am-button {
    margin: 1px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4px;
    
}
.clockpicker-button.pm-button {
    margin: 1px 1px 1px 136px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4px;
}





