body {
    font-family: sans-serif;
    margin: 8px auto;
    background-color: #b4b4b4;
}

.container {
    max-width: 850px;
    border-radius: 15px;
    border: 1px solid darkgoldenrod;
    margin: 8px auto;
    padding: 8px 25px 8px 25px;
    background-color: #CFE3EE;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
}

.header {
    display: flex;
    flex-direction: column;
    margin: 2px 10px 10px 0px;
}

.compteur { 
    flex-wrap: wrap;
    margin: 20px 0px 0px 750px;
  	transform: rotate(-2deg);
}

.logo-info {
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.logo-info a:hover {
    color: #0b5394; 
    text-decoration: none; 
}
.logo-info a {
    color: #333;
    text-decoration: none; 
    font-size: 40px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: capitalize;
    margin: 20px 0px 10px 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.logo-info img {
    margin: -5px 1px 20px 0px;
	width: 100px;
	height: 100px;
	transform: rotate(-10deg);
}

.qr-code {
    display: flex;
    position: relative;
    bottom: 150px;
    left: 70px;
    width: 105px;
    height: 130px;
    margin: 20px 0px -100px 0px;
    transform: rotate(5deg);
    border-radius: 6px;
}

.horloge { 
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    color: #333;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: none;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin: 0px 0px 25px 0px;
}
.jour {
    color: #333;
}

.date {
    color: #333;
}

.mois {
    color: #333;
}

.annee {
    color: #333;
}
.heure { 
    color: #333;
}

.version { 
    text-align: right;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: none;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    margin: 2px 10px 30px 0px;
    padding: 10px;
}

.menu-btn {
    display: flex;
    flex-direction: column;
    width: 30px;
    cursor: pointer;
}
.bar {
    background-color: black;
    height: 2px;
    width: 100%;
    margin: 5px 0;
}
.menu {
    display: none;
    background: #CFE3EE;
    margin: -20px 0px 20px 0px;
    padding: 10px;
    width: 200px;
    height: auto;
    position: relative;
    top: 40px;
    left: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.menu a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: none;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.menu a:hover {
    color: #0b5394; 
    text-decoration: none; 
}

/*contener des annonces*/
.annonce {
    text-align: center;
    font-weight: bold;
}
.annonce p {
    color: darkgoldenrod;
    font-size: 25px;
    font-style: italic;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
}
.fetes img {
  width: 100%;
  height: auto;
  border: 2px solid #264653;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.welcome{
    margin: 2px 0px 2px 0px;
}
.welcome p {
    font-size: 20px;
    color: #333333;
    letter-spacing: 1px;
    line-height: 1.5;   
    margin: 3px 0px 3px 0px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.welcome a {
    text-decoration: none;
    color:darkred;
}

/*ligne de séparation*/
hr {
    margin: 18px 0px 18px 0px;
    border: none;
    height: 1px;
    background-color: #323232;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.moyendecontact {
    font-size: 25px;
    color: #0b5394;
    font-style: italic;
    font-weight: bold;
    text-align: left;
    margin: 20px 0px 25px 0px;
    letter-spacing: 1px;
    line-height: 1.5;   
    margin: 15px 0px 35px 0px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.personne {
    font-size: 18px;
    margin: 5px 0px 5px 0px;
    color: #333;
    font-style: italic;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.5;   
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.facebook {
    font-size: 18px;
    margin: 5px 0px 5px 0px;
    color: #333;
    font-style: italic;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.5;   
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.facebook a {
    font-size: 22px;
    text-decoration: none;
    color: darkslateblue;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1.5;   
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);    
}
.mail {
    font-size: 18px;
    margin: 5px 0px 5px 0px;
    color: #333;
    font-style: italic;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.5;   
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.mail a {
    font-size: 22px;
    text-decoration: none;
    color: darkslateblue;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1.5;   
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.phone {
    font-size: 18px;
    margin: 5px 0px 5px 0px;
    color: #333;
    font-style: italic;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.5;   
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.phone a {
    text-decoration: none;
    color: darkslateblue;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1.5;   
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.phone phones {
    color: #333;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1.5;   
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.tarifs {
    color: #536;
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
    margin: 20px 0px 20px 0px;
    letter-spacing: 1px;
    line-height: 1.5;   
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

@keyframes clignote {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}
.TVA {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    font-style: italic;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: left;
    animation: clignote 2s infinite alternate;
    color: #8b0000;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 4px 0px 4px 0px;
}

.deplacement::before,
.mo::before,
.forfait1::before,
.forfait2::before,
.forfait3::before,
.forfait4::before,
.forfait5::before,
.forfait6::before,
.forfait7::before {
    content: "- ";
}
.deplacement {
    color: #333;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    margin: 35px 0px 25px 0px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.prixkm {
    display: flex;
    margin: -25px 0px 0px 270px;
    color: #8b0000;
    font-size: 20px;
}
.km {
    color: #8b0000;
    font-size: 20px;
}
.mo {
    color: #333;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    margin: 10px 0px 15px 0px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.prixmo {
    display: flex;
    margin: -25px 0px 0px 245px;
    color: #8b0000;
    font-size: 20px;
}

.forfait1, .forfait2, .forfait3, .forfait4, .forfait5, .forfait6, .forfait7 {
    color: #333;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    margin: 25px 0px 10px 0px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.prixfn, .prixfpt, .prixfpb {
    display: flex;
    margin: -25px 0px 7px 470px;
    color: #8b0000;
    font-size: 20px;
}
.prixf2 {
    display: flex;
    margin: -25px 0px 0px 285px;
    color: #8b0000;
    font-size: 20px;
}
.prixf3 {
    display: flex;
    margin: -25px 0px 0px 195px;
    color: #8b0000;
    font-size: 20px;
}
.prixf4 {
    display: flex;
    margin: -25px 0px 0px 560px;
    color: #8b0000;
    font-size: 20px;
}
.prixf5 {
    display: flex;
    margin: -25px 0px 0px 420px;
    color: #8b0000;
    font-size: 20px;
}
.prixf6 {
    display: flex;
    margin: -25px 0px 0px 355px;
    color: #8b0000;
    font-size: 20px;
}
.prixf7 {
    display: flex;
    margin: -25px 0px 0px 280px;
    color: #8b0000;
    font-size: 20px;
}



.note { 
    display: flex;
    flex-direction: row;
 }
#attention {
    width: 32px;
    height: auto;
    margin: -10px 0px 0px 5px;
}
#forfaitnettoyage {
    margin: 0px 0px 0px 5px;
    font-size: 18px;
    font-weight: bold;
    font-style: !important;
    font-style: italic;
    color: darkred;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); /* Ombre du texte */
}
#nas {
    margin: 0px 0px 0px 5px;
    font-size: 18px;
    font-weight: bold;
    font-style: !important;
    font-style: italic;
    color: darkred;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); /* Ombre du texte */
}

.conditions {
    color: #383c40;
    margin: 5px 0px 15px 0px;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); /* Ombre du texte */
}
.acompte {
    color: darkblue;
    margin: 5px 0px 15px 0px;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); /* Ombre du texte */
}
.accepter  {
    margin: 15px 0px 5px 0px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
    line-height: 1.5;
    color: green;
    font-style: italic;
    font-size: 17px;
    font-weight: bold;
}
.moyens p {
    margin: 5px 0px 5px 0px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
    line-height: 1.5;
    color: #333;
    font-style: italic;
    font-size: 17px;
    font-weight: bold;
}
.creditmaison {
    margin: 20px 0px 20px 0px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
    line-height: 1.5;
    color: #8b0000;
    font-style: italic;
    font-size: 17px;
    font-weight: bold;
}

.copyright {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin: 10px 0px 10px 0px ;
    gap: 10px;
    text-decoration: none;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: none;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.copyright a {
    text-decoration: none;
    color: #333; /*    color: #0078d4;
*/
}
.copyright a:hover {
    text-decoration: none;
    color: #0b5394; /* color: #0056a3; */
}

.legal {
    display: flex;
    flex-wrap: nowrap;
    margin: 15px 0px 15px 250px;
    padding: 10px 15px;
    background-color: #ffefef;
    text-decoration: none;
    font-size: 13px;
    font-style: italic;
    width: 320px;
    color: DARKRED;
    border: 1px solid darkred;
    justify-items: center;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}
.legal:hover {
    background-color: darkred;
    color: #fff;
}

/*remonter en haut*/
#scrollToTopBtn {
    display: inline-block;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #0078d4;
    color: white;
    border: 1px solid #0078d4;
    padding: 20px 15px; 
    border-radius: 100%;
    font-size: 25px;
    cursor: pointer;
    line-height: 2px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

#scrollToTopBtn:hover {
    background-color: #0056b3;
    border: 2px solid #0078d4;
    display: flex;
    transform: scale(1.1);
}

/* Liste des éléments dans les forfaits */
ul li {
    margin: 2px 0px 2px 0px;
    font-size: 16px;
    list-style-type: none;
	font-style: italic;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); /* Ombre du texte */
}
ul li::before {
    content: "- "; /* Ajoute un tiret avant chaque élément */
    color: #333; /* Couleur du tiret */
}


/* Page logiciels.html */
/* Conteneur des boutons */
#logoutButton  {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none; 
    font-size: 12px; 
    font-weight: bold;
    font-style: italic;
    color: whitesmoke;
    background-color: #f44336;
    border-radius: 10px;
    padding: 5px 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    letter-spacing: 1px;
    line-height: 2;
    text-transform: none;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    margin: 2px 0px 20px 10px;
}

.logiciel {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    color: #333;
    letter-spacing: 1px;
    line-height: 2;
    text-transform: none;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    margin: 10px 0px 5px 0px;
    padding: 0px;
}
.maj {
    display: flex;
    text-align: left;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    color: green;
    letter-spacing: 1px;
    line-height: 2;
    text-transform: none;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    margin: 10px 0px 15px 0px;
    padding: 0px;
}

/* Style des lignes de téléchargement */
.line {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 50px 15px 50px; /* Espacement entre chaque ligne */
    justify-content: center;
}
/* Style des liens de téléchargement */
.download {
    text-align: center;
    width: 320px;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    background-color: dimgrey;
    color: white;
    font-size: 19px;
    padding: 5px 10px;
    margin: 5px 15px 5px 15px;
    border: 1px solid #333;
    border-radius: 10px;
    transition: background-color 0.3s, color 0.3s;
}
/* Effet au survol des liens */
.download:hover {
    background-color: green; /*007bff*/
    color: whitesmoke;
}




/*page legal.html*/

/* Généralement pour les sections */
section {
    padding: 10px;
    background-color: #CFE3EE;
    border: 1px solid #CFD3EE;
    border-radius: 8px;
    margin: 20px 0px 20px 0px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

img.fred  {
    width: 200px;
    height: auto;
    margin: 70px 10px -200px 620px;
}

h2 {
    text-align: center;
    color: darkblue;
    font-size: 30px;
    font-style: italic;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: none;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);}



/* Section Mentions Légales */
#mentions-legales p {
    font-style: italic;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: none;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

/* Section Politique de Confidentialité */
#politique-confidentialite p {
    font-style: italic;
    text-decoration: none;
    letter-spacing: 1px;
    margin-bottom: 10px;
    line-height: 1.5;
    text-transform: none;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);}

/* Section Conditions générales d’utilisation */
#conditions-utilisation p {
    font-style: italic;
    text-decoration: none;
    letter-spacing: 1px;
    margin-bottom: 10px;
    line-height: 1.5;
    text-transform: none;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);}

