body {
	font-family: 'Open Sans', sans-serif;
	color: #336699;
	background: #D7E2EE;
	font-size: 14px;
}

a {
	color: #5B89BD;
	text-decoration: none;
}

.only_beta {
	display: none;
}

.v_beta .only_beta {
	display: block;
}


audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

div {
	max-width: 100%;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

::-moz-selection {
	background: #fe57a1;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #fe57a1;
	color: #fff;
	text-shadow: none;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	padding: 0;
	margin: 15px 0;
	clear: both;
}

hr.invisible {
	border-top: none;
	height: 20px;
}

ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

small {
	font-size: 85%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

ul,
ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}

dd {
	margin: 0 0 0 40px;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
}

table button,
table input {
	*overflow: auto;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

textarea::-webkit-input-placeholder {
	/* Edge */
	color: #d8d8d8;
}

textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #d8d8d8;
}

textarea::placeholder {
	color: #d8d8d8;
}

input:valid,
textarea:valid {}

input:invalid,
textarea:invalid {
	background-color: #f0dddd;
}

input[type="radio"] {
	vertical-align: text-bottom;
}

input[type="checkbox"] {
	vertical-align: bottom;
	*vertical-align: baseline;
}

.ie6 input {
	vertical-align: text-bottom;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

input,
textarea {
	width: 100%;
	border: #a9c4db 1px solid;
	padding: 4px;
	color: #38638a;
	border-radius: 2px;
}

select {
	border-radius: 2px;
	border: #a9c4db 1px solid;
	margin-right: 10px;
	height: 25px;
	color: #38638a;
}

input {
	margin-right: 10px;
}

li {
	/* display : inline;
	*/
	list-style: none;
}

/**********/
.container {
	display: flex;
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgb(252, 198, 48);
	border-radius: 20px 20px 0 0;
	background: linear-gradient(90deg, rgba(252, 198, 48, 1) 0%, rgba(252, 198, 48, 1) 40%, rgba(254, 127, 2, 1) 100%);
	padding: 15px;
	margin: 0 -15px 20px -15px;
}

header h1 {
	color: #91B0CB;
	margin: 10px 0;
}

header h1 span,
header a {
	color: #ffffff;
}

nav {
	width: 11%;
	min-width: 150px;
	padding: 10px;
	background: #EBF3FB;
	border-radius: 20px 20px 0 20px;
}

nav ul {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
	border-bottom: 2px solid #D7E2EE;
}

/* nav ul li{
	padding-bottom: 5px;
}
*/
nav h4 {
	margin-bottom: 4px;
	margin-top: 8px;
}

nav h5 {
	margin-top: 8px;
	text-decoration: underline;
}

nav li a {
	padding: 2px 5px;
	display: inline-block;
	width: 100%;
	/* font-size: .em; */
	text-decoration: none;
}

nav li a.current-page {
	color: #FE8406;
	font-weight: bold;
}

nav li a:hover,
.lien_edition a:hover {
	color: #FE8406;
}

nav li:nth-child(1) a {
	border-top: 1px solid #d1d1d1;
}

main {
	margin: 0 0 0 20px;
	padding: 0 15px 15px 15px;
	width: 90%;
	min-width: 600px;
	background: #ffffff;
	box-sizing: border-box;
	border-radius: 20px 20px 20px 0;
}

h1 {
	margin-top: 0;
}

h5 {
	margin: 0;
}

footer {
	clear: both;
	margin-top: 30px;
}

#calendar {
	max-width: 1600px;
	min-height: 600px;
	/* height: 600px; */
	width: 100%;
	/* margin: 0 auto;
	*/
}

.row_list {
	display: flex;
}

.btns_select {
	margin: 20px;
}

.btn_select_ressource {
	padding: 5px 15px;
	/* font-size:.9em; */
	margin: 10px;
	border-radius: 3px;
	color: #ffffff;
}

.ressources_dispos {
	cursor: pointer;
	border: 1px solid #000000;
	border-radius: 4px;
	padding: 4px;
	margin-bottom: 3px;
}

.ressources_dispos>span {
	text-align: left;
	font-size: .8em;
	color: gray;
}

.fa-input {
	font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.is-confirmed .voyage_not_confirmed,
.is-not-confirmed .voyage_confirmed {
	display: none;
}

.confirmed i {
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background-color: #e5e5e5;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	/* padding-top: 3px; */
	line-height: 20px;
}

.confirmed i.fa-check-double {
	background-color: #b0cb40;
}

.suppress input {
	border: none;
	background: transparent;
	cursor: pointer;

	font-size: 1.4em;
	margin: 0 !important;
	padding: 0;
	text-align: center;
	width: auto;
	height: auto;
	line-height: 1em;
}

form label {
	display: block;
	font-size: .9em;
	font-weight: bold;
	margin-bottom: 3px;
	margin-right: 20px;
}

form textarea {
	margin-bottom: 10px;
	border-radius: 4px;
}

table form input,
table form select {
	border: none;
	margin-bottom: 10px;
	border-radius: 4px;
	padding: 3px 8px;
	line-height: 1.7em;
	height: 1.7em;
	outline: 0;
	background-color: #fff;
	margin-right: 15px;
}

form select,
form input.hasDatepicker,
form input[type=checkbox] {
	width: auto;
}

form input[type=number] {
	width: 50px;
}

form textarea,
form input {
	width: 600px;
	max-width: 90%;
}

form h5 {
	margin-top: 15px;
	margin-bottom: 8px;
}

div.col_2 {
	width: 50%;
	float: left;
}

div.col_3 {
	width: 33.3%;
	float: left;
}

div.col_4 {
	width: 25%;
	float: left;
}

.btn_validation,
.btn_validation_leave {
	background: #fd7f00;
	border-color: #fd7f00;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
	padding: 10px 15px;
	height: auto;
	cursor: pointer;
	border-radius: 5px;
	border: none;
	margin-top: 10px;
	transition: all .4s;
	-moz-transition: all .4s;
	/* Firefox 4 */
	-webkit-transition: all .4s;
	/* Safari and Chrome */
	-o-transition: all .4s;
	/* Opera */
}

.btn_validation:hover,
.btn_validation_leave:hover {
	background: #ed4f00;

}

form>div {
	float: left;
}

.clear {
	display: block;
	border: none;
	clear: both;
	height: 15px;
}

/** LISTE **/
.container_list table {
	background: #fcfcfc;
	margin-top: 20px;
	text-align: left;
}

.container_list table td {
	border: 1px solid #eaeaea;
	padding: 5px 15px;
}

.list_top_msg {
	display: none;
	background: #ffffff;
	font-size: 1.1em;
	padding: 15px;
	border: 1px solid gray;
	color: #FD7F00;
	margin-top: 10px;
	margin-bottom: 10px;
}

.fadeOut {
	width: 30px;
	height: 30px;
	color: #FD7F00;
	font-size: 1.1em;
	text-align: center;
	float: none;
	/* -webkit-animation: myanim 2s ease 2s;
	-webkit-animation-iteration-count: 1 */
}

/*@-webkit-keyframes myanim {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
*/
.lien_edition a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f044";
	padding-right: 5px;
}

.btn_retour_list,
.btn_ajouter {
	padding: 5px 10px;
	border-radius: 5px;
	background: #02ACFF;
	color: #ffffff;
	margin-right: 15px;
	display: inline-block;
}

/* RESERVATION RESSOURCES */
.table_reservations h4 {
	margin: 5px 0 0 0;
	color: #E1A300;
	text-align: left;
}

.table_reservations td span {
	font-size: .8em;
	color: gray;
	text-transform: lowercase;
	display: block;
}

.table_reservations td {
	padding: 5px;
	border: 1px solid #eaeaea;
	background: #fcfcfc;
}

.table_reservations {
	margin-bottom: 20px;
	font-size: .9em;
	float: left;
}

.table_reservations tr {
	height: 65px !important;
}

.table_reservations textarea {
	width: 80%;
	color: inherit;
	margin-bottom: 0;
}

.table_reservations form {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.table_reservations form.infos_resa_submitted {
	color: green;
}

#message_reservation_ressources {
	font-size: .7em;
	color: red;
}

.reservation_ressources {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.reservation_ressources h4 {
	margin-top: 0;
}

form h3 {
	/* text-align: center; */
	margin-top: 0;
	color: #E1A300;
}

.reservation_ressources form {

	border: 1px solid #eaeaea;
	border: 15px;
	padding: 20px;
	background: #f7f7f7;
}

.reservation_ressources>* {
	width: 44%;
}

.ressources_dispos:hover {
	background: #E1A300;
	color: #ffffff;
}

#ressources_dispos span {
	text-align: center;
	color: #E1A300;
	font-size: .9em;
	display: block;
}

.reservation_ressources .btn_validation,
.reservation_ressources .btn_validation_leave {
	background: #E1A300;
}

.reservation_ressources .btn_validation:disabled {
	background: #d6d6d6;
}

.msg_reservation {
	color: #E1A300;
	font-size: .8em;
	padding-top: 4px;
	float: right;
}

#nbr_jours {
	color: green;
	font-size: .9em;
}

