/*Page de css pour le nouvel interface*/
:root { --container-width: 1200px; }

@font-face {
  font-family: 'Santral';
  src: url("../fonts/santral-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;  /* <<< */
}
@font-face {
  font-family: 'Santral';
  src: url("../fonts/santralb-webfont.woff") format("woff");
  font-weight: bold;
  font-display: swap;  /* <<< */
}


html {
	height: 100%;
}
body {
	font-size: 12px;
	color: #434342;
	font-family: Santral;
	margin: 0;
	padding: 0;
	height: 100%;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: white;
}
header {
	background-color: white;
	padding: 11px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	width: 100%;
	max-width: 100%;
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	box-sizing: border-box;
	top: 15px;
	margin-left: auto;
	margin-right: auto;
}
header a {
	font-weight: bold;
}
header a:hover {
	text-decoration: underline;
}
header .menu{
	color: #015174;
	font-size: 24px;
	left: 20px;
	position: absolute;
	display: none;
	cursor: pointer;
}
header .user{
	color: #015174;
	font-size: 24px;
	right: 25px;
	position: absolute;
	display: none;
	cursor: pointer;
}
#menu-1{
	font-size: 14px;
}
.menu-header{
	max-width: var(--container-width);
	margin: auto;
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
	padding: 10px 0;
}
#header2{
	padding: 10px 20px;
	background-color: #d4ccc7;
	margin-bottom: 50px;
	font-size: 14px;
}
#header2 .sous-menu{
	margin: auto;
	max-width: var(--container-width);
}
h2,
h3 {
	color: #434342;
}
h3.titre {
	margin-top: 2px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	font-size: 30px;
	text-align: left;
	margin-top: 20px;
	color: lava;
	padding-left: 15px;
	font-weight: normal;
}
p {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #015174;
	font-family: Santral;
}
a:link,
	a:active,
a:visited {
	color: #015174;
}
a:hover {
	text-decoration: none;
	color: #015174;
}
.normal {
	/*color: black;*/

	font-size: 12px;
}
a.normal {
	color: #434342;
	font-size: 12px;
	font-weight: bold;
}
input {
	font-size: 13px;
	border: #015174 1px solid;
	border-radius: 2px;
}
input:focus {
	background-color: #F7F4F3;
}
input[type=button] {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #015174;
	color: #015174;
	-webkit-transition: all 0.2s ease-out;
	/*compatibilité chrome*/

	-moz-transition: all 0.2s ease-out;
	/*compatibilité firefox*/

	-o-transition: all 0.2s ease-out;
	/*compatibilité opéra*/

	transition: all 0.2s ease-out;
	/* Autre navigateur */
}

input[type=button]:disabled {
	background: #dddddd;
	color: white;
	border: 0;
}


input[type=submit]:disabled {
	background: #dddddd;
	color: white;
	border: 0;
}

input[type=text] {
	width:90%;
	padding: 5px;
}
input[type=password] {
	width:90%;
	padding: 5px;
}
input[type=button]:hover {
	background-color: #015174;
	color: white;
}
input[type=date] {
	width:90%;
	padding: 5px;
}
input[type=button]:disabled:hover {
	background: #dddddd;
	color: white;
	border: 0;
}
input[type=submit]:disabled:hover {
	background: #dddddd;
	color: white;
	border: 0;
}
img {
	border: 0;
	vertical-align: middle;
}
#conteneur {
	margin: 0 0 80px 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: relative;
	top: 50px;
	pointer-events: none; /* ne capte plus les clics */
}
#conteneur > * {
  pointer-events: auto; /* mais les enfants reprennent les clics */
}
html>body #conteneur {
	height: auto;
	/*	min-height: 100%;*/
}
#header {
	padding: 0;
	margin: 0;
	height: 145px;
}
#menu_h {
	background: #FFFFFF url(.../images/menu.jpg);
	background-repeat: no-repeat;
	height: 23px;
}
#imagefond {
	height: 70px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#bandeau {
	width: auto;
	padding-top: 10px;
	margin-left: 15px;
}
#bandeau_2 {
	width: auto;
	padding-top: 50px;
	right: 30px;
	position: absolute;
}
#bandeau_3 {
	width: auto;
	padding-top: 50px;
	left: 20px;
	position: absolute;
}
#menu_v {
	float: left;
	/*	display: inline-block;*/

	margin-top: 45px;
	/*height: 100%;*/
}
/* Coins arrondis */

.b1,
	.b2,
	.b3,
.b4 {
	font-size: 1px;
	overflow: hidden;
	display: block;
}
.b1 {
	height: 1px;
	background: #255395;
	margin: 0 4px 0 5px;
	border-right: 2px solid #255395;
}
.b2 {
	height: 1px;
	background: #FCFCFC;
	border-right: 2px solid #255395;
	border-left: 2px solid #255395;
	margin: 0 3px;
}
.b3 {
	height: 1px;
	background: #FCFCFC;
	border-right: 1px solid #255395;
	border-left: 1px solid #255395;
	margin: 0 2px;
}
.b4 {
	height: 2px;
	background: #FCFCFC;
	border-right: 1px solid #255395;
	border-left: 1px solid #255395;
	margin: 0 1px;
}
.contentb {
	padding: 5px;
	margin-bottom: 15px;
	/* Compatibilité IE8 */

	font-family: Santral;
	font-size: 15px;
	line-height: 2.125;
	min-width: 180px;
}
.contentb div {
	margin-left: 5px;
}
.contentb ul li {
	border-bottom: 1px solid #aeaeae;
	/*	margin: 5px;*/

	vertical-align: middle;
	font-size: 87.5%;
	text-decoration: none;
}
#contenu_total {
	max-width: var(--container-width);
	margin: auto;
}
#td_contenu {
	vertical-align: top;
}

#contenu_total_select {
	/*	display: inline-block;*/

	max-width: none;
}

#contenu{
	top: 70px;
	padding: 0;
	margin-top: 0px;
	background-color: white;
	padding: 15px;
	min-height: 500px;
	position: relative;
	/*min-width: 1179px;*/
	margin: auto;
}
@media (min-width: 1200px) {
  #contenu { min-width: 1179px; }
}
#tab_contenu{
	width:100%;
	margin-top: 0;
}
#cadre_droite {
	float: right;
	/*width:20%x;*/

	width: 225px;
	height: 500px;
	border: 1px solid #000000;
	background-image: url(.../images/background_droite.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 0px;
}
div#journal {
	/*border: 1px solid #000000;*/
}
div#connexion {
	height: 60px;
	width: 1150px;
}
div#pied_page {
	clear: both;
	width: 500px;
	height: 50px;
	background-color: #015174;
	position: absolute;
}
footer{
	border-top: 1px solid #ddd;
	padding: 0;
	padding-bottom: 50px;
	padding-top: 10px;
	margin-top: 60px;
}
.footer {
	background-color: white;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 30px 0;
	flex-wrap: wrap;
	position: relative;
	margin: auto;
	max-width: var(--container-width);
}

/* Centrer .footer-table horizontalement dans .footer sans impacter l'alignement du texte */
.footer-table {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1500px;
	border-collapse: collapse;
}
.footer-left, .footer-right, .footer-center {
	width: 30%;
}
.footer-right{
	padding-top: 30px;
}
.footer-center {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	line-height: 2;
	padding-left: 30px;
	padding-top: 30px;
}
.footer-center a{
	font-size: 22px !important;
}
.footer h3 {
	margin-bottom: 10px;
}
.footer p, .footer a {
	font-size: 14px;
	color: #333;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.social-icons {
	margin-top: 10px;
}
.social-icons a {
	margin-right: 10px;
}
.footer-bottom {
	padding: 20px 0;
	background-color: white;
	font-size: 12px;
	color: #666;
}
.logo-brand{
	/* dans une bulle grise */
	background-color: #e9e4e0;
	padding: 10px;
	border-radius: 20px;
	display: inline-block;
	margin-right: 20px;

}

