@CHARSET "utf-8";

/* General */

:root {
	--blue: #005da7;
	--light-blue: #ecf1f5;
	--green: #049e66;
	--red: #e74c3c;
}

html,
body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
	color: #3e3e3e;
	height: 100%;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
body * {outline:none; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (-o-min-device-pixel-ratio: 3/2),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {  body * {image-rendering: initial;}}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	cursor: pointer;
}

/* Header */

header {
	text-align: center;
	width: 100%;
	padding:1px 0;
}

header h1 {
	width: 100%;
}



/* Footer */

footer {
	width: 100%;
}



/* Modifications générales */

input {
	outline: none;
}



/* Classes générales */

.container-title {
	width: 100%;
	text-align: center;
}

.container {
	margin-left: 30px;
}

.column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.flex-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.hidden {
	display: none !important;
}

.error-input {
	-webkit-box-shadow: #ff8c94 0px 0px 0.3em 0px;
	        box-shadow: #ff8c94 0px 0px 0.3em 0px;
}

.error-label {
	color: #83424A;
}

.success-label {
	color: #0A9674;
}

.cover-height {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	overflow: scroll;
}

.flex-break {
  	display: none;
  	flex-basis: 100%;
  	height: 0;
  	margin-bottom: 15px;
}


/* Formulaire - Connexion Client */

#connexion-conteneur {min-height: 100vh; position:relative; z-index:10; display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
#connexion-conteneur * {box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box;}
#connexion-conteneur > img { position: absolute; z-index: 10; left: 0; top: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

#connexion-phrase-conteneur {width: 55%; position:relative; z-index:15; display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
#connexion-phrase {font-weight:400; color:#fff; font-size:26px; line-height: 32px; padding:20px 20px 60px; width:100%; }
#connexion-phrase::before {content:""; display:block; width:253px; height:2px; background:#ffffff; margin:0 0 50px;}
#connexion-phrase span {font-family:Satisfy; font-size:50px; line-height: 57px; display:block;}

#connexion-contenu { width: 45%; position:relative; z-index:15; max-width: 785px; background: rgba(0,100,176,0.9);  display: -webkit-box;display: -ms-flexbox;display: flex;  -webkit-box-orient: vertical;  -webkit-box-direction: normal;  -ms-flex-direction: column;  flex-direction: column;  -webkit-box-pack: start;  -ms-flex-pack: start;  justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}

#connexion-logo { height: 45%; max-height:344px; display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}

#connexion-form-conteneur {width:100%; max-width:620px; padding:20px; position: relative; z-index: 10; }
#connexion-titre {color:#fff; font-weight:300; font-size:18px; line-height: 24px; }
#connexion-titre span {font-weight:500; font-size:26px; display:block; line-height: 31px; margin-bottom: 6px;}

#connexion-erreur {position: absolute; left: 10px; top: 0; z-index: 15; background: #ffd3d3; padding:10px; width:calc(100% - 20px);}
#connexion-erreur .fermer {float:right; font-weight: 600; cursor:pointer ;}
#connexion-erreur-titre {color: #882c2c; font-weight: 600; font-size: 18px; line-height: 24px;}
#connexion-erreur-contenu p {font-size:15px; line-height: 22px;}
#connexion-erreur-contenu a,
#connexion-erreur-contenu a:visited {color:#3e3e3e; display:inline-block;}

#connexion-form-contenu form {padding:1px 0;}
#connexion-form-contenu .form-ligne {margin:30px 0 10px;}
#connexion-form-contenu .input-text {background:none; border:none; border-bottom:2px solid #4e9ad5; padding: 5px 0 10px; position: relative; font-family: 'Montserrat', sans-serif; font-weight:300; font-size:20px; color: #fff; width:100%;}
#connexion-form-contenu .input-text::-webkit-input-placeholder {opacity:1; font-family: 'Montserrat', sans-serif; font-weight:500; font-size:18px; color: #a0d6ff; }
#connexion-form-contenu .input-text::-moz-placeholder {opacity:1; font-family: 'Montserrat', sans-serif; font-weight:500; font-size:18px; color: #a0d6ff; }
#connexion-form-contenu .input-text:-ms-input-placeholder {opacity:1; font-family: 'Montserrat', sans-serif; font-weight:500; font-size:18px; color: #a0d6ff; }
#connexion-form-contenu .input-text:-moz-placeholder {opacity:1; font-family: 'Montserrat', sans-serif; font-weight:500; font-size:18px; color: #a0d6ff; }
#connexion-password-toggle {width: 22px; text-align: center; float: right; margin-right: 10px; margin-top: -33px; position: relative; z-index: 2; cursor: pointer;}
#connexion-password-toggle i {display:block; font-size:17px; color:#a0d6ff;}
#connexion-motdepasse-oublie {text-align:right; font-weight:400; font-style:italic; font-size:12px; color:#fefefe;}
#connexion-motdepasse-oublie a,
#connexion-motdepasse-oublie a:visited {color:#fefefe;}

.bouton,
a.bouton,
a.bouton:visited {outline:none; border:1px solid #3e3e3e; font-size:16px; background:#3e3e3e; color: #f9b256; min-height: 60px; min-width: 280px; text-align: center; padding: 10px 20px; letter-spacing:0.1px; margin: 10px 0; font-weight:600; text-transform:uppercase;  font-family: 'Montserrat', sans-serif; text-decoration: none; cursor: pointer; display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center; -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center; -webkit-transition: all 400ms ease-in-out;-moz-transition: all 400ms ease-in-out;-ms-transition: all 400ms ease-in-out;-o-transition: all 400ms ease-in-out;transition: all 400ms ease-in-out; -webkit-box-sizing: border-box;box-sizing: border-box;-webkit-hyphens: unset;-ms-hyphens: unset;hyphens: unset;-webkit-hyphens: none;-ms-hyphens: none;hyphens: none;}

.bouton:hover,
a.bouton:hover {border-color:#0064b0; background:#fff; color:#0064b0; text-decoration:none; }

/* Fontawesome */

.fa-check {
	color: var(--green);
	font-size: 16pt;
}

.fa-exclamation-triangle {
	color: var(--red);
	font-size: 16pt;
}

/* Menu */

#menu .menu-hamburger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 28px;
}

#menu .menu-hamburger:hover {
	cursor: pointer;
}

#menu .menu-hamburger i {
	position: relative;
	width: 24px;
	height: 1px;
	color: #fff;
	background: #fff;
	margin-left: 30px;
	margin-right: 8px;
}

#menu .menu-hamburger i::before {
	content: '';
	position: absolute;
	top: -9px;
	left: 0;
	width: 24px;
	height: 1px;
	background: #fff;
}

#menu .menu-hamburger i::after {
	content: '';
	width: 24px;
	height: 1px;
	top: 9px;
	left: 0;
	background: #fff;
	position: absolute;
}

#menu.open .menu-hamburger {
	position: fixed;
	top: 10px;
	left: 20px;
	z-index: 9999;
}

#menu.open .menu-hamburger i {
	background-color: #fff;
	margin-left: 0;
	margin-right: 0;
}

#menu.open .menu-hamburger i::before {
	background-color: #3e3e3e;
	top: 0;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

#menu.open .menu-hamburger i::after {
	background-color: #3e3e3e;
	top: 0;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

#menu.open .menu-hamburger span {
	display: none;
}

