/***********************************************************/
/*********************** RESET CSS ************************/
/**********************************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid black;
    margin:1em 0;
    padding:0;
}

/***********************************************************/
/*********************** END RESET ************************/
/**********************************************************/

/*----------------------- PAGE STYLE -----------------------*/

@font-face {
    font-family : automn;
    src: url(font/Automn.ttf) format("truetype") ;
}

html, body {
	touch-action: manipulation;
	scroll-behavior: smooth;
}

body {
    font-family: 'Questrial', sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: black;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased; /* Optimise le rendu sur iPad */
}

.body-fond {
	background-color: #e6e6e6;
}

#container {
	max-width: 1200px;
	margin: auto;
	padding-left: 40px;
	padding-right: 40px;
}

img {
	border-radius: 5px;
}

a:hover {
	color: black;
}

button:focus {
    outline: none;
}

.text-align-right {
	text-align:right !important;
}

.float-right {
	float: right !important;
}

.text-align-center {
	text-align:center !important;
}

.inline-block {
	display: inline-block !important;
}

.inline {
	display: inline !important;
}

/********** HEADER *************/

.center_img {
	text-align: center;
}

.center_img img {
	width: 100%;
	max-width: 460px;
}

#topbanner {
	background-color: white;
	align-items: center;
	text-transform: uppercase;
	font-weight: bold;
    letter-spacing: 0.2em;
	color: white;
	margin: auto;
	min-height: 26px;
	margin-bottom: 50px;
	border-bottom: 1px solid black;
}

#topbanner #menu {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	font-size: 0.8em;
}

#topbanner ul li {
	display: inline;
	padding: 0px 35px 0px 35px;
}

#topbanner ul li a {
	color: black;
	padding-bottom: 10px;
}

#topbanner ul li a:hover {
	background-color: white;
	color: black;
	text-decoration: none;
	border-bottom: 1px solid black;
}

#topbanner #selected {
	color: black;
	text-decoration: none;
	border: none;
	border-bottom: 3px solid #28a745;
	box-shadow: 
    			0 16px 20px -16px rgba(8, 145, 178, 0.15), 
    			0 10px 10px -7px rgba(0, 0, 0, 0.25);
}

#lang {
	z-index: 999;
	padding: 2px;
	position: fixed;
	top: 10px;
	right: 20px;
}

#lang img {
	border-radius: 3px;
	width: auto;
}

#lang #fr .select-en, #lang #en .select-fr {
	width: 30px
}

#lang a#en {
	display: inline-block;
	padding-left: 7px;
	height: 19px;
	border-left: 1px solid black;
} 

#lang #select-lang {
	width: 35px;
	box-shadow: 0 10px 25px -5px rgba(8, 145, 178, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.2);
}

/* override accueil */
#topbanner #lang {
	padding: 8px;
}

#lang a {
	text-decoration: none;
}

#lang a img {
	border: 1px solid gray;
}

#tripadvisor {
	position: fixed !important;
	bottom: 15px;
	left: 15px;
	z-index: 99999;
}

h1, h2, h3 {
	font-family : automn;
	text-transform: uppercase;
}

h1 {
	font-size: 3em;
	text-transform: uppercase;
	color : black;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	margin: auto;
}

.material-symbols-outlined {
	font-size: 0.9em;
	vertical-align:middle;
	font-variation-settings:
	'FILL' 0,
	'wght' 400,
	'GRAD' 0,
	'opsz' 24
}

.list-details .material-symbols-outlined {
	width: 12px;
}


h2, h3 {
	letter-spacing: 0.15em;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
	border-bottom:1px solid black;
}

/********** HOME PAGE *************/

#hometitle {
	text-align: center;
	font-size: 2em;
	letter-spacing: 0.2em;
	padding-top: 4px;
	border-bottom: 0px;
	margin: 0px;
	border: none;
}

#home .dashedborder {
	margin-bottom: 50px;
}



#home.bloc-content {
	margin-top: 50px;
}

#img-golfette {
	margin-bottom: 20px;
}

.row h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.5em;
}

#home p {
	margin-top: 10px;
	margin-bottom: 15px;
}

.float-bottom {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.float-right {
	float: right;
}

.solidborder {
	position: relative;
	border: 2px solid black;
	padding: 20px;
}

.solidborder strong {
	display: block;
	margin-top: 10px;
}

.dashedborder {
	border: 2px dashed black;
	padding: 5px;
}

.list-details {
	margin-bottom: 10px;
}

.list-details li {
	display:inline-block;
	margin-right: 13px;
}

.list-details li:nth-child(n+3) {
	margin-right: 2px;
}

.list-details li:nth-child(n+4), .list-details li:nth-child(n+5), .list-details li:nth-child(n+6)  {
	margin-top: -2px;
	margin-left: -4px;
	margin-right: -6px;
	font-size: 1.2em;
}

#home img, .detail-circuit img {
	width: 100%;
}

.detail-circuit div.image img {
	width: auto;
}

#circuits {
	display: flex;
	justify-content: center;
	gap: 2em;
}

#circuits h3 {
	position: relative;
	display: inline;
	border: none;
	padding-right: 10px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 1.7em;
    z-index: 999;
	background-color: white;
}

.title-circuit {
	position: relative;
}

.title-circuit hr {
	border-top: 6px solid;
	position: absolute;
    height: 30px;
    width: 100%;
    top: -5px;
}

.title-circuit .border-title {
	border-top: 6px solid;
}

#circuits img {
	max-width: 100%;
}

.bloc-content p {
	text-align: justify;
}

.col-modif {
	flex: 0 0 47%;
	max-width: 47%;
}

/* Gestion si le circuit a une image wide */
.-img-wide {
	flex: 0 0 100%;
	max-width: 97.2%;
}

.cirprix {
	display:flex;
	width: 100%;
	justify-content: flex-end;
}

.form-group .cirprix label {
	display: inline-block;
	margin-bottom: 0px;
}

.cirprix button, .cirprix a {
	font-size: 1.2em;
	letter-spacing: 0.1em;
	padding: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	background: #28a745;
	border-radius: 4px 4px;
	border: none;
}