.fc-daygrid-event {
	white-space: pre-wrap !important;
}

/** POPUP **/
.fc-event .fc-content span {
	display: block;
}

.popper,
.tooltip {
	position: absolute;
	z-index: 9999;
	background: #FFC107;
	color: black;
	width: 250px;
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	padding: 10px;
	text-align: center;
}

.style5 .tooltip {
	background: #1E252B;
	color: #FFFFFF;
	max-width: 200px;
	width: auto;
	font-size: .8rem;
	padding: .5em 1em;
}

.popper .popper__arrow,
.tooltip .tooltip-arrow {
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	margin: 5px;
}

.tooltip .tooltip-arrow,
.popper .popper__arrow {
	border-color: #FFC107;
}

.style5 .tooltip .tooltip-arrow {
	border-color: #1E252B;
}

.popper[x-placement^="top"],
.tooltip[x-placement^="top"] {
	margin-bottom: 5px;
}

.popper[x-placement^="top"] .popper__arrow,
.tooltip[x-placement^="top"] .tooltip-arrow {
	border-width: 5px 5px 0 5px;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	bottom: -5px;
	left: calc(50% - 5px);
	margin-top: 0;
	margin-bottom: 0;
}

.popper[x-placement^="bottom"],
.tooltip[x-placement^="bottom"] {
	margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow,
.popper[x-placement^="bottom"] .popper__arrow {
	border-width: 0 5px 5px 5px;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	top: -5px;
	left: calc(50% - 5px);
	margin-top: 0;
	margin-bottom: 0;
}

.tooltip[x-placement^="right"],
.popper[x-placement^="right"] {
	margin-left: 5px;
}

.popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow {
	border-width: 5px 5px 5px 0;
	border-left-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
	left: -5px;
	top: calc(50% - 5px);
	margin-left: 0;
	margin-right: 0;
}

.popper[x-placement^="left"],
.tooltip[x-placement^="left"] {
	margin-right: 5px;
}

.popper[x-placement^="left"] .popper__arrow,
.tooltip[x-placement^="left"] .tooltip-arrow {
	border-width: 5px 0 5px 5px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	right: -5px;
	top: calc(50% - 5px);
	margin-left: 0;
	margin-right: 0;
}

/* SIGN BOX */
#sign_box {
	margin: 34px auto;
	width: 300px;
	background: #EAEAEA;
	padding: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: left;
	position: relative;
	z-index: 100;
}