#menu .menu-content {
	position: fixed;
	top: 0;
	left: 0;
	width: 40vw;
	height: 100vh;
	z-index: 999;
	padding: 55px 20px 20px 20px;
	background-color: #FFF;
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	overflow-y: hidden;
}

#menu.open .menu-content {
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
	-webkit-box-shadow: 30px 0px 90px rgba(0, 0, 0, 0.3);
	        box-shadow: 30px 0px 90px rgba(0, 0, 0, 0.3);
}

#menu .menu-content > *:not(:last-child) {
	padding-bottom: 30px;
}

#menu .menu-content > * + * {
	padding-top: 30px !important;
	border-top: solid #e3e3e3 2px;
}

/* Custom Select */

.select {
	border: none;
	outline: none;
	background-color: #FFF;
	font-size: 1.05rem;
	color: var(--blue);
	padding: 10px 40px 10px 10px;

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect fill='%23005da7' x='0' y='0' width='100' height='100' /%3E%3Cpolygon fill='%23FFF' points='35 40, 65 40, 50 60'%3E%3C/polygon%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0 center;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.white-select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect fill='%23FFF' x='0' y='0' width='100' height='100' /%3E%3Cpolygon fill='%23005da7' points='35 40, 65 40, 50 60'%3E%3C/polygon%3E%3C/svg%3E") !important;
}

/* Custom input */

input[type="file"] {
	display: none;
}

input[type="file"] + label {
	/*width: 150px;*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 10px 25px;
	background-color: #ecf1f5;
	color: var(--blue);
	border: solid transparent;
	border-radius: 5px 0 0 5px;
}

input[type="file"] + label:hover {
	cursor: pointer;
}

input[type="file"] + label + * {
	margin-left: 10px;
}

input[type="file"] + label + .button.hidden + * {
	margin-left: 10px;
}

input[type="file"] + label > i {
	width: 15px;
	padding-right: 10px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
	margin-left: 10px;
	-webkit-filter: invert(18%) sepia(93%) saturate(2522%) hue-rotate(192deg) brightness(97%) contrast(103%) !important;
	        filter: invert(18%) sepia(93%) saturate(2522%) hue-rotate(192deg) brightness(97%) contrast(103%) !important;
}

.input {
	border: none;
	outline: none;
	background-color: transparent;
	font-size: 1em;
	font-weight: 500;
	color: var(--blue);
	padding: 10px 0px;
	border-bottom: solid #b1e2ff 2px;
	margin-right: 15px;
}

.transparent-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: none;
	outline: none;
	background-color: transparent;
	margin: 0 auto;
}

.button {
	border: none;
	outline: none;
	background-color: transparent;
	width: 32px;
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

.button img {
	display: block;
	height: 90%;
	-webkit-filter: brightness(0) saturate(100%) invert(71%) sepia(28%) saturate(5%) hue-rotate(315deg) brightness(98%) contrast(98%);
	        filter: brightness(0) saturate(100%) invert(71%) sepia(28%) saturate(5%) hue-rotate(315deg) brightness(98%) contrast(98%);
}

.button:not(.hidden) + .button {
	margin-left: 10px;
}

.button > i {
	margin-right: 7px;
}

.btn-text {
	border: solid var(--blue) 2px;
  border-radius: 3px;
  background-color: var(--blue);
  color: #FFF;
  font-size: 10.5pt;
  width: auto;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

.btn-text img {
	margin-right: 10px;
	-webkit-filter: brightness(0) invert(1) !important;
	        filter: brightness(0) invert(1) !important;
}

.btn-text:hover {
	background-color: #FFF;
	color: var(--blue);
}

.btn-text:hover img {
	-webkit-filter: invert(18%) sepia(93%) saturate(2522%) hue-rotate(192deg) brightness(97%) contrast(103%) !important;
	        filter: invert(18%) sepia(93%) saturate(2522%) hue-rotate(192deg) brightness(97%) contrast(103%) !important;
}

.btn-add {
	background-color: var(--green) !important;
	border: solid var(--green) 2px;
}

.btn-add:hover {
	background-color: #FFF !important;
	color: var(--green);
}

.link-button {
	background-color: var(--blue);
	padding: 10px 15px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: solid var(--blue) 2px;
	border-radius: 5px;
}

.link-button:hover {
	cursor: pointer;
	background-color: #FFF;
	color: var(--blue);
}

.link-button:hover a {
	color: var(--blue);
}

.link-button:hover img {
	-webkit-filter: invert(18%) sepia(93%) saturate(2522%) hue-rotate(192deg) brightness(97%) contrast(103%) !important;
	        filter: invert(18%) sepia(93%) saturate(2522%) hue-rotate(192deg) brightness(97%) contrast(103%) !important;
}

.link-button img {
	display: block;
	height: 15px;
	margin-right: 10px;
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
}

.link-button a {
	text-decoration: none;
	color: #FFF;
}

/* Modal */

.modal {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 15;
}

.modal-closed {
	display: none !important;
}

.modal-content {
	position: fixed;
	width: 60%;
	max-height: 80%;
	border: solid transparent 1px;
	border-radius: 10px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	overflow-y: auto;
}

.modal-header {
	position: relative;
	background-color: var(--blue);
	color: #FFF;
	min-height: 30px;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
}

.modal-header h2 {
	margin: 0;
	font-size: 16pt;
}

.close-modal {
	position: absolute;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0;
	padding: 10px;
}

.close-modal:hover {
	cursor: pointer;
}

.close-modal img {
	display: block;
	width: 30px;
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
}

.modal-body {
	padding: 20px 30px;
	background-color: #FFF;
	overflow: auto;
}

/* Barre de navigation */

.nav-bar {
	width: 25%;
	max-width: 430px;
	background: rgb(0,61,106);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,61,106,1)), to(rgba(0,100,176,1)));
	background: -o-linear-gradient(top, rgba(0,61,106,1) 0%, rgba(0,100,176,1) 100%);
	background: linear-gradient(180deg, rgba(0,61,106,1) 0%, rgba(0,100,176,1) 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	padding: 10px 20px 10px 10px;
}

.nav-bar ul, .nav-banner ul {
	padding: 0;
	padding-left: 30px;
	list-style: none;
	position: sticky;
  top: 26px;
}

.nav-bar li {
	padding: 10px 0;
}

.nav-bar input {
	display: none;
}

.nav-bar li label {
	color: #FFF;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.nav-bar li label img {
	display: block;
	height: 20px;
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
	margin-right: 10px;
}

.nav-bar li label:hover {
	cursor: pointer;
}

.nav-bar button {
	border: none;
	outline: none;
	background-color: #FFF;
	padding: 10px 15px;
	color: #3e3e3e;
	border-radius: 3px;
}

.nav-bar button i {
	margin-right: 10px;
}

#menu .menu-content .nav-bar {
	width: 100%;
	height: calc(100% - 75px);
	background: none;
	padding: 0;
	text-align: left;
	overflow-y: auto;
}

#menu .menu-content .nav-bar ul {
	margin: 0;
	padding: 0;
}

#menu .menu-content #insurance-contact {
	padding: 0;
}

#menu .menu-content .nav-bar li label {
	color: var(--blue);
}

