@font-face {
    font-family: 'Atkinson';
    src: url('AtkinsonHyperlegibleNext-Regular.otf');
}

body {
	background-color: #faefdb;
  font-family: Atkinson;
}

.entreprise {
    padding: 2rem;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.entreprise h1 {
    font-family: 'Comic Sans MS', cursive, sans-serif;
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.entreprise img.logo {
    width: 200px;
    height: auto;
    margin: auto;
}

.entreprise h2.subtitle {
    width: 300px;
    height: 300px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 2rem auto;
}

.entreprise h2.subtitle span {
    position: absolute;
    font-size: 1.2rem;
    transform-origin: 50% 0;
}

.entreprise h2.subtitle span:nth-child(1) { transform: rotate(-30deg); }
.entreprise h2.subtitle span:nth-child(2) { transform: rotate(-15deg); }
.entreprise h2.subtitle span:nth-child(3) { transform: rotate(0deg); }
.entreprise h2.subtitle span:nth-child(4) { transform: rotate(15deg); }
.entreprise h2.subtitle span:nth-child(5) { transform: rotate(30deg); }

.entreprise .phrase {
    font-style: italic;
    color: #7f8c8d;
    margin: 1rem 0;
}

.entreprise .manifeste {
    border: 2px solid #3498db;
    border-radius: 10px;
    padding: 1.5rem;
    margin: 1.5rem auto;
    max-width: 800px;
    background-color: #deeffe;
		font-size: larger;
}

.entreprise .manifeste h2 {
    font-family: 'Arial Black', sans-serif;
    color: #2980b9;
    margin-top: 0;
}

.entreprise .manifeste .conclusion {
    font-weight: bold;
    color: #2c3e50;
    margin-top: 1rem;
}

/* Styles pour la section prestations */
.prestations {
    padding: 2rem;
    max-width: 1000px;
    margin: 2rem auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 2rem;
}

.prestations h2 {
    width: 100%;
    text-align: center;
    font-family: 'Arial Black', sans-serif;
    color: #2c3e50;
    margin-bottom: 2rem;
}

.offre {
    background-color: #e8f4fc;
    border: 2px solid #3498db;
    border-radius: 50px;
    padding: 1.5rem;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}

.offre p:first-of-type {
    font-size: 1.1rem;
}

.offre p:first-of-type strong {
    font-weight: bold;
}

.offre .tarif {
    font-style: italic;
    color: #2980b9;
    margin-top: 0.5rem;
}