#sign_box input {
	margin: 4px 0 10px 0 !important;
	width: 94% !important;
}

#sign_box input.bouton {
	width: 100px !important;
	background: #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: bold;
	margin: 2px auto 0 auto !important;
	text-align: center;
	behavior: url(js/PIE/PIE.htc);
}

/* #sign_box input.bouton:hover {
	background:#336699;
	color:#fff;
}
#sign_box input.bouton:active {
	background:#ff871c;
}
*/
#sign_box p.titre {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
}

#sign_box div.error {
	padding: 8px;
	background: #ffdddd;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
	color: #f00;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #ff8f8f;
	behavior: url(js/PIE/PIE.htc);
}

/* VOYAGES RECAPITULATIF */
.content_border {
	max-width: 1500px;
}

#corps .content_border .suppress_file,
#corps .content_border .ecrase_file {
	width: 700px;
	clear: both !important;
	margin-left: 154px;
}

.corps_with_onglets h3.form_titre {
	display: none;
}

h3.form_titre {
	margin-top: 6px;
}


.ongletX {
	clear: both;
	border: 1px solid #eaeaea;
	margin-top: 0px;
	width: 100%;
	max-width: 1500px;
	padding: 15px;
	box-sizing: border-box;
}

.ongletX h2 {
	font-size: 1.2em;
}