.cirprix button:hover, .cirprix a:hover {
	cursor: pointer;
	text-decoration: none;
	background-color:#197e30;
}

.cirprix p, .cirprix button {
	width: 100%
}

.details {
	margin-top: 15px;
	height: 60px;
}

.details a {
	float: left;
	letter-spacing: 0.1em;
	color: white;
	text-decoration: none;
	padding: 10px 20px 10px 20px;
	background-color: #58585b;
	border-radius: 50px 50px;
}

.details a:hover {
	color: white;
	background-color: black;
	text-decoration: none;
}

.details p {
	font-weight: bold;
	font-size: 2.5em;
	vertical-align: middle;
	float: right;
}

.detail-circuit .details p {
	display: block;
	float: none;
}

h4 {
	text-align: center;
	font-size: 1.2em;
	letter-spacing: 1px;
	color: black;
	position: relative;
	top: 60px;
}

#txt-multilang {
	text-align: center;
	margin-bottom: 30px;
}

#multilang {
	display: flex;
	justify-content: space-between;
}

#multilang p {
	text-align: center;
	margin-bottom: 5px;
}

#multilang img {
	border: 2px solid black;
}

/********** DETAILS CIRCUITS *************/

.anchor {
	height: 50px;
}

.bloc-content-child {
	margin-bottom: 100px;
	margin-top: 60px;
}

.bloc-content p strong {
	display: block;
}

.detail-circuit .prix p {
	margin-top: 15px;
	text-align: right;
	font-weight: bold;
	font-size: 2.5em;
	vertical-align: middle;
}

.detail-circuit .cirprix {
	margin-top: 15px;
	display: block;
	text-align: right;
}

.detail-circuit p {
	text-align: justify;
}

.detail-circuit .cirprix a, .detail-circuit .cirprix p {
	display: block;
	text-align: center;
}

.detail-circuit .cirprix p {
	display: block;
	margin-bottom: 10px;
}

.detail-circuit .border-title {
	height: 0px;
	border: none;
}

.detail-circuit .title-center {
	top: -68px;
}

.txt {
	margin-bottom: 20px;
}

/********** FORMULAIRE RESERVATION *************/

input, select {
	letter-spacing: inherit;
}

.italic {
	font-style: italic;
}

.low-dashed-line {
	position: relative;
	margin-top: 15px;
	border-top: 1px dashed black;
}

.reservation_list .archive {
	text-align: left;
	margin-top: 20px;
	height: 20px;
	width: 20px;
}

#consult li {
	margin: 10px;
	list-style: none;
}

#social #consult-footer li {
	display: block;
	width: auto;
	margin-left: 0px;
	margin-bottom: 5px;
}

#social #consult-footer li a {
	color: white;
	text-decoration: underline;
}

#admin input::selection {  background: #f7a494; }

.reservation_list label {
	display: block;
}

.reservation_list .labelarchive {
	display: inline-block;
}

.reservation_list .infos {
	margin-bottom: 10px;
}

.description {
    min-height: 60px;
    max-height: 66px;
    display: -webkit-box;       /* gestion circuit description longue */
    -webkit-line-clamp: 3;      /* Nombre de lignes avant les "..." (Anciens navigateurs/Webkit) */
    line-clamp: 3;              /* Propriété standard (Supprime l'erreur VS Code) */
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.cirprix div {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	
}

/* Bouton radio selection circuit */

/* Cela va colorer le rond du bouton radio quand il est coché */
input[type="radio"] {
    accent-color: #007bff; /* C'est le bleu standard, tu peux l'ajuster */
    cursor: pointer;
}

.cirprix input[type="radio"] {
	position: relative;
    width: 20px;
    top: 4px;
    left: 44px;
    height: 20px;
}

.cirprix input[type="radio"]:checked ~ label {
	background-color: #28a745;
	color: white;
}

.cirprix label {
	display: inline-block;
	padding: 20px;
	padding-left: 50px;
	background-color: #bcbcbc;
	border-radius: 4px 4px;
}

.cirprix label:hover {
	background-color:#dfdfdf;
	cursor: pointer; 
}

/* Fin radio selection circuit */ 

.labelarchive {
	display: inline-block;
	vertical-align: text-bottom;
	height: 16px;
}

.row .low-dashed-line {
	padding-bottom: 7px;
}

.btn-valider {
	border-radius: .25rem;
	cursor: pointer;
	color: white;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 1.5em;
	height:60px;
	margin-top:20px;
	margin-bottom: 5px;
	width: 100%;
	background-color: #28a745;
	border:none;
}

.btn-valider:hover {
	background-color: #197e30;
}

.btn-facturer {
	border-radius: 4px 4px;
	width: 100%;
	font-size: medium;
	height: 62px;
	margin-top: 10px;
	border: none;
}

.btn-facturer:hover {
	background-color: green;
	color: white;
	cursor: pointer;
}

#indicatif {
	display: inline;
	width: 50%;
}

#form_phone {
	display: inline;
	width: 50%;
	float: right;
}

.form-group label {
	margin-bottom: 2px;
	display: block;
}

.text-muted {
	text-align: right;
}

.bloc-title {
	margin-top: 60px;
	text-align: center;
}

.border-title {
	border-top: 1px solid black;
	height: 50px;
	text-align: center;
}

/* exception -> circuit details */
.border-title-2 {
	height: 0px;
}

.bloc-content {
	margin-top: 60px;
}

.label {
    margin-left: 5px;
    width:64%;
    float:left;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: pre;
}

.pack {
	background-color: #f31a1a;
	color: white;
}

.promo {
	display: none;
}

.promo .italic, .nopromo .italic {
	display: block;
}

#circuit-title {
	display: none;
}

.spots {
	float: left;
	text-align: center;
	margin-right : 8px;
	color: white;
	font-weight: bold;
	background-color: #25a84a;
	border-radius: 50%;
	width: 25px;
	height: 25px;
}

#escales {
	display: none;
}

#escales input {
	width: 20px;
	height: 20px;
	float: left;
	margin-top: 2px;
}