#menu .menu-content .nav-bar li img {
	-webkit-filter: brightness(0) invert(23%) sepia(65%) saturate(2185%) hue-rotate(187deg) brightness(98%) contrast(103%);
	        filter: brightness(0) invert(23%) sepia(65%) saturate(2185%) hue-rotate(187deg) brightness(98%) contrast(103%);
}

#menu .menu-content .nav-bar button {
	background-color: var(--blue);
	color: #fff;
}

#insurance-contact {
	color: #FFF;
	margin-top: 80px;
	padding-left: 30px;
	word-wrap: anywhere;
}

#insurance-contact h5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	font-size: 16pt !important;
	font-weight: 400;
	text-align: left;
	text-transform: none;
	margin-top: 0;
	margin-bottom: 15px !important;
}

#insurance-contact-phone,
#insurance-contact-email {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#insurance-contact-phone img,
#insurance-contact-email img {
	display: block;
	height: 22px;
	margin-right: 15px;
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
}

#insurance-contact-phone {
	font-size: 16pt !important;
	font-weight: 700;
	margin-bottom: 7px !important;
}

#insurance-contact-email {
	text-transform: lowercase !important;
	font-size: 12pt !important;
}

#menu .menu-content #insurance-contact {
	color: var(--blue);
}

#menu .menu-content #insurance-contact img {
	-webkit-filter: brightness(0) invert(24%) sepia(97%) saturate(1146%) hue-rotate(183deg) brightness(99%) contrast(106%);
	        filter: brightness(0) invert(24%) sepia(97%) saturate(1146%) hue-rotate(183deg) brightness(99%) contrast(106%);
}




/* Barre de Recherche - Espace Client */

.search-bar-trips > p {
	min-width: max-content;
	margin: 0;
}

.search-bar-trips .select {
	min-width: 0;
}

.search-bar-trips > * + * {
	margin-left: 10px;
}

/* Notifications - Espace Client */

#notifications {
	position: absolute;
	top: 100%;
	right: 0;
	width: 18%;
	max-height: 75vh;
	overflow-y: auto;
    scrollbar-color: var(--blue) #FFF;
    scrollbar-width: thin;
    scrollbar-gutter: stable;
	z-index: 5;
	-webkit-box-shadow: 0 3px 12px hsla(207, 31%, 94%, 1);
	        box-shadow: 0 3px 12px hsla(207, 31%, 94%, 1);
	padding: 17px 30px 17px 45px;
	margin-right: 30px;
	border: solid var(--light-blue) 1px;
	border-radius: 10px;
	color: black;
	background-color: white;
}

#notifications ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: inside;
}

#notifications ul > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	color: var(--blue);
	text-align: left;
}

#notifications ul > li * {
	font-weight: 500;
	text-transform: none !important;
}

#notifications ul > li.new-notif * {
	font-weight: 600;
}

#notifications ul > li > span:first-child::before {
	content: "\2022";
	color: var(--blue);
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	font-size: 22px;
}

#notifications ul > li.new-notif > span:first-child::before {
	color: var(--red);
}

#notifications ul > li .notif {
	text-decoration: underline;
}

#notifications ul > li .notif:hover {
	cursor: pointer;
}

#notifications ul > li .date {
	font-size: 0.8em;
	font-weight: 500;
	font-style: italic;
	color: #707070;
	margin-top: 2px;
}

#notifications ul > li + li {
	margin-top: 8px;
}

/* Barre de navigation - Espace Client */

.nav-bar input[name="nav-bar-select"]:checked + label {
	font-weight: bold;
}

/* Section où sont affichées les informations - Espace Client */

.trip-section {
	position: relative;
	margin-top: 20px;
	padding: 0 50px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0px;
	        flex: 1 1 0;
	overflow: hidden;
}

.trip-section.contains-section-infos,
.participant-section.contains-section-infos {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
}

.contains-section-infos > div:first-child {
	padding-left: 0 !important;
	width: 100%;
}

.trip-section > div > form {
	margin-left: 30px;
}

.trip-section > *:last-child:not(.section-infos) {
	padding-bottom: 30px;
}

.section-infos {
	margin: 20px -50px 0 -50px;
	background-color: #EEE;
	padding: 20px 200px 20px 50px;
}

.section-infos p {
	margin: 0;
	padding-left: 15px;
	border-left: solid var(--blue) 1px;
	font-size: 10pt;
}

.trip-section h3,
.participant-section h3 {
	background-color: var(--green);
	color: #FFF;
	font-size: 1.40rem;
	font-weight: 500;
	padding: 40px 20px 40px 40px;
	margin-top: 0;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center
}

.trip-section h3 img,
.participant-section h3 img {
	display: block;
	height: 25px;
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
	margin-right: 15px;
}

.trip-section h3 .title-strong,
.participant-section h3 .title-strong {
	font-weight: 700;
}

.trip-section h3 .subtitle,
.participant-section h3 .subtitle {
	font-size: 1.20rem;
	font-weight: 300;
}

.trip-section .logo #form-send-logo,
.participant-section .logo #form-send-logo {
	align-items: center;
}

.trip-section .logo #form-send-logo > * + *,
.participant-section .logo #form-send-logo > * + * {
	margin-left: 10px;
}

.trip-section h4,
.participant-section h4 {
	color: var(--blue);
	font-size: 0.95rem;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.trip-section h4 + *,
.participant-section h4 + * {
	margin-top: 0 !important;
}

.title-with-logo,
.title-without-logo {
	margin-bottom: 12px;
}

.title-with-logo > img {
	display: block;
	width: 15px;
	margin-right: 7px;
}

.title-with-logo .section-order-up {
	padding-left: 0;
}

.title-with-logo span,
.title-without-logo {
	padding-left: 7px;
	border-left: solid var(--blue) 1px;
}

.content + .content {
	margin-top: 40px;
}

.content > * + * {
	margin-top: 5px;
}

.content p {
	font-weight: 500;
}

.inline-infos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
}

.inline-infos > div + div {
	margin-left: 55px;
}

.infos > *:not(h4) {
	margin: 2px;
}

.inline-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.inline-content:not(.hidden) + .inline-content {
	margin-left: 15px;
}

.inline-content > *:not(.hidden, input[type='file'], input[type='hidden']) + * {
	margin-left: 10px;
}

.inline-content > p {
	margin: 0;
}

/* Page d'accueil - Espace Client */

#welcome {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0px;
	        flex: 1 1 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 30px 130px;
}

#welcome h2 {
	font-family: 'Satisfy', cursive;
	font-size: 24pt;
	font-weight: 500;
	text-align: center;
	margin-top: 0;
	margin-bottom: 10px;
}

#welcome p {
	margin: 0;
	text-align: center;
}

#welcome img {
	display: block;
	width: 60%;
}

#welcome-infos {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 40px auto;
	grid-template-columns: auto auto;
	grid-gap: 40px;
	margin: 40px 0 !important;
}

#welcome-infos > div {
	position: relative;
	background-color: #EEE;
	padding: 50px 30px 30px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#welcome-infos > div span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50px;
	height: 50px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
	background-color: #FFF;
	border: solid transparent 1px;
	border-radius: 50%;
	padding: 7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#welcome-infos > div span img {
	display: block;
	width: 90%;
   	-webkit-filter: brightness(0) invert(18%) sepia(93%) saturate(2522%) hue-rotate(192deg) brightness(97%) contrast(103%);
   	        filter: brightness(0) invert(18%) sepia(93%) saturate(2522%) hue-rotate(192deg) brightness(97%) contrast(103%);
}

