@charset "UTF-8";
/* MEDIA QUERIES */
/* Extra small devices (portrait phones, less than 576px) */
@media only screen and (max-width: 575.98px) {
	.sidebar {
		visibility: visible;
		position: relative;
	}
	.sidebar-L {
		visibility: visible;
		width: 100%;
	}
	.sidebar-R {
		visibility: visible;
		width: 100%;
	}
	.main {
		width: 100%;
		margin-left: 0;
		left: 0;
		right: 0
	}
	.main-full {
		width: 100%;
		margin-left: 0;
		left: 0;
		right: 0
	}
	.header {
		width: calc(100% - 10px);
	}
	.header img {
		height: 20vw;
	}	
	.footer-copyright {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.footer-text {
		break-after: always;
	}
	.wrap {
		break-after: always;
	}
	.content ul {
		padding-left: 0;
	}
}

/* Extra small devices (landscape phones) */
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
	.sidebar {
		visibility: visible;
		position: relative;
	}
	.sidebar-L {
		visibility: visible;
		width: 100%;
	}
	.sidebar-R {
		visibility: visible;
		width: 100%;
	}
	.main {
		width: 100%;
		margin-left: 0;
		left: 0;
		right: 0
	}
	.main-full {
		width: 100%;
		margin-left: 0;
		left: 0;
		right: 0
	}
	.header {
		width: calc(100% - 10px);
	}
		.header img {
		max-height: 15vw;
	}
	.footer-copyright {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.footer-text {
		break-after: always;
	}
}

/* Portrait tablets */
@media only screen and (min-width: 576px) and (max-width: 810.98px) { 
	.sidebar {
		visibility: visible;
		position: relative;
	}
	.sidebar-L {
		visibility: visible;
		width: 100%;
	}
	.sidebar-R {
		visibility: visible;
		width: 100%;
	}
	.main {
		width: 100%;
		padding-bottom: 20px;
	}
	.main-full {
		width: 100%;
		padding-bottom: 20px;
	}	
	.header {
		width: 100%;
	}
	.header img {
		max-height: 15vw;
	}
	.footer-copyright {
		border-right-style: solid;
		border-right-width: 1px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}

/* Other devices */
@media (min-width: 811px) { 
	.sidebar {
		visibility: visible;
		position: fixed;
		width: 15%;
		top: 4vh;
		bottom: 4vh;
		overflow:auto;
	}
	.main {
		width: 60%;
		margin-left: 20%;
		padding-bottom: 20px;
	}
	.main-full {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		padding-bottom: 20px;
	}
	.header {
		width: 100%;
	}
	.header img {
		max-height: 15vw;
	}
	.footer-copyright {
		border-right-style: solid;
		border-right-width: 1px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}



/* CSS */
@font-face {
    font-family: 'caslonAntique';
    src: url('/fonts/CaslonAntique.ttf');
}
@font-face {
    font-family: 'times';
    src: url('/fonts/times.ttf');
}
* {
	box-sizing: border-box;
}
.caslonAntique {
  font-family: 'caslonAntique';
  color: #7C715F;
  font-size: calc(100% + 0.8vw + 0.8vh);
}
body {
	background-color: #4d4c4c;
	/*background-color: rgb(50, 50, 50);*/
	margin: 0;
	color: #D9D8D6;
	font-family: 'times';
    text-justify: inter-word;
}
a:link {
  text-decoration: none;
  color: #C1A87F;
}
a:visited {
  text-decoration: none;
  color: #C1A87F;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
}

.page {
	min-height: calc(100vh - 13vh);
	margin-top: 4vh;
	background:  top left / cover url('/pics/WAP background.jpg') no-repeat;
	
}
.sidebar-L {
	left: 0;
}
.sidebar-R {
	right: 0;
}
.sideBlock {
	height: auto;
	margin: 20px 0 20px 0;
	padding: 3px 3px 3px 3px;
	background-color: rgba(0,0,0, .50);
	border-radius: 10px;
	box-shadow: 10px 10px 10px #777777ab;
	text-align: center;
}
.sideContent {
	padding: 5px 0 10px 0;
}
.sideContent img {
	height: 32px;
}
.sideContent ul {
	list-style-type: square;
}
.header {
	display: block;
	margin-left: auto;
	margin-right: auto;
	min-width: 50%;
	width: auto;
	text-align: center;
}
.header .titre {
	margin-top: 10px;
	background-color: rgba(0,0,0, .50);
	border-radius: 10px;
	box-shadow: 10px 10px 10px #777777ab;
	padding-top: 3px;
	padding-bottom: 3px;
}
.content {
	height: auto;
	margin-top: 20px;
	padding: 3px 3px 3px 3px;
	background-color: rgba(0,0,0, .50);
	border-radius: 10px;
	box-shadow: 10px 10px 10px #777777ab;
}
.content a:link,a:visited {
  color: #C1A87F;
}
#content-dark {
	background-color: rgba(0,0,0, .80);
	overflow:auto;
}
.footer {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	min-height: 4vh;
	bottom: 0;
	background-color: rgba(0, 0, 0);
	font-family: 'Times New Roman';
}
.footer .footer-text {
	margin-top: auto;
	margin-bottom: auto;
	padding: 0 5px 0 5px;
	order: 1;
	flex-grow: 1;
	
}
.footer .footer-version {
	margin-top: auto;
	margin-bottom: auto;
	padding: 0 5px 0 5px;
	order: 2;
	flex-grow: 1;
	text-align: center;
	font-size: small;
}

.footer .footer-copyright {
	margin-top: auto;
	margin-bottom: auto;
	padding: 0 5px 0 5px;
	order: 3;
	border-right-style: none;
}

.titre1 {
	font-family: 'caslonAntique';
	font-size: xx-large;
	font-weight: bold;
}
.titre2 {
	font-family: 'times';
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
}
.titre3 {
	font-family: 'times';
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
}
.flex-contener {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	height: auto;
	margin: 0% 0 3% 0;
}
.flex-contener .vignette {
	padding: 1%;
	text-align: center;
}
.flex-contener .vide {
	padding: 1%;
	text-align: center;
}
.flex-break {
  flex-basis: 100%;
  height: 20px;
}
.flex-contener-center {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	height: auto;
	margin: 0% 0 3% 0;
	column-gap: 10px;
}
.flex-contener-center .wrap {
	break-after: always;
}
.text-highlight {
	color: #C1A87F;
	font-weight: bold;
	font-size: small;
}
.text-info {
	font-size: medium;
	color: lime;
}
.list {
	text-align: left;
}
.list ul {
	list-style-type: square;
	padding-left: 15%;

}
.txtParticipate .titre1 {
	font-size: x-large;
}
.txtParticipate p {
	padding-left: 15px;
	font-family: 'times';
	font-size: large;
}
#info {
	cursor: pointer;
}
.vignette-version {
	padding-top: 10px;
}
.infobulle {
	display: none;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	position: sticky;
	background-color: rgba(138, 111, 5, 0.57);
	border-color: black;
}
.button {
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 8px 8px 8px;
  padding: 1vh 1vh;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 8px;
  font-family: 'times';
  font-size: medium;
}

.button1 {
  background-color: #5b1906; 
  color: white; 
  border: 2px solid #D1914E;
}

.button1:hover {
  background-color: #E3DBDB;
  color: black;
}

.button-center {
	margin: auto;
	width: max-content;
}

#btReverseTranslate {
	color: #D1914E;
	padding-top: 10px;
	padding-bottom: 10px;
}

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