#footer_traduc {
	margin-top: 0px;
	margin-left: 270px;
	text-align:left;
	background-repeat: no-repeat;
	font-size: 8px;
	color: #434342;
}
#footer_traduc2 {
	margin-top: 0px;
	margin-left: 340px;
	text-align:left;
	background-repeat: no-repeat;
	font-size: 8px;
	color: #434342;
}
.clearfooter {
	height: 0px;
	clear: both;
}
.spacer {
	clear: both;
}
td {
	/*	font-family:arial;
	font-size:9pt;
	color:434342;*/

	padding: 4px;
	font-size: 9pt;
	font-family: Santral;
}
th {
	padding: 4px;
	font-family: Santral;
	font-size: 9pt;
	text-align: center;
	background-color: #015174;
	color: white;
	border: #ffffff 1px solid;
}
table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-radius: 3px;
}
.head1 {
	font-family: Santral;
	font-size: 18pt;
	font-weight: bold;
	color: #999999;
}
span.head1 a {
	font-family: Santral;
	font-size: 18pt;
	font-weight: bold;
	color: #999999;
}
.head2 {
	font-family: Santral;
	font-size: 16pt;
	color: #999999;
}
.head3 {
	font-family: Santral;
	font-size: 14pt;
	color: #999999;
}
.head4 {
	font-family: Santral;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}
.menu_lvl1 {
	font-family: Santral;
	font-size: 14pt;
	/* font-weight:bold; */

	color: #999999;
}
.menu_lvl2 {
	font-family: Santral;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}
a:visited.menu_lvl3,
a:link.menu_lvl3 {
	font-family: Santral;
	color: #000000;
}
a:hover.menu_lvl3 {
	font-family: Santral;
	color: #999999;
}
.buttonS {} .buttonM {} .buttonL {} .textbox {
	font-family: Santral;
	font-size: 10pt;
}
.qtybox {
	font-family: Santral;
	font-size: 10pt;
	text-align: right;
}
.small {
	font-family: Santral;
	font-size: 8pt;
}
.btn {
	background: #9d4;
}
a.bouton:link {
	width: 150px;
	height: 30px;
	text-decoration: none;
	color: white;
	text-align: center;
	font-weight: bold;
	background-color: #015174;
	padding: 5px;
}
a.bouton:visited {
	width: 150px;
	height: 30px;
	text-decoration: none;
	color: white;
	text-align: center;
	font-weight: bold;
	background-color: #015174;
	padding: 5px
}
a.bouton:hover {
	width: 150px;
	height: 30px;
	text-decoration: none;
	color: white;
	text-align: center;
	font-weight: bold;
	background-color: blue;
	background-image: url(.../aqua.jpg);
	padding: 5px;
}
.bouton {
	text-align: center;
	padding: 5px;
}

textarea,
select {
	border: #015174 1px solid;
	padding: 5px;
	margin: 0;
	width:100%
}
.noborder {
	border: 0;
	background-color: none;
}
/***************************************************************/
/**** Style Global PSH ****/

.titre_appli {
	font-size: 80px;
	font-family: Santral;
	padding-left: 30px;
}
.txt_noir {
	color: #000000;
}
.msg_error {
	color: #ff0000;
}
.msg_valid {
	color: #33ff33;
}
.msg_aff {} .particul {
	border: 1px solid #cccccc;
	padding: 2px 10px 2px 10px;
	margin-left: 20px;
	background-color: #ffcccc;
}
.legende {} .prod_not_exist {
	background-color: #FFCCAA;
}
.erreur {
	color: red;
}
.prod_select {
	background-color: #CCDDCC;
}
/*** Style SAV ***/

.btn_200 {
	width: 200px;
}
/**** Style formulaire ****/

.input_aff {
	border: 0px;
}
.tab_formu tr td {
	padding: 10px;
}
span.warning {
	font-size: 16px;
	color: red;
	font-weight: bold;
}
.input_planning {
	border: 0px;
	background-color: #CCDDCC;
}
/**** Style page gestion des menus ****/

.liste_position_menu {
	list-style: none;
}
.url_menu {
	color: #aaaaaa;
}
/**** Style page coordination ****/

.tr_gras {
	font-weight: bold;
}
.tr_automatique {
	background-color: #98FB98;
}
.td_1 {
	background-color: #e9e4e0;
}
.td_1_mouse {
	background-color: #e9e4e0;
	cursor: pointer;
}
td.cellule {
	text-align: center;
	border: 1px solid #376ef9;
	cursor: pointer;
}
.td_2 {
	/*background-color: #ffffff;*/
}
/**** Style pour lees onglets ATP et secteur ****/

.tab_top tr td {
	vertical-align: top;
}
.tr_astreinte {
	background-color: #CCCCDD;
}
.tr_journee {
	background-color: #CCDDCC;
}
/**** Style pour lees onglets ATP et secteur ****/

span.onglet {
	white-space: nowrap;
}
span.onglet_secteur {
	border: 1px solid #000000;
	padding: 5px;
	margin: 1px;
	clear: both;
	background-color: #cccccc;
	word-wrap: normal;
}
span.onglet_secteur a {
	color: #015174;
}
span.onglet_secteur a:hover {
	color: #000000;
}
span.onglet_sous_secteur {
	border: 1px solid #000000;
	padding: 5px 5px 5px 5px;
	margin: 1px;
	clear: both;
	font-weight: bold;
	word-wrap: normal;
	background-color: #015174;
	color: white;
}
span.onglet_atp_jour {
	border: 1px solid #000000;
	padding: 5px;
	margin: 1px;
	clear: both;
	background-color: #CCDDCC;
}
span.onglet_atp_jour a {
	color: #015174;
}
span.onglet_atp_jour a:hover {
	color: #000000;
}
span.onglet_atp_astr {
	border: 1px solid #000000;
	padding: 5px;
	margin: 1px;
	clear: both;
	background-color: #CCCCDD;
}
span.onglet_atp_astr a {
	color: #015174;
}
span.onglet_atp_astr a:hover {
	color: #000000;
}
span.onglet_atp_NonFait {
	border: 1px solid #000000;
	padding: 5px;
	margin: 1px;
	clear: both;
	background-color: #FF6600;
}
span.onglet_atp_NonFait a {
	color: #000033;
}
span.onglet_atp_NonFait a:hover {
	color: #000000;
}
/**** Style fact ****/

.tr_fact {
	background-color: #DDEEDD;
}
.tr_fact_indep {
	background-color: #DDEEDD;
}
.tr_avoir {
	background-color: #EEDDEE;
}
.tr_avoir_indep {
	background-color: #EEDDEE;
}
.tous_les {
	color: #aaaaaa;
}
.btn_gras_ital {
	border: 1px solid #000000;
	width: 20px;
	text-align: center;
	margin: 0px 5px 0px 0px;
}
.input_gras {
	font-weight: bold;
}
/**** Style page gestion de groupe ****/

.ligne_hop {
	/*background-color: #E2EBF4;*/
}
.ligne_pole {
	/*background-color: #9999DD;*/
}
.ligne_service {
	/*background-color: #99DD99;*/
}
/**** Style pour le menu horizontal ****/

#nav {
	padding: 0 5px 0 0;
	margin: 0;
	list-style: none;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 99;
}
#nav a {
	display: block;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	border: none;
	border-right: 1px solid #ffffff;
	padding: 5px 5px 3px 5px;
}
#nav li ul li {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-top: 0px;
	width: 15em;
	color: #0055A0;
	font-family: Santral;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
#nav li ul li a {
	color: #0055A0;
	font-family: Santral;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	width: auto;
	display: block;
}
#nav li ul li a:hover {
	background-color: #0D699A;
	color: #FFFFFF;
	border-right: none;
	width: auto;
	display: block;
	padding: 5px 5px 3px 5px;
}
#nav li {
	float: left;
	/*width: 10em;*/

	z-index: 99;
}
#nav li ul {
	display: block;
	position: absolute;
	width: 10em;
	left: -999em;
	/*padding: 2px 5px 5px 0;*/
}
#nav li:hover ul,
#nav li.sfhover ul {
	left: auto;
}
#nav li:hover,
#nav li.hover {
	position: static;
}
/**** Style pour le menu vertical ****/

#menu_v {
	padding-left: 10px;
	line-height: 16px;
	margin-top: 0px;
}

#menu_v ul {
	margin: 0;
	padding-left: 5px;
	list-style: none;
}
#menu_v a {

	color: #333;
	font-family: Santral;
	TEXT-DECORATION: none;
	font-size: 15px;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
}
#menu_v a:hover {
	color: #434342;
}
#menu_v ul li ul a {
	border-left: 5px solid #cccccc
}
#menu_v li {
	padding: 2px;
}
.Menu3 {
	color: #808080;
	font-family: Santral;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
/****  AjaxAutoComplete  *********/

div.autocomplete {
	position: absolute;
	width: 250px;
	background-color: white;
	border: 1px solid #888;
	margin: 0;
	padding: 0;
	z-index: 3;
}
div.autocomplete ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.autocomplete ul li.selected {
	background-color: #ffb;
}
div.autocomplete ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px;
	height: 12px;
	cursor: pointer;
}


