﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

html {
	background: no-repeat center top fixed;/*background1.jpg img/a/bluesquarelayer.png*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#page{
	font-family: 'Inter', 'Droid Sans', sans-serif;
	 flex: 1;
}
body {
	/*background: url(img/a/bluesquarelayer.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	padding:0px;
	margin:0px;
	height:100%;
}		
video#bgvid { 
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	XXXbackground: url(img/wallpapers/pexels-photo-129927.jpeg) no-repeat;
	background-size: cover; 
}					

html {
  height: 100%;
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}



#content {min-height:100%;font-family: 'Inter', 'Droid Sans', sans-serif;padding-bottom:30px;}
h1{
	color:#FF4500;
	font-size:16px;
}
#content .definer{
	width:400px;
	text-align:left;
}

.FSsmall{
	font-size:12px;
}

.ErrorTd{
	background-color:orangered;
	color:white;
	padding: 10 10 10 10;
}
.WarningTd{
	background-color:#CE3175;
	color:white;
	padding: 10 10 10 10;
}			

header{
	height:50px;
	font-family: 'Inter', 'Droid Sans', sans-serif;
	padding-left:0px;
	padding-right:0px;
	position: sticky;
	top: 0;
	z-index: 1000; /* reste au-dessus du contenu */
}
	

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px; /* même hauteur que le header */
  background: rgba(0, 0, 0, 0.45);
  color: white;
  font-family: 'Inter', 'Droid Sans', sans-serif;
  display: flex;
  align-items: center;   /* centrage vertical */
  padding: 0 25px;       /* padding horizontal comme avant */
  z-index: 1000;
}

footer a {
  text-decoration: none;
  color: inherit;
  margin: 0 5px;
}


/* Mobile */
@media (max-width: 768px) {
  footer {
    font-size: 14px;
    text-align: center;
    padding: 0 12px;     /* ✅ padding horizontal uniquement */
    height: 50px;        /* ✅ fixe la hauteur à 50px */
    line-height: 50px;   /* ✅ centre verticalement le texte */
  }



  footer a {
    display: inline-block;
    margin: 0 5px;
  }
}


.header-div {
  display: flex;
  align-items: center;      /* centre verticalement */
  justify-content: space-between; /* ou "center" si tu veux tout au milieu */
  padding: 0 25px;          /* uniquement horizontal */
  height: 100%;             /* occupe toute la hauteur du header */
  background-color: rgba(0, 0, 0, 0.5);
}

.headerTBL{
	font-family: 'Inter', 'Droid Sans', sans-serif;
	font-size:18px;	
	color:white;
}	
.headerTBL a{
	text-decoration:none;
	color:inherit;
}		
#logo{
	padding-top:25px;
	padding-bottom:25px;
	padding-left:25px;
	padding-right:25px;
}

.maxime{
	font-family: 'Inter', 'Droid Sans', sans-serif;
	font-size:13px;	
	color:white;	
}

.box1{
	width:500px;
	Xbackground: url(img/a/boxback1.png);
	background-color:rgba(0, 0, 0, 0.70);
}
.box1W{
	width:500px;
	background-color:rgba(255, 255, 255, 0.65);
	color:#135367;
}	

.box1W a{
	text-decoration:none;
	color:#FF4500;
}		

.box2{
	width:500px;
	background-color:rgba(255, 255, 255, 0.65);
}			

.boxtbl{
	font-family: 'Inter', 'Droid Sans', sans-serif;
	color:white;
	font-size:18px;
}	

.boxtbl td{
	font-size:18px;
}

.boxtblW{
	font-family: 'Inter', 'Droid Sans', sans-serif;
	background-color:inherit;
	color:#137A9C;
	font-size:20px;
}	

.boxtblTitle{
	font-family: 'Inter', 'Droid Sans', sans-serif;
	background-color:rgba(255, 255, 255, 0.65);
	color:#000000;
	font-size:20px;
}								

.boxtbl2{
	font-family: 'Inter', 'Droid Sans', sans-serif;
	color:#137A9C;
	font-weight:bold;
	font-size:20px;
}		

.boxtbl2 a{
	text-decoration:none;
	color:inherit;
}		

.boxtbl3{
	font-family: 'Inter', 'Droid Sans', sans-serif;
	color:#FFFFFF;
	font-weight:normal;
	font-size:20px;
}		

.boxtbl3 a{
	text-decoration:none;
	color:inherit;
}	