#welcome-infos h3,
#welcome-infos > div p {
	text-align: center;
	margin: 0 !important;
}

#welcome-infos h3 {
	color: var(--blue);
	font-size: 13pt;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px !important;
}

#welcome-infos > div p {
	font-size: 12pt !important;
	color: #808080;
}

.welcome-text {
	width: 60%;
	text-align: center;
}

.welcome-good-trip {
	font-weight: 700;
	margin-top: 12px !important;
}

/* Informations générales - Espace Client */

.client-contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.client-contacts > * {
	margin-top: 0 !important;
}

.client-contacts > *:not(:last-child) {
	margin-top: 0 !important;
	max-width: 400px;
}

.client-contacts > * + * {
	margin-left: 100px !important;
}

.client-contacts > div:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	grid-gap: 10px 15px;
	width: calc(100% - 500px);
}

.client-contacts > div:last-child > h4 {
	width: 100%;
}

.client-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

/* .client-contact + .client-contact { */
/* 	margin-top: 10px; */
/* } */

.client-contact * + * {
	margin-left: 30px;
}

.client-contact-image {
	width: 100px;
	min-width: 100px;
	height: 100px;
	min-height: 100px;
	border-radius: 50%;
	overflow: hidden;
}

.client-contact-image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.client-contact-infos {
	width: calc(100% - 100px - 15px);
	max-width: 254px;
}

.client-contact-infos p {
	width: 100%;
	padding: 0;
	margin: 0;
	color: #808080;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow-wrap: anywhere;
}

.client-contact-infos p + p {
	margin-top: 10px;
}

.client-contact-infos p img {
	display: block;
	height: 15px;
	-webkit-filter: invert(18%) sepia(93%) saturate(2522%) hue-rotate(192deg) brightness(97%) contrast(103%);
	        filter: invert(18%) sepia(93%) saturate(2522%) hue-rotate(192deg) brightness(97%) contrast(103%);
	margin-right: 10px;
}

.client-contact-infos p span {
	margin-left: 0;
	word-wrap: anywhere;
}

.client-contact-infos-title {
	color: var(--blue) !important;
}

.general-infos {
	margin-left: 10px !important;
}

.general-infos-with-image {
	margin-left: 32px !important;
}

.general-infos p,
.general-infos-with-image p {
	margin-top: 0;
	font-weight: 500;
}

#ctn-general-infos {
	display: grid;
	grid-template-columns: max-content max-content;
	grid-gap: 20px 60px;
}

#ctn-general-infos h4 {
	margin-top: 0 !important;
}

#ctn-general-infos p {
	margin: 0 !important;
}

p + input[type="file"] + label,
p + .flex-break + input[type="file"] + label {
	margin-left: 10px;
}

#contract-signed i {
	margin-right: 10px;
}

#show-logo img:hover {
	cursor: pointer;
}

#modal-client-logo {
	padding: 0 !important;
}

#modal-client-logo .modal-content {
	width: 40%;
}

#modal-client-logo .modal-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#modal-client-logo .modal-body > * {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#modal-client-logo .modal-body > * + * {
	margin-top: 20px;
}

#modal-client-logo .modal-body > *:last-child button {
	width: 100px;
}

/* Reçu - Espace Client */
/*
#ctn-invoice-recieve {
	width: max-content;
}

#ctn-invoice-recieve > * {
	border-radius: 5px;
	padding: 15px 30px;
}

#ctn-invoice-recieve > * + * {
	margin-top: 20px;
}

#ctn-invoice {
	background-color: var(--light-blue);
}
*/
#invoice,
.payment {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 220px 20px 220px;
	grid-template-columns: 220px 220px;
	grid-gap: 5px 20px;
	margin-bottom: 20px;
}

#payments {
	/*display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 30px auto;
	grid-template-columns: auto auto;
	grid-gap: 30px 50px;*/
}

#invoice p,
#payments p,
.payment p {
	margin: 0 !important;
	color: #3e3e3e;
}

/* Rétro Planning - Espace Client */

.retro-planning {
	display: grid;
	grid-template-columns: 390px 220px;
	grid-gap: 5px 20px;
	margin-bottom: 20px;
	margin-left: 8px;
}

.retro-planning p {
	margin: 0 !important;
	color: #3e3e3e;
}

.retro-planning p:nth-child(2n+1) {
	font-weight: 700;
}

/* Documents de Voyage - Espace Client */

#trip-documents .link-button {
	margin: 10px !important;
}

.documents-list > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	flex-wrap: wrap;
}

.documents-list > div > p + p {
	margin-left: 15px;
}

.documents-list p {
	margin-top: 0;
	margin-bottom: 0;
}

.contact {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 220px 20px 220px 20px 220px;
	grid-template-columns: repeat(3, 220px);
	grid-gap: 5px 20px;
	margin-bottom: 20px;
}

.contact p {
	margin: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.contact p img {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 15px;
	-webkit-filter: invert(18%) sepia(93%) saturate(2522%) hue-rotate(192deg) brightness(97%) contrast(103%);
	        filter: invert(18%) sepia(93%) saturate(2522%) hue-rotate(192deg) brightness(97%) contrast(103%);
}

.contact span {
	overflow: auto;
	white-space: nowrap;
	text-overflow: clip;
}

/* Assurance - Espace Client */

#insurance-infos {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 300px 40px 300px 40px 300px 40px 300px;
	grid-template-columns: repeat(4, 300px);
	grid-gap: 40px;
	margin-top: 40px !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

#insurance-infos > div {
	position: relative;
	background-color: #EEE;
	padding: 40px 30px 30px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#insurance-infos > div span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50px;
	height: 50px;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background-color: #FFF;
	border: solid transparent 1px;
	border-radius: 50%;
	padding: 7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#insurance-infos > div span img {
	display: block;
	width: 100%;
	-webkit-filter: invert(18%) sepia(93%) saturate(2522%) hue-rotate(192deg) brightness(97%) contrast(103%);
	        filter: invert(18%) sepia(93%) saturate(2522%) hue-rotate(192deg) brightness(97%) contrast(103%);
}

#insurance-infos h5,
#insurance-infos > div p {
	text-align: center;
	margin: 0 !important;
}

#insurance-infos h5 {
	color: var(--blue);
	font-size: 11pt;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px !important;
}

#insurance-infos > div .important-infos {
	margin-bottom: 5px;
}

#insurance-infos > div .important-infos p {
/* 	color: var(--blue); */
	font-weight: 700;
	color: #3e3e3e;
}

#insurance-infos > div p {
	font-size: 10pt !important;
	color: #808080;
}

/* Documents Utiles - Espace Client */

.useful-documents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.useful-documents > * + * {
	margin-left: 15px;
}

/* Rooming List - Espace Client */

#form-add-participant {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: -webkit-max-content 5px 280px;
	-ms-grid-columns: max-content 5px 280px;
	grid-template-columns: -webkit-max-content 280px;
	grid-template-columns: max-content 280px;
	grid-gap: 10px 5px;
	width: 90%;
	min-width: 648px;
	margin: 0 auto;
}

#form-add-participant > *:last-child {
	grid-column: 2/3;
    display: block;
	margin-top: 5px;
    width: 115px;
}