table.border_inter {
	animation: fadein 0.5s;
	-moz-animation: fadein 0.5s; /* Firefox */
	-webkit-animation: fadein 0.5s; /* Safari et Chrome */
	-o-animation: fadein 0.5s; /* Opera */
}

/* JQuery table sorter*/
/* tables */

table.border_inter td {
	border: 1px solid #ADABAB;
	vertical-align: top;
	padding: 5px;
	text-overflow: ellipsis;
	word-wrap: break-word;
}
table.border_inter th {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
table.tablesorter {
	font-family: Santral;
	margin: 10px 0pt 15px;
	font-size: 8pt;
	margin-top: 0;
}
table.tablesorter tbody tr.odd td {
	background-color: #F0F0F6;
}
table.tablesorter thead tr th,
table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #000;
	font-size: 8pt;
	padding: 4px 20px 4px 20px;
}
table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	vertical-align: top;
	text-align: center;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}
/* Formulaires  */

.input_gauche {
	margin: 0;
	width: 320px;
	float: left;
}
.input_droite {
	width: auto;
	margin: 0 0 0 350px;
}
.input_form {
	margin: 0px 10px 10px 0;
	/*height: 20px;*/
}
label.recherche_contrat {
	width: 11em;
	float: left;
}
label.prescription {
	width: 21em;
	float: left;
}
table.form td {
	border: 0;
	padding: 4px 0 4px 0;
	margin: 0;
}
div.form_errors {
	font-family: Santral, Arial, sans-serif;
	color: #7a3a00;
	background: linear-gradient(90deg, #ffe0b2 0%, #f8c276 100%);
	border: 1.5px solid #e09c3a;
	width: 400px;
	padding: 12px 18px;
	margin-bottom: 16px;
	max-width: 100%;
	box-shadow: 0 2px 8px rgba(248, 194, 118, 0.15);
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	position: relative;
	flex-direction: column; /* Ajouté pour empiler les <p> verticalement */
}
div.form_errors p {
	margin: 0 0 0 0;
	width: 100%;
}
div.form_valid {
	font-family: Santral;
	color: green;
	background-color: #DFFFDF;
	border: 1px solid green;
	width: 400px;
	padding: 5px;
	margin-bottom: 10px;
}
p.titre.form_errors {
	margin-bottom: 5px;
	font-weight: bold;
	color: #434342;
}
.form_obligatoire_div {
	display: none;
}
.form_obligatoire_asterisque {
	font-family: Santral;
	color: #434342;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}
input.required,
	textarea.required,
select.validate-selection {
	border: 1px solid #015174;
}
input.validation-failed,
	textarea.validation-failed,
select.validation-failed {
	border: 1px solid #FF3300;
}
input.validation-passed,
	textarea.validation-passed,
select.validation-passed {
	border: 1px solid #00CC00;
	color: #000;
}
.validation-advice {
	margin: 5px 0;
	padding: 5px;
	color: #FFF;
	font-weight: bold;
}
.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color: #FFF;
	font-weight: bold;
}
/* Liens pour les tooltip */

.lien_tooltip {
	color: #FF3434 !important;
	font-size: 16px;
	border-bottom: 1px dotted #FF3434;
}
/* Onglets des produits en consultation et fin de contrat */

.onglet_actif {
	background-color: #41BC54;
	font-weight: bold;
	line-height: 24px;
	padding: 6px;
	font-size: 14px;
	margin-bottom: 40px;
}
.onglet_inactif {
	background-color: #F4B351;
	font-weight: bold;
	line-height: 24px;
	padding: 6px;
	font-size: 14px;
}
.onglet_inactif:hover {
	background-color: #41BC54;
	line-height: 24px;
	padding: 6px;
}
.onglet_inactif a,
.onglet_actif a {
	color: #434342;
}
table.echelle_risque td {
	width: 180px;
	vertical-align: top;
}
.choix_multiples {
	margin: 5px 0 5px 40px;
}
.separation {
	margin: 30px 0;
	border-bottom: 2px dotted green;
	width: 50%;
}
.consommation_ligne_hopital {
	background-color: orange;
	color: #434342;
}
.consommation_ligne_service {
	background-color: #9BD797;
	color: #434342;
}
.consommation_ligne {} .consommation_total {
	background-color: #D4CCC7;
}
.consommation_ligne_titre {
	background-color: #9BD797;
}
.consommation_ligne_0 {
	background-color: #eeeeee;
}
.echelle_risque label {
	color: #434342;
}
/*////////////////////// style page d'accueil */

.img_accueil {
	width: 100%;
	align: left;
}
.vignette_accueil {
	max-height: 300px;
	max-width: 200px;
	width: 100%;
}
.titre_accueil {
	font-size: 18px;
	/*	margin: 10px;
	margin-left: 10px;
	margin-right: 10px;*/
}
.titre_accueil a {
	text-decoration: none;
	color: #545454;
}
.titre_accueil a:hover {
	color: #434342;
}
.titre_1_accueil {
	font-size: 26px;
}
.titre_2_accueil {
	font-weight: bold;
}
.titre_accueil_2{
	color: #015174;
	font-size: 30px;
}
.text_accueil {
	font-size: 14px;
	color: #AAA093;
}
.td_text_accueil {
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}
.text_accueil_menu {} .case_accueil {
	width: 120px;
	text-align: left;
}
.tab_accueil td {
	color: #000;
}
.description {
	display: none;
}
/*////////////////////// style se documenter */

/* detail services */

.details_services td.header {
	width: 175px;
	background-color: #e9e4e0;
	font-weight: bold;
	vertical-align: middle;
}
.details_services {
	margin: 2%;
	margin-top: 14%;
	border-collapse: collapse;
}
.details_services,
	.details_services td,
.details_services tr {
	border: 1px solid #434342;
}
.td_services {
	font-weight: bold;
	background-color: #e9e4e0;
	color: #434342;
}
#affichage_details {
	overflow: auto;
}
.btn_multi_services:hover {
	cursor: pointer;
}
/* bootstrap */

.btnbleu {
	background-color: #015174 !important;
	border: 1px solid #015174 !important;
	color: white !important;
	border-radius: 20px;
	font: 15px "Santral";
	padding: 7px 30px;
	margin: 3px;
	width: auto;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	white-space: nowrap;
	cursor:pointer;
}
.btnbleu:hover {
	background-color: white !important;
	color: #015174 !important;
	text-decoration: none;
}


.btnbleu:disabled {
	background: #dddddd;
	color: white;
	border: 0;
	opacity: 0.6;
	cursor: not-allowed;
	box-shadow: none;
	pointer-events: none;
}
.btnbleu:disabled:hover {
	background: #dddddd;
	color: white;
	border: 0;
	opacity: 0.6;
	cursor: not-allowed;
	box-shadow: none;
	pointer-events: none;
}

.btnbleu i{
	margin-right: 10px;
}

.btnbleu.droite{
	position:absolute;
	right: 20px;
	bottom: 10px;
	margin-bottom: -60px;
}
.btn_droite{
	position:absolute;
	right: 20px;
	bottom: 10px;
}
.btnorange {
	background-color: #f8c276;
	border: 1px solid #f8c276;
	color: #015174;
	font-weight: bold !important;
	font: 15px "Santral";
	padding: 7px 30px;
	margin: 3px;
	width: auto;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	white-space: nowrap;
	cursor:pointer;
	border-radius: 20px;
}
.btnorange:hover {
	background-color: white;
	color: #f8c276;
	text-decoration: none;
}

.btnrech {
	background: #fff none repeat scroll 0 0;
	background-color: #015174;
	color: white;
	font: 15px "HelveticaNeueW01-45Ligh", sans-serif;
	padding: 7px 15px;
	margin: 3px;
	width: auto;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	white-space: nowrap;
	border-radius: 20px;
	border: none;
	border: 1px solid #015174;
}
.btnrech:hover {
	color: #015174;
	background-color: white;
	text-decoration: none;
	border: 1px solid #015174;
}
#comm_post_it{
	display: none;
}