#escales p {
	margin-bottom: 15px;
}

#escales div label {
	margin-bottom: 20px;
}

#tot {
	width: 100%;
	font-size: 1.2em;
	text-align: right;
	border-top: 1px dotted black;
	margin-right: 15px;
	margin-left: 15px;
}

#prix-tot {
	font-size:1.5em;
	font-weight: bold;
	margin-left: 7px;
	color: black;
	font-style: normal;
}

.title-center {
	border-bottom: none;
	text-align: center;
	position: relative;
	top: -38px;
	background-color: white;
	display: inline-block;
	padding: 20px;
	width: auto;
	margin: auto;
}

.tarifs-align {
	width: 50%;
	display: inline-block;
}

.bloc-content .tarifs-align:last-child {
	float: right;
}

.tarifs {
	margin:auto;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: white;
	position: relative;
}

.tarifs h3 {
    text-shadow: #000000 5px 0 5px;
}

.tarifs h3 {
	text-align: center;
	letter-spacing: 1px;
	position: relative;
	top: 30%;
	font-weight: bold;
	font-size:1.5em;
}

.tarifs p {
	top: -48px;
    text-align: center;
    position: relative;
    color: black;
    padding-top: 100px;
    font-size: 1.1em;
}

.tarifs p span {
	font-size: 3em;
	font-weight: bold;
}

.tarifs p .tarifs-italic {
	top: -10px;
	font-style: italic;
	font-weight: normal;
	font-size: 1em;
	display: block;
	position: relative;
}

.about {
	text-align: justify;
}

#contact-message {
	min-height: 100px;
}

.name-field {
	display: none;
}

/* center texte */
.bloc-content .discover, .roadtrips p  {
	top: 115px;
}

/*-------------------- CONFIRMATION --------------------*/

#main #topbanner {
	border: none;
	margin-bottom: 0px;
}

#confirm {
	border: 2px dashed black;
	background-color: white;
	color: black;
	margin-top: 30px;
	padding: 5px;
	color: black;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	max-width: 900px;
	width: 88%;
}

#dotted-border {
	padding: 30px;
	border: 2px solid black;
}

.titleconfirm {
	font-size:2em;
	letter-spacing: 0.19em;
	margin-bottom: 25px;
}

#confirm h2 {
	font-size: 1.5em;
	margin-top: 20px;
	margin-bottom: 25px;
	width : 100%;
	border-bottom:1px solid black;
	text-align: left;
}

#confirm button {
	margin-top:50px;
	width: 100%;
	height: 40px;
}

#confirm label {
	font-weight: bold;
	display: block;
	margin-top: 15px;
}
#confirm label#inline {
	display: inline-block;
	text-transform: uppercase;
}

.reservation_list ul {
	margin-left: 20px;
}

#confirm .list-escales li, #container .list-escales li {
	list-style: square;
	margin-left: 17px;
}

#confirm .emit {
	display: inline;
}

#confirm a, #confirm a:link, #confirm a:visited, #caisse-content a:visited, #caisse-content a:link {
	color: black;
}

.links_devis a:hover {
	background-color: rgb(226, 226, 226);
}

#confirm .modif-devis span {
	float: none;
    color: black;
    padding: 3px;
    font-size: 1.1em;
    font-style: normal;
    font-weight: normal;
	margin-bottom: 2px;
}

#bloc-company {
	margin-top: 25px;
	margin-bottom: 25px;
}

#company a, #google-maps a, #aperçu-map a {
	text-decoration: underline;
}

#company-border {
	border-left: 1px solid black;
}

.open-popup {
	text-decoration: underline;
}

#retour {
	border-radius: 4px 4px;
	text-decoration: none;
	font-size: 0.9em;
	color: black;
	text-align: center;
	display: block;
	margin-top: 25px;
	padding: 15px;
	width: auto;
	background-color: #dfdfdf;
	border: 1px solid gray;
}

#retour:hover {
	background-color: #a6f4ff;
}

/* POP UP CARTE */

/* Le fond noir qui couvre tout l'écran */
.popup-overlay {
  display: none; /* Caché par défaut */
  position: fixed;
  z-index: 9000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9); /* Noir à 90% d'opacité */
  cursor: pointer;
}

/* L'image centrée */
.popup-content {
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
}

/* Le bouton fermer (la petite croix) */
.popup-close {
  position: absolute;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 1.1em;
  z-index: 9999;
  top: 35px;
  right: 35px;
  color: #fff;
  background-color: rgba(129, 129, 129, 0.5);
  font-size: 25px;
  border-radius: 5px;
  cursor: pointer;
}

/********** PAGE CONTACT *************/

#coordonnees div {
	margin-bottom: 25px;
}

#coordonnees div:last-of-type {
	margin-bottom: 40px;
}

#coordonnees p strong {
	margin-top: 10px;
}

p a, #consult a {
	color: black;
	text-decoration: underline;
}

#box-confirm {
	z-index: 9999;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	
	display: flex;
    justify-content: center; /* Centre horizontalement */
    align-items: center;
	
	background-color: rgba(0,0,0,0.7);

    background-color: rgba(0,0,0,0.5); 
    
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px); /* Sécurité pour Safari et iOS */
}

#msgConfirm {
    width: 50%;
    padding: 40px;
    background-color: white;
    border-radius: 4px;
	text-align: center;
}

#box-confirm a {
	color: black;
	text-decoration: underline;
}

.bloc-content .txt_center {
	text-align: center;
	margin-bottom: 15px;
}

.jiggs {
	direction: rtl;
    unicode-bidi: bidi-override;
}

/********** QR CODE *************/

#book-now, #book-now input {
	font-size: clamp(1.5rem, 4vw, 3rem);
}

#book-now {
	padding: 20px;
	margin:auto;
	height: 100dvh;
}

#book-now .row {
	margin-bottom: 30px;
}

#book-now input {
	height: 80px;
}

/********** PAGE MENTIONS LÉGALES / CGV *************/

#legal strong, #cgv strong {
	margin-top: 20px;
}