#form-add-participant .ctn-orgnisation {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#form-add-participant .ctn-orgnisation label + label {
	margin-top: 10px;
}

.room {
	border: solid #2f2f2f 2px;
}

.room h5 {
	margin-left: 20px;
}

.room p {
	margin-left: 40px;
}

#download-rooming,
#upload-travelers-documents,
#ctn-download-travelers-documents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#download-rooming > *,
#upload-travelers-documents > *,
#ctn-download-travelers-documents > * {
	margin: 10px 0 0 0 !important;
}

#download-rooming > * + *,
#upload-travelers-documents > * + *,
#ctn-download-travelers-documents > * + * {
	margin-left: 10px !important;
}

/* Questionnaire de Satisfaction */

#ctn-satisfaction::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/avis-client.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
}

#ctn-satisfaction > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 50%;
	text-align: center;
}

#ctn-satisfaction > div h4{
	color: #3e3e3e;
	font-family: 'Satisfy', sans-serif;
	font-weight: 500;
	font-size: 24pt;
	margin: 15px 0;
}

#ctn-satisfaction > div .link-button {
	font-size: 0.9em;
	padding-left: 30px;
	padding-right: 30px;
}

#ctn-satisfaction img {
	display: none;
	width: 100%;
	max-width: 350px;
	maring: 0 auto;
}


/* Header - Espace Administrateur */

#nav-header {
	position: relative;
	background-color: var(--blue);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #FFF;
}


#nav-header *:not(h1) {
	text-transform: uppercase;
	font-size: 0.95rem;
}

#nav-header > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#nav-header .admin-disconnection {
	-webkit-box-pack: end !important;
	    -ms-flex-pack: end !important;
	        justify-content: end !important;
}

#nav-header > div:nth-child(1),
#nav-header > div:nth-child(3) {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0px;
	        flex: 1 1 0;
}

#nav-header > div:nth-child(2) {
	-webkit-box-flex: 2;
	    -ms-flex: 2 1 0px;
	        flex: 2 1 0;
}

#nav-header .nav-banner ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	list-style: none;
	margin: 0;
}

#nav-header .nav-banner li a {
	color: #FFF;
	text-decoration: none;
	padding: 0 15px
}

#nav-header .nav-banner .active {
	font-weight: bold;
}

#nav-header p {
	margin: 0;
}

#menu .menu-content .nav-banner ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	padding: 0;
}

#menu .menu-content .nav-banner li {
	padding: 10px 0;
	text-align: left;
}

#menu .menu-content .nav-banner li a {
	color: var(--blue);
	padding: 0;
}

#nav-header .disconnection {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #FFF;
	padding: 2px;
	border: solid transparent 1px;
	border-radius: 50%;
}

#nav-header .admin-disconnection .disconnection {
	margin-right: 30px;
}

#nav-header .disconnection img {
	display: block;
	height: 24px;
	-webkit-filter: invert(18%) sepia(93%) saturate(2522%) hue-rotate(192deg) brightness(97%) contrast(103%);
	        filter: invert(18%) sepia(93%) saturate(2522%) hue-rotate(192deg) brightness(97%) contrast(103%);
}

#nav-header .disconnection-parag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#nav-header .disconnection-parag img {
	display: block;
	width: 30px;
	margin-right: 10px;
}

#nav-header .disconnection-text {
	color: var(--blue);
	background-color: #FFF;
	padding: 5px 25px;
	text-decoration: none;
}

#nav-header #notification-icon {
	position: relative;
}

#nav-header #notification-icon:hover {
	cursor: pointer;
}

#nav-header #notification-icon > img {
	display: block;
	height: 32px;
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
}

#nav-header #notification-icon > #new-notifications {
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	right: 12%;
	top: 10%;
	background-color: var(--red);
	border-radius: 50%;
}

#nav-header #notification-icon > #new-notifications:hover {
	cursor: pointer;
}

#nav-header .logged-user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#nav-header .logged-user > * + * {
	margin-left: 15px;
}

#nav-header .logged-user > div:nth-child(1) {
	max-width: 300px;
}

#nav-header .logged-user p {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 10pt;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
}

.sub-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 15px 0;
	background-color: var(--light-blue);
}



/* Section de choix client / voyage - Espace Administrateur */

#ctn-search-trip > * + * {
	margin-left: 60px;
}

#ctn-search-trip > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#client-search-bar input {
	width: inherit;
}

#ctn-search-trip label {
	font-size: 1.05rem;
	font-weight: 500;
	color: var(--blue);
	margin-right: 15px;
}

#ctn-search-trip select {
	width: 150px;
	min-width: 150px;
	max-width: 250px;
}

/* Section où sont affichées les informations - Espace Administrateur */

.logo-background::before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	filter: brightness(0) invert(99%) sepia(1%) saturate(3717%) hue-rotate(179deg) brightness(94%) contrast(104%);
	background-image: url("../images/logo-oiseau.png");
	background-repeat: no-repeat;
	background-size: 42%;
	background-position: 95% bottom;
}

/* Logo - Espace Administrateur */

.logo > div > :not(h4) {
	margin-left: 20px;
}

/* Section contenant les documents - Espace Administrateur */

.documents h4 {
	margin: 0;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.documents .input {
	font-size: 1rem;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

/* .documents input[type="file"] + label + * {
	margin-left: 0 !important;
} */

.documents > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.documents > div + div {
	margin-top: 40px;
}

.documents > div > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.documents > div > * + * {
	margin-top: 10px;
}

.documents > div > *:not(h4) {
	margin-left: 52px !important;
}

.documents > div > div > *:not(.hidden) + * {
	margin-left: 10px;
}

.documents p {
	margin-top: 0;
	margin-bottom: 0;
}

.documents .document-file:not(.document-file-lg) {
	width: 160px;
}

.documents .document-file:not(.document-file-lg) > a {
	flex: 1 1 0;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
}

#retro-planning {
	display: block;
}

#retro-planning-important-dates {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

#retro-planning-dates {
	width: 100%;
}

#retro-planning-dates,
#retro-planning-important-dates {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#retro-planning-dates label,
#retro-planning-important-dates label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	max-width: 345px;
}

#retro-planning-dates label + *,
#retro-planning-important-dates label + * {
	margin-left: 15px;
}

#form-add-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 10px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.form-change-date,
.form-change-important-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.form-change-date {
	-ms-flex-wrap :wrap;
	    flex-wrap :wrap;
}

.form-change-important-date {
	width: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.form-change-date + .form-change-date,
.form-change-important-date + .form-change-important-date {
	margin-top: 10px;
}

#form-add-date .inline-content > input:last-child,
.form-change-date > .inline-content > input:last-child {
	margin-right: 0;
}

#form-add-date .inline-content > :not(.hidden, input[type="file"], input[type="hidden"]) + *,
.form-change-date > .inline-content > :not(.hidden, input[type="file"], input[type="hidden"]) + * {
	margin-left: 0;
}

#satisfaction-text {
	width: 50%;
}

#contract-signed h4 {
	margin-left: 52px !important;
}

.section-name input {
	font-size: 0.95rem;
	font-weight: 600;
}

.section-name .update-section-name,
.section-name .delete-section {
	width: 28px;
	height: 28px;
}

.section-name .delete-section {
	margin-left: 5px !important;
}

#ctn-add-new-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#new-section-name {
	margin-right: 0 !important;
}