@media (max-width: 992px) {
    #menu_v {
        display: none;
    }
    #contenu {
        margin: 10px 0px 10px 0px;
        min-width: 100%;
        display: inline-block;
    }
    #tab_contenu {
        width: 100%;
        margin-top: 50px;
    }
    #bandeau_2 {
        display: none;
    }
    #li_connexion {
        display: list-item;
    }
    #li_accueil {
        display: none;
    }
    #menu_v {
        position: absolute;
        background-color: white;
        box-shadow: 5px 5px 5px #434342;
        border-radius: 0 5px 5px 0;
        behavior: url(bootstrap/PIE-1.0.0/PIE.php);
        border: solid #F7F4F3 1px;
        transition-property: display;
        top: 75px;
        left: 0px;
        z-index: 1;
        padding-left: 20px;
        width: inline-block;
    }
    #btn_aff_menu_v {
        display: block;
    }
}
#btn_aff_menu_v {
    position: absolute;
    left: 0px;
    top: 10px;
    height: 35px;
    width: 25px;
    border-radius: 0 5px 5px 0;
    opacity: 0.5;
    behavior: url(bootstrap/PIE-1.0.0/PIE.php);
    background-color: #015174;
    color: white;
    border: solid #015174 2px;
    padding-left: 3px;
    z-index: 2;
}
#btn_aff_menu_v:hover {
    opacity: 1;
}
@media (min-width: 991px) {
    #li_connexion {
        display: none;
    }
    #li_accueil {
        display: list-item;
    }
    #btn_aff_menu_v {
        display: none;
    }
    #td_menu_v {
        vertical-align: top;
        width: 270px;
    }
}
@media (max-width: 1199px) {
    #logoAH {
        display: none;
    }
    #lien_accueil {
        display: none;
		color: #9d9d9d;
    }
}
#bloc_alerte_ld {
    padding: 0;
    margin: 5px;
    font-weight: bold;
    float: bottom;
	font-size: 20px;
}
#titre2 {
    font-family: Santral;
    color: #434342;
    font-size: 20px;
}
label.libelle_form {
    font-family: Santral;
	color: #434342;
	font-size: 18px;
	display: inline;
	margin-bottom: 5px;
}
span.champ_form {
    display: table;
    float: left;
    width: 100%;
}
.tab_form {
    float: left;
    margin-right: 20px;
	width: 100%;
}
.tab_form.moitie {
	flex-direction: row;
	min-width: 45%;
	flex-wrap: wrap;
	float: left;
	gap: 20px; /* espace entre les éléments */
	width: auto;
}
.champ_date {
	flex-direction: row;
	min-width: 100px !important;
	flex-wrap: wrap;
	float: left;
	gap: 20px; /* espace entre les éléments */
	width: 100px !important;
}
.tab_form td {
    vertical-align: top;
    /*	border: 1px solid grey;*/
}
.block_form {
    padding: 20px;
	padding-bottom: 50px;
    display: inline-block;
	width: 95%;
	border:#e9e4e0 1px solid;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
	position: relative
}
span.champ_form select {
	width: 100%;
	padding: 10px 5px;
	border: 1px solid #d4ccc7;
	border-radius: 5px;
	font-family: Santral;
	font-size: 14px;
	box-sizing: border-box;
	margin-bottom: 10px;
	max-width: 800px;
	min-width: 400px;
}
span.champ_form input[type=text] {
	width: 100%;
	padding: 10px 5px;
	border: 1px solid #d4ccc7;
	border-radius: 5px;
	font-family: Santral;
	font-size: 14px;
	box-sizing: border-box;
	margin-bottom: 10px;
	max-width: 800px;
	min-width: 400px;
	margin-right: 5px;
}
span.champ_form input[type=password] {
	width: 100%;
	padding: 10px 5px;
	border: 1px solid #d4ccc7;
	border-radius: 5px;
	font-family: Santral;
	font-size: 14px;
	box-sizing: border-box;
	margin-bottom: 10px;
	max-width: 800px;
	min-width: 400px;
	margin-right: 5px;
}
/* faire un beau champ "file" */
span.champ_form input[type=file] {
	width: 100%;
	padding: 10px 5px;
	border: 1px solid white;
	border-radius: 5px;
	font-family: Santral;
	font-size: 14px;
	box-sizing: border-box;
	margin-bottom: 10px;
	max-width: 800px;
	min-width: 400px;
	background-color: white;
	color: #434342;
}
span.champ_form input[type=file]:focus {
	background-color: #f0f0f0;
	color: #434342;
	border-color: #015174;
}
span.champ_form input[type=file]::-webkit-file-upload-button {
	background-color: #015174;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	font-family: Santral;
	font-size: 14px;
	cursor: pointer;
}
span.champ_form input[type=file]::-webkit-file-upload-button:hover {
	background-color: #013f4f;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	font-family: Santral;
	font-size: 14px;
	cursor: pointer;
}
span.champ_form input[type=file]::-webkit-file-upload-button:focus {
	background-color: #013f4f;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	font-family: Santral;
	font-size: 14px;
	cursor: pointer;
}


/* textarea */
span.champ_form textarea {
	width: 100%;
	padding: 10px 5px;
	border: 1px solid #d4ccc7;
	border-radius: 5px;
	font-family: Santral;
	font-size: 14px;
	box-sizing: border-box;
	margin-bottom: 10px;
	max-width: 800px;
	min-width: 400px;
}
/* beaux boutons radio span.champ_form input[type=radio] */
span.champ_form input[type=radio] {
	display: none;
}
span.champ_form input[type=radio] + label {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #d4ccc7;
	border-radius: 5px;
	font-family: Santral;
	font-size: 14px;
	cursor: pointer;
	margin-right: 10px;
}
span.champ_form input[type=radio]:checked + label {
	background-color: #015174;
	color: white;
	border-color: #015174;
}
span.champ_form input[type=radio]:checked + label:hover {
	background-color: #015174;
	color: white;
	border-color: #015174;
}
span.champ_form input[type=radio]:not(:checked) + label:hover {
	background-color: #f0f0f0;
	color: #434342;
	border-color: #d4ccc7;
}
span.champ_form input[type=radio]:disabled + label {
	background-color: #f0f0f0;
	color: #d4ccc7;
	border-color: #d4ccc7;
	cursor: not-allowed;
}
span.champ_form input[type=radio]:disabled + label:hover {
	background-color: #f0f0f0;
	color: #d4ccc7;
	border-color: #d4ccc7;
	cursor: not-allowed;
}

.div_date{
	float: left;
	width: 380px;
	margin-right: 20px;
}
span.champ_form.moitie{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px; /* espace entre les éléments */
	padding-right: 120px;
	margin-right: 5px !important;
}

.tr_checkbox_inactif{
	display: none;
}
.tab_docu {
    width: 100%;
}
.tab_docu td {
    padding: 10px;
    text-align: justify;
}
/* ACCUEIL */

#bloc_accueil {
    width: 31%;
    background-color: white;
    float: left;
    margin: 20px;
}
#bloc_accueil_large {
    background-color: white;
	margin-bottom: 10px;
}
#image_accueil {
    width: 100%;
}
#image_accueil2 {
    width: 450px;
    padding-right: 20px;
}
#td_accueil {
    padding: 10px;
}
#td_image {
    padding: 0;
}
#tbl_escarres {
    align: center;
}
#tbl_escarres select {
    max-width: 150px;
}
#tbl_escarres td {
    border: 1px solid #434342;
    padding: 3px;
}
#bloc_accueil_titre {
    position: relative;
    width: 96%;
    height: 350px;
    max-height: 100%;
    clear: both;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    margin: 0px;
    padding: 10px;
    cursor: default;
	top: 55px;
}
#bloc_accueil_text_titre {
    position: absolute;
    bottom: 0;
    font-size: 22px;
    color: white;
}
#text_passion {
    position: absolute;
    left: 20px;
    font-size: 45px;
    color: white;
}
#block_1_accueil {
    float: left;
    margin: auto;
}
#block_2_accueil {
    float: left;
    margin: auto;
}
#bloc_accueil {
    margin: 5px;
}
#block_accueil_petit {
    float: left;
    min-width: 267px;
    width: 50%
}
.img_accueil_2 {
    margin-left: 50px;
}
@media (max-width: 720px) {
    #block_1_accueil {
        width: 100%;
    }
    #block_2_accueil {
        width: 100%;
    }
    #bloc_accueil_petit {
        width: 100%;
    }
    #block_accueil_petit {
        width: 100%
    }
    #bloc_accueil {
        width: 95%
    }
    #bloc_accueil_large {
        width: 95%;
    }
}
@media (max-width: 700px) {
    #bloc_accueil_titre {
        height: 150px;
    }
    #text_notre_espace {
        display: none;
    }
    #text_passion {
        display: none;
    }
    #td_image_docu {
        background-height: 100%;
        background-width: auto;
    }
    #bloc_accueil {
        margin-left: 0;
    }
}
@media (max-width: 900px) {
    #image_accueil2 {
        width: 100%;
        padding-right: 0;
    }
}