#legal h2 {
	margin-top: 50px;
}

section#legal {
	margin-bottom: 100px;
}

#legal p.margin {
	margin-top: 15px;
}

#cgv ul li {
	margin-left: 30px;
}

/********** ADMIN *************/

#admin {
	border-radius: 4px 4px;
	padding: 40px;
	padding-bottom: 10px;
	margin-bottom: 10px;
    color: black;
    background-color: white;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}

#nav-admin {
	width: 100%;
	vertical-align: middle;
	background-color:  black;
	text-align: center;
}

#nav-admin a.frontlink {
	padding-left: 3.5%;
	padding-right: 3.5%;
	text-decoration: none;
}

#nav-admin a.frontlink:hover, #nav-admin a.selected {
	background-color: white;
	color: black;
}

#nav-admin .material-symbols-outlined {
	font-variation-settings: 'wght' 275, 'GRAD' 0;
}

#admin h1 {
	font-family: "Questrial";
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 0px;
	text-align: center;
	width: 100%;
}

#admin a span.material-symbols-outlined {
	font-size: 1.2em;
}

#nores {
	margin: 30px;
	text-align: center;
}

#admin a {
	color: black;
}

#admin #reserv {
	margin-bottom: 5px;
}

#admin #reserv form {
	margin-top: 7px;
}

#admin #reserv select {
	width: 100%;
	padding: 10px;
	padding-left: 4px;
}

#admin #reserv #date_select {
	width: 100%;
	height: 40px;
}

#admin .modif-devis {
	display: inline-block;
	text-decoration: none;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 12px;
	margin-right: 10px;
	border-radius: 4px 4px;
	border: 1px solid black;
}

#admin a.modif-devis:hover {
	background-color: #e5e5e5e5;
}

.bon-content {
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
}

.bon {
	display: inline-block;
	text-decoration: underline;
}

.adminprix {
	margin-top: 10px;
}

#client {
	margin-bottom: 10px;
	width: 99%;
}

#client input, #client select {
	padding: 0px;
	padding-left: 5px;
	height: 32px;
	margin-bottom: 15px;
}

#client #indicatif, #client #phone {
	width: 30%;
	display: inline-block;
}

#client #phone {
	width: 67%;
	float: right;
}

#client #indicatif, #client #passengers {
	height: 36px;
}

.prixTTC {
	border-radius: 4px 4px;
	margin-right: 20px;
	display: inline-block;
	width: auto;
	padding: 20px;
	font-size: 1.3em;
	font-weight: bold;
	background-color: #c3deb7;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#confirm .prixTTC label {
	margin: 0px;
}

.payment .qrcode, .payment .link-pay {
	display: inline-block;
}

.qrcode {
	margin-top: 20px;
	margin-right: 20px;
}

.qrcode p {
	margin-bottom: 0px;
}

.qrcode p a img {
	border-radius: 0px;
}

.link-pay {
	line-height: 5em;
	height: 80px;
}

.link-pay a {
	padding: 15px;
	border-radius: 4px;
	background-color: lightgray;
}

.link-pay a:hover {
	text-decoration: none;
}

#cancel {
	display: block;
	font-size: 0.9em;
	margin-top: 10px;
}

.line hr {
	margin-top: 25px;
}

#bloc-company img {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 300px;
	width: 100%;
}

#company img  {
	max-width: 300px;
}

#assurance img {
	max-width: 150px;
	margin-top: 15px;
	display: block;
}

.remise {
	color: rgb(49, 49, 49);
	font-style: italic;
	display: inline-block;
	margin: 5px;
}

.prixbarre {
	font-size: 1.3em;
	display: inline-block;
	color: black;
	text-decoration: line-through;
}

.reservation_list {
	position: relative;
	border-radius: 4px 4px;
	text-align: left;
	border: 1px solid black;
	padding: 20px;
	margin-bottom: 40px;
}

.reservation_list h2 {
	font-weight: bold;
	font-family: "Questrial";
	font-size: 1.2em;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 20px;
	width: 100%;
	text-align: left;
}

.reservation_list #escales span  {
	color: black;
	display: inline;
	font-style: normal;
}

.reservation_list #escales input  {
	clear: both;
}

.reservation_list #escales div label {
	margin: 0px;
}

.reservation_list #escales .label  {
	width: 50%;
	display: inline-block;
}

.reservation_list #escales #tot  {
	margin-top: 20px;
}

.reservation_list #escales .nopromo  {
	display: block;
}

.reservation_list #escales div  {
	display: block;
	height: 31px;
}

.reservation_list #escales p  {
	margin-top: 20px;
}

.reservation_list .pay {
	width: 100%;
}

.reservation_list legend {
	margin-top: 10px;
	margin-bottom : 10px;
	font-size: 1em;
}

.reservation_list fieldset div {
	display: inline-block;
	width: 40%;
}

.reservation_list .pay input, .reservation_list .pay label {
	width: auto;
	height: auto;
	display: inline;
	text-align: left;
}

.pay input[type="radio"] { 
	transform: scale(1.2);
	margin-right: 3px;
}

#admin fieldset {
	margin-top: 15px;
}

.msg {
	width: 100%;
	word-wrap: break-word;   /* Coupe les mots trop longs pour revenir à la ligne */
    overflow-wrap: break-word; /* Version moderne de la règle précédente */
    white-space: normal;     /* S'assure que le texte ne reste pas sur une seule ligne */
}

.nav-reservation {
    position: fixed;
    right: 20px;
    top: 55%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 30px;
    z-index: 1000;
}

.nav-reservation button {
	font-weight: bold;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: none;
    background-color:rgb(0, 153, 255);
    color: white;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    transition: transform 0.2s, background-color 0.2s;
}

.nav-reservation button:hover {
    background-color: rgb(91, 187, 252);;
    transform: scale(1.1);
}

#add a {
	position: fixed;
	right: 20px;
	bottom: 20px;
	color: white;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	background-color: rgb(0, 153, 255);
	text-align: center;
}

#add a:hover {
    background-color: rgb(91, 187, 252);;
    transform: scale(1.1);
}