.form-control {
    padding: .375rem .75rem;
    margin: 10px 0 10px 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#changeRequest #modifDocument optgroup {
	background-color: #5b1906;
	color: white;
}

#changeRequest #modifDocument option {
	background-color: #C1A87F;
	color: black;
}

#changeRequest textarea {
	width: 80%;
}


.form-control:focus {
  border-color: #D1914E;
  box-shadow: 0 0 0 0.2rem #5b1906;
}

.form-btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.form-btn-outline-success {
    color: white;
    border-color: #D1914E;
    background-color: #5b1906;
    margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.msg {
	font-family: 'caslonAntique';
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
}

.table-responsive {
	padding-top: 2%;
}
.dataTable {
	font-size: medium;
}
.dataTable tbody {
	vertical-align: top;
}
.dataTable .valid {
	color: green;
}
.dataTable .discard {
	font-style: italic;
	color: #787878;
}
.dataTable .standby {
	color: #d96c1d;
}
.text-center {
	text-align: center;
}
.dt-edit {
	max-width: fit-content;
}
.dt-cancel {
	max-width: fit-content;
}
.dt-delete {
	max-width: fit-content;
}

.dt-button {
	text-decoration: none !important;
	font-style: normal;
	cursor: pointer;
}
#bt-EDIT.dt-button {
	color: #ff6c00;
	font-weight: bold;
}
#bt-SAVE.dt-button {
	color: green;
	font-weight: bold;
}
#bt-CANCEL.dt-button {
	color: #bcbcbc;
}
#bt-DELETE.dt-button {
	color: red;
}

#tblRequestsSub {
	margin-left: 50px;
	border-collapse: initial;
	background-color: #9b805133;
	border-radius: 5px;
}
#tblRequestsSub th, td {
	padding: 2px 8px 0
}

#antispam-question {
	font-style: oblique; 
}
#antispam-error {
	font-weight: bold;
	color: red;
	display: none; 
}


/* Admin */
.flex-contener-admin {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	height: auto;
	margin: 0% 0 3% 0;
}
.flex-contener-admin .vignette {
	padding: 1%;
	text-align: center;
}
.flex-contener-admin .vide {
	padding: 1%;
	text-align: center;
}
.menu-admin-img {
	height: 25vh;
	max-height: 192px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgb(232, 228, 227);
	border-radius: 25px;
	border: solid #C1A87F;
}
.menu-admin-img:hover {
	background-color: #5b1906;
}