#add-new-section {
	margin-top: 0 !important;
	margin-left: 10px !important;
	width: 28px;
	height: 28px;
}

#insurance-type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
}

#insurance-type input {
	display: none;
}

#insurance-type > label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: 0;
	margin-top: 10px;
}

#insurance-type > label:hover {
	cursor: pointer;
}

#insurance-type > label span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 16px;
	height: 16px;
	border: solid #3e3e3e 2px;
	border-radius: 7px;
	margin-right: 10px;
}

#insurance-type > label span img {
	display: none;
	-webkit-filter: invert(17%) sepia(90%) saturate(2730%) hue-rotate(192deg) brightness(99%) contrast(103%);
	        filter: invert(17%) sepia(90%) saturate(2730%) hue-rotate(192deg) brightness(99%) contrast(103%);
}

#insurance-type input:checked + label span img {
	display: block;
	height: 75%;
}

.section-order-up,
.section-order-down,
.order-up,
.order-down {
	outline: none;
	border: none;
	background-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.section-order-up img,
.section-order-down img,
.order-up img,
.order-down img {
	display: block;
	height: 20px;
	-webkit-filter: invert(18%) sepia(93%) saturate(2522%) hue-rotate(192deg) brightness(97%) contrast(103%);
	        filter: invert(18%) sepia(93%) saturate(2522%) hue-rotate(192deg) brightness(97%) contrast(103%);
}

/* Gérer les voyageurs - Espace Administrateur */

#travelers-documents {
	padding: 0;
}

#travelers-documents > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#travelers-documents > ul > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 42px;
}

#travelers-documents > ul > li > label:last-child {
	margin-right: 0 !important;
}

#travelers-documents > ul * {
	box-sizing: border-box;
}

#travelers-documents .traveler-info {
	-webkit-box-flex: 3;
	-ms-flex: 3 1 0px;
	flex: 3 1 0;
	height: 35px;
	padding: 5px;
	border-bottom: solid #b1e2ff 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#travelers-documents .small-traveler-info {
	flex: 1 1 0;
}

#travelers-documents .traveler-show-documents {
	flex: unset;
	padding: 5px 10px;
}

#travelers-documents .traveler-show-documents:hover {
	cursor: pointer;
}

#travelers-documents .traveler-show-documents img {
	display: block;
	height: 125%;
	margin: 0 auto;
}

#travelers-documents #modal-traveler-documents .modal-body {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: -webkit-max-content 10px auto;
	-ms-grid-columns: max-content 10px auto;
	grid-template-columns: -webkit-max-content auto;
	grid-template-columns: max-content auto;
	grid-gap: 10px;
	min-width: 475px;
}

/* Gérer les administrateurs - Espace Administrateur */

#manage-admin {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 auto;
}

#manage-admin h4 {
	color: var(--blue);
}

#manage-admin > * {
	width: 100%;
}

#manage-admin > *:last-child {
	margin-bottom: 30px;
	overflow: auto;
}

#form-add-admin form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
}

#form-add-admin form input {
	width: 40%;
}

#form-add-admin form .link-button {
	color: #FFF;
	margin-top: 20px;
	font-size: 11pt;
	font-weight: 600;
}

#form-add-admin form .link-button:hover {
	color: var(--blue);
}

#admin-list {
	border-spacing: 3px;
}

#admin-list * {
	font-size: 12pt !important;
}

#admin-list th {
	min-width: 80px;
	background-color: var(--blue);
	color: #FFF;
	padding: 7px 15px;
}

#admin-list td > * {
	height: 35px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#admin-list td:last-child .input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#admin-list td:last-child button {
	margin: 0;
}

#admin-list td .input {
	text-align: left;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-right: 0 !important;
}

#form-update-admin-password {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#form-update-admin-password label {
	font-size: 15pt;
	font-weight: 600;
	color: var(--blue);
}

#form-update-admin-password .input {
	margin-right: 0 !important;
	width: 50%;
}

#form-update-admin-password * + * {
	margin-top: 15px;
}

#form-update-admin-password > .button {
	display: block;
	height: auto;
	margin-top: 30px;
	font-size: 12pt;
	border-radius: 5px;
}

/* Informations personnelles - Espace Administrateur */

#manage-account {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 auto;
}

#manage-account h4 {
	color: var(--blue);
}

#manage-account > * {
	width: 100%;
}

#manage-account > *:last-child {
	margin-bottom: 30px;
}

#account-infos {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: -webkit-max-content 20px 1fr;
	-ms-grid-columns: max-content 20px 1fr;
	grid-template-columns: -webkit-max-content 1fr;
	grid-template-columns: max-content 1fr;
	grid-gap: 10px 20px;
}

#account-infos .input {
	margin: 0;
}

#account-infos .input:nth-child(2n+1) {
	color: #2e2e2e;
}

#account-update-email label.input,
#account-update-password label.input {
	color: #2e2e2e;
	font-weight: 600;
}

#account-update-email .button,
#account-update-password .button {
	display: block;
	height: auto;
	font-size: 10pt;
	border-radius: 5px;
	padding: 10px 15px;
	font-weight: 600;
}

#account-update-password {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: -webkit-max-content 20px auto;
	-ms-grid-columns: max-content 20px auto;
	grid-template-columns: -webkit-max-content auto;
	grid-template-columns: max-content auto;
	grid-gap: 10px 20px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#account-update-password .button {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 10px auto 0 auto;
}

#background-image {
	font-size: 10pt;
}



/* Espace Participant */

.participant-section {
	position: relative;
	margin-top: 20px;
	padding: 0 50px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0px;
	        flex: 1 1 0;
}

.participant-section > *:last-child:not(.section-infos) {
	margin-bottom: 30px;
}

.participant-section > div > form {
	margin-left: 20px;
}

#ctn-rooming-available-soon::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/visuel-quota-0.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
}

#ctn-rooming-available-soon > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	width: 100%;
	text-align: left;
}

#ctn-rooming-available-soon > div h4{
	color: #3e3e3e;
	font-family: 'Satisfy', sans-serif;
	font-weight: 500;
	font-size: 24pt;
	margin: 15px 0;
}

#ctn-rooming-available-soon img {
	display: none;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}

#participant-number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

#headcount_pie_progress {
	width: 80%;
	min-width: 215px;
	max-width: 240px;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
}

.pie_progress__content {
	color: var(--blue);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transform: translateY(-60%) !important;
	    -ms-transform: translateY(-60%) !important;
	        transform: translateY(-60%) !important;
}

.pie_progress__content_infos {
	font-weight: bold;
	font-size: 15pt;
}

#current-headcount {
	position: relative;
	font-weight: bold;
	font-size: 50pt;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

#headcount_pie_progress .max-headcount {
	font-variant-position: super;
	font-size: 40pt;
	font-weight: 300;
	-webkit-transform: translateY(10%);
	    -ms-transform: translateY(10%);
	        transform: translateY(10%);
}

#participant-number {
	margin-top: 25px !important;
}

#participant-number > div:nth-child(1) {
	width: 30%;
	max-width: 240px;
}

#participant-number > div:nth-child(2) {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0px;
	        flex: 1 1 0;
}

#participant-number > div p {
	margin: 0;
	color: #616161;
}

#participant-number > div:not(.participant-number-text) > p {
	color: var(--blue);
	margin-bottom: 7px !important;
}

