html, body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	color: #232B74;
	background-color: #EDF1F4;
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
    font-size: 13pt;
	text-decoration: none;
	line-height: 1.2em;
}

.screen {
	width: 100%;
    height: 100vh;
    display: table;
    table-layout: fixed;
	margin: 0;
	padding: 0;
}

p {
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
}

input, select, button, textarea {
	font-family: 'Oswald';
	font-weight: 200;
	font-size: 1.0em;
}

table {
    vertical-align: top;
    margin-left:auto; 
    margin-right:auto;
    padding-left: 10px;
    padding-right: 10px;
}

table td {
    vertical-align: middle;
    text-align: justify;
}

.lButton {
    position: relative;
    float: left;
    top: 0;
    left: 0;
    width: 40pt;
    height: 40pt;
    text-align: center;
    vertical-align: middle;
    padding-top: 8pt;
}

.rButton {
    position: relative;
    float: right;
    top: 0;
    right: 0;
    width: 40pt;
    height: 40pt;
    text-align: center;
    vertical-align: middle;
    padding-top: 8pt;
}

.pane {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.panebody {
    width: 100%;
    height: 90%;
    text-align: justify;
    background-color: transparent;
    overflow: auto;
}

.panemenu {
    text-align: center;
    background-color: #232B74;
    font-size: 14pt;
    vertical-align: top;
    width: 100%;
    height: 100vh;
}

.panemenu a {
	color: white;
    text-decoration: none;
}

.tab {
	width: 100%;
    display: block;
    text-align: center;
    text-decoration: italic;
    border-right: 1px white solid;
    border-bottom: 1px white solid;
	font-size: 1.3em;
    font-weight: 200;
	line-height: 2em;
	color: #B0C0FF;
    background-color: transparent;
}

#tab1 {
    border-top: 1px white solid;
}

.travaux {
    width: 100%;
    height: 85vh;
    background-color: white;
    background-image: url('../images/En-travaux.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}

.selected {
	color: #232B74;
	background-color: #EDF1F4;
	border-color: #EDF1F4;
    font-weight: 500;
}

.t1 {
	font-size: 4.0vh;
	line-height: 40pt;
    text-align: center;
    margin: 0;
}

.t2 {
	font-size: 14pt;
	background-color: #232B74;
	color: #EDF1F4;
	line-height: 14pt;
    font-weight: 400;
    padding: 10px;
    margin: 0;
    margin-bottom: 10pt;
    page-break-before: always;
}

.cp {
	font-weight: 400;
    text-align: center;
}

.sm {
	font-size: 0.5em;
	line-height: 0.5em;
}

.header {
	background-color: #232B74;
    color: #EDF1F4;
	line-height: 0.5em;
	font-size: 0.8em;
    text-align: center;
    padding-bottom: 10px;
    top: 0;
}

.hidden {
    display: none;
}

.bt {
	font-weight: bold;
	font-size: 0.8em;	
}

.bt a {
	font-weight: bold;
    text-decoration: none;
	color: #171F68;
}

.bi {
	font-size: 0.8em;	
}

.re {
	font-style: italic;
	font-size: 0.7em;	
	line-height: 0.5em;
}

.liste {
    width: 100%;
}
/*
================================================================================
                 F R A M E W O R K      L A N D S C A P E
================================================================================
*/
@media all and (orientation: landscape) {
    
    body {
        font-family: 'Work Sans', sans-serif;
    }

    .rButton {
        display: none;
    }

    .Main {
        width: 60%;
        height: 100%;
        background-color: #EDF1F4;
        display: table-cell;
        margin: 0;
        padding: 0;
        vertical-align: top;
        overflow: auto;
    }

    .Edge {
        margin: 0;
        padding: 0;
        width: 20%;
        height: 100%;
        text-align: center;
        background-color: #232B74;
        display: table-cell;
        font-size: 1.2vw;
        vertical-align: top;
    }
}
/*
================================================================================
                    F R A M E W O R K      P O R T R A I T
================================================================================
*/
@media all and (orientation: portrait) {
    
    body {
        font-family: 'Oswald';
    }

    .rButton {
        display: inline;
    }

    .Main {
        width: 100%;
        height: 100%;
        background-color: #EDF1F4;
        display: block;
        overflow: auto;
    }

    .Edge {
        display: none;
    }
}

/*
================================================================================
                     S T Y L E S     S P E C I F I Q U E S
================================================================================
*/
.commande {
    color: white;
    background-color: #0D23E2;
    text-decoration: italic;
    font-weight: 500;
}

.disponible {
    color: white;
    background-color: #1f922b;
    text-decoration: italic;
    font-weight: 500;
}

.Edge a {
	color: white;
    text-decoration: none;
}

.Edge .selected a {
	color: #232B74;
}

.ldl_body td { vertical-align: top; }
.ldl_body tr:nth-child(even) { background-color: #EDF1F4; }
.ldl_body tr:nth-child(odd) { background-color: #DDE1E4; }
.ldl_head {background-color: #6D7174; color: white;}

.icon {
    margin-left: 10px;
    padding: 0;
    vertical-align: middle;
}

.black_overlay {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.7;
  opacity: .70;
  filter: alpha(opacity=70);
}

.white_content {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 16px;
  border: 10px solid #171F68;
  background-color: white;
  z-index: 1002;
  text-align: center;
}

.logo {
	width: 16vw;
	margin: 10px;
    text-align: center;
}

.logomenu {
	width: 80vw;
	margin: 10pt;
    text-align: center;
}

.cover {
	height: 30vh;
    text-align: center;
}

#status_div {
    width: 100%;
 	font-size: 1.0em;
    height: 1.2em;
    position: absolute;
    bottom: 0;
	background-color: #232B74;
    color: White;
    display: none;
}

#etiquette {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
}