#add span {
	font-size: 3em;
	padding-top: 12px;
}

/* valider prestation style */

.prestation,.quantite, .price {
	display: inline-block;
}

.prestation input, .quantite input, .price input {
	width: 100%;
}

.quantite, .price {
	margin-left: 15px;
}

.prestation {
	width: 32%;
}

.quantite {
	width: 20%;
}

.price {
	width: 20%;
}

.paid {
	display: inline-block;
	font-size: 0.9em;
	letter-spacing: 0.02em;
	font-style: italic;
	border-radius: 4px 4px;
	background-color:rgb(255, 205, 75);
	padding: 10px 20px 10px 20px;
	margin-top: 10px;
}

.paid_class {
	background-color: #c6fb5b; 
}

/* end valider prestation style */

.choose {
	margin-top:20px;
}

#btn_add {
	text-align: end;
	padding-top: 30px;
}

#btn_add a {
	background-color: #e5e5e5;
	border-radius: 4px 4px;
	padding: 13px;
	font-size: 1.1em;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 20px;
}

#btn_add a:hover {
	background-color: green;
	color: white;
}

#btn_add span {
	font-size: 1.1em;
}

#backlink, .frontlink
 {
	display: inline-block;
	color: white;
	padding: 10px;
}

.frontlink:hover {
	color: white;
	text-decoration: underline;
}

#backlink {
	padding-left: 0px;
	text-align: left;
}

.selector {
	display: inline-block;
	width:40%;
	margin-bottom:20px;
}

#devis {
	font-size:0.8em;
	border-radius: 4px 4px;
	padding: 20px;
	margin-top: 20px;
	background-color: #e8e8e8;
}

#devis h4 {
	text-align:left;
	padding:0px;
	margin-bottom: 5px;
	background-color: transparent;
}

#devis table {
	width: 100%;
}

#devis th {
	height: 27px;
	text-align: left;
	padding-left:10px;
	padding-top: 10px;
}

#devis th {
	border: 1px solid black;
}

#total {
	border-top: 2px solid black;
}

#devis tbody th {
	font-weight: normal;
}

#devis tbody:last-child tr:last-child {
	border-bottom: none;
}

#total .noborder {
	border:none;
}

#total tr th {
	font-weight: bold;
}

#devis p {
	text-align: right;
	font-size: 1.5em;
	margin-top: 15px;
	font-weight: bold;
}

#admin h3 {
	font-size: 1.2em;
	letter-spacing:normal;
	border-bottom: 1px solid black;
	margin-bottom: 0px;
}

.prest_container {
	border-bottom: 1px solid black;
	margin-top: 15px;
}

#prestation1, #prestation2, #prestation3, #prestation4, #prestation5, #code {
	height: 37px;
}

#quantite1, #prix1, #quantite2, #prix2, #quantite3, #prix3, #quantite4, #prix4, #quantite5, #prix5, #quantite6, #prix6, #quantite7, #prix7  {
	display: inline-block;
	width: 30%;
}

#prix1, #prix2, #prix3, #prix4, #prix5, #prix6, #prix7  {
	width: 25%;
}

.links_devis {
	margin-top: 17px;
}

p.links_devis {
	margin-bottom: 0px;
}

.links_facture {
	position: relative;
	width: 100%;
	margin-top: 25px;
}

.links_devis .modif-devis {
	display: inline-block;
	background: lightgray;
	border-radius: 4px;
	padding: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.dl-facture {
	display: block;
	width: fit-content;
	background: lightgray;
	border-radius: 5px;
	padding: 20px;
	padding-right: 25px;
}

.links_devis a {
	text-decoration: none;
}

object {
	margin-top: 20px;
	width: 100%;
	height: 1040px;
}

.links_devis .dl-facture:hover {
	background:#e8e8e8;
}

.reservation_list select, .reservation_list input {
	font-family: "Questrial", sans-serif;
	width: 100%;
}

.reservation_list #choose-circuits, .reservation_list #addpromo {
	height: 36px;
}

.reservation_list #date, .reservation_list #timego {
	height: 12px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.reservation_list #day, .reservation_list #time  {
	display: inline-block;
	width: 43%;
}

.reservation_list #time {
	margin-right: 10px;
	float: right;
}

#editpromo, .reservation_list #day, .reservation_list #time  {
	margin-top: 20px;
}

.reservation_list #time .italic {
	display: inline;
	color: black;
}

#depart {
	margin-bottom: 10px;
	margin-top: 10px;
}

#depart div {
	margin-bottom: 10px;
	display: inline-block;
	width: 45%;
}

#depart input, #depart label {
	display: inline;
}

#depart label {
	margin-bottom: 5px;
}

#depart input {
	width: 20px;
	height: 20px;
	margin-top: -1px;
	vertical-align: middle;
}

.reservation_list .choose .valider a, .reservation_list .choose .refuser a, .reservation_list .valider input[type="submit"], #admin #btn_facturer a, #admin .btn_annuler a, #admin .call a   {
	border-radius: 4px 4px;
	height: 60px;
	margin-top: 20px;
	padding-top: 17px;
	cursor:pointer;
	text-align: center;
	display: block;
	text-decoration: none;
	font-size: medium;
	border: none;
	background-color: #f0f0f0;
}

#admin .call a  {
	text-transform: uppercase;
	font-weight: bolder;
	background-color: #272727;
	color: white;
	display: block;
}

#admin .call a:hover  {
	background-color: #3b3b3b;
}

#admin .call a:hover span {
	color: white;
	background-color: #202428;
}

.reservation_list .valider input[type="submit"] {
	height: 62px;
	padding-top: 0px;
}

#btn_facturer {
	width: 100%;
	display: inline-block;
}

.btn_annuler {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -10px;
	right: 10px;
}

#admin .btn_annuler a {
	line-height: 0.45em;
	font-size: 1.5em;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background-color: red;
	color: white;
	outline: 10px solid white;
	text-decoration: none;
	font-weight: bold;
}

.reservation_list .btn_annuler span {
	color: white;
}