@media print {
    #menu_v {
		display: none;
	}
	#btn_aff_menu_v{
		display: none;
	}
	#conteneur{
		display: none;
	}

	#ds_conclass{
		display: none;
	}
	.btnbleu{
		display: none;
	}
	#contenu_total{
		top: 0;
		margin-top: 0;
		paddin-top: 0;
	}
	#tab_contenu {
		margin-top: 0;
	}
}

#fonction_tableau tr td{
	border: 0;
	vertical-align: middle;
}

#fonction_tableau {
	border-collapse: separate;
	border-spacing: 2px;
	width: 100%;
}


#fonction_tableau_bas td{
	border: 0;
}
#fonction_tableau tr:nth-child(odd){
	background-color:#f2f2f2;
}

#entete_tableau_fixe {
	border-collapse: separate;
	border-spacing: 2px;
	width: 100%;
}

#entete_tableau_fixe tr th {
	text-align: center;
}



#btn_pagination{
	width:30px;
	height:30px;
	background:white;
	font:bold 10px arial;
	border-radius:50%;
	border:solid 1px #87657D;
	color:#87657D;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#btn_pagination:hover {
	background-color: #87657D;
	color: white;
	text-decoration: none;
}

.btnvert {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #87657D;
	color: #87657D;
	font: 15px "HelveticaNeueW01-45Ligh", sans-serif;
	padding: 5px 7px;
	margin: 3px;
	width: auto;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	white-space: nowrap;
	border-radius: 2px;
}
.btnvert:hover {
	background-color: #87657D;
	color: white;
	text-decoration: none;
}
.fieldset_service {
	border:1px solid #c6c6c6;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius:8px;
	color: #3f3f3f;
	overflow: hidden;
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 15px;
}
@media (max-width: 500px) {
	.text_bouton_suivi_interv{
		display: none;
	}
}
#lien_externe{
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
    COLOR: #0055A0;
    FONT-FAMILY: Verdana, Courier, Arial;
    TEXT-DECORATION: none;
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('../images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #A6BCC9;
	color: white;
}

div#alerte_chargement{
	position: fixed;
	left: 45%;
	bottom: 0%;
	width: 370px;
	height: 40px;
	margin-top: -40px;
	margin-left: -135px;
	color: black;
	font-size: 18px;
	background-color:white;
	border: 1px solid #000;
	text-align:center;
	z-index: 999;
	display: none;
	padding: 10px;
	border-radius: 5px 5px;
	animation: fadein 1s;
	-moz-animation: fadein 1s; /* Firefox */
	-webkit-animation: fadein 1s; /* Safari et Chrome */
	-o-animation: fadein 1s; /* Opera */
}

.legende_audit{
	width: 50px;
	height: 5px;
	text-align: center;
	border: solid 1px #d4ccc7;
}

.btn_img_inv{
	border: 0;
	padding: 0;
	cursor: pointer;
	background-color: transparent;
}

.btn_img_inv:hover{
	background-color:transparent;
	color:currentcolor;
}

.btn_img_inv:active{
	color:currentcolor;
	background-color:transparent;
}

.btn_img_inv:disabled{
	color:grey;
	background-color:transparent;
	border: 0;
	cursor: not-allowed;
}

/* stylise moi ceci : <label class="custom-checkbox">
										<input class="noborder" type="checkbox" id="en_cours" name="en_cours" '; if ($en_cours == "on") echo "checked"; echo '>
										<span class="checkmark"></span>
									</label>*/
.custom-checkbox {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
}
.custom-checkbox input {
	opacity: 0;
	width: 0;
	height: 0;
}
.custom-checkbox .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 2px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	transition: border-color 0.2s;
}
.custom-checkbox:hover .checkmark {
	border-color: #015174;
}
.custom-checkbox input:checked ~ .checkmark {
	border-color: #015174;
	background-color: #fff;
}
.custom-checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
	display: block;
	left: 5px;
	top: 2px;
	width: 6px;
	height: 12px;
	border: solid #015174;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
	content: "";
}
.desktop-cpm {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001; /* plus haut que banniere_menu */
	@media screen and (min-width: 1024px) {
		display: block;
	}
}
.mobile-cpm {
	display: none;
	position: absolute;
	top: 50px;
	right: 0;
	background-color: white;
	@media screen and (min-width: 1200px) {
		display: none;
	}
}
#cpm_mobile{
	z-index: 9999;
	position: fixed;
	top: 60px;
	right: 0;
	background-color: white;
	/* hauteur du contenu */
	height: 400px;
	display: block;
	background-color: #015174;
	width: 100%;
	display:none;
	visibility: hidden;
}
#banniere_menu{
	display: none;
}
#affichage_module{
	display: none;
}
.services {
    display: flex;
    justify-content: space-around;
    min-height: 450px; /* MODIFIER CETTE LIGNE */
    width: 100%;
    margin-top: 20px;
	margin-bottom: 30px;
}
.service {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 32%;
	margin-right: 1%;
	box-sizing: border-box;
	padding: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	background-color: white;
	position: relative;
	padding-bottom: 100px; /* espace pour le bouton */
	position: relative;
}
.services {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.service img {
	width: 100%;
	border-radius: 10px 10px 0 0;
	/* rogner l'image pour qu'elle s'adapte pour qua la largeur fasse 2 fois la hauteur */
	height: 200px;
	object-fit: cover;
}
.service h2 {
	font-size: 20px;
	margin: 10px 0;
}
.service p {
	font-size: 14px;
}
.service button {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 60px);
	margin: 0;
	padding: 10px 20px;
	background-color: #015174;
	color: white;
	text-decoration: none;
	border-radius: 20px;
}
.service button:hover {
	background-color: #013f4f !important;
	color: white !important;
	text-decoration: none !important;
}
.service:hover {
	transform: scale(1.02);
	transition: transform 0.2s ease-in-out;
	cursor: pointer;
}
.hero {
	text-align: left;
	color: #333;
	padding-left: 0px;
	height: 250px;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	margin-left: calc(-50vw + 50%) !important;
}
.hero h1 {
	color: #015174;
	font-size: 28px;
}
.hero p {
	font-size: 18px;
	margin-left: 50px;
}

.hero.location {
	background: url("../../images/MEDIABANK/bannière 1200 x 400 PX - Mes locations.jpg");
}
.hero.psh360 {
	background: url("../../images/MEDIABANK/psh360.jpg");
}
.hero.sav {
	background: url("../../images/MEDIABANK/bannière 1200 x 400 PX -Mon SAV.jpg");
}
.hero.achat {
	background: url("../../images/MEDIABANK/bannière 1200 x 400 PX -Mes Achats.jpg");
}
.hero.documentation {
	background: url("../../images/MEDIABANK/bannière 1200 x 400 PX -Documention.jpg");
}
.hero.contact {
	background: url("../../images/MEDIABANK/bannière 1200 x 400 PX -Contact.jpg");
}
.hero.administration {
	background: url("../../images/MEDIABANK/bannières MY PSH sans texte ADMINISTRATION.jpg");
}
.hero-div{
	margin: auto;
	max-width: var(--container-width);
	position: relative;
	height:100%;
}
.hero-text{
	/* centrer verticalement, gros, blanc et à gauche */
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: white;
	font-size: 50px;
	font-weight: bold;
	position: absolute;
}
.logo {
	height: 40px;
}
.section {
	text-align: center;
	width: auto;
	margin: 10px;
	padding: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	background-color: white;
	position: relative;
	padding-bottom: 60px; /* espace pour le bouton */
}
.section img {
	width: 100%;
	border-radius: 10px 10px 0 0;
	/* rogner l'image pour qu'elle s'adapte pour qua la largeur fasse 2 fois la hauteur */
	height: 200px;
	object-fit: cover;
}
.section h2 {
	font-size: 20px;
	margin: 10px 0;
}
.section p {
	font-size: 14px;
}
.section a {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 60px);
	margin: 0;
	padding: 10px 20px;
	background-color: #015174;
	color: white;
	text-decoration: none;
	border-radius: 20px;
}
.menu-gauche{
	width: 370px;
	background-color: #015174;
	color: white;
	padding: 20px;
	border-right: 1px solid #ddd;
	top: 0;
	left: 0;
	height: 100%;
	padding-bottom: 50px;
}
/* h2 */
.menu-gauche h2 {
	font-size: 24px;
	margin-bottom: 20px;
	color: white;
	line-height: 1;
}
.menu-gauche .bloc_arrondi {
	border:white 3px solid;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}