#participant-number .participant-number-text p {
	margin-bottom: 7px !important;
}

#participant-number > div ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 22px;
}

#participant-number > div li + li {
	margin-top: 5px;
}

#participant-number > div li > p:nth-child(1) {
	color: var(--blue);
}

#participant-number > div li > p:nth-child(1)::before {
	content: "\2022";
	color: var(--blue);
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	font-size: 22px;
}

#participant-number > div li > p:not(:nth-child(1)) {
	font-style: italic;
}

#ctn-organisation {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: -webkit-max-content 10px auto;
	-ms-grid-columns: max-content 10px auto;
	grid-template-columns: -webkit-max-content auto;
	grid-template-columns: max-content auto;
	grid-gap: 10px 10px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
}

#ctn-organisation div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

#reservation-infos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 35px auto;
	width: 90%;
	padding: 20px 0;
	border-top: solid var(--blue) 2px;
	border-bottom: solid var(--blue) 2px;
}

#reservation-infos > div:nth-child(2) {
	border-top: solid var(--blue) 2px;
	margin-top: 20px;
	padding-top: 20px;
}

#reservation-infos p {
	margin: 0;
	text-align: center;
	font-size: 13pt;
	font-weight: 600;
}

#reservation-infos p + p {
	margin-top: 6px;
}

#reservation-infos button {
	margin: 20px auto 0 auto;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	font-size: 11pt;
	padding: 0 8px;
}

#download-rooming {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: -webkit-max-content 20px -webkit-max-content 20px -webkit-max-content;
	-ms-grid-columns: max-content 20px max-content 20px max-content;
	grid-template-columns: repeat(3, -webkit-max-content);
	grid-template-columns: repeat(3, max-content);
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	grid-gap: 10px 20px;
}

#download-rooming > button {
	margin: 0 !important;
	width: 300px;
	height: auto;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	padding: 10px 8px;
}

#upload-travelers-documents,
#ctn-download-travelers-documents {
	margin-top: 30px;
}

#add-travelers-documents {
	margin-left: 25px !important;
}

#participants {
	width: 100%;
	padding: 0;
	margin: 60px 0;
}

#participants > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 90%;
	min-width: 648px;
	margin: 0 auto;
}

.participant .input {
	display: block;
	color: #2e2e2e;
	margin-right: 0;
}

.participant * + * {
	margin-left: 20px;
}

.participant label.input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.participant label.input img {
	height: 17px;
	margin-right: 8px;
	-webkit-filter: invert(18%) sepia(93%) saturate(2522%) hue-rotate(192deg) brightness(97%) contrast(103%);
	        filter: invert(18%) sepia(93%) saturate(2522%) hue-rotate(192deg) brightness(97%) contrast(103%);
}

.participant label.input .input {
	flex: 1 1 0;
	border: none;
	padding: 0;
	margin: 0;
}

.participant > div:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.participant > div:last-child label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.participant > div:last-child label:hover {
	cursor: pointer;
}

.participant > div:last-child label + label {
	margin-left: 8px;
}

.participant > div:last-child img {
	display: block;
	height: 27px;
	-webkit-filter: brightness(0) saturate(100%) invert(71%) sepia(28%) saturate(5%) hue-rotate(315deg) brightness(98%) contrast(98%);
	        filter: brightness(0) saturate(100%) invert(71%) sepia(28%) saturate(5%) hue-rotate(315deg) brightness(98%) contrast(98%);
}

.participant .participant-infos {
	width: 25%;
}

.participant .participant-infos-lg {
	width: 40%;
}

.participant .participant-infos-sm {
	width: 10%;
}

#groups {
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	padding: 0;
	margin: 20px auto;
}

#groups .button {
	margin-left: 0 !important;
	margin-top: 20px !important;
}

#groups .add-room + * {
	margin-top: 40px;
}

#groups .group-name {
	font-size: 16pt;
	margin-bottom: 20px;
}

#groups .group-name label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#groups .group-name label img {
	width: 25px;
}

#groups *:not(.modal) + .group-name {
	margin-top: 40px;
}

#groups .delete-participant:hover {
	cursor: pointer;
}

#groups ul {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: auto;
	overflow-y: hidden;
}

#groups li {
	min-width: 925px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
}

#groups li + li {
	margin-top: 18px;
}

#groups .room-infos {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0px;
	        flex: 1 1 0;
}

#groups .room-header {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2] 81px 35px;
	grid-template-columns: repeat(2, 1fr) 81px 35px;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

#groups .room-header > *:first-child {
	line-height: 30px;
}

#groups .room-header > *:not(:last-child) {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0px;
	        flex: 1 1 0;
	font-size: 1.1em;
	font-weight: 500;
	color: #FFF;
	background-color: var(--blue);
	padding: 8px 15px;
}

#groups .room-header > *:nth-child(3) {
	text-align: center;
	font-size: 0.75em;
	font-weight: 600;
}

#groups .room-header select {
	border: solid var(--blue) 1px;
}

#groups .room-header::after {
	content: "Modifier la chambre";
	position: absolute;
	top: 50%;
	right: 175px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	text-align: right;
	color: #fff;
	font-style: italic;
	font-size: 0.8em;
	font-weight: 500;
	pointer-events: none;
}

#groups .room-header * + * {
	margin-left: 5px;
}

#groups .room-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#groups .room-button:hover {
	cursor: pointer;
}

#groups .room-button img {
	display: block;
	width: 90%;
	-webkit-filter: brightness(0) saturate(100%) invert(71%) sepia(28%) saturate(5%) hue-rotate(315deg) brightness(98%) contrast(98%);
	        filter: brightness(0) saturate(100%) invert(71%) sepia(28%) saturate(5%) hue-rotate(315deg) brightness(98%) contrast(98%);
}

#groups .room-travelers > .traveler {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2] 81px 35px;
	grid-template-columns: repeat(2, 1fr) 81px 35px;
	font-size: 1em;
}

#groups .room-travelers > .traveler > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#groups .room-travelers > .traveler > div:nth-child(2n) {
	margin-left: 5px;
}

#groups .room-travelers > .traveler > .room-button {
	margin-left: 5px;
}

#groups .room-travelers > .traveler .input {
	margin-right: 0;
}

#groups .room-travelers > .traveler label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: .9em;
	white-space: nowrap;
}

#groups .room-travelers > .traveler label input {
	border-bottom: none;
	margin-left: 5px;
}

#groups .traveler-info {
	-webkit-box-flex: 3;
	    -ms-flex: 3 1 0px;
	        flex: 3 1 0;
	height: 35px;
	padding: 5px;
	border-bottom: solid #b1e2ff 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#groups .traveler-info.input {
	width: 100%;
	margin-right: 0 !important;
	font-size: 0.9em;
}

#groups .traveler-info input[type="date"] {
	font-size: 1.2em;
}

#groups .traveler-info.select {
	width: 100%;
	margin-right: 0 !important;
	font-size: 0.95em;
}

#groups .traveler-info + .traveler-info {
	margin-left: 10px;
}

#groups .small-traveler-info {
	-webkit-box-flex: 1 !important;
	    -ms-flex: 1 1 0px !important;
	        flex: 1 1 0 !important;
}

#groups .traveler-info-action {
	width: 40px !important;
	max-width: 40px !important;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#groups .traveler-info-center {
	text-align: center;
}

