@charset "UTF-8";
html {
	margin:0;
	background:white;
	font-family:TitilliumWeb;
	font-weight:200;
	color:#000;
	width:100%;
	height:100%;
	position:relative;
	font-size:1vw;
	overflow-x:hidden;
	overflow-y:auto;
}
body {
	margin:0;
	background:white;
	font-family:TitilliumWeb;
	color:#000;
	width:100%;
	height:auto;
	min-height:101.5vh;
	position:relative;
	font-size:1vw;
	cursor:auto;
	overflow:hidden;
}
address {
	font-family:TitilliumWeb;
	font-style:italic;
	font-weight:400;
}
table {
	border:none;
}
a:link, a:visited {
	color:rgb(224, 112, 0);
}
a:focus, span:focus, div:focus, button:focus, input:focus, textarea:focus {
	outline:none;
}
a {
	text-decoration:none;
}
a:hover {
	cursor:pointer;
}
.normal {
	font-weight:400;
}
.light {
	font-weight:200;
}
.bold {
	font-weight:700;
}
.italic {
	font-style:italic;
}
.orange {
	color:orange;
}
form {
	display:block;
	position:relative;
	width:100%;
	height:auto;
}
form>div {
	vertical-align:top;
}
h1.heading, h2.heading, h3.heading, h4.heading, h5.heading, h6.heading {
	display:inline;
	margin:0;
	font-size:1em;
	font-weight:normal;
	letter-spacing:normal;
}
h1:not(.heading), h2:not(.heading), h3:not(.heading), h4:not(.heading), h5:not(.heading), h6:not(.heading) {
	font-size:1em;
	margin-block-start: 0.25em;
    margin-block-end: 0.25em;
}
ul {
	-webkit-margin-before:0;
	-webkit-margin-after:0;
	-webkit-margin-start:0;
	-webkit-margin-end:0;
	padding:0;
	margin:0;
}
input[type='file'] {
	cursor:pointer;
}
button {
	box-sizing:border-box;
	border:none;
	background-color:transparent;
	padding:0;
	font-size:1em;
	cursor:pointer;
	font-family:TitilliumWeb;
	color:black;
}
.languageButton {
	border-radius:0.25em;
	font-size:1em;
	border:1px solid rgb(176, 191, 200);
	color:rgb(176, 191, 200);
	padding:0.25em;
}
img.rs {
	width:2.5em;
	height:2.5em;
	margin-right:1em;
}
.fullwidth {
	width:100%;
}
.width85 {
	width:85%;
	margin-left:7.5%;
	margin-right:7.5%;
}
.minheight3em {
	height:auto;
	min-height:3em;
	line-height:2em;
}
.minheight100pct {
	height:auto;
	min-height:100%;
	line-height:2em;
}
.height2em {
	height:2em;
}
.height3em {
	height:3em;
	line-height:2em;
}
.height4em {
	height:4em;
	line-height:3em;
}
.height6em {
	height:6em;
	line-height:2em;
}
.width50 {
	width:50%;
}
.orangeBack {
	background-color:rgb(253,209,150);
}
.red {
	color:rgb(193,84,88);
}
.redBack {
	background-color:rgb(193,84,88);
}
.redBack button {
	display:inline-block;
	position:relative;
	top:0;
	left:0;
	font-weight:bold;
	color:#fff;
	width:100%;
	border:none;
	min-height:2em;
	height:auto;
}
.bluegreyBack {
	color:#fff;
	font-weight:bold;
	background-color:rgb(192,204,211);
}
.goldBack {
	color:#fff;
	font-weight:bold;
	background-color:rgb(210,195,141);
}
.whitebackgroundBack {
	background:white;
}
.goldbackgroundBack {
	background:rgb(210,195,141);
}
.height1px {
	height:1px!important;
	max-height:1px!important;
	padding:0em!important;
}
.emphasize {
	font-size:1.3em;
}
.emphasizeMore {
	font-size:1.6em;
}
.width80desktop_100responsive {
	display:block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.width80desktop_100responsive>li:not(.tm_clearboth) {
	display:block;
	position:relative;
	float:left;
	list-style-type:none;
	box-sizing:border-box;
	padding:0.5em;
	height:inherit;
	line-height:inherit;
}
.field_title {
	display:inline-block;
	position:relative;
	box-sizing:content-box;
	padding:0.35em;
	height:17pt;
	line-height:17pt;
	width:calc(40% - 0.7em);
	text-align:left;
	vertical-align:top;
}
.width95 {
	width:calc(95% - 0.35em);
}
.fieldHeightAuto {
	display:inline-block;
	position:relative;
	box-sizing:content-box;
	width:55%;
	font-size:14pt;
	height:auto;
	line-height:17pt;
	border-radius:0.25em;
	background-color:rgb(240,240,240);
	margin-left:0;
	margin-top:0.5em;
	margin-right:0;
	margin-bottom:0.5em;
	vertical-align:top;
	font-family:inherit;
	overflow:hidden;
}
.field {
	display:inline-block;
	position:relative;
	box-sizing:content-box;
	width:calc(55% - 0.7em);
	font-size:14pt;
	height:17pt;
	line-height:17pt;
	padding:0.35em;
	border-radius:0.25em;
	background-color:rgb(240,240,240);
	margin-left:0;
	margin-top:0.5em;
	margin-right:0;
	margin-bottom:0.5em;
	vertical-align:top;
	font-family:inherit;
}
.width17pt {
	width:17pt!important;
	margin-right:calc(55% - 17pt - 0.7em);
}
.fieldHeightAuto.required {
	border:1px solid orange;
}
.field.required {
	border:1px solid orange;
}
.field {
	border:1px solid darkgrey;
}
label {
	margin-top:0.5em;
}
.button {
	display:inline-block;
	position:relative;
	box-sizing:content-box;
	width:calc(55% - 0.7em);
	font-size:14pt;
	height:17pt;
	line-height:17pt;
	padding:0.35em;
	border-radius:0.25em;
	border:1px solid darkgrey;
	background-color:#000;
	color:#fff;
	margin-left:0;
	margin-top:0.5em;
	margin-right:0;
	margin-bottom:0.5em;
	vertical-align:top;
	font-family:inherit;
}
.checkbox {
	display:block;
	position:relative;
	width:100%;
	height:100%;
	cursor:pointer;
	opacity:0;
	background-color:black;
	border-radius:0.2em;
}
.mediumbox {
	border:1px solid orange;
	width:calc(55%);
	height:1.86em;
	background-color:rgb(240,240,240);
	position:relative;
	display:inline-block;
	overflow:hidden;
	vertical-align:top;
	margin-top:0.05em;
	border-radius:0.25em;
	overflow:hidden;
	margin-bottom:0.5em;
	box-sizing:content-box;
	vertical-align:middle;
	vertical-align:top;
	font-size:14pt;
}
.mediumbox>button {
	width:auto;
	min-width:calc(100% - 0.2em);
	padding-left:0.2em;
	height:1.9em;
	line-height:1.9em;
	background-color:rgb(240,240,240);
	position:relative;
	display:block;
	font-size:inherit;
}
.mediumbox>button>.choice {
	width:auto;
	height:1.9em;
	background-color:rgb(240,240,240);
	position:relative;
	display:block;
	margin-left:0.2em;
	margin-right:0.2em;
	float:left;
}
.mediumbox>button>.arrow {
	width:1.5em;
	height:1.5em;
	background-color:rgb(240,240,240);
	position:relative;
	display:block;
	margin-top:0.2em;
	margin-left:0.2em;
	margin-right:0.2em;
	float:right;
}
.mediumbox>button>.arrow>img {
	width:0.9em;
	height:0.9em;
	margin:0.3em;
}
.mediumbox>.mediumbox_content {
	width:100%;
	height:auto;
	position:relative;
	display:block;
	clear:both;
}
.mediumbox>.mediumbox_content>button {
	width:auto;
	min-width:calc(100% - 0.6em);
	height:auto;
	text-align:left;
	line-height:1.9em;
	border-top:1px solid lightgrey;
	display:block;
	padding-left:0.4em;
	padding-right:0.2em;
	font-size:inherit;
}
.title {
	display:inline-block;
	position:relative;
	box-sizing:border-box;
}
#d_montant {
	font-weight:bold;
}
.blackfont {
	color:black;
}
.field input {
	display:block;
	position:relative;
	height:1.85em;
	line-height:1.85em;
	border:none;
	width:100%;
	border:none;
	font-family:TitilliumWeb;
	font-size:1em;
}
.aligncenter {
	text-align:center;
}
.maillon {
	display:inline-block;
	width:5em;
	height:5em;
	background-image:url(/media/maillon.png);
	background-size:100% 100%;
	margin-top:1em;
	margin-bottom:1em;
}
#logo_footer {
	width:100%;
	height:auto;
}
#logo_footer img {
	width:100%;
	height:auto;
}
#menuButtonSVG, #menuButtonAnimTargetSVG {
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
#background {
	width:100%;
	height:100%;
	background:white;
	position:fixed;
	z-index:0;
}
#wrapper {
	opacity:0;
	display:none;
	width:100%;
	max-width:100%;
	height:auto;
	min-height:100vh;
	position:relative;
	font-family:TitilliumWeb;
	z-index:2;
}
#subwrapper {
	width:100%;
	height:auto;
	min-height:100%;
	position:relative;
	z-index:2;
}
.content {
	display:block;
	width:100%;
	height:auto;
	min-height:100vh;
	font-size:1em;
	position:relative;
	overflow:hidden;
	z-index:2;
}
#blank_top {
	width:100%;
	height:12.4em;
	position:relative;
	background-color:white;
}
#blank_bottom {
	width:100%;
	height:0vw;
	position:relative;
}
#headerAndMenu {
	width:100%;
	max-width:100%;
	height:auto;
	position:fixed;
	z-index:3;
	border-bottom:1px solid black;
}
#header {
	display:block;
	position:relative;
	top:0;
	width:100%;
	height:10em;
	line-height:10em;
	overflow:hidden;
	background-color:rgb(176, 191, 200);
	text-align:center;
}
#header img {
	display:inline-block;
	position:relative;
	top:0;
	width:auto;
	height:calc(100% - 1em);
	margin-top:0.5em;
	margin-bottom:0.5em;
	overflow:hidden;
	vertical-align:middle;
}
#footer_back {
	display:block;
	position:absolute;
	bottom:-2vh;
	width:100%;
	height:200vh;
	overflow:hidden;
	z-index:1;
	background-color:rgb(131, 155, 169);
}
#footer_content {
	display:block;
	position:relative;
	width:100%;
	height:auto;
	margin-top:2em;
	padding-bottom:2em;
	overflow:hidden;
	z-index:1;
	letter-spacing:-0.31em;
	background-color:transparent;
}
#footer_content>div:not(.tm_clearboth) {
	vertical-align:top;
	letter-spacing:normal;
	padding-left:2.5%;
	padding-right:2.5%;
	padding-top:1%;
	padding-bottom:1%;
	display:inline-block;
	font-size:10pt;
}
#header .back {
	display:block;
	position:absolute;
	z-index:0;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	background-size:cover;
	background-position:top center; 
	background-repeat:no-repeat;
	background-color:transparent;
}
#header #tm {
	z-index:3;
	display:inline-block;
	position:relative;
	width:auto;
	height:100%;
	left:0;
	top:0;
}
#header #mention {
	z-index:3;
	display:block;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-25%;
	width:50%;
	height:100%;
	line-height:2em;
	font-size:1em;
	vertical-align:top;
	font-style:italic;
	font-weight:200;
	text-align:center;
}
#header #mention>span {
	font-size:1.125em;
}
#header #header_right_items {
	display:block;
	height:3em;
	width:100%;
	line-height:2em;
	position:absolute;
	right:0;
	top:0;
	z-index:4;
	vertical-align:top;
}
#header #header_right_items ul {
	display:inline-block;
	list-style-type:none;
	position:relative;
	height:3em;
	width:95%;
	padding-left:2.5%;
	padding-right:2.5%;
	vertical-align:top;
}
#header #header_right_items ul li {
	display:block;
	list-style-type:none;
	position:relative;
	width:auto;
	height:3em;
	float:right;
	text-align:center;
	vertical-align:top;
}
#header #header_right_items ul li a {
	display:inline-block;
	list-style-type:none;
	position:relative;
	height:3em;
	width:auto;
	min-width:3em;
	text-align:center;
	vertical-align:top;
}
#header #header_right_items ul li a img {
	display:inline-block;
	position:relative;
	height:2.2em;
	padding:0.4em;
	text-align:center;
	vertical-align:top;
}
#tm_searchEngine {
	position:relative;
	display:inline-block;
	text-align:right;
	right:0em;
	white-space:nowrap;
	vertical-align:middle;
	z-index:10001;
	width:auto;
	height:3em;
	padding-right:0.5%;
	line-height:3em;
}
#tm_searchEngine #tm_magnifying_glass {
	height:100%;
	width:3em;
	position:relative;
	display:inline-block;
	right:0em;
	margin-right:0.5em;
}
#tm_searchEngine #tm_search_cont {
	width:0em;
	height:0.64em;
	line-height:0.64em;
	position:relative;
	padding-left:0em;
	padding-right:0em;
	padding-top:0em;
	padding-bottom:0em;
	margin-top:0.16em;
	border:1px solid black;
	border-radius:1em;
	display:inline-block;
	vertical-align:top;
	font-size:3em;
	color:#ffffff;
	text-align:left;
	opacity:0;
	z-index:2;
}
#tm_searchEngine #tm_search_cont #tm_search {
	height:1em;
	line-height:1em;
	width:calc(100% - 2em);
	position:relative;
	padding-top:0.2em;
	padding-bottom:0.2em;
	margin-left:1em;
	margin-right:1em;
	border:none;
	border-radius:0;
	display:inline-block;
	vertical-align:top;
	background-color:transparent;
	font-size:0.48em;
	color:#ffffff;
	text-align:left;
	overflow:hidden;
}
#tm_searchEngine #tm_search:focus {
	outline:none;
}
.tm_link_result_line {
	display:block;
	position:relative;
	width:90%;
	padding-left:5%;
	padding-right:5%;
	height:auto;
	min-height:2em;
	text-decoration:none;
	color:#000;
}
.tm_result_line {
	white-space:normal;
	display:block;
	position:relative;
	width:90%;
	padding-left:5%;
	padding-right:5%;
	height:auto;
	min-height:2em;
	color:#000;
}
.tm_result_title {
	white-space:normal;
	font-size:1em;
	text-align:left;
	display:block;
	position:relative;
	width:100%;
	color:#000;
}
#menuContainer {
	display:block;
	padding:0;
	margin:0;
	position:fixed;
	width:100%;
	height:auto;
	background-color:tranparent;
	z-index:1;
	font-size:0.95em;
}
#menuContainer li {
	user-select:none;
}
#menuContainer #menu {
	position:relative;
	width:100%;
	height:4em;
	min-height:1em;
	text-align:center;
	background-color:rgb(176, 191, 200);
	border-bottom:1px solid rgba(0,0,0,0.5);
	border-right:1px solid rgba(0,0,0,0.5);
	border-bottom-right-radius:0.5em;
	z-index:1;
}
#menuContainer ul#menuList {
	display:block;
	position:relative;
	padding:0;
	margin:0;
	width:100%;
	min-height:calc(0.5in + 0.5em);
	line-height:0em;
	height:auto;
	font-size:1em;
	font-family:TitilliumWeb;
	font-weight:200;
	white-space:normal;
	letter-spacing:-0.31em;
}
#menuContainer ul#menuList * {
	vertical-align:top;
}
#menuContainer ul#menuList>li:not(.tm_clearboth):not(.tm_subMenu) {
	display:inline-block;
	position:relative;
	width:auto;
	margin-left:1em;
	margin-right:1em;
	height:auto;
	min-height:3em;
	line-height:2.5em;
	letter-spacing:normal;
}
#menuContainer ul#menuList li span.underline {
	display:block;
	position:absolute;
	width:100%;
	height:0.16666em;
	border-radius:0.08333em;
	bottom:0.4em;
	opacity:0;
}
#menuContainer ul#menuList li a {
	text-transform:none;
	font-size:1.125em;
	color:#000;
}
#menuContainer ul#menuList li a:hover {
	color:#c63;
}
#menuContainer ul#menuList li .catTitle {
	font-size:1.25em;
	cursor:default;
}
#menuContainer ul#menuList li .subMenuContainer {
	display:block;
	position:absolute;
	width:100%;
	overflow:hidden;
}
#menuContainer ul#menuList li .subMenuList {
	position:relative;
	width:100%;
	height:auto;
	letter-spacing:normal;
}
#menuContainer ul#menuList>li .subMenuList>li:not(.tm_clearboth) {
	display:block;
	float:left;
	position:relative;
	width:auto;
	margin-left:1em;
	margin-right:1em;
	height:3em;
	line-height:3em;
}
#menuContainer ul#menuList>li.tm_subMenu {
	display:inline-block;
	position:relative;
	width:100%;
	height:auto;
	line-height:3em;
	overflow:hidden;
}
#menuContainer ul#menuList li .subMenuList li a {
	font-size:1.2em;
}
#menuContainer ul#menuList li span {
	text-shadow:0.1em 0.1em 0.5em rgba(0,0,0,0.25);
}
#menuContainer ul#menuList li#tm_toggleMenu {
	display:inline-block;
	list-style-type:none;
	position:relative;
	height:3.5em;
	width:3.5em;
	padding-top:1em;
	padding-bottom:1em;
	padding-left:1em;
	padding-right:1em;
	text-align:center;
	vertical-align:top;
}
#handle {
	display:block;
	position:absolute;
	width:0.5in;
	height:0.5in;
	right:-0.5in;
	top:0em;
	background-color:rgb(176, 191, 200);
	border-top-right-radius:1em;
	border-bottom-right-radius:1em;
	overflow:hidden;
	opacity:0;
	border-bottom:1px solid rgba(0,0,0,0.5);
	border-right:1px solid rgba(0,0,0,0.5);
	z-index:2;
}
#handle:after {
	display:block;
	position:absolute;
	width:1px;
	height:0.5in;
	right:-1px;
	top:0em;
	background-color:rgb(176, 191, 200);
	z-index:2;
}
#handle>button {
	width:0.4in;
	height:0.4in;
	margin:0.05in;
	position:relative;
}
#handle>button * {
	pointer-events:none;
}
#tm_container {
	height:auto;
	background-color:rgb(255,255,255);
}
#banner {
	position:relative;
	display:block;
	top:0;
	float:left;
	padding-top:0.5em;
	padding-left:0.5em;
	width:auto;
	height:calc(100% - 1em);
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
	color:black;
}
#logo_text {
	position:relative;
	display:block;
	top:0;
	left:6em;
	padding-top:0.5em;
	padding-left:0.5em;
	width:auto;
	height:calc(100% - 1em);
}
#accueil img {
	width:100%;
	height:calc(100% - 1em);
}
.tm_handwriting {
	font-family: DancingScript;
	font-size:2em;
}
.tm_gravitas {
	font-family: GravitasOne;
	font-size:2em;
}
.tm_line {
	display:block;
	position:relative;
	top:50%;
	left:0%;
	width:100%;
	height:1px;
	background-color:black;
}
.tablecontainer {
	display:flex;
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:1em;
	flex-direction:row;
	justify-content:space-around;
	flex-wrap:nowrap;
}
.arrow_container {
	display:block;
	position:relative;
	float:left;
	min-width:5em;
	width:5%;
	height:20em;
	max-height:20em;
	top:0;
	overflow:hidden;
	font-size:1em;
}
.arrow_left {
	display:block;
	position:relative;
	padding:0;
	margin:auto;
	height:100%;
	width:100%;
	background-image:url(/media/arrow_left.png);
	background-size:100% auto;
	background-position:center center;
	background-repeat:no-repeat;
}
.arrow_right {
	display:block;
	position:relative;
	padding:0;
	margin:auto;
	height:100%;
	width:100%;
	background-image:url(/media/arrow_right.png);
	background-size:100% auto;
	background-position:center center;
	background-repeat:no-repeat;
}
.gradient_left {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:5em;
	height:20em;
	max-height:20em;
	background-image:url(/media/gradient_transparent_right.png);
	background-size:100% 100%;
	background-position:top left;
	background-repeat:repeat-y;
	z-index:2;
	pointer-events:none;
	font-size:1em;
}
.gradient_right {
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:5em;
	height:20em;
	max-height:20em;
	background-image:url(/media/gradient_transparent_left.png);
	background-size:100% 100%;
	background-position:top right;
	background-repeat:repeat-y;
	z-index:2;
	pointer-events:none;
	font-size:1em;
}
#tm_subcontainer {
	width:calc(100% - 5em);
	padding-right:2.5em;
	padding-left:2.5em;
	padding-top:1em;
	padding-bottom:1em;
	position:relative;
	min-height:19em;
}
.tm_align_center {
	text-align:center;
}
.tm_font_color_white {
	color:white;
}
.tm_buttons {
	display:inline-block;
	position:relative;
	box-sizing:border-box;
	width:18em;
	padding-left:1em;
	padding-right:1em;
	padding-top:0.25em;
	padding-bottom:0.25em;
	margin-top:0.5em;
	min-height:1.5em;
	height:auto;
	background-color:lightgrey;
	border-radius:1em;
	border:2px solid white;
	overflow:hidden;
	font-size:1.5em;
}
.tm_user_fields {
	display:inline-block;
	position:relative;
	box-sizing:border-box;
	width:18em;
	padding-left:1em;
	padding-right:1em;
	margin-top:0.5em;
	height:2em;
	background-color:white;
	border-radius:1em;
	border:2px solid lightgrey;
	overflow:hidden;
	font-size:1.5em;
}
#tm_overlay_content {
	position:relative;
	width:100%;
	height:auto;
}
.tm_block {
	display:block;
	position:relative;
}
.tm_text_left {
	text-align:left;
}
#form input {
	box-sizing:border-box;
	width:calc(100% - 1em);
	height:auto;
	margin-bottom:0.5em;
	padding:0.5em;
	font-size:12pt;
	font-family:TitilliumWeb;
	border:1px solid black;
	background-color:#fdf0e0;
}
#form textarea {
	box-sizing:border-box;
	width:calc(100% - 1em);
	height:20em;
	margin-bottom:0.5em;
	padding:0.5em;
	font-size:12pt;
	font-family:TitilliumWeb;
	border:1px solid black;
	background-color:#fdf0e0;
	resize:none;
}
.bold {
	font-weight:700;
}
.margin2em {
	margin:2em;
	width:calc(100% - 2em);
	height:auto;
	position:relative;
}
._30pct {
	width:30%;
}
._70pct {
	width:70%;
}
.inlineBlock {
	display:inline-block;
	vertical-align:top;
}
.pageTitle>h1 {
	font-size:2em;
	font-weight:bold;
}
.subTitle>h2 {
	font-size:1.5em;
	font-weight:normal;
}
.siteColor {
	color:rgb(129,201,195);
	font-weight:bold;
}
.letterSpacingFix {
	letter-spacing:-0.31em;
}
.letterSpacingFix>* {
	display:inline-block;
	vertical-align:top;
}
.letterSpacingNormal {
	letter-spacing:normal;
}
#tm_bubble_content {
	overflow:hidden;
	text-align:left;
}
#tm_bubble_content button {
	text-align:left;
}
#tm_searchResults {
	pointer-events:none;
}
#tm_bubble_middle {
	pointer-events:auto;
}
.choices {
	overflow:hidden;
}
.choicesPresentation {
	overflow:hidden;
}
.choice {
	height:3em;
}
.choicePresentation {
	height:3em;
}
.width_50desktop_100responsive {
	display:inline-block;
	position:relative;
	text-align:center;
}
.inlineblock {
	display:inline-block;
}
.block {
	display:block;
}
.width100 {
	width:100%!important;
}
.alignleft {
	text-align:left!important;
}
.choose {
	z-index:1;
	position:relative;
	display:block;
	width:100%;
	min-height:2em;
	height:auto;
	background-color:rgb(255, 200, 100);
}
.choose_text {
	z-index:0;
	position:relative;
	display:block;
	width:100%;
	min-height:2em;
	height:auto;
	line-height:2em;
}
.file_name {
	z-index:1;
	position:relative;
	display:block;
	width:100%;
	height:auto;
	min-height:2em;
	background-color:rgba(255, 200, 100, 0.75);
	overflow:hidden;
}
.file_name_text {
	position:relative;
	display:block;
	width:100%;
	height:auto;
	line-height:2em;
}
.progress {
	position:relative;
	display:block;
	width:100%;
	height:2em;
	top:75%;
}
.progress_text {
	z-index:2;
	position:absolute;
	display:block;
	width:100%;
	height:2em;
	line-height:2em;
	top:50%;
	margin-top:-1em;
}
.progress_bar {
	z-index:1;
	top:0%;
	position:absolute;
	display:block;
	width:0%;
	height:100%;
	background-color:rgba(255, 200, 100, 0.75);
}
.file_upload {
	z-index:2;
	top:0;
	display:block;
	opacity:0;
	width:100%;
	height:100%;
	position:absolute;
}
.padLR {
	box-sizing:border-box;
	padding-left:2em;
	padding-right:2em;
}
#actualDemands {
	padding:0;
}
#actualDemands li {
	display:table;
	list-style-type:none;
	width:100%;
	height:auto;
	white-space:normal;
	overflow:hidden;
	border-bottom:1px solid black;
	letter-spacing:-0.31em;
	margin-bottom:1em;
}
#actualDemands li>span {
	vertical-align:top;
}
#actualDemands li.even {
	background-color:rgba(255, 192, 30, 0.25);
}
#actualDemands li.odd {
	background-color:rgba(255, 192, 30, 0.175);
}
.whspnowrap {
	white-space:nowrap;
}
.whspnormal {
	white-space:normal;
}
.width45 {
	width:45%;
}
.widthauto {
	width:auto!important;
}
.block {
	display:block;
	position:relative;
}
.floatLeft {
	float:left;
}
.width33 {
	width:33.333%;
	max-width:33.333%;
	overflow:hidden;
}
.width66 {
	width:66.666%;
	max-width:66.666%;
	overflow:hidden;
}
.width12em {
	width:12em;
}
.darkgrey {
	background-color:darkgrey;
}
.lightgrey {
	background-color:lightgrey;
}
.alignLeft {
	text-align:left;
}
.pad1emLR {
	padding-left:1em;
	padding-right:1em;
}
.borderBox {
	box-sizing:border-box;
}
.marginLeft1em {
	margin-left:1em;
}
#treatment_status {
	display:block;
	position:absolute;
	width:1.5em;
	height:1.5em;
	top:-0.75em;
	right:-0.75em;
	text-align:center;
	border-radius:0.5em;
	background-color:orange;
	color:#fff;
	line-height:1.5em;
}
.chat_status {
	display:block;
	position:absolute;
	width:1.5em;
	height:1.5em;
	top:-0.75em;
	right:-0.75em;
	text-align:center;
	border-radius:0.5em;
	background-color:orange;
	color:#fff;
	line-height:1.5em;
}
#notification_upload {
	height:0;
	overflow:hidden;
	color:red;
}
.verticalalignmiddle {
	vertical-align:middle;
}
.lineheight30pt {
	line-height:30pt;
}
.lineheight25pt {
	line-height:25pt;
}
.lineheight20pt {
	line-height:20pt;
}
.margin0 {
	margin:0!important;
}
.marginbottom5pt {
	margin-bottom:5pt;
}
#siret_container {
	height:0;
	overflow:hidden;
}
.borderblack {
	border:1px solid black;
}
.marginbottom1em {
	margin-bottom:1em;
}
.breakword {
	word-break:break-word;
}
.borderbottomblack {
	border-bottom:1px solid black;
}
#send_message {
	display:block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.sender {
	float:left;
	background-color:rgb(170,255,170);
}
.receiver {
	float:right;
	background-color:rgb(170,170,250);
}
.message {
	padding:0.5em;
	border-radius:0.5em;
	display:block;
	position:relative;
	width:auto;
	max-width:66.666%;
	border:1px solid #ddd;
	text-align:left;
	margin-bottom:5pt;
}
.message.new {
	min-width:30%;
}
#buttonContainer {
	display:inline-block;
	position:relative;
	width:auto;
	height:auto;
}
.comment {
	display:inline-block;
	padding:0.5em;
	font-size:13pt;
	background-color:darkgrey;
	color:#fff;
}
@media screen and (min-width: 14.0000001in) {
	.menu {
		font-size:1.2em;
	}
	.tm_resizable {
		font-size:1em;
	}.
	.tm_more_resizable {
		font-size:1em;
	}
	.textA {
		font-size:14pt;
	}
	#tm_container {
		position:relative;
		width:100%;
		height:auto;
	}
	#header_right_items {
		font-size:1em;
	}
	#tm_searchResults #tm_searchResultsCont {
		font-size:1.5em;
	}
	.only_on_responsive {
		display:none;
	}
	.only_on_desktop {
		display:inline-block!important;
	}
	.width_50desktop_100responsive {
		width:49.9%;
	}
	#footer_content>div:not(.tm_clearboth) {
		width:28.33333%;
	}
	.padding0emdesktop_1emresponsive {
		padding-left:0em;
		padding-right:0em;
	}
	.width75_50 {
		width:75%;
	}
	.width25_50 {
		width:25%;
	}
	.width75_100 {
		width:75%;
	}
	.width25_100 {
		width:25%;
	}
	.tabledesktop_blockresponsive {
		display:table;
		position:relative;
	}
	.tabledesktop_tableresponsive {
		display:table;
		position:relative;
	}
	.tablecelldesktop_tablecellresponsive {
		display:table-cell;
		position:relative;
		word-break:break-word;
	}
	.tablecelldesktop_blockresponsive {
		display:table-cell;
		position:relative;
		min-height:2em;
		line-height:2em;
	}
}
@media screen and (min-width: 10.0000001in) and (max-width: 14in) {
	.menu {
		font-size:1.2em;
	}
	.tm_resizable {
		font-size:1.25em;
	}
	.tm_more_resizable {
		font-size:1.5em;
	}
	.textA {
		font-size:14pt;
	}
	#tm_container {
		position:relative;
		width:100%;
		height:auto;
	}
	#header_right_items {
		font-size:1em;
	}
	#tm_searchResults #tm_searchResultsCont {
		font-size:2em;
	}
	.only_on_responsive {
		display:none;
	}
	.only_on_desktop {
		display:inline-block!important;
	}
	.width_50desktop_100responsive {
		width:49.9%;
	}
	#footer_content>div:not(.tm_clearboth) {
		width:28.33333%;
	}
	.padding0emdesktop_1emresponsive {
		padding-left:0em;
		padding-right:0em;
	}
	.width75_50 {
		width:75%;
	}
	.width25_50 {
		width:25%;
	}
	.width75_100 {
		width:75%;
	}
	.width25_100 {
		width:25%;
	}
	.tabledesktop_blockresponsive {
		display:table;
		position:relative;
	}
	.tabledesktop_tableresponsive {
		display:table;
		position:relative;
	}
	.tablecelldesktop_tablecellresponsive {
		display:table-cell;
		position:relative;
		word-break:break-word;
	}
	.tablecelldesktop_blockresponsive {
		display:table-cell;
		position:relative;
		min-height:2em;
		line-height:2em;
	}
}
@media screen and (max-width: 10in)  {
 	#menu {
 		min-height:0.5in!important;
 	}
 	.width_50desktop_100responsive {
		width:100%;
	}
	.width75_50 {
		width:50%;
	}
	.width25_50 {
		width:50%;
	}
	.width75_100 {
		width:100%;
	}
	.width25_100 {
		width:100%;
	}
	.tabledesktop_blockresponsive {
		display:block;
		position:relative;
	}
	.tabledesktop_tableresponsive {
		display:table;
		position:relative;
	}
	.tablecelldesktop_tablecellresponsive {
		display:table-cell;
		position:relative;
		min-height:2em;
		line-height:2em;
	}
	.tablecelldesktop_blockresponsive {
		display:block;
		position:relative;
		min-height:2em;
		line-height:2em;
	}
}
@media screen and (min-width: 7.0000001in) and (max-width: 10in)  {
	.menu {
		font-size:1.9em;
	}
	#tm_container {
		position:relative;
		width:100%;
		height:auto;
	}
	.tm_resizable {
		font-size:1.5em;
	}
	.tm_more_resizable {
		font-size:2em;
	}
	.textA {
		font-size:13pt;
	}
	#header_right_items {
		font-size:1.333em;
	}
	#tm_searchResults #tm_searchResultsCont {
		font-size:2.4em;
	}
	.only_on_responsive {
		display:block;
	}
	.only_on_desktop {
		display:none!important;
	}
	.width80desktop_100responsive {
		width:100%;
		font-size:12pt;
	}
	.width20desktop_30responsive {
		width:30%;
	}
	.width30desktop_40responsive {
		width:40%;
	}
	.width60desktop_70responsive {
		width:70%;
	}
	.width50desktop_60responsive {
		width:60%;
	}
	.width70desktop_60responsive {
		width:60%;
	}
	.width20desktop_0responsive {
		width:0%;
		padding:0!important;
	}
	#footer_content>div:not(.tm_clearboth) {
		width:95%;
	}
	.padding0emdesktop_1emresponsive {
		padding-left:1em;
		padding-right:1em;
	}
}
@media screen and (min-width: 5.0000001in)  and (max-width: 7in)  {
	.menu {
		font-size:1.9em;
	}
	#tm_container {
		position:relative;
		width:100%;
		height:auto;
	}
	.tm_resizable {
		font-size:1.75em;
	}
	.tm_more_resizable {
		font-size:2.25em;
	}
	.textA {
		font-size:12pt;
	}
	#header_right_items {
		font-size:1.666em;
	}
	#tm_searchResults #tm_searchResultsCont {
		font-size:2.8em;
	}
	.only_on_responsive {
		display:block;
	}
	.only_on_desktop {
		display:none!important;
	}
	.width80desktop_100responsive {
		width:100%;
		font-size:12pt;
	}
	.width20desktop_30responsive {
		width:30%;
	}
	.width30desktop_40responsive {
		width:40%;
	}
	.width60desktop_70responsive {
		width:70%;
	}
	.width50desktop_60responsive {
		width:60%;
	}
	.width70desktop_60responsive {
		width:60%;
	}
	.width20desktop_0responsive {
		width:0%;
		padding:0!important;
	}
	#footer_content>div:not(.tm_clearboth) {
		width:95%;
	}
	.padding0emdesktop_1emresponsive {
		padding-left:1em;
		padding-right:1em;
	}
}
@media screen and (min-width: 3.500001in) and (max-width: 5in)  {
	.menu {
		font-size:1.9em;
	}
	#tm_container {
		position:relative;
		width:100%;
		height:auto;
	}
	.tm_resizable {
		font-size:1.75em;
	}
	.tm_more_resizable {
		font-size:2.5em;
	}
	.textA {
		font-size:11pt;
	}
	#header_right_items {
		font-size:1.666em;
	}
	#tm_searchResults #tm_searchResultsCont {
		font-size:3em;
	}
	.only_on_responsive {
		display:block;
	}
	.only_on_desktop {
		display:none!important;
	}
	.mobile100 {
		width:100%;
	}
	.desktop30 {
		display:none;
	}
	.width80desktop_100responsive {
		width:100%;
		font-size:12pt;
	}
	.width20desktop_30responsive {
		width:30%;
	}
	.width30desktop_40responsive {
		width:40%;
	}
	.width60desktop_70responsive {
		width:70%;
	}
	.width50desktop_60responsive {
		width:60%;
	}
	.width70desktop_60responsive {
		width:60%;
	}
	.width20desktop_0responsive {
		width:0%;
		padding:0!important;
	}
	#footer_content>div:not(.tm_clearboth) {
		width:95%;
	}
	.padding0emdesktop_1emresponsive {
		padding-left:1em;
		padding-right:1em;
	}
}
@media screen and (max-width: 3.5in)  {
	.menu {
		font-size:1.9em;
	}
	#tm_container {
		position:relative;
		width:100%;
		height:auto;
	}
	.tm_resizable {
		font-size:2.25em;
	}
	.tm_more_resizable {
		font-size:3em;
	}
	.textA {
		font-size:11pt;
	}
	#header_right_items {
		font-size:1.666em;
	}
	#tm_searchResults #tm_searchResultsCont {
		font-size:3em;
	}
	.only_on_responsive {
		display:block;
	}
	.only_on_desktop {
		display:none!important;
	}
	.mobile100 {
		width:100%;
	}
	.desktop30 {
		display:none;
	}
	.width80desktop_100responsive {
		width:100%;
		font-size:12pt;
	}
	.width20desktop_30responsive {
		width:30%;
	}
	.width60desktop_70responsive {
		width:70%;
	}
	.width50desktop_60responsive {
		width:60%;
	}
	.width70desktop_60responsive {
		width:60%;
	}
	.width20desktop_0responsive {
		width:0%;
		padding:0!important;
	}
	#footer_content>div:not(.tm_clearboth) {
		width:95%;
	}
	.padding0emdesktop_1emresponsive {
		padding-left:1em;
		padding-right:1em;
	}
}
#tm_footer {
	position:relative;
	width:100%;
	height:5em;
	background-color:rgba(0,0,0,0.5);
}
#tm_csl {
	right:1em;
	top:0em;
	position:fixed;
	height:auto;
	width:30em;
	z-index:100001;
	font-family:TitilliumWeb;
	font-size:9pt;
}
.tm_csl {
	width:26em;
	height:auto;
	position:absolute;
	border-radius:1em;
	background-color:#fff;
	margin-top:1.5em;
	margin-left:1.5em;
	opacity:0;
}
.tm_csl span.tm_cslText {
	display:block;
	width:17em;
	left:0.5em;
	float:left;
	padding-top:1em;
	padding-bottom:1em;
	height:auto;
	position:relative;
	font-size:1.2em;
	color:#000;
}
.tm_csl span.tm_cslTextDialog {
	display:block;
	width:20.6em;
	left:0.5em;
	padding-top:1em;
	padding-bottom:1em;
	height:auto;
	position:relative;
	font-size:1.2em;
	color:#000;
	text-align:left;
}
.tm_csl span.tm_ok_cancel {
	display:block;
	width:20.6em;
	left:0.25em;
	padding-top:1em;
	height:auto;
	text-align:center;
	font-size:1em;
}
.tm_csl .tm_ok {
	background-color:#bbb;
	border:none;
	width:auto;
	padding-top:0.25em;
	padding-bottom:0.25em;
	padding-left:0.5em;
	padding-right:0.5em;
	border-radius:0.5em;
	font-size:1em;
	font-family:TitilliumWeb;
	color:black;
}
.tm_csl .tm_cancel {
	background-color:#bbb;
	border:none;
	width:auto;
	padding-top:0.25em;
	padding-bottom:0.25em;
	padding-left:0.5em;
	padding-right:0.5em;
	border-radius:0.5em;
	font-size:1em;
	font-family:TitilliumWeb;
	color:black;
}
.tm_csl button.tm_cross {
	display:block;
	width:1.5em;
	height:1.5em;
	right:0.25em;
	margin-left:0;
	margin-right:0;
	margin-top:0.125em;
	margin-bottom:0.125em;
	padding:0;
	position:relative;
	float:right;
	background-color:transparent;
	font-size:2em;
	vertical-align:middle;
	border-radius:0;
}
.tm_csl button.tm_cross svg {
	top:0.05em;
}
.tm_csl button.tm_cross img {
	width:1.5em;
	height:1.5em;
	position:absolute;
}
.tm_clearboth {
	width:100%;
	display:block;
	max-height:0;
	position:relative;
	clear:both;
}
.tm_fulljustify {
	text-align: justify;
}
.tm_fulljustify:after {
	content: "";
	display: inline-block;
	width: 100%;
}
.tm_block_set {
	min-width:1em;
	min-height:1em;
}
.tm_block_sub div {
	font-size:1em;
}
.tm_text .tm_block_sub span {
	line-height:1.2em;
	min-height:1.2em;
	height:auto;
	display:inline;
}
.tm_alt {
	font-family:TitilliumWeb;
}