.menu-gauche button {
	background-color: white;
	color: #015174;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	width: 100%;
	margin-top: 10px;
	text-align: left;
}
/* flech à droite du bouton */
.menu-gauche button::after {
	content: "→";
	float: right;
	color: #015174;
	font-weight: bold;
	margin-left: 10px;
}
.contenu-droite{
	width:100%;
}
.section-contenu {
	width: 60%;
	float: left;
	margin: 20px;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: top;
	height: 100%;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.section-contenu table{
	width: 100%;
	border-collapse: collapse;
}

.section-contenu table th,
.section-contenu table td {
	padding: 10px;
}

.section-contenu-resume {
	width: 30%;
	float: left;
	margin: 20px;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: top;
	height: 100%;
	display: flex;
	flex-direction: column;
	height: 100%;
}


@media (max-width: 1500px) {
	.section-contenu {
		width: 90%;
	}
	.section-contenu-resume {
		width: 90%;
	}
}
.section-contenu-2 {
	width: 100%;
	border-radius: 15px;
	padding: 10px;
	border: 4px solid #ddd;
	margin-bottom: 20px;
	height: auto;
	box-sizing: border-box;
}
.section-contenu > .section-contenu-2 {
	flex: 1 1 0;
}
.section-contenu-resume > .section-contenu-2 {
	flex: 1 1 0;
}
/* legende centrée */
.section-contenu-2 legend {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #015174;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	margin-right: 20px;
}
nav ul li {
	margin-left: 20px;
}
nav ul li a {
	text-decoration: none;
	color: #333;
}
.desktop-cpm{
	left: 0;
}
/* Style de base pour le header */
#header2 {
	background-color: #d4ccc7; /* Couleur de fond du header */
	padding: 0; /* Espacement intérieur */
	padding-bottom: 5px;
	font-family: Arial, sans-serif; /* Police de caractères */
	height: 35px;
	scrollbar-width: none; /* Firefox */
}
#header2::-webkit-scrollbar {
	display: none; /* Chrome, Safari, Opera */
}
#header2.fixed {
    position: fixed;
    top: 100px; /* Hauteur du header principal */
    left: 0;
    width: 100%;
    z-index: 1000; /* Assurez-vous qu'il est au-dessus de tout */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Optionnel: ajoutez une ombre pour le distinguer */
}

/* Style pour la liste des menus */
#header2 ul {
    list-style-type: none; /* Supprime les puces de la liste */
    margin: 0; /* Supprime les marges */
    padding: 0; /* Supprime les espacements intérieurs */
    display: flex; /* Affiche les éléments de la liste en ligne */
    flex-direction: row; /* Assure que les éléments sont en ligne horizontalement */
}

/* Style pour les éléments de la liste */
#header2 li {
    position: relative; /* Position relative pour les sous-menus */
    margin-right: 10px; /* Espacement entre les éléments de la liste */
    white-space: nowrap; /* Empêche le texte de passer à la ligne */
}

/* Style pour les liens */
#header2 a {
    color: #015174; /* Couleur du texte */
    text-decoration: none; /* Supprime le soulignement */
    padding: 10px 5px; /* Espacement intérieur */
    display: inline-block; /* Affiche les liens en ligne */
}

/* Style pour les liens au survol */
#header2 a:hover {
    background-color: #d4ccc7; /* Couleur de fond au survol */
}

#header2 .dropdown{
	width: auto;
	float: left;
	/* masque le point */
	list-style: none; /* Supprime les puces de la liste */
	margin-top:3px;
}

#header2 #lien_accueil{
	width: 200px;
	float: left;
	width: auto;
	/* masque le point */
	list-style: none; /* Supprime les puces de la liste */
	margin-top:3px;
}

/* Style pour les sous-menus */
#header2 .dropdown-menu {
    display: none; /* Masque les sous-menus par défaut */
    position: absolute; /* Position absolue pour les sous-menus */
    background-color: #f9f9f9; /* Couleur de fond des sous-menus */
    min-width: 200px; /* Largeur minimale des sous-menus */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); /* Ombre portée */
    z-index: 91; /* Z-index pour superposer les sous-menus */
    top: 100%; /* Positionne les sous-menus en dessous des menus principaux */
    left: 0; /* Aligne les sous-menus à gauche des menus principaux */
}

/* Style pour les liens des sous-menus */
#header2 .dropdown-menu a {
    color: black; /* Couleur du texte */
    padding: 12px 16px; /* Espacement intérieur */
    text-decoration: none; /* Supprime le soulignement */
    display: block; /* Affiche les liens en bloc */
}

/* Style pour les liens des sous-menus au survol */
#header2 .dropdown-menu a:hover {
    background-color: #ddd; /* Couleur de fond au survol */
}

/* Affiche les sous-menus au survol */
#header2 li:hover .dropdown-menu {
    display: block; /* Affiche les sous-menus */
}

/* Style pour le lien actif */
#header2 .active {
    background-color: #4CAF50; /* Couleur de fond pour le lien actif */
}

.etiquette_nombre{
	background-color: #f0f0f0;
	border-radius: 15px;
	padding: 5px 14px;
	text-align: center;
	width: 100px;
	white-space: nowrap;
	font-weight: bold;
}
.etiquette_nombre.rouge {
	background-color: #AA2828;
	color: white;
}

.etiquette_nombre.vert {
	background-color: #5AA96F;
	color: white;
}
.etiquette_nombre.orange {
	background-color: #F4B351;
	color: #434342;
}
.etiquette_nombre.bleu{
	background-color: #a6bcd2;
	color: #015174;
}
/* jaune */
.etiquette_nombre.jaune{
	background-color: #f8c276;
	color: #434342;
}
/* gris */
.etiquette_nombre.gris{
	background-color: #d4ccc7;
	color: #434342;
}	

.resume-compteur {
	/* center*/
	text-align: center;
	font-size: 20px;
	padding: 10px;
	color:#015174
}
.resume-compteur .nombre{
	font-weight: bold;
	display: block;
	font-size: 24px;
}


.product-range button{
	background-image: url(../images/icons/transfert_blue.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px; /* espace pour l'icône */
}
.breadcrumbs {
    padding: 10px 0;
    background-color: #f7f4f3;
    font-size: 14px;
	margin-top: 70px;
}

.breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
	max-width: var(--container-width);
	margin: auto;
}

.breadcrumbs ul li {
    margin-right: 5px;
}

.breadcrumbs ul li a {
    color: #015174;
    text-decoration: none;
}

.breadcrumbs .separator {
    color: #aaa;
}

.menu_admin{
	position: absolute;
	display: flex;
	flex-direction: column;
	background-color: transparent; /* Retire la bande blanche */
	border-right: none; /* Retire la bordure */
	top: 52px;
	right: 0;
	text-decoration: none;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	padding-left: 0;
}

.menu_admin li {
	padding: 0;
	border-bottom: 1px solid #ddd;
	list-style: none;
}

.menu_admin li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 25px;
	cursor: pointer;
	background-color: white;
	text-decoration: none;
	color: inherit;
	box-sizing: border-box;
}

.menu_admin li a:hover {
	background-color: #f0f0f0; /* Couleur de fond au survol */
}

.btn-contact{
	background-color: #d2dde4;
	color: white;
	border: none;
	padding: 8px 20px;
	border-radius: 20px;
	cursor: pointer;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	align-items: center;
	justify-content: center;
	/* ne pas souligner au survol */
	
}
.btn-contact:hover {
	background-color: #015174; /* Couleur de fond au survol */
	color: white;
	text-decoration: none;
}


.titre-form {
	font-size: 22px;
	color: lava;
	margin-bottom: 20px;
	float: left;
	width: 100%;
	/* aligner tous les élements au milieu verticalement */
	display: flex;
	align-items: center;
	color: lava;

}
/* commencer titre-form par une barre verticale */
.titre-form::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 30px;
	margin-right: 15px; /* Espace entre la barre et le texte */
	vertical-align: middle; /* Aligne la barre avec le texte */
	/* arrondi */
	border-radius: 5px;
}
.titre-form.violet::before {
	background-color: #87657d; /* Couleur de la barre verticale pour le titre violet */
}
.titre-form.bleu::before {
	background-color: #a6bcc9; /* Couleur de la barre verticale pour le titre bleu */
}
.titre-form.gris::before {
	background-color: #d4ccc7; /* Couleur de la barre verticale pour le titre gris */
}
.titre-form.rose::before {
	background-color: #dfbec2; /* Couleur de la barre verticale pour le titre rose */
}
.titre-form.orange::before{
	background-color: #f8c276; /* Couleur de la barre verticale pour le titre orange */
}
.span_identification_patient {
	display: flex !important;
	width: 100% !important;
	min-width: 400px !important;
	max-width: 800px !important;
	gap: 10px;
}

