﻿body {
	width: 99%;
	max-width: 99%;
    font-family: 'Roboto', sans-serif;
    /*background-color: #f4f4f4;*/
    display: flex;
    flex-direction: column;
}

.header {
    /* background-color: #f0f0f0; */
    text-align: center;
    padding: 0;
}

.header img {
	width: 99%;
    max-width:99%;
    box-sizing: border-box;
    border: 2px solid #3498db;
    border-radius: 10px;
    padding: 5px;
}

.title-container {
    display: flex;
    align-items: center;
}

.title {
    max-width: 100%;
    border: 1px solid #3498db;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to top, #88c7e6, #4aaed1);
    color: white;
    text-align: center;
    font-size: 1.0vw;
}

.title h1 {
    margin: 0;
    font-size: 1.3vw;
}

.title div {
	width: 100%;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.title div span {
    flex: 1;
    font-size: 1.2vw;
}

/* e-mail */
.title div span:first-child {
    font-weight: bold;
    margin-left: 20px;
    text-align: left;
    font-size: 1.2vw;

}

 /* TÃ©lÃ©phone */
.title div span:last-child {
    margin-right: 20px;
    text-align: right;
    font-size: 1.2vw;
}

/* =======================================================
  Container global boutons haut
==========================================================*/

.button-container-haut {
	box-sizing: border-box;
	width: 55%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    padding: 10px;
    border: 1px solid white;
    margin: 20px;
    margin-bottom:0.6vh;
    margin-top:0.6vh;
}

.button-haut {
	max-height: 2.5vh;
    margin-right: 1.5vw;
    flex-grow: 1;
    flex-basis: 0;
    padding: 8px;
    position: relative;
    text-decoration: none;
    color: white;
 	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 1.5vw;
    border: 1px solid #ff7f00;
    overflow: hidden;
    cursor: pointer;
    perspective: 1000px;
    font-size: 1.2vw;
    background: linear-gradient(to top, #f7c66b, #f39c12);
}

.button-haut img {
	width: 2.0vw;
	height:auto;
    border: none;
    margin-right: 1vw;
    margin-left:  1vw;
    display: inline-block;
}

.button-haut:hover {
    transform: scale(1.05) translateZ(0.5vw);
    box-shadow: 0 0.8vw 1.5vw rgba(128, 64, 0, 0.6);
    color: black;
    background-color: #66a3ff;
    border-color: #2980b9;
}

/* ==============================
 Container global Milieu de page
=================================*/

.container {
	width: 99.5%;
    display: flex;
    overflow-x: auto;
}

/* ================
 Boutons de gauche
===================*/

.button-container {
	box-sizing: border-box;
    width: 20%;
    max-width: 20%;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #3498db;
    flex-direction: column;
    display: flex;
    align-items: center;
    overflow-x: auto;
}

.button {
    margin-bottom: 1vh;
    height: 2.6vh;
    width: calc(100% - 22px); 
    padding: 8px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    background-color: #4aaed1;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 1.5vw; ;
    border: 1px solid #0087b6; 
    overflow: hidden;
    cursor: pointer;
    transform: translateY(2px);
    box-shadow: 0 2px 4px rgba(0, 0, 255, 0.3);
    cursor: pointer;
    perspective: 1000px;
}

.button img {
	width: 2.0vw;
    height: auto;
    border: none;
    margin-left: 0.2vw;
    display: inline-block;
}

.button span {
    flex-grow: 1;
    font-size: 1.2vw;
    padding: 0 10px;
    white-space: normal;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
 
.button:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: black;
    background-color:#3a99c1;
    border-color: #2980b9;
}

/* =====================
 Partie droite du milieu
 ===================== */
.content {
	box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 78.5%;
    max-width: 78.5%;
    flex-direction: row;
    margin-left: 10px;
    overflow-y: auto;
    overflow-x: auto;
    /* background-color:#f5f5f5; */
    border: 2px solid #3498db;
}

.content p {
    clear: both;
    font-size: 1.3vw;
    margin-left: 10px;
    margin-right: 10px;
    position: relative; 
    overflow-y: auto;
}

.content p img {
    max-width: 55%;
    height: auto;
}

.dynamic-heading {
    font-size: 1.7vw;
    color: orange;
}

.dynamic-heading-h2 {
    font-size: 1.5vw;
    color: orange;
    margin-Top:0.5vh;
}

/* =====================
 Styles pour l'image
 ===================== */
.image-large {
    display: block;
    width: 80vw;
    height: auto;
    max-width: 100%;   
}


.image-centree {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.image-centree-taille {
 	width:22vw;
    height: auto;
    max-width: 35%;
}

.dynamic-image-Big {
    width: 50%;
    height: auto;
  	max-width: 50%;
    float: left;
}

.paragraph-image-dyn {
		width: 20vw;
        max-width: 14vh;
        height: auto;
}


/* =====================
 Styles pour l'image
 ===================== */

.image-and-paragraphs {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.same-size-as-text {
    width: 1.8vw;
    height: auto; 
    margin-right: 10px;
}

.same-size-img-as-police {
    width: 1.2vw;
    height: auto; 
    margin-right: 10px;
    font-size: 1.2vw;
}

.same-size-img-text-Massage {
    width: 1.4vw;
    height: auto;
    margin-left: 20px;
    font-size: 1.3vw;
    margin-top: 1.0vh;
}

/* =====================
 Styles pour paragraphes
 ===================== */

.orange-text {
        color: orange;
}

.div-center {
    display: flex;
    justify-content: center;
}

.paragraphs-blue {
	width: 48%;
    max-width: 50%;
    display: inline-block;
    color: #FFFFFF;
    padding: 4px;
    background: linear-gradient(to top, #88c7e6, #4db6db);
    text-decoration: none;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    font-style: italic;
}

.paragraphs {
    flex-grow: 1;
}

.paragraphs p {
    margin-bottom: 10px;
}

.paragraphe-centre {
    text-align: center;
}

 
/* =====================
 Styles pour les listes
 ===================== */

ul {
    font-size: 1.3vw;
    margin-bottom: 5px;
    margin-left:15px;
}

li {
    position: relative;
    margin-right: 10px;
    text-align: justify;
    margin-bottom: 5px;
}

/* Taille pour les Ã©lÃ©ments de liste */
ul li {
    font-size: 1.3vw;
    margin-left:15px;
}

/* Suppression de la puce avec la classe .sans-puces */
ul.sans-puces {
    list-style-type: none;
}

/* Ajustement de la marge pour les Ã©lÃ©ments de liste sans puce */
ul.sans-puces li {
    margin-left: 0;
}

/* ======================
 Styles pour les tableaux
 ======================= */

.Tab-prix {
        width: 60%;
        margin: 0 auto;
        border-collapse: collapse;
        border: 2px solid skyblue;
        background-color: white;
        font-size: 1.4vw;
 }
 
 	.Tab-prix th, .Tab-prix td {
        padding: 8px;
        text-align: center;
        border: 1px solid skyblue;
	    font-size: 100%;
	}

    /* Largeurs spÃ©cifiques pour chaque colonne */
    .Tab-prix th:nth-child(1),
    .Tab-prix td:nth-child(1) {
        width: 50%;
        text-align: left;
    }
    .Tab-prix th:nth-child(2),
    .Tab-prix td:nth-child(2) {
        width: 15%;
        text-align: right;
    }
    .Tab-prix th:nth-child(3),
    .Tab-prix td:nth-child(3) {
        width: 5%;
        text-align: center;
    }
    
    .Tab-prix .blue-header th {
        background-color: skyblue;
        font-weight: bold;
        color: white;
        text-align: center;
        border: 1px solid skyblue;
     }
    
    /* Ajustement de la hauteur de la ligne vide */
    .Tab-prix tbody .empty-row td {
        height: 20px;
    }
    
/* ======================
 Styles pour pied page
 ======================= */

footer {
	box-sizing: border-box;
    width: 98.5%;
    height: 3vh;
    background: linear-gradient(to top, #88c7e6, #4aaed1);
    color: #FFFFFF;
    text-align: center;
    padding: 5px;
    font-size: 1.1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.5vh 6px 0.5vh 2px;
    border: 2px solid #3498db;
}