html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

body {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

body.main { 
  background: url(../images/background_image2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 5px;
}

div.utilisateur_info {
	text-align: right;
	color: red;
	flex: 0;
}

div.parent {
	margin-top:5px;
	flex-grow: 1;
	display: flex;
    flex-direction: column;
}

div.block {
	width:auto;
	color:#000000;
	margin:0px;
	padding:10px;
	border-radius:4px;
	margin-top:5px;
}

div.mainTitle {
	display: flex;
	align-items: end;
	flex-direction: row;
	flex: 0;
}

form.mainForm {
	flex-grow: 1;
    display: flex;
    flex-direction: column;
}

h2 {
	text-align: center;
}

h2.ficheClient {
	text-transform: uppercase;
    flex-grow: 1;
}

h3 {
	font-size: 15px;
	margin: 10px 0px 5px;
}

label.regroupement_ficheclient {
	position: absolute;
    right: 50px;
	margin-bottom: 20px;
}

span.souligne {
	font-weight: bold;
}

.logo
{
	max-width: 50%;
	height: 45px;
	padding: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 150px;
	position: absolute;
	right: 20px;
	top: 30px;
}

label.form_label {
	margin: 5px;
	display: inline-block;
	width: 200px;
}

label.login {
	margin: 5px;
	display: inline-block;
	width: 100px;
}

span.form_error {
	color: red;
}

span.red {
	color: red;
}

.btn {
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	margin:10px;
	border: none;
	cursor: pointer;
 }

.btn:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}

.btnGrey {
	background: #6d6c68;
	background-image: -webkit-linear-gradient(top, #6d6c68, #a1a09a);
	background-image: -moz-linear-gradient(top, #6d6c68, #a1a09a);
	background-image: -ms-linear-gradient(top, #6d6c68, #a1a09a);
	background-image: -o-linear-gradient(top, #6d6c68, #a1a09a);
	background-image: linear-gradient(to bottom, #6d6c68, #a1a09a);
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	margin:10px;
	border: none;
    cursor: pointer;
}
  
.btnGrey:hover {
	background: #444441;
	background-image: -webkit-linear-gradient(top, #444441, #414641);
	background-image: -moz-linear-gradient(top, #444441, #414641);
	background-image: -ms-linear-gradient(top, #444441, #414641);
	background-image: -o-linear-gradient(top, #444441, #414641);
	background-image: linear-gradient(to bottom, #444441, #414641);
	text-decoration: none;
}

.btnGreen {
	background: #477c50;
	background-image: -webkit-linear-gradient(top, #477c50, #3b8f49);
	background-image: -moz-linear-gradient(top, #477c50, #3b8f49);
	background-image: -ms-linear-gradient(top, #477c50, #3b8f49);
	background-image: -o-linear-gradient(top, #477c50, #3b8f49);
	background-image: linear-gradient(to bottom, #477c50, #3b8f49);
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	margin:10px;
	border: none;
    cursor: pointer;
}
  
.btnGreen:hover {
	background: #0e5f0b;
	background-image: -webkit-linear-gradient(top, #0e5f0b, #345c34);
	background-image: -moz-linear-gradient(top, #0e5f0b, #345c34);
	background-image: -ms-linear-gradient(top, #0e5f0b, #345c34);
	background-image: -o-linear-gradient(top, #0e5f0b, #345c34);
	background-image: linear-gradient(to bottom, #0e5f0b, #345c34);
	text-decoration: none;
}

.btnList {
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	font-family: Arial;
	color: #ffffff;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	margin:10px;
	margin-top: 25px;
	border: none;
	cursor: pointer;
 }

.btnListSelected {
	background: #1111db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #0c1012);
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	font-family: Arial;
	color: #ffffff;
	font-size: 12px;
	padding: 7px 7px 7px 7px;
	text-decoration: none;
	margin:5px;
	margin-top: 25px;
	border: none;
	cursor: pointer;
 }

.btnIntoTable {
	background: #4444ca;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2e4f5f);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    padding: 4px 7px 7px 7px;
	border: none;
	cursor: pointer;
}

.btnList:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}

/* Mise en forme des DIV.................... */

div.centrer {
	text-align: center;
	display:block;
}

div.left_zone {
	text-align: center;
	width:50%;
	float:left;
}

div.left_zone_100 {
	text-align: center;
	width:100%;
	float:left;
}

div.left_zone_40 {
	text-align: center;
	width:40%;
	float:left;
}

div.right_zone_60 {
	text-align: center;
	width:60%;
	float:left;
}

div.right_zone {
	text-align: center;
	width:50%;
	float:left;
}

div.search_zone_right {
	text-align: center;
	float:right;
	width:68%;
}

div.search_zone {
	text-align: left;
	width:30%;
	float:left;
	border-style:solid;
	border-color: #b9c9fe;
}



/* Mise en forme des TABLE.................... */

table.centrer {
	text-align: center;
	margin: 10px auto;
}

#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px auto;
	column-width: 480px;
	border-collapse: collapse;
	text-align: center;
}

#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #b9c9fe;
	color: #669;
}

#rounded-corner td.red
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #b9c9fe;
	color: red;
	font-weight: bold;
	
}

/* Fonctionnement par tabs - Fiche client notamment */
.tabs {
	margin-left: 15px;
	margin-right: 15px;
	flex-grow: 1;
}

.tabs input.defilement {
	position: relative;
	z-index: 0;
	width: 0px;
	height: 0px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs input.defilement#tab-2{
	top: 0px;
}
.tabs input.defilement#tab-3{
	top: 40px;
}
.tabs input.defilement#tab-4{
	top: 60px;
}
.tabs input.defilement#tab-5{
	top: 80px;
}
.tabs input.defilement#tab-6{
	top: 100px;
}
.tabs input.defilement#tab-7{
	top: 120px;
}
.tabs input.defilement#tab-8{
	top: 120px;
}
.tabs input.defilement#tab-9{
	top: 120px;
}

.tabs label {
	background: #5ba4a4;
	background: -moz-linear-gradient(top, #5b80a4 0%, #4e7f8c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b80a4), color-stop(100%,#4e8c8a));
	background: -webkit-linear-gradient(top, #5b80a4 0%,#4e7f8c 100%);
	background: -o-linear-gradient(top, #5b80a4 0%,#4e7f8c 100%);
	background: -ms-linear-gradient(top, #5b80a4 0%,#4e7f8c 100%);
	background: linear-gradient(top, #5b80a4 0%,#4e7f8c 100%);
	font-size: 12px;
	line-height: 40px;
	height: 40px;
	position: relative;
	padding: 0 15px;
	display: block;
	width: 100px;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	float: left;
	clear: both;
    border-radius: 3px 0 0 3px;
    box-shadow: 0px 2px 2px #65a3bd61;
	left: 0px;
}

.tabs label:after {
    content: '';
	background: #fff;
	position: absolute;
	right: -2px;
	top: 0;
	width: 2px;
	height: 100%;
}

.tabs input.defilement:hover + label {
	background: #496683;
}

.tabs label:first-of-type {
    z-index: 2;
}

.tab-label-2 {
    z-index: 2;
}

.tab-label-3 {
    z-index: 2;
}

.tab-label-4 {
    z-index: 2;
}

.tab-label-5 {
    z-index: 2;
}

.tab-label-6 {
    z-index: 2;
}

.tab-label-7 {
    z-index: 2;
}

.tab-label-8 {
    z-index: 2;
}

.tab-label-9 {
	z-index: 2;
    height: 40px !important;
    font-size: 12px !important;
    line-height: 20px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.tabs input:checked + label {
    background: #223643;
	z-index: 6;
}

.clear-shadow {
	clear: both;
}

.content {
	margin: -370px 0px 0px 130px;
    display: flex;
    flex-direction: column;
	max-height: calc(100vh - 220px);
	z-index: 0;
}

.content div {
    padding: 10px 20px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: alllinear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    transition: alllinear 0.5s;
	display: none;
	-webkit-transform: translateY(-450px);
	-moz-transform: translateY(-450px);
	-o-transform: translateY(-450px);
	-ms-transform: translateY(-450px);
	transform: translateY(-450px);
}

.tabs input.defilement.tab-selector-1:checked ~ .content .content-1,
.tabs input.defilement.tab-selector-2:checked ~ .content .content-2,
.tabs input.defilement.tab-selector-3:checked ~ .content .content-3,
.tabs input.defilement.tab-selector-4:checked ~ .content .content-4,
.tabs input.defilement.tab-selector-5:checked ~ .content .content-5,
.tabs input.defilement.tab-selector-6:checked ~ .content .content-6,
.tabs input.defilement.tab-selector-7:checked ~ .content .content-7,
.tabs input.defilement.tab-selector-8:checked ~ .content .content-8,
.tabs input.defilement.tab-selector-9:checked ~ .content .content-9 {
	-webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity = 100);
    opacity: 1;
    -webkit-transition: allease-out 0.3s 0.3s;
    -moz-transition: all ease-out 0.3s 0.3s;
    -o-transition: all ease-out 0.3s 0.3s;
    -ms-transition: all ease-out 0.3s 0.3s;
    transition: allease-out 0.3s 0.3s;
    display: block;
	background-color: #fff;
	min-height: 350px;
	overflow-y: auto;
}

.content div h2,
.content div h3{
	color: #398080;
}

.content div p {
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	text-align: left;
	margin: 0;
	color: #777;
	padding: 12px 10px 0px 25px;
	font-family: Cambria, Georgia, serif;
	border-left: 8px solid rgba(63,148,148, 0.1);
}

span.minimal {
	font-style : italic;
	font-size: 14px;
	color: gray;
}

a.anneeSelectionnee {
	text-decoration:none;
	color: #B9C9FE;
}

.btn_success {
	background: #3ab140;
	background-image: -webkit-linear-gradient(top, #3ab140, #6ccc70);
	background-image: -moz-linear-gradient(top, #3ab140, #6ccc70);
	background-image: -ms-linear-gradient(top, #3ab140, #6ccc70);
	background-image: -o-linear-gradient(top, #3ab140, #6ccc70);
	background-image: linear-gradient(to bottom, #3ab140, #6ccc70);
	border-radius: 10px;
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

.btn_success:hover {
	background: #1a791f;
	background-image: -webkit-linear-gradient(top, #145f18, #327034);
	background-image: -moz-linear-gradient(top, #145f18, #327034);
	background-image: -ms-linear-gradient(top, #145f18, #327034);
	background-image: -o-linear-gradient(top, #145f18, #327034);
	background-image: linear-gradient(to bottom, #145f18, #327034);
	text-decoration: none;
}

.btn_secondary {
	background: #6d6c68;
	background-image: -webkit-linear-gradient(top, #6d6c68, #a1a09a);
	background-image: -moz-linear-gradient(top, #6d6c68, #a1a09a);
	background-image: -ms-linear-gradient(top, #6d6c68, #a1a09a);
	background-image: -o-linear-gradient(top, #6d6c68, #a1a09a);
	background-image: linear-gradient(to bottom, #6d6c68, #a1a09a);
	border-radius: 10px;
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

.btn_secondary:hover {
	background: #444441;
	background-image: -webkit-linear-gradient(top, #444441, #414641);
	background-image: -moz-linear-gradient(top, #444441, #414641);
	background-image: -ms-linear-gradient(top, #444441, #414641);
	background-image: -o-linear-gradient(top, #444441, #414641);
	background-image: linear-gradient(to bottom, #444441, #414641);
	text-decoration: none;
}

/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
}
 
/* Modal Content */
.modal-content {
	display: flex;
	flex-direction: column;
    margin: auto;
    border: 1px solid #888;
    width: 90%;
    height: 90%;
    background: url(../images/background_image2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    pointer-events: auto;
    margin-top: 5vh;
	box-sizing: border-box;
}

.modal-content-lowest-box {
	display: flex;
	flex-direction: column;
    margin: auto;
    border: 1px solid #888;
    width: 90%;
    background: url(../images/background_image2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    pointer-events: auto;
    margin-top: 5vh;
	box-sizing: border-box;
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.25em 1em;;
    border-bottom: 1px solid #dee2e6;
}

.modal-title {
	margin: 5px !important;
}

.modal-body {
    flex-grow: 1;
	display: flex;
    flex-direction: column;
    padding: 0rem 1rem 1rem 1rem;
	height: calc(100% - 45px);
	box-sizing: border-box;
}

.mainSectionModal {
    flex-grow: 1;
	flex-basis: 40%;
    display: flex;
    flex-direction: column;
	overflow-y: auto;
	box-sizing: border-box;
}

.mainSectionModalFull {
	flex-grow: 1;
	flex-basis: 100%;
    display: flex;
    flex-direction: column;
	height: 100%;
	box-sizing: border-box;
}

.modalIframe {
	flex-grow: 1;
	flex-basis: 60%;
	padding-bottom: 10px;
	padding-top: 10px;
	box-sizing: border-box;
}

.appelHistories {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	background-color: white;
    padding: 15px;
    border-radius: 10px;
    overflow-y: auto;
	height: calc(100% - 32px);
}

.appelHistory {
	border: #57809d;
	border-left-style: outset;
	padding-left: 5px;
	margin-bottom: 5px;
}

.modalCommentaire {
	width: 100%;
    box-sizing: border-box;
}

.modalButtonArea {
	display: flex;
	flex-direction: row;
}

.modalButton {
	flex-grow: 1;
	text-align: right;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
 
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}

table.dataTable tbody tr {
	cursor: pointer;
}

table.dataTable.stripe tbody tr.odd {
	background-color: #eaeff3 !important;
}

table.dataTable.hover tbody tr:hover {
	background-color: #b1c3d4 !important;
}

.collapse_section {
	display: block;
    background-color: white;
    padding: 15px;
    border-radius: 10px;
}

div.processEtape {
	display: flex;
    flex-direction: row;
	width: 100%;
	box-sizing: border-box;
	align-items: center;
    justify-content: center;
}

div.validerCard {
	background-color: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 1px 9px 12px #3b8f495e;
	margin: 15px;
	box-sizing: border-box;
	min-width: 250px;
}

div.refuserCard {
	background-color: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 1px 9px 12px #bd50505e;
	margin: 15px;
	box-sizing: border-box;
	min-width: 250px;
}

div.commentCard {
	background-color: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 1px 9px 12px #c6daec;
    margin: 15px;
    box-sizing: border-box;
    min-width: 80%;
	flex-grow: 1;
	flex-grow: 1;
    display: flex;
    flex-direction: column;
	align-items: center;
}

img.iconCard {
	position: absolute;
    aspect-ratio: auto 30 / 30;
	width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: -15px;
}

.formLabelCard {
	font-weight: 700;
	color: #2c3e50;
	padding: 10px;
}

.formLabelCard span.validate {
	color: #3b8f49;
	font-weight: 800;
}

.formLabelCard span.refused {
	color: #8f3b3b;
	font-weight: 800;
}


.modern-button {
	font-size: 1em; /* Taille de la police */
	color: #fff; /* Couleur du texte */
	background-color: #2ecc71; /* Couleur de fond verte */
	border: none; /* Retirer la bordure par défaut */
	border-radius: 8px; /* Coins arrondis */
	padding: 10px 20px; /* Espacement intérieur */
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Ombre portée */
	cursor: pointer; /* Curseur de la souris */
	transition: background-color 0.3s ease, transform 0.3s ease; /* Transitions pour les effets */
	margin-top: 5px;
}

.modern-button:hover {
	background-color: #27ae60; /* Couleur de fond au survol */
	transform: scale(1.05); /* Effet de déplacement au survol */
}

.modern-button:active {
	background-color: #1e8449; /* Couleur de fond lorsque le bouton est enfoncé */
}

.modern-button-refused {
	font-size: 1em; /* Taille de la police */
	color: #fff; /* Couleur du texte */
	background-color: #d85858; /* Couleur de fond verte */
	border: none; /* Retirer la bordure par défaut */
	border-radius: 8px; /* Coins arrondis */
	padding: 10px 20px; /* Espacement intérieur */
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Ombre portée */
	cursor: pointer; /* Curseur de la souris */
	transition: background-color 0.3s ease, transform 0.3s ease; /* Transitions pour les effets */
	margin-top: 5px;
}

.modern-button-refused:hover {
	background-color: #c52a2a; /* Couleur de fond au survol */
	transform: scale(1.05); /* Effet de déplacement au survol */
}

.modern-button-refused:active {
	background-color: #7e1313; /* Couleur de fond lorsque le bouton est enfoncé */
}

.modern-button-blue {
	font-size: 1em; /* Taille de la police */
	color: #fff; /* Couleur du texte */
	background-color: #598cde; /* Couleur de fond verte */
	border: none; /* Retirer la bordure par défaut */
	border-radius: 8px; /* Coins arrondis */
	padding: 10px 20px; /* Espacement intérieur */
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Ombre portée */
	cursor: pointer; /* Curseur de la souris */
	transition: background-color 0.3s ease, transform 0.3s ease; /* Transitions pour les effets */
	margin-top: 5px;
	max-width: 130px;
}

.modern-button-blue:hover {
	background-color: #3b79dc; /* Couleur de fond au survol */
	transform: scale(1.05); /* Effet de déplacement au survol */
}

.modern-button-blue:active {
	background-color: #2555f1; /* Couleur de fond lorsque le bouton est enfoncé */
}

.modern-button-blue.processing {
	background-color: #112e8a !important; /* Couleur de fond verte */
	cursor: not-allowed;
}

span.modern {
	color: #3064a7;
	padding: 5px 10px;
	font-weight: initial;
}

.footer {
	position: fixed;
    bottom: 10px;
    padding: 10px 30px 10px 30px;
    background-color: #2f5a71;
    color: white;
    z-index: 9999;
    border-radius: 30px;
	left: 50%;
 	transform: translateX(-50%);
	min-width: 300px;
}

.close-footer {
	position: absolute;
	top: 10px;
	right: 15px;
	background: transparent;
	color: white;
	font-size: 24px;
	border: none;
	cursor: pointer;
}