#admin .reservation_list .choose .valider a:hover, .reservation_list .valider input[type="submit"]:hover, #admin #btn_facturer a:hover {
	background-color: green;
	color: white;
}

#admin .btn_annulerB a:hover {
	color: white;
	background-color: red;
}

.choose label {
	display: block;	
}

#admin .reservation_list .choose .refuser a:hover {
	background-color: red;
	color: white;
}

.reservation_list span.validee, .reservation_list span.attente, #confirm .validee, #confirm .refusee, #confirm .attente, .reservation_list span.refusee  {
	border-radius: 4px 4px;
	padding: 10px;
	color: white;
	display: inline-block;
	font-size: 0.9em;
	font-style: italic;
	margin-bottom: 10px;
}

#admin .code, #confirm .code {
	display: inline-block;
	width: auto;
	border-radius: 4px 4px;
	color: red;
	font-weight: bold;
	margin-bottom: 0px;
	padding: 10px;
	border: 1px dashed red;
}

.attente {
	background-color: gray;
}

.validee {
	background-color: green;
}

.refusee {
	background-color: red;
}

.reservation_list.gray {
	background-color: #bebebe;
}

.ck {
	color: white;
	background-color: gray;
}

#admin .code.ck-promo {
	color: black;
	border-color: black
}

.remise.ck {
	color: black;
	background: none;
}

/********** FOOTER *************/

footer {
	background-color: #202428;
	color: white;
}

#center {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#footer-black {
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: center;
	margin-top: 60px;
	padding: 60px;
}

#footer-black p a:hover {
	text-decoration: underline;
}

.reassurance {
	text-align: center;
	width: 230px;
	margin-top: 30px;
	color: #212529;
}

#coords {
	margin-top: 15px;
}

.reassurance p {
	text-align: center;
}

#copyright {
	background-color: black;
	text-align:center;
	padding: 20px;
}

#social, #links {
	width: 50%;
	padding: 0px 20px 0px 20px;
}

#social {
	border-right: 1px solid white;
}

#social p#titre {
	font-size: 2em;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
	font-family : automn;
	text-transform: uppercase;
}

#social p a {
	color: white;
	text-decoration: underline;
}

#social ul {
	padding-left: 0px;
	margin-top: 20px;
}

#social ul:first-child {
	margin-left: -10px;
}

#social li {
	display: inline-block;
	width: 40px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#social li:last-child {
	margin-right: 0px;
}

#links { 
	padding-left: 0px;
}

#links ul li {
	list-style: none;
	margin-left: 50px;
	text-transform: uppercase;
	border-bottom: 1px solid #3f3f3f;
	margin-bottom: 20px;
}

#links ul li a {
	color: white;
}

/********** 404 *************/

.modif404 {
	margin-top: 150px;
}

#back a:hover {
	text-decoration: underline;
}

#back a {
	color: white;
	font-size: 1.2em;
	display: block;
	text-align: center;
	margin-top: 50px;
}

/********* JOURNAL DE CAISSE ***********/

#caisse-content {
	position: relative;
	padding: 10px;
	width: 70%;
	min-width: 850px;
	margin: auto;
}

#caisse-content p#error {
	margin-top: 20px;
}

#caisse-content h1 {
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 2.2em;
}

#caisse-content h2 {
	margin: 0px;
	margin-bottom: 20px;
	font-size: 1.5em;
}

#caisse-content .caisse-form {
	display: inline-block;
	margin-right: 10px;
}

#caisse-content .caisse-form label {
	display: block;
}

#caisse-content .caisse-form #montant {
	width: 50px;
}

#caisse-content .caisse-form #montant {
	width: 50px;
}

#caisse-content .caisse-form input#comment {
	width: 90%;
}

#caisse-content input, #caisse-content select {
	padding: 10px;
}
#caisse-content input {
	height: 16px;
}

#caisse-content select {
	height: 40px;
}

#caisse-content .caisse-form-button {
	margin-right: 0px;
}

#caisse-content form button {
	display: inline-block;
	padding: 12px;
	color: white;
	font-weight: bold;
	cursor:pointer;
	border: none;
	border-radius: 4px;
	background-color: green;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#caisse-content form button:hover {
	background-color: darkgreen;
}

#caisse-content section#add-caisse {
	border: 1px solid black;
	padding: 20px;
}

/* tableau caisse */

#caisse-content table {
    width: 100%;
	border-collapse: collapse;
}

#caisse-content th, #caisse-content td {
	text-align: left;
}

#caisse-content tbody td {
	padding: 8px 0 5px 0;
}

#caisse-content .montant, #caisse-content .solde {
	text-align: right;
}

#bordereaux {
	margin-bottom: 100px;
}

#caisse-content section#bordereaux .titres {
	margin-bottom: 10px;
	font-size: 0.9em;
	font-weight: bold;
}

#caisse-content .titres div {
	display: inline-block;
}

#caisse-content a.view_bordereau {
	text-decoration: none;
}

#caisse-content a.view_bordereau span {
	font-size: 1.3em;
	margin-right: 5px;
}

#caisse-content h2.year {
	background-color: rgb(233, 233, 233);
	border-radius: 4px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: 'Questrial';
	text-align: center;
	border: none;
	margin-top: 25px;
	margin-bottom: 10px;
}

#caisse-content h2.year:first-of-type {
	margin-top: 10px;
}

#caisse-content section#bordereaux details {
	border-top: 1px solid black;
	font-size: 0.9em;
}

#caisse-content summary {
	display: inline-block;
	position: relative;
	width: 100%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}

#caisse-content summary:hover {
	background-color: lightgray;
}

#caisse-content details table {
	margin-bottom: 5px;
}

#caisse-content details tr {
	border-top: 1px dashed rgb(0, 0, 0, 0.5);
}

#solde {
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 1.5em;
	text-transform: uppercase;
	text-align: center;
}

#scroll-container {
	max-height: 200px;
	overflow-y : auto;
}

.total {
	display: inline-block;
	position: absolute;
	right: 63%;
}

#caisse-content a#deplier, #caisse-content a#replier {
	display: inline-block;
	color: black;
}