.span_identification_patient input[type="text"] {
	flex: 1 1 0 !important;
	width: 100% !important;
	min-width: 0 !important;
	margin-right: 0 !important;
	box-sizing: border-box;
}

.span_identification_patient select{
	flex: 1 1 0 !important;
	max-width: 100px !important;
	min-width: 0 !important;
	margin-right: 0 !important;
	box-sizing: border-box;
}
/* input text .champ_date */
.champ_date {
	width: 120px !important;
	min-width: 120px !important;
}


.header-contenu {
	background-color: #015174;
	color: white;
	padding: 20px 40px;
	text-align: left;
	position: relative;
}
.header-contenu h1 {
	margin: 0;
}

.stats-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 20px;
	background-color: #015174;
}
.stat-box {
	background-color: white;
	border-radius: 8px;
	padding: 15px;
	margin: 10px;
	width: 250px;
	height: 120px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	position: relative;
	cursor: default;
}
/* grossi progressivement quand hover */
.stat-box:hover {
	transform: scale(1.05);
	transition: transform 0.2s ease-in-out;
}

.stat-box .libelle {
	color: #015174;
	font-size: 16px;
}
.stat-box .compteur {
	color: #015174;
	font-weight: bold;
	font-size: 24px;
}
.stat-box .infos {
	color: #bfb4ae;
}
.stat-box p {
	font-size: 24px;
	font-weight: bold;
}
.stat-box-icon{
	top: 10px;
	right: 10px;
	position: absolute;
	border-radius: 8px;
	color: black;
	padding: 8px;
	z-index: 90;
}
.stat-box-icon.blue{
	background-color: #015174;
	color: white;
}
.stat-box-icon.yellow{
	background-color: #f8c276;
}
.stat-box-icon.purple{
	background-color: #87657d;
	color: white;
}
.stat-box-icon.pink{
	background-color: #dfbec2;
}
.category-box-group{
	padding:10px;
}
.category-box {
	background-color: white;
	border-radius: 8px;
	padding: 15px;
	margin: 10px 0;
	border: solid 2px #d4ccc7;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: default;
}
.category-box.active{
	border: solid 2px #015174;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transform: scale(1.02);
}
.category-box img {
	width: 50px;
	height: 50px;
}
.category-box:hover {
	transform: scale(1.02);
	transition: transform 0.2s ease-in-out;
	border: solid 2px #015174;
}
.category-box.contact:hover {
	transform: scale(1.00) !important;
	border: solid 2px #d4ccc7;
}
.category-box-img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #015174;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-content {
	display: flex;
	flex-direction: row;
	align-items: stretch; /* Ajouté pour étirer les enfants */
    padding: 20px;
    background-color: #f7f4f3;
    position: relative;
}
.categories-container, .table-container {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    margin: 10px;
    background-color: white;
    min-height: 300px; /* Ajouté pour éviter les débordements */
    display: flex;
    flex-direction: column; /* Pour que le contenu s'étire verticalement */
}
.table-container table{
	width: 97%;
	border-collapse: collapse;
	margin: 10px;
}
.table-container tr {
	border-bottom: 1px solid #ddd;
}
.table-container tr:hover {
	background-color: #f2f2f2;
}
.table-container th, .table-container td {
	padding: 10px;
	text-align: left;
}
.table-container th {
	background-color: #f7f4f3;
	color: #015174;
}
.table-container.contact{
	background-color: #f7f4f3;
	border-radius: 8px;
}
.categories-titre{
	/* largeur 100%, fond bleu, texte blanc, centré */
	width: 100%;
	background-color: #015174;
	color: white;
	text-align: left;
	padding: 10px;
}
.categories-titre-entete{
	background-color: #015174;
	color: white;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.categories-titre p{
	padding: 10px;
}
.span_contact{
	margin-right: 20px;
	float: top;
	white-space: nowrap;
}
.btnblanc{
	background-color: white;
	color: #015174;
	border: 1px solid #015174;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	width: 100%;
	margin-top: 10px;
	text-align: left;
}
.btnblanc:hover{
	transform: scale(1.02);
	transition: transform 0.2s ease-in-out;
}
.span-btn-contrat{
	position:absolute;
	top: 10px;
	right: 20px;
}
.btn-contrat{
	width: auto;
	background-color: #f8c276;
}
.btn-contrat i{
	margin-right: 5px;
}
.btn-contrat-acc {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 0 10px;
    border-radius: 50px;
    box-shadow: none;
    background-color: #f8c276;
    color: #434342;
    cursor: pointer;
    opacity: 0.92;
    transition: background 0.2s, opacity 0.2s, width 0.3s;
    display: inline-flex;
    align-items: center;
    min-width: 36px;
    height: 36px;
    overflow: hidden;
    z-index: 2;
    border: none;
    justify-content: center;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.btn-contrat-acc i {
    font-size: 1.15em;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
}
.btn-contrat-acc .btn-label {
    opacity: 0;
    max-width: 0;
    margin-left: 0;
    transition: opacity 0.35s, max-width 0.35s, margin-left 0.35s;
    white-space: nowrap;
    overflow: hidden;
    pointer-events: none;
    font-size: 1em;
    color: #434342;
}
.btn-contrat-acc:hover,
.btn-contrat-acc:focus {
    opacity: 1;
    background: #f4b351;
    text-decoration: none;
    outline: none;
}
.btn-contrat-acc:hover .btn-label,
.btn-contrat-acc:focus .btn-label {
    opacity: 1;
    max-width: 200px;
    margin-left: 10px;
    pointer-events: auto;
}

/* Responsive : bouton centré en bas sur mobile */
@media (max-width: 700px) {
    .btn-contrat-acc {
        position: static;
        margin: 10px auto 0 auto;
        display: flex;
        justify-content: center;
        width: fit-content;
        min-width: 36px;
        height: 36px;
    }
}
.tabs-wrap {
	position: relative;
	/*z-index: 1000;*/
}
.spinner-accueil{
	animation: spin 1s linear infinite;
	color: #015174;
	font-size: 25px;
	text-align: center;
}

/* Page ma documentation */
.tabs{
display:flex; gap:12px; align-items:center; justify-content:space-between;
border:1px solid #a6bcc9; padding:6px; border-radius:24px;
box-shadow:0 6px 20px rgba(0,0,0,.06);
max-width:900px; margin:0 auto;
}
.tab-btn{
flex:1; border:0; background:transparent; padding:10px 14px; border-radius:999px;
font-family: Santral; font-weight:bold; cursor:pointer; white-space:nowrap;
}
.tab-btn.active{ background:#015174; color:#fff; }
.tab-btn i{ margin-right:8px; }
.tab-panel{ display:none; }
.tab-panel.active{ display:block; }

.pill{display:inline-block; border:1px solid #a6bcc9; border-radius:999px; padding:6px 10px; font-size:12px;}
.btnline{ display:flex; gap:10px; flex-wrap:wrap; margin-top:8px; }
.card{
background:#fff; border:1px solid #e8e5e2; border-radius:12px; padding:16px;
box-shadow:0 6px 18px rgba(0,0,0,.06);
}
.two-cols{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
@media (max-width: 1000px){ .two-cols{ grid-template-columns:1fr; } }
.media-row{ display:grid; grid-template-columns:290px 1fr; gap:18px; align-items:start; }
@media (max-width: 900px){ .media-row{ grid-template-columns:1fr; } }
.media-thumb{ width:100%; height:160px; border-radius:10px; background:#ddd; object-fit:cover; }
.left-sticky{ width:290px; }
@media (max-width: 1200px){ .left-sticky{ width:100%; } }

.button-container{
	right: 10px;
	position: absolute;
	margin-left: 30px;
}

/* --- Bloc "Besoin d'aide" --- */
.category-box.contact{
	margin: auto;
	margin-top: 20px;
	max-width: var(--container-width);
}
.category-box.contact.help{
	flex-direction: column;
	align-items: stretch;        /* <= important : étire les enfants en largeur */
}

.help-header{
  text-align:center;
}
.help-header h3{
  margin:0;
  color:#2c5b73;            /* proche de ta palette */
  font-weight:bold;
}
.help-header p{
  margin:4px 0 8px;
  color:#777;
}

.help-grid{
	display: flex;
	gap: 24px;
	justify-content: center;
	align-items: stretch;
}

.help-item{
	background:#f7f4f3;
	border-radius:12px;
	padding:16px;
	display:flex;
	flex-direction: column;
	gap:12px;
	align-items:flex-start;
	flex: 1 1 0;
	min-width: 220px;
	max-width: 350px;
	margin: 0;
@media (max-width: 900px) {
	.help-grid {
		flex-direction: column;
		gap: 16px;
	}
	.help-item {
		max-width: 100%;
		width: 100%;
	}
}
}

.help-icon{
	width:38px;
	height:42px;
	border-radius:10px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-shrink:0;
	color:#fff;
	margin-right: 10px;
	text-align: center; /* centre le texte horizontalement */
	padding-left: 5px;
}
.help-icon.blue{   background:#a6bcc9; }  /* bleu-gris existant */
.help-icon.purple{ background:#87657d; }  /* violet existant   */
.help-icon.orange{ background:#f4b351; }  /* orange existant   */
.help-icon.pink{   background:#dfbec2; }  /* rose existant     */

.help-text{ text-align:left; }
.help-title{
  color:#2c5b73;
  font-weight:bold;
  line-height:1.1;
}
.help-subtitle{
	color:#777;
	font-size:12px;
	margin-bottom:8px;
}
.help-line{
    margin: 0;
    white-space: nowrap;
    display: flex;         /* <-- Ajouté */
    align-items: center;   /* <-- Ajouté pour aligner verticalement */
    width: 100%;
    clear: both;
	vertical-align: middle;
}
.help-line i{ margin-right:8px; }

#div_suivi_locations {
    flex: 1 1 0;
    min-height: 0;
    overflow: auto;
}

#div_suivi_locations td,
#div_suivi_locations th {
	font-size: 10px;
	padding: 2px;
	white-space: nowrap;
}

/* Style pour le tableau des escarres */
#tbl_escarres {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
}
#tbl_escarres th {
    background: #015174;
    color: #fff;
    font-weight: bold;
    padding: 12px;
    font-size: 16px;
}
#tbl_escarres td {
    padding: 10px;
    border: 1px solid #e8e5e2;
    vertical-align: middle;
    font-size: 15px;
    background: #fff;
}
#tbl_escarres select,
#tbl_escarres input[type="text"] {
    border-radius: 6px;
    border: 1px solid #a6bcc9;
    padding: 5px 8px;
    font-size: 14px;
}
#tbl_escarres .fa-location-dot {
    color: #015174;
    margin-right: 6px;
}
#tbl_escarres .fa-stairs {
    color: #87657d;
    margin-right: 6px;
}
#tbl_escarres .fa-hospital-user {
    color: #e67e22;
    margin-right: 6px;
}
#tbl_escarres a#ajouter img,
#tbl_escarres td[id^="suppr_"] img {
    display: none; /* On masque l'image par défaut */
}
#tbl_escarres td[id^="suppr_"] a:hover::before {
    color: #c0392b;
}
#tbl_escarres thead th {
    border-bottom: 2px solid #a6bcc9;
}
#tbl_escarres tr:hover td {
    background: #f0f8ff;
    transition: background 0.2s;
}
.alert-warning{
	background-color: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
	padding: 10px;
	border-radius: 5px;
	margin: 10px 0;
	font-weight: bold;
}