.btn-main {
  display: block;
  width: 100%;                  /* ✅ pleine largeur (desktop + mobile) */
  background-color: #FF7000;     /* orange du logo */
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  padding: 12px 16px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.btn-main:hover {
  background-color: #e06600;     /* orange plus foncé au hover */
}

.btn-main i {
  margin-left: 8px;
}

/* ✅ Mobile : un peu plus de confort tactile */
@media (max-width: 768px) {
  .btn-main {
    padding: 14px 20px;
	text-align: right;
    font-size: 18px;
  }
}


.remark{
	font-size:14px;
	opacity:0.75;
}		

.navyWriting{
	color:#111111;
	font-size:14px;
}		

.smalllist{
	font-size:12px;
}

input[type=text],
input[type=password],
select{height:30px;font-size:18px;}			
p {margin:0; padding:0 0 1em 0;} /* had


/**********************************/
/* PAGE TARIFS – VERSION CLAIRE   */
/**********************************/

.tarifs {
  font-family: 'Inter', 'Droid Sans', sans-serif;
  font-size: 14px;
  color: #222;
  background: rgba(255, 255, 255, 0.85); /* fond clair */
  border-collapse: collapse;
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
}

/* Par défaut (desktop) */
.tarifs {
  display: none;
}



.tarifs tr:nth-child(even) {
  background: rgba(240, 240, 240, 0.85); /* alternance gris clair */
}

.tarifs td {
  text-align: center;
  vertical-align: top;
  padding: 10px;
}

.tarifs td:first-child {
  text-align: right;
  font-weight: bold;
  color: #444;
}

.tarifs h1 {
  color: #ff6600; /* orange vif pour contraste */
  font-size: 18px;
  margin: 0;
}

.tarifs h2 {
  color: #333;
  font-size: 14px;
  margin: 0;
}

.px20 {
  font-size: 18px;
  font-family: 'Inter', 'Droid Sans', sans-serif;
  font-weight: bold;
  color: #111; /* un peu plus contrasté */
}

/* Bordures discrètes */
.tarifs td, 
.tarifs th {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 12px;
  text-align: center;
}

/* Version mobile cartes tarifs */

  table.tarifs {
    display: none; /* on cache le tableau classique */
  }

  .tarifs-mobile {
    display: block;
    margin: 20px;
  }

  .tarifs-card {
    background: rgba(255,255,255,0.9);
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }

  .tarifs-card h1 {
    font-size: 20px;
    color: #ff6600;
    margin-bottom: 10px;
    text-align: center;
  }

  .tarifs-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .tarifs-card li {
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: 14px;
    display: flex;
    justify-content: space-between;
  }

  .tarifs-card li:last-child {
    border-bottom: none;
  }




/*STYLES FOR FA FONTS*/

.faf-blue{
	color:#267B93;
}
.faf-orangered{
	color:#FF4500;
}


.blocktable{
	background-color:rgba(0,0,0,0.75);
	padding:20 20 20 20;
	color:white;
}
.smalltext{
	font-size:11px;
}
.smalltext h1{
	font-size:13px;
}
.smalltext h2{
	font-size:12px;
}
.sweetlink{
	color:orangered;
}
/*Well, look at that... inline CSS, like on the old times. On such a great website!
		Blame Bill, blame IE1,2,3,4,5,6,7,8..., blame capitalism but don't blame me!
		That's the easiest way to keep an eye on how the hell a header and a footer can behave the way we want in all browsers.
		Thanks again Bill, it's 2017 and we still hate you for that.
		LC.
		*/
/* Legacy note:
   In 2017 we still had to inline some CSS to fight IE.
   RIP IE (1995–2022) 💀
*/		
		body{overflow-y:scroll;}
		/*header,footer{display:none;}*/
		html,
		body {
		height: 100%;
		padding: 0;
		margin: 0;
		}

		/* Mobile */
		@media (max-width: 768px) {
			#wrapper {
				 padding: 0 0 80px 0; /* espace footer mobile */
			}
			header {
				height: 50px;
			}			
		}


		#page {
		flex: 1; /* le contenu prend toute la place restante entre header et footer */
		}


		p{
		margin: 0;
		padding: 0 0 1em 0;
		}
	
/* ============================== */
/*  RESPONSIVE TWEAKS (2025)      */
/* ============================== */

/* Smartphones portrait (<768px) */
@media (max-width: 768px) {

  #logo {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .box1,
  .box1W,
  .box2 {
    width: 90% !important;
    margin: 0 auto;
  }




  .boxtbl,
  .boxtbl td {
    font-size: 14px !important;
  }

  input[type=text],
  input[type=password],
  select {
    width: 100% !important;
    font-size: 16px !important;
    height: 40px !important;
    box-sizing: border-box;
  }

  .boxtblTitle {
    font-size: 16px !important;
  }

  #logo img {
    max-width: 100%;
    height: auto;
  }

}

/* Smartphones landscape ou petits tablettes (768px) */
@media (max-width: 768px) {
  .box1,
  .box1W,
  .box2 {
    width: calc(100% - 20px) !important; /* 100% moins 10px gauche + 10px droite */
    margin: 0 auto;
  }
}


  .boxtbl,
  .boxtbl td {
    font-size: 16px !important;
  }

  input[type=text],
  input[type=password],
  select {
    width: 100% !important;
    font-size: 17px !important;
    height: 42px !important;
  }