.ongletX h2 span.type_onglet {
	font-size: 1.2em;
}

.content_border {
	position: relative;
}

.content_border .btns_top {
	display: none;
}

.ongletX .label {
	font-size: .9em;
}

.ongletX .bloc {
	padding: 10px;
}

.sm_width {
	width: 60px;
}

.ongletX label {
	width: 100%;
	font-size: .8em;
}

#corps .bloc_form {
	justify-content: space-between;
}

#corps .bloc_form,
#corps .bloc_form_1col,
#corps .bloc_form_2cols,
#corps .bloc_form_3cols,
#corps .bloc_form_4cols,
#corps .bloc_form_5cols,
#corps .bloc_form_6cols,
#corps .bloc_form_7cols {
	display: flex;
	flex-wrap: wrap;

	justify-content: space-between;

}

#corps .bloc_form_1col>div {
	width: 100%;
}

#corps .bloc_form_2cols>div {
	width: 48.5%;
	justify-content: flex-start;
}

#corps .bloc_form_3cols>div {
	width: 32%;
	justify-content: flex-start;
}

#corps .bloc_form_4cols>div {
	width: 24%;
	justify-content: flex-start;
}

#corps .bloc_form_5cols>div {
	width: 19.5%;
	justify-content: flex-start;
}

#corps .bloc_form_6cols>div {
	width: 16%;
	justify-content: flex-start;
}

#corps .bloc_form_7cols>div {
	width: 14%;
	justify-content: flex-start;
}

#corps .bloc_form .bloc_form_label {
	width: 150px;
	font-weight: bold;
	font-size: .9em;
	padding-right: 10px;
}

#corps .bloc_form>div {
	max-width: 95%;
}

#corps .bloc {
	padding: 15px 0px 20px 0px;
	overflow: hidden;
}

#corps .bloc_date1 {
	padding: 15px 0px 20px 0px;
	overflow: hidden;
}

/* GENERALITES ---------------------------------------------------------------------*/
.navigation {
	font-size: .8em;
	margin-bottom: 10px;
}

.lettres {
	margin-top: 1px;
	margin-bottom: 24px;
	font-size: 16px;
}

.lettres a {
	border: 1px solid #ADC3DC;
	padding: 2px 4PX;
}

.tel {
	white-space: nowrap;
	text-align: right !important;
}

.contenu_gen {
	width: 100%;
}

div.contenu_gen .row {
	display: flex;
	margin-bottom: 10px;
}

div.contenu_gen .row>* {
	margin-right: 5px;
}

.droite {
	float: right !important;
}

.rond {
	border-radius: 100%;
	width: 14px;
	height: 14px;
	display: inline-block;
	padding: 2px;
}

.icon_std {
	font-size: 22px;
	vertical-align: sub;
}

.blanc {
	color: #fff;
}

.b_vert_confirmed {
	background-color: #b0cb40;
	color: #000;
}

.b_rouge_confirmed {
	background-color: #e5e5e5;
	color: #fff;
}

.b_vert {
	background-color: #3df225;
	color: #000;
}

.b_rouge {
	background-color: #f00;
	color: #fff;
}

.b_gris {
	background-color: #aaa;
	color: #fff;
}

.b_orange {
	background-color: #F90;
	color: #fff;
}

.btn_fixe {
	display: inline-block;
	width: 100%;
	text-align: left !important;
}

h3 {
	font-size: 15px;
}

.btns_submit {
	position: fixed;
	right: 10px;
	bottom: 15px;
	opacity: .6;
	transition: all .4s;
	-moz-transition: all .4s;
	/* Firefox 4 */
	-webkit-transition: all .4s;
	/* Safari and Chrome */
	-o-transition: all .4s;
	/* Opera */
}

.btns_submit:hover {
	opacity: 1;
}

main.record .btns_submit,
main.booking .btns_submit {
	display: none;
}

#booking h5 {
	margin-top: -10px;
	margin-bottom: 0;
	font-size: .8em;
}

input.bouton,
span.bouton,
#add_file {
	padding: 8px;
	border: 0 !important;
	background: #bfcfde;
	font-size: 12px;
	font-weight: bold;
	margin-right: 6px;
	text-align: center;
	color: #446b8e;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	white-space: normal;
	line-height: 6px;
}

#record {
	display: none;
}

table.cols2 {
	width: 50%;
	padding: 0;
}