/* Section Conditions générales de vente */
#conditions-vente p {
    font-style: italic;
    text-decoration: none;
    letter-spacing: 1px;
    margin-bottom: 10px;
    line-height: 1.5;
    text-transform: none;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);}

/*fin du css pour le bureau*/



/* Mobile et tablette (portrait et paysage) */
@media screen and (max-width: 768px) {
    /* Centrer le conteneur */
    .container {
        width: 90%; 
        max-width: 100%;
        margin: 0 auto;
        padding: 15px;
        background-color: #CFE3EE;
        border-radius: 15px;
        border: 1px solid darkgoldenrod;
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
    }

    /* Centrer logo et titre */
    .logo-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 15px;
    }

    .logo-info a {
        font-size: 28px; /* Ajuster la taille du texte */
        font-weight: bold;
        font-style: italic;
        text-decoration: none;
        color: #333333;
        letter-spacing: 1px;
        line-height: 1.6;
        text-transform: capitalize;
        margin-top: 10px;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    }

    .logo-info img {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
        transform: rotate(-10deg);
    }

    /* Centrer le QR code */
    .qr-code {
        display: flex;
        margin: 0 auto 30px;
        width: 100px; /* Ajuster la taille du QR code */
        height: 100px;
        transform: rotate(5deg);
        border-radius: 6px;
    }

    /* Alignement des boutons sous les autres */
    .button {
        display: block;
        margin: 10px 0;
    }

    .button a {
        display: block;
        width: 95%; /* Les boutons prennent 95% de la largeur */
        margin: 5px auto;
        text-decoration: none;
        font-size: 18px; /* Ajuster la taille du texte */
        font-weight: bold;
        color: white;
        background-color: #1B2638;
        border-radius: 8px;
        padding: 10px 15px;
        transition: background-color 0.3s ease, transform 0.2s ease;
        box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
    }

    /* Effet au survol */
    .button a:hover {
        background-color: #132239;
        transform: translateY(-2px);
        box-shadow: 0 12px 14px rgba(0, 0, 0, 0.2);
    }

    /* Effet au clic */
    .button a:active {
        transform: translateY(2px);
        box-shadow: 0 10px 12px rgba(0, 0, 0, 0.2);
    }

    /* Positionnement du bouton de scroll */
    #scrollToTopBtn {
        display: none;
        position: fixed;
        bottom: 80px;
        right: 10px;
        background-color: #0078d4;
        color: white;
        border: 1px solid #0078d4;
        padding: 15px 10px;
        border-radius: 50%;
        font-size: 25px;
        cursor: pointer;
        line-height: 2px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    /* Affichage du bouton quand on défile */
    #scrollToTopBtn:hover {
        background-color: #0056b3;
        border: 2px solid #0078d4;
    }
}

/* Tablette (paysage) */
@media screen and (max-width: 1024px) and (min-width: 768px) {
    /* Centrer le conteneur */
    .container {
        width: 85%; 
        max-width: 100%;
        margin: 0 auto;
        padding: 20px;
    }

    /* Ajuster logo et titre */
    .logo-info a {
        font-size: 30px;
    }

    .logo-info img {
        width: 90px;
        height: 90px;
    }

    .qr-code {
        width: 110px;
        height: 110px;
    }

    .button a {
        width: 95%; /* Les boutons prennent 95% de la largeur */
        margin: 5px auto;
        font-size: 20px;
    }

    #scrollToTopBtn {
        bottom: 100px; /* Légèrement plus bas pour la tablette */
    }
}
