/* Réinitialisation des marges et des paddings */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Style général du corps */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f4f4f4;
}

/* En-tête */
header {
    background-color: #333;
    color: #fff;
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    z-index: 9999;
    animation: fadeOut 3s 1s forwards;
}

@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; visibility: hidden; }
}

.logo {
    width: 40px;
    margin-left: 1rem;
}

nav ul {
	display: none;
}

@media (min-width: 760px) { 
    nav ul {
		list-style: none;
		display: flex;
		margin-right: 1rem;
	}
}


nav ul li {
    margin-left: 1rem;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 1rem;
    transition: background-color 0.3s;
}
/*
nav ul li a:hover {
    background-color: #555;
    border-radius: 5px;
}
*/
#typing-text::after {
    content: "|";
    display: inline-block;
    animation: blink 0.8s infinite;
}

@keyframes blink {
    50% { opacity: 0; }
}

#cookie-banner {
    font-family: Arial, sans-serif;
    text-align: center;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.5);
}
#cookie-banner a {
    color: #00c8ff;
    text-decoration: underline;
}
#cookie-banner button {
    border-radius: 5px;
    font-size: 14px;
}

/* Sections */
section {
    padding: 2rem 1rem;
    /*margin: 1rem;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}
/*
#accueil h1, #accueil p { 
	display: flex;
	justify-content: center;
	text-align: center;
}*/

#accueil h1, #accueil p, #sites-web h2, #sites-web ul, 
#applications h2, #applications ul, #a-propos h2, #a-propos p { 
	text-align: center;
}

.section {
    padding: 2rem 1rem;
    /*margin: 1rem;*/
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.propos {
	/*padding-left: 2rem;*/
	text-align: center;
}

.margin {
	margin: 1rem 2rem;
}

.margin:hover {
	margin: 1rem 1rem;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.6);
}

@media (min-width: 700px) { 
    .margin {
        margin: 1rem 4rem;
    }

    .margin:hover {
        margin: 1rem 3rem;
        box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.6);
    }
}

@media (min-width: 850px) { 
    .margin {
        margin: 1rem 6rem;
    }

    .margin:hover {
        margin: 1rem 5rem;
        box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.6);
    }
}

@media (min-width: 1000px) { 
    .margin {
        margin: 1rem 8rem;
    }

    .margin:hover {
        margin: 1rem 7rem;
        box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.6);
    }
}

.lienprop {
	color: #000;
	text-decoration: none;
}

/*
@media (min-width: 500px) { 
    .section {
		margin: 1rem 2rem;
    }
}

@media (min-width: 750px) { 
    .section {
		margin: 1rem 3rem;
    }
}

@media (min-width: 1200px) { 
    .section {
		margin: 1rem 5rem;
    }
}

@media (min-width: 1400px) { 
    .section {
		margin: 1rem 6rem;
    }
}

@media (min-width: 1600px) { 
    .section {
		margin: 1rem 8rem;
    }
}

@media (min-width: 1700px) { 
    .section {
		margin: 1rem 10rem;
    }
}

@media (min-width: 1800px) { 
    .section {
		margin: 1rem 12rem;
    }
}
*/
h1, h2 {
    color: #333;
    margin-bottom: 1rem;
}

p {
    margin-bottom: 1rem;
}

ul {
    list-style: none;
}

ul li {
    margin-bottom: 0.5rem;
}

ul li a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s;
}

ul li a:hover {
    color: #777777;
}

#contact h2, #contact p {
	text-align: center;
	display: flex;
	justify-content: center;
	/*align-items: center;*/
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-group {
    margin-bottom: 20px;
    width: 80%;
    max-width: 500px;
}

.form-group label {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

.form-group input, .form-group textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.btn {
    background-color: #4b4b4b;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.btn:hover {
    background-color: #323232;
}

.linkone {
    color: #000000 !important; 
    text-decoration: none;
}

.linkone:hover {
    text-decoration: none !important;
    color: #7e7e7e !important;
}

/* Pied de page */
footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
    margin-top: 2rem;
}

footer nav ul {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
}

footer nav ul li {
    margin: 0 0.5rem;
}

footer nav ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

footer nav ul li a:hover {
    color: #f1c40f; /* Une couleur correcte au survol, ici jaune */
}

.footerbas {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
}

.link {
    color: #fff !important; 
    text-decoration: none;
}

.link:hover {
    text-decoration: none !important;
    color: #7e7e7e !important;
}

#manage-cookies {
    border-radius: 50px;
}