#caisse-content table#titles {
	margin-top: 15px;
	border-bottom: 1px solid black;
	margin-bottom: 5px;
}

#caisse-content a#deplier span, #caisse-content a#replier span {
	font-size: 1em;
	font-weight: bold;
}

#caisse-content a#replier {
	margin-left: 10px;
}

#nav-bordereaux {    
	display: flex;
    align-items: center;
    justify-content: space-between;
}

#nav-bordereaux select, #nav-bordereaux input {
	margin-left: 5px;
}

#bordereaux .month {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
}

#caisse-content .comment {
	text-align: left;
	padding-left: 25px;
}

#caisse-content p#error {
	text-align: center;
}

#caisse-content ul li {
	font-size: 0.9em;
	list-style-type: none;
	border-bottom: 1px dashed rgb(156, 156, 156);
	padding: 10px;
	padding-right: 0px;
	padding-left: 0px;
}

#caisse-content ul li div {
	display: inline-block;
}

#caisse-content section#bordereaux ul li:last-of-type{
	border-bottom: none;
}

#caisse-content ul li a {
	color: black;
	text-decoration: none;
	display: inline-block;
	padding-left: 25px;
}

#caisse-content ul li a:hover {
	text-decoration: underline;
}

 #caisse-content ul li:hover  {
	background-color: #cecece;
	cursor: pointer;
 }

 #caisse-content ul li span {
	display: inline-block;
 }

 #caisse-content ul li .material-symbols-outlined {
	margin-right: 10px;
	font-size: 1.3em;
 }

 #caisse-content summary div span {
	display:  inline-block;
 }

#caisse-content summary div .dep {
	display: inline-block;
	margin-top: 3px;
 }

.type {
	padding-left: 26px !important;
}

.comment:first-letter {
	text-transform: uppercase;
}

section#deposit-facture {
	border: none;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 50px;
}

#select-facture .facture {
	border-bottom: 1px solid black;
	width: 18px;
	height: 18px;
	vertical-align: bottom;
	margin: 0px;
	margin-right: 5px;
}

#caisse-content #select-facture a {
	color: black;
	line-height: 1.5em;;
	float: right;
}

#select-facture label {
	display: flex;
	cursor: pointer;
	border-bottom: 1px dashed rgb(88, 88, 88);
	padding: 8px;	
}

#select-facture label:hover {
	background-color: lightgray;
	font-weight: bold;
}

button#depot-factures {
	margin-top: 20px;
}

/* Style du bouton quand il est grisé (disabled) */
button#depot-factures:disabled {
    background-color: #ccc !important; /* Gris clair */
    color: #666 !important;
    cursor: not-allowed; /* Curseur "Interdit" */
    opacity: 0.6;
}

#montant-depot {
	font-weight: bold;
	font-size: 1.3em;
	margin-left: 10px;
	vertical-align: middle;
}

#title-facture {
	display: flex;
	border-bottom: 1px solid black;
}

#select-facture label, #title-facture   {
	gap: 20px;
}

#select-facture .value-facture {
	padding-top: 2px;
	vertical-align: sub;
}

a.value-facture span {
	font-size: 1em;
}

#title-facture p {
	font-weight: bold;
	padding-bottom: 3px;
}

.col60 {
	width: 60%;
}

.col55 {
	width: 55%;
}

.col50 {
	width: 50%;
}

.col45 {
	width: 45%;
}

.col40 {
	width: 40%;
}

.col35 {
	width: 35%;
}

.col33 {
	width: 33%;
}

.col25 {
	width: 25%;
}

.col20 {
	width: 20%;
}

.col15 {
	width: 15%;
}

.col10 {
	width: 10%;
}

.col5 {
	width: 5%;
}

/* bug couleur input */
input[type="checkbox"] {
    accent-color: black !important; /* Force noir partout */
    cursor: pointer;
}

/********** RESPONSIVE **************/


@media (min-width: 768px) {
    .container {
        max-width: 790px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 1199px) {
   	
	.reassurance {
		width: 210px;
	}	
	
}

@media (max-width: 991px) {
    
	.reassurance {
		width: 300px;
	}

	#admin {
		width: 85%;
	}

	#circuits .list-details li:nth-child(3) {
		display: block;
	}

	#center {
		justify-content: space-around;
	}

	/* FOOTER */

	#social, #links {
		width: 100%;
		padding: 0px;
	}

}