@media (max-width: 768px) {
  #clock {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .boxtbl input[type=text],
  .boxtbl input[type=password],
  .boxtbl input[type=email],
  .boxtbl select {
    background: rgba(255,255,255,0.7) !important; /* voile blanc translucide */
    border: 1px solid rgba(0,0,0,0.15) !important;
    border-radius: 6px;
    padding: 12px;
    font-size: 16px !important;
    width: 100% !important;
    box-sizing: border-box;
  }
}
/* Fix bloc conditions générales */
#adaptive-conditions,
.adaptive.smalltext {
  max-width: 768px;
  width: auto !important; /* override du inline width=0px */
  margin: 10px auto !important;
  padding: 15px !important;
  box-sizing: border-box;
}

/* Style lisible */
.adaptive.smalltext {
  background-color: rgba(255, 255, 255, 0.92) !important; /* léger voile blanc */
  color: #222 !important;
  line-height: 1.6;
  font-size: 15px;
  border-radius: 0 !important; /* plus d’arrondi */
}

/* Titres */
.adaptive.smalltext h1,
.adaptive.smalltext h2 {
  color: #ff6600;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

/* Mobile */
@media (max-width: 768px) {
  .adaptive.smalltext {
    width: 100% !important;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.95) !important;
    color: #222 !important;
    padding: 12px !important;
    margin: 0 !important;
  }
}
.maxime {
  position: relative;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #fff;
  padding: 3px 8px;
  display: inline-block;
  text-shadow: 
    0 0 2px rgba(0,0,0,0.6),   /* ✅ petite ombre centrée */
    0 0 4px rgba(0,0,0,0.4);   /* ✅ halo léger */
}

.maxime::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140%;                   /* un peu plus large que le texte */
  height: 200%;                  /* accentue l’ovale vertical */
  background: rgba(80,80,80,0.55); /* gris semi-transparent */
  border-radius: 50%;             /* ✅ ovale */
  filter: blur(10px);             /* ✅ flou diffus */
  z-index: -1;                    /* derrière le texte */
}


/* ============================== */
/* COOKIE BANNER                  */
/* ============================== */
.cookie-banner {
  position: fixed;
  bottom: 50px; /* au-dessus du footer sticky */
  left: 0;
  width: 100%;
  height: 50px; /* ✅ même hauteur que header/footer */
  background: rgba(255,255,255,0.92);
  color: #222;
  font-family: 'Inter', 'Droid Sans', sans-serif;
  font-size: 14px;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center; /* ✅ centre verticalement le texte et boutons */
  z-index: 2000;
  line-height: 1.4;
}


.cookie-banner-disclaimer {
  margin-left: 10px;       
  margin-right: 10px;        
  flex: 1;
  min-width: 0;
  overflow-wrap: break-word;
}

.cookie-buttons {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
  margin-right: 10px;          /* ✅ espace côté droit */
}

.btn-cookie {
  background: #FF7000;
  color: #fff;
  border: none;
  font-weight: 600;
  padding: 6px 14px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  transition: background 0.2s, transform 0.1s;
  white-space: nowrap;
  cursor: pointer;
}

.cookie-buttons .btn-cookie:first-child {
  background: #fff;
  color: #FF7000;
  border: none;
  font-weight: 600;
  padding: 6px 14px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  transition: background 0.2s, transform 0.1s;
  white-space: nowrap;
  cursor: pointer;
}


.btn-cookie:hover {
  background: #e03d00;              /* version foncée cohérente */
  transform: translateY(-1px);
}

.cookie-banner a,
.cookie-banner a:visited {
  color: #FF7000;      /* orange standard LC2 */
  text-decoration: none;
  font-weight: 500;
}

.cookie-banner a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .small-hidden {display:none;}
}

@media (max-width: 768px) {
  .cookie-banner {
    height: auto;              
    flex-direction: column;    
    align-items: flex-start;   
    gap: 8px;                  
    box-sizing: border-box;    /* ✅ prend padding dans les 100% */
    padding: 8px 10px;         /* ✅ respiration autour du contenu */
  }

.cookie-banner-disclaimer {
  display: block;         /* ✅ devient un bloc */
  width: 100%;            /* occupe toute la largeur */
  margin-left: 0px;       
  margin-right: 0px;    
}


  .cookie-buttons {
    width: 100%;
    justify-content: flex-end;
  }
}

.main-conditions {
  background: #fff;
  box-sizing: border-box;
  padding: 20px;
  padding-bottom: 80px;  /* espace pour ne pas que le texte soit sous le footer */
  min-height: 100%;     /* remplit toute la hauteur disponible */
  display: block;
}

@media (max-width: 768px) {
  #wrapper {
    display: block !important;
  }
}

@media (min-width: 769px) {
  .tarifs-mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* ✅ centre le tout */
    gap: 40px; /* espace entre les cartes */
    max-width: 1200px;
    margin: 20px auto;
  }

  .tarifs-mobile .tarifs-card {
    flex: 0 0 350px;  /* ✅ largeur fixe (ajuste si tu veux plus large/étroit) */
    max-width: 100%;
  }


}