table.record table.cols2 td,
table.record table.cols2 th {
	text-align: right;
}

table.record .input_gestion.totaux {
	text-align: right;
}

table td.incoherence {
	position: relative;
}

table td.incoherence:before {

	display: block;
	color: red;
	right: 0;
	top: 2px;
	position: absolute;
	font-size: .8em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f071";
}

.col_1 {
	float: left
}

.col_2 {
	float: right
}

.voyage_dates_admin {
	font-size: .8em;
	text-align: right;
}

.voyage_dates_admin span {
	font-weight: bold;
}

.date {
	text-align: right;
	width: 80px
}

.date2 {
	text-align: right;
	width: 110px
}

table.record {
	width: 100%;
	background: #fff;
	font-size: 11px;
	border-radius: 8px;
	border-collapse: collapse;
	border-spacing: 0;
	/* table-layout: fixed;
	*/
	display: flex;
	flex-direction: column;
}

table.record th.w60 {
	width: 60px;
}

table.record_serre .accompte_past {
	color: gray !important;
}

table.record td.void,
table.record th.void {
	width: 34px;
	background: #fff;
	padding-left: 0;
	padding-right: 0;
	border: 0;
	background: transparent;
	position: relative;
}

table.record_serre {
	position: static;
	width: 100%;
	border: 0 !important;
	background: #fff;
	font-size: 12px;
	border-radius: 8px;
	margin-top: 10px;
}

table.record td {
	border: 1px solid #ADC3DC;
	padding: 4px 3px;
	width: auto;
	vertical-align: middle;
}

table.record tr:hover {
	background: #eaeaea;
}

table.record th.top {
	background: #eb9000;
	text-align: center;
	padding: 5px 4px 3px 4px;
	font-weight: bold;
}

table.record th {
	background: #7c97b6;
	color: #fff;
	border: 1px solid #ADC3DC;
	padding: 3px 6px;
	width: auto;
	text-align: center;
	font-weight: normal;
	vertical-align: bottom
}

.total_tableau td,
.total_tableau td input {
	font-weight: bold;
	font-size: 1.05em;
	color: red !important;
}

table.record th.td_barre {
	height: 10px;
	background: #fff;
	border: 0;
}

table.record th.txt {
	text-align: left;
}

table.record.record_serre td.first,
table.record.record_serre th.first {
	width: 30px !important;
	text-align: center;
}

table.record.record_serre td.pax,
table.record.record_serre th.pax {
	width: 30px !important;
}

table.record td.num,
table.record th.num {
	width: 50px !important;
}

table.record td.date,
table.record th.date {
	width: 86px !important;
}

table.record td input.num,
table.record th input.num {
	text-align: right;
}

table.record.record_serre td.num,
table.record.record_serre th.num {
	width: 60px !important;
}

table.record td.void,
table.record th.void {
	width: 34px;
	background: #fff;
	padding-left: 0;
	padding-right: 0;
	border: 0;
	background: transparent;
	position: relative;
}

table.record td.void2,
table.record th.void2 {
	width: 10px;
	background: #fff;
	padding-left: 0;
	padding-right: 0;
	border: 0;
	background: transparent;
	position: relative;
}

table.record td.no_border {
	border: 0;
}

textarea.no_border {
	border: 0;
	padding: 0;
	margin: 0
}

table.record td.bas {
	text-align: right;
}

table.record td.date input {
	text-align: center;
}

tr.totaux {
	font-weight: bold;
	background: #ffefa7
}

tr.totaux input {
	background: #ffefa7;
	font-weight: bold;
}

tr.totaux.totaux_mois {
	background: #eaeaea;
}

table.accomp {
	width: 34.5%;
}

table.accomp td {
	border: 1px solid #ADC3DC;
	padding: 6px 4px 4px 4px;
	vertical-align: middle;
	text-align: right;
}

table.accomp td.left {
	text-align: left;
}

table.accomp th {
	background: #7c97b6;
	color: #fff;
	border: 1px solid #ADC3DC;
	padding: 3px 6px;
	width: auto;
	text-align: center;
	font-weight: normal;
	vertical-align: bottom
}

table.receptifs td {
	width: 25%;
	text-align: right;
}

table.receptifs td.left {
	text-align: left;
}

table.receptifs2 {
	width: calc(50% - 8px);
	margin-top: 6px;
	margin-left: 8px
}