.btn-switch-user {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center; /* Ajouté pour centrer horizontalement */
    padding: 0;
    border-radius: 50px;
    background: #f8c276;
    color: #434342;
    cursor: pointer;
    min-width: 32px;
    height: 34px;
    overflow: hidden;
    transition: background 0.2s, opacity 0.2s, width 0.3s;
    border: none;
    opacity: 0.92;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle; /* Ajouté pour aligner avec les autres boutons */
	margin-top: -9px;
	padding: 0% 10px;
}
.btn-switch-user i {
    font-size: 1.15em;
    margin: 0; /* Supprime tout espace autour de l'icône */
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-switch-user .btn-label {
    opacity: 0;
    max-width: 0;
    margin-left: 0;
    transition: opacity 0.35s, max-width 0.35s, margin-left 0.35s;
    white-space: nowrap;
    overflow: hidden;
    pointer-events: none;
    font-size: 1em;
    color: #434342;
}
.btn-switch-user:hover,
.btn-switch-user:focus {
    opacity: 1;
    background: #f4b351;
    text-decoration: none;
    outline: none;
}
.btn-switch-user:hover .btn-label,
.btn-switch-user:focus .btn-label {
    opacity: 1;
    max-width: 200px;
    margin-left: 10px;
    pointer-events: auto;
}
#affichage_tableau{
	margin-top: 40px;
}

/* Responsive */
@media (max-width: 1024px){
  .help-grid{ flex-direction:column; }
}


@media (max-width: 1024px) {
	.btn-contact{
		background: white;
		margin: 0;
		border-radius: 0;
		padding-left: 0 !important;
	}
	.btn-contact i{
		display: none;
	}
	.btn-contact:hover{
		background-color: #015174;
	}
	.menu-gauche {
		display: none;
	}
	header {
		top: 0;
		margin-top: 0;
		background-color: white;
		padding: 10px 0;
		display: flex;
		justify-content: center; /* Centre horizontalement */
		align-items: center; /* Centre verticalement (si nécessaire) */
		width: 100vw;
		max-width: 100vw;
		position: fixed;
		z-index: 999;
		left: 0;
		right: 0;
		box-sizing: border-box;
		height: 60px;
		margin-left: 0;
	}
	header .menu{
		display: block;
	}
	header .user{
		display: block;
	}
    .hero{
	 	background-position: right;
    }
	#contenu_total{
		margin-top: 0;
		min-width: 100%;
	}
	.menu_admin{
		display: none;
	}
	.services {
		flex-direction: column;
	}
	.service{
		width: 80%;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	#menu-1 {
		display: flex;
		flex-direction: column;
		position: absolute;
		top: 40px;
		left: -20px;
		background: white;
		visibility: hidden;
		min-width: 220px;
		overflow: hidden;
		animation: fadein 0.3s;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	}
	#menu-1 li {
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #e0d9d3;
		transition: background 0.2s;
	}
	#menu-1 li:last-child {
		border-bottom: none;
	}
	#menu-1 li a {
		display: flex;
		align-items: center;
		width: 100%;
		height: 100%;
		padding: 14px 24px;
		padding-right: 140px;
		text-decoration: none;
		color: #015174;
		font-family: Santral, Arial, sans-serif;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 0.5px;
		box-sizing: border-box;
		transition: background 0.2s, color 0.2s;
		border-radius: 0;
	}
	#menu-1 li a:hover {
		background-color: #015174;
		color: #fff;
		text-decoration: none;
	}
	#menu-1 li a i {
		margin-right: 10px;
		font-size: 18px;
		color: #87657d;
		transition: color 0.2s;
	}
	#menu-1 li a:hover i {
		color: #fff;
	}
	@keyframes fadein {
		from { opacity: 0; transform: translateY(-10px);}
		to { opacity: 1; transform: translateY(0);}
	}
	.footer {
		flex-direction: column;
		align-items: stretch;
	}
	.footer-left, .footer-center, .footer-right {
		width: 100%;
		padding-left: 0;
		text-align: left;
		margin-bottom: 20px;
	}
	.footer-center {
		font-size: 20px;
		padding-left: 0;
	}
	.main-content {
		flex-direction: column;
	}
	.categories-container, .table-container {
		width: 100%;
	}
	.header-contenu {
		padding: 30px 20px;
	}
	.help-grid{
		grid-template-columns: 1fr;
	}
	.logo{
		position: absolute;
		/* positionnne au centre */
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.menu-header{
		max-width: 100%;
	}
	#conteneur{
		top: 10px;
		margin: 0;
	}
	#cpm_mobile{
		visibility: visible;
	}
	.titre_accueil_2{
		width: 80%;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
		margin-bottom: 0;
	}
}
@media (max-width: 720px) {
	.hero-text{
		font-size: 30px;
	}
	.titre_accueil_2{
		font-size: 24px;
	}
}

@media (max-width: 1200px){
	.menu-header {
		max-width: 95%;
	}
	.breadcrumbs ul {
		max-width: 95%;
	}
	#header2 .sous-menu{
		max-width: 95%;
	}
	.hero-div{
		max-width: 95%;
	}
	#contenu_total{
		max-width: 95%;
	}
	.footer{
		max-width: 95%;
	}
	.category-box.contact{
		max-width: 95%;
	}
	#div_suivi_locations {
		flex: 1 1 auto;
		min-height: 300px; /* ou 100%, selon le besoin */
		max-height: 100vh;
		overflow: auto;
		display: flex;
		flex-direction: column;
	}
}