#groups .traveler-room-head {
	-webkit-box-pack: center !important;
	    -ms-flex-pack: center !important;
	        justify-content: center !important;
}

#groups .traveler-update-infos:hover,
#groups .traveler-update-documents:hover {
	cursor: pointer;
}

#groups .traveler-info-completed,
#groups .traveler-info-missing,
#groups .traveler-info-empty {
	display: block;
	height: 125%;
	margin: 0 auto;
}

#travelers-documents .traveler-info-completed,
.participant-table .traveler-info-completed,
#groups .traveler-info-completed {
	-webkit-filter: invert(55%) sepia(23%) saturate(1313%) hue-rotate(93deg) brightness(95%) contrast(88%);
	        filter: invert(55%) sepia(23%) saturate(1313%) hue-rotate(93deg) brightness(95%) contrast(88%);
}

#travelers-documents .traveler-info-missing,
.participant-table .traveler-info-missing,
#groups .traveler-info-missing {
	-webkit-filter: invert(66%) sepia(100%) saturate(2689%) hue-rotate(345deg) brightness(93%) contrast(93%);
	        filter: invert(66%) sepia(100%) saturate(2689%) hue-rotate(345deg) brightness(93%) contrast(93%);
}

#travelers-documents .traveler-info-empty,
.participant-table .traveler-info-empty,
#groups .traveler-info-empty {
	-webkit-filter: invert(37%) sepia(79%) saturate(1154%) hue-rotate(333deg) brightness(92%) contrast(97%);
	        filter: invert(37%) sepia(79%) saturate(1154%) hue-rotate(333deg) brightness(92%) contrast(97%);
}

#form-update-traveler-infos,
#form-update-traveler-documents {
	overflow: auto;
}

#form-update-traveler-infos > div:nth-child(1),
#form-update-traveler-documents {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: -webkit-max-content 10px auto;
	-ms-grid-columns: max-content 10px auto;
	grid-template-columns: -webkit-max-content auto;
	grid-template-columns: max-content auto;
	grid-gap: 10px;
}

#form-update-traveler-infos .input,
#form-update-traveler-documents .input {
	margin: 0;
}

#form-update-traveler-infos input[type='submit'],
#form-update-traveler-documents input[type='submit'] {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 0 40px;
	margin-left: auto !important;
	margin-right: auto !important;
}

#form-update-traveler-documents input[type='submit'] {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
}

#ctn-traveler-infos-indications > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	margin-top: 25px;
}

#ctn-traveler-infos-indications > div > * + * {
	margin-top: 8px;
}

#ctn-traveler-infos-indications > div textarea {
	width: 80%;
	max-width: 100%;
	height: 60px;
}

/* #ctn-traveler-infos-indications > .grid-2 { */
/* 	display: -ms-grid; */
/* 	display: grid; */
/* 	-ms-grid-columns: -webkit-max-content 10px auto; */
/* 	-ms-grid-columns: max-content 10px auto; */
/* 	grid-template-columns: -webkit-max-content auto; */
/* 	grid-template-columns: max-content auto; */
/* 	grid-gap: 10px; */
/* } */

/* #ctn-traveler-infos-indications > .grid-3 { */
/* 	display: -ms-grid; */
/* 	display: grid; */
/* 	-ms-grid-columns: -webkit-max-content 10px auto 10px auto; */
/* 	-ms-grid-columns: max-content 10px auto 10px auto; */
/* 	grid-template-columns: -webkit-max-content auto auto; */
/* 	grid-template-columns: max-content auto auto; */
/* 	grid-gap: 10px; */
/* } */

.nav-bar #menu-rooming {
	margin-left: 0px !important;
}




/* MOT DE PASSE OUBLIÉ */

#forgotten-password-container {
	position: relative;
}

#forgotten-password {
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-40%, -50%);
	    -ms-transform: translate(-40%, -50%);
	        transform: translate(-40%, -50%);
}

#forgotten-password > form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	align-items: center;
}

#forgotten-password > form > * + * {
	margin-top: 10px;
}

#forgotten-password > form > input[type="submit"] {
	width: 150px;
	border: solid var(--blue) 3px;
	border-radius: 5px;
	background-color: var(--blue);
	color: #FFF;
	font-size: 0.9em;
}

#forgotten-password > form > input[type="submit"]:hover {
	background-color: #FFF;
	color: var(--blue);
}

#forgotten-password > form > *:not([type="submit"]) {
	min-width: 300px;
	width: 70%;
}

#forgotten-password > form .select {
	border: solid var(--blue) 2px;
}

#forgotten-password .input {
	margin-right: 0;
}


/* -------------- AJOUTS K. -------------- */

flex {
  display: inline-block;
}

a.link-button {
  margin: 0;
	color: #FFF;
	text-decoration: none;
}

.table thead {
    background: #ecf1f5;
}

.table tr th {
  text-align: left;
  border: 0 !important;
  padding: 15px 10px;
}

.text-right,
th.text-right {
	text-align: right !important;
}

.text-center,
th.text-center {
	text-align: center !important;
}

.table {
  border-collapse: collapse;
	width: 100%;
	margin-bottom: 50px;
}

.pr-68 {
	padding-right: 68px !important;
}

.pr-66 {
	padding-right: 66px !important;
}

.table th,
.table td
{
  border: 2px solid #b1e2ff;
	border-left: 0;
  border-right: 0;
  padding: 10px;
}

td.text-right,
th.text-right {
	text-align: right;
}


.btn-send {
	background: #005da7;
  padding: 5px 25px;
  border-radius: 0 5px 5px 0;
  color: #FFF;
  margin-left: 0 !important;
}

.mt-15 {
  margin-top: 15px;
}

.welcome {
	cursor: pointer;
}

.welcome:hover
{
	box-shadow: 0px 0px 1px #555;
}

select#select-trip2 {
	border: 1px solid var(--blue);
  width: 100%;
  max-width: 500px;
  margin-bottom: 20px;
}

sticky {
  position: sticky;
  top: 10px;
}

.text-left {
  text-align: left;
}

.mb-20 {
	margin-bottom: 20px;
}

button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.select-sm,
.input-sm
{
	border: 1px solid var(--blue);
  padding: 5px 7px;
  border-radius: 3px;
  font-size: 14px;
  color: var(--blue);
  font-family: 'Montserrat', sans-serif;
  min-width: 300px;
  margin-left: 10px;
}

.alert.alert-success {
  background: rgb(0 128 0 / 25%);
  border: 1px solid green;
  border-radius: 5px;
  padding: 15px;
  color: green;
	display: block;
}

.alert.alert-success a {
  color: green;
	margin: 0;
}

.alert.alert-danger {
	background: rgb(255 0 0 / 25%);
  border: 1px solid #d53b3b;
  border-radius: 5px;
  padding: 15px;
  color: #d53b3b;
  display: block;
}

.alert.alert-danger a {
  color: #d53b3b;
	margin: 0;
}

.alert.alert-info {
	background: rgb(78 163 207 / 25%);
  border: 1px solid #4ea3cf;
  border-radius: 5px;
  padding: 15px;
  color: #257aa5;
  display: block;
}

.alert.alert-info a {
  color: #257aa5;
	margin: 0;
}

.chargement {
  position: absolute;
  background: rgb(0 0 0 / 50%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.none {
	display: none;
}