@media (max-width: 767px) {

	html, body {
		max-width: 100%;
		overflow-x: hidden;
		position: relative;
	}

	#container {
		padding-right: 15px;
		padding-left: 15px;
	}

	h1 {
		font-size: 2.5em;
	}

	#hometitle {
		font-size: 2em;
	}

	#home.bloc-content {
		margin-top: 20px;
	}

	h2, h3, #circuits h3 {
		font-size: 1.3em;
	}

	.bloc-content {
		margin-top: 20px;
		margin-bottom: 40px;
	}

	.bloc-content-child {
		margin-bottom: 70px;
		margin-top: 35px;
	}

	.border-title {
		height: 40px;
	}

	.title-circuit hr {
		top: -9px;
	}

	.title-center {
		padding: 10px;
		top: -21px;
	}

	#topbanner {
		height: 91px;
		margin-bottom: 30px;
	}

	#topbanner.confirm {
		height: 25px;
	}

	#topbanner #menu {
		margin-top: 0px;
		width: 75%;
		min-width: 225px;
	}

	#menu ul li {
		display: inline-block;
		padding: 10px;
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 10px;
		width: 40%;
	}

	/* Reset bon de réservation responsive */
	#main #lang {
		top: 10px;
		right: 10px;
	}

	#home p {
		margin-bottom: 20px;
	}
	
	.center_img {
		width: auto;
	}

	#multilang {
		flex-wrap: wrap;
        gap: 25px;
        flex-direction: column;
        align-content: center;
	}

	.reassurance {
		width:49%;
	}

	.col-modif {
		flex: 0 0 100%;
		max-width: 100%;
	}

	/* Pop up contact confirm*/
	#msgConfirm {
		width: 80%;
	}

	/* IMPORTANT display circuits responsive margin left right*/
	.col-md-12 .row {
		margin: 0;
	}

	/* IMPORTANT END */

	/* RESERVATION */

	.detail-circuit .title-center {
		top: -47px;
	}

	.list-details li:nth-child(-n+2) {
		display: block;
	}

	.cirprix {
		flex-direction: column;
	}

	.cirprix label {
		width: 100%;
	}

	.cirprix input[type="radio"] {
		top: 44px;
		left: 17px;
	}

	/* CONTACT */

	#coordonnees p {
		text-align: center;
	}

	/* FOOTER */

	#footer-black {
		padding: 30px;
		flex-direction:column;
	}

	#social {
		border-right: none;
		border-bottom: 1px solid white;
		margin-bottom: 40px;
		padding-bottom: 20px;
	}

	#links ul li {
		margin-left: 0px;
	}

	#links ul li:last-child {
		margin-bottom: 0px;
	}

	/* ADMIN */

	.body-fond {
		background-color: white;
	}

	#admin {
		padding: 0px;
		margin: 0px;
		width: 100%;
		font-size: 1.1em;
	}

	#admin h1 {
		display: none;
	}

	.pay div {
		display: inline-block;
		width:auto;
	}

	.pay div:first-child {
		margin-bottom: 15px;
		margin-right: 20px;
		padding-right: 20px;
		border-right: 1px solid black;
	}

	.low-dashed-line {
		padding-bottom: 15px;
		border-bottom: 1px dashed black;
	}

	.reservation_list {
		margin-bottom: 400px;
		background-color: white;
		border: none;
		padding: 10px;
		/* height: 100vh; */
	}

	.reservation_list .infos {
		line-height: 1.1em;
	}

	#admin .modif-devis {
		padding: 5px;
		margin-top: 0px;
	}

	#reserv {
		display: none;
	}

	#btn_add {
		text-align: start;
	}	

	#backlink {
		margin-top: 20px;
		margin-left: 0px;
		padding-left: 0px;
	}

	/* On n'affiche pas la navigation */
	#admin #reserv, #nav-admin {
		display: none;
	}

	#admin .btn_annuler a {
		font-size: 1.1em;	
	}

	#admin .code {
		padding: 5px 10px;
	}

	#admin .prixbarre {
		font-size: 1em;
	}

	#admin .remise {
		font-size: 0.8em;
	}

	#admin .bon-content {
		margin: 0px;
		margin-bottom: 10px;
	}

	#admin .call {
		width: 100%;
	}

	#admin .call a {
		height: 60px;
	}

	#admin h2 {
		margin-bottom: 20px;
		font-size: 1.3em;
		letter-spacing: 0.07em;
		font-weight: bold;
	}

	#admin input, #admin select {
		height: 60px;
		font-size: 1em;
	}

	#admin input[type=radio] {
		display: block;
		width: 50px;
		height: 50px;
		margin-bottom: 7px;
	}

	#admin #indicatif {
		width:36%;
		height: 65px;
	}

	#admin #phone {
		width: 58%;
	}

	#admin #choose-circuits, #admin #addpromo, #admin #passengers {
		height: 65px;
	}

	#admin #date, #admin #timego {
		height: 41px;
	}

	#admin .prixTTC {
		padding: 10px;
		font-size: 1.1em;
		margin-bottom: 0px;
	}

	#admin .paid {
		font-size: 0.9em;
		margin-left: 0px;
		margin-top: 10px;
		text-align: center;
	}

	#depart div {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	.btn-facturer {
		margin-top: 0px;
		color: white;
		background-color: green;
	}

	#admin .call a {
		margin-top: 15px;
		font-weight: bolder;
		letter-spacing: 0.1em;
		font-size: 1.1em;
	}

	#admin .call .material-symbols-outlined {
		color: white;
	}

	#admin .archive {
		width: 40px;
		margin: 5px;
	}

	#admin .labelarchive {
		position: absolute;
		left: 57px;
		top: 22px;

	}

	#company-border {
		border: none;
	}

}

@media (max-width: 500px) {
		
	#center {
		flex-direction: column;
	}

	.reassurance {
		width: 100%;
	}
	
	#main-title {
		margin-top: 20px;
	}

	.title-circuit hr {
		top: -9px;
	}

	.tarifs-align {
		width: 100%;
		display: block;
	}

	.bloc-content .tarifs-align:last-child {
    float: none;
	margin-top: 20px;
	}

}


/********** PRINT **************/

@media print {

	body {
		font-size: 0.8em;
	}

	select, input {
		display: none;
	}
    
    /* 1. On s'assure que le parent est visible */
    details {
        display: block !important;
        page-break-inside: avoid; /* Évite de couper une journée en deux sur deux pages */
        margin-bottom: 20px;
    }

    /* 3. On peut styliser le summary pour qu'il ressemble à un titre de section */
    summary {
        display: list-item !important; /* Garde la petite flèche ou le style liste */
        font-weight: bold;
        font-size: 1.2em;
        border-bottom: 2px solid #333;
        padding-bottom: 5px;
        cursor: default;
    }

	#scroll-container {
		max-height: 100%;
	}

	.month {
		page-break-after: avoid;
	}

	#caisse-content ul li {
		padding: 5px;
	}

	#caisse-content tbody td {
	padding: 5px 0 2px 0;
	}

	/* On cache les factures non déposées */
	#deposit-facture, #add-caisse {
		display: none;
	}

	#nav-bordereaux {
		display: none;
	}

	h2.year {
		display: none;
	}

	.noprint {
		display: none;
	}

	#backlink {
		display: none;
	}

	#caisse-content details[open] summary span:first-child::before, #caisse-content details summary span:first-child::before {
		display: none;
	}

	#caisse-content details {
		border: none;
	}

	details:not([open]){
		display: none !important;
	}

	#caisse-content summary {
		list-style: none;
		border: none;
	}

	#caisse-content #titles {
		border-bottom: 1px solid black;
	}

	details {
		border-top: 1px solid black;
	}

}