table.record td.num,
table.record th.num {
	width: 50px !important;
}

table.record th.w60 {
	width: 60px;
}

.contact_bleu {
	background: #7c97b6;
	color: #fff;
}

.contact_bleu a:link {
	color: #fff;
}

.contact_bleu a:visited {
	color: #fff;
}

.contact_bleu a:hover {
	color: #ddd;
}

.contact0 {
	text-align: left !important;
	min-width: 360px;
	max-width: 360px;
}

.contact {
	text-align: left !important;
	background: #D7E2EE;
	width: 80px !important;
}

.contact_bleu input {
	background: #7c97b6;
	color: #fff;
	font-weight: bold;
}

.textarea_comment_recep {
	height: 84px;
}

#corps .content_border input.radio {
	display: inline;
	width: auto;
	vertical-align: baseline;
	clear: both;
	margin-left: 5px;
	margin-right: 3px;
	border: 0;
}

#corps .content_border .tab_module {
	clear: both;
	font-size: 15px;
	padding: 5px 8px 5px 8px;
	border: 0;
	font-weight: bold;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	behavior: url(../js/PIE/PIE.htc);
	background: #d7e2ee;
	margin: 15px 0;
	width: 100%;
}

#corps .content_border .label {
	float: left;
	margin: 0px 10px 0 0;
	text-align: right;
	font-weight: bolder;
}

#corps .content_border .cont_input {
	float: left;
	border: 0;
}

#corps .content_border .cont_input div.left {
	float: left;
	margin-right: 6px;
	border: 0;
}

.span100 {
	width: 100px;
}

.span150 {
	width: 150px;
}

.span200 {
	width: 200px;
}

.span250 {
	width: 250px;
}

.span770 {
	width: 770px;
}

#corps .content_border .upload {
	margin-top: 0px !important;
}

#corps .content_border .cont_url {
	float: left;
	overflow: hidden;
	margin-left: 5px;
	margin-top: -2px;
}

#corps .content_border .cont_text {
	float: left;
	width: 766px;
	margin-left: 3px;
	margin-top: 0px;
}

#corps .content_border .cont_text .vignette {
	float: left;
	height: 46px;
	width: 50px;
	margin-right: 10px;
	padding: 2px 0;
	background: #bfcddd;
	text-align: center;
}

#corps .content_border .mention {
	font-size: 11px;
	line-height: 14px;
	color: #336699;
	font-weight: normal
}

.mention {
	font-size: 11px;
	line-height: 14px;
	color: #336699;
	font-weight: normal
}

#corps .content_border .mention_liste {
	display: block;
	margin-top: 4px;
}

#corps .content_border select {
	font-size: 12px;
	background: #ffffff;
	border: 1px solid #e0e8f0;
	padding: 5px;
	margin-bottom: 5px;
	color: #336699;
	font-weight: normal;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top: -6px;
	max-width: 100%;
}

#corps .content_border div.affecte_user {
	position: absolute;
	top: -26px;
	left: 44px;
	display: none;
	padding: 5px;
	background: #fff;
	border: 1px solid #ADC3DC;
	z-index: 9999;
	width: 140px;
	background: #D7E2EE;
}

#corps .content_border div.affecte_user label {
	margin-bottom: 8px;
	display: inline-block;
}

#corps .content_border div.affecte_user input {
	width: 86px;
	margin-right: 3px;
	margin-bottom: 0;
}

.ui-menu.ui-widget {
	background: #fff;
	padding: 10px;
	width: 200px;
	background: #D7E2EE;
	text-align: left;
	border: 1px solid #ADC3DC;
	line-height: 18px;
	cursor: pointer;
}

span.bouton2.affecte_user_btn {
	display: inline-block;
	width: 15px;
	color: #7c97b6;
	margin-left: 8px;
	cursor: pointer;
}

span.bouton2.suppress {
	color: #c00;
	font-size: 1.5em;
	font-weight: bold;
}

.ui-menu.ui-widget {
	background: #fff;
	padding: 10px;
	width: 200px;
	background: #D7E2EE;
	text-align: left;
	border: 1px solid #ADC3DC;
	line-height: 18px;
	cursor: pointer;
	list-style: none;
	font-style: .9em;
}

table input.input_gestion {
	border: 0;
	padding: 0;
}

.onglet {
	background-color: #D7E2EE;
	margin-right: 10px;
	font-size: 13px;
	color: #444 !important;
	padding: 8px;
	font-weight: normal !important;
	border-radius: 4px 4px 0 0;
	display: inline-block;
}

.onglet.onglet_sel {
	background-color: #FDB427;
}

.modale_form header,
.modale_form nav,
.modale_form .btns_top {
	display: none;
}

.modale_form main {
	margin: auto;
}

.modale_form .btn_validation {
	display: none;
}

.titre_evenement {
	font-weight: bold;
	font-size: 1.05em;
}

a.titre_evenement_confirmed .fc-event-main:before {
	display: block;
	content: '';
	width: 18px;
	height: 18px;
	text-align: center;
	background: #b0cb40;
	position: relative;
	float: left;
	border-radius: 50%;
	font-size: .9em;
	color: #fff;
	left: -1px;
	top: -5px;
	padding: 3px;
	-webkit-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.81);
	box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.81);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f560";
}

.titre_evenement .fc-event-title {
	font-size: 1em;
}

.fc-daygrid-day-number {
	font-weight: bold;
	color: #FD9C1B;
	font-size: 1.3em;
}

/* Planning mensuel */
.cellule_planning {
	position: relative;
	height: 60px;
	width: 100%;
	font-size: .8em;
	border: 1px solid #eaeaea;
	padding: 4px;
	box-sizing: border-box;
	text-align: center;
	overflow: visible;
}

.cellule_npax {
	float: right;
	font-size: .8em;
	margin-top: -5px;
	margin-right: -4px;
	cursor: pointer;
	background: #FD9C1B;
	color: #ffffff;
	padding: 0px 1px;
}

.cellule_planning a {
	position: relative;
	z-index: 2;
}

.cellule_planning.cellule_planning_day {
	font-weight: bold;
	color: #FD9C1B;
	background-color: #efefef;
}

.cellule_planning.cellule_planning_day span {
	font-size: 1.6em;
}

.cellule_planning.cellule_planning_pax {
	font-weight: bold;
	color: #000000;
	background-color: #efefef;
}

.colonne_chauffeur {
	width: 200px;
}

.sep-plan-chauffeur {
	padding-top: 5px;
	margin-top: -4px;
	border-top: 1px solid #336699;
	display: block;
}

.planning_mensuel {
	display: flex;
	flex-wrap: no-wrap;
	justify-content: flex-start;
}

.planning_mensuel h4 {
	height: 75px;
	margin-bottom: 10px;
	text-align: center;
	padding: 3px 5px;
}

.planning_mensuel .colonne_chambre h4 {
	font-size: .9em;
}

.planning_mensuel .colonne_chambre {
	background: #ffffff;
}

span.bouton_right {
	padding: 8px;
	border: 0 !important;
	background: #bfcfde;
	font-size: 12px;
	font-weight: bold;
	margin-top: -6px;
	margin-right: 6px;
	text-align: center;
	color: #446b8e;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	float: right;
	width: 230px;
	display: inline-block;
}

.bloc_form_etapes h5 {
	width: 100%;
}

/* bug affichage du calendrier qui apparait tout compressé */
.fc-daygrid-body,
.fc-scrollgrid-sync-table,
.fc-col-header {

	width: 100% !important;
	height: 100% !important;
}

iframe .no-iframe {
	display: none;
}

.sep-plan-chambre {
	font-weight: bold;
	position: relative;
	z-index: 1;
	display: block;
	margin-top: 2px;
}

.only_print {
	display: none;
}

@media print {

	nav,
	header,
	footer,
	.no_print,
	.cellule_npax,
	.btns_top,
	.btn_validation {
		display: none;
	}

	.only_print {
		display: block;
	}

	main {
		width: 100%;
	}

	.cellule_planning {
		-webkit-print-color-adjust: exact;
	}

	.cellule_planning a,
	.sep-plan-chauffeur {
		font-size: .7em;
		line-height: 1em;
		display: inline-block;
	}

	table.record td {
		font-size: .7em;
		line-height: 1em;
	}
}

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

.bloc_3_lg_container>div {
	width: 32%;
}

.bloc_3_lg_container texarea,
.bloc_3_lg_container .cont_input,
.bloc_3_lg_container .cke_skin_kama {
	max-width: 100%;

}