/* Style général */ body { font-family: 'Arial', sans-serif; margin: 0; background-color: #1e1e1e; color: #ffffff; } /* Titre principal */ .textCenter { text-align: center; font-size: 2.5rem; font-weight: bold; margin-bottom: 1.5rem; color: #ffa500; /* Couleur orange */ } /* Sidebar */ .leftSidebar { background-color: #2c2c2c; padding: 1rem; border-radius: 10px; } .registration_tab_item { display: flex; align-items: center; gap: 0.5rem; padding: 0.8rem 1rem; margin-bottom: 0.8rem; background-color: #333333; border-radius: 8px; transition: background-color 0.3s ease, transform 0.2s ease; cursor: pointer; } .registration_tab_item img { width: 24px; height: 24px; } .registration_tab_item span { color: #ffffff; font-size: 1rem; } .registration_tab_item.mpActive { background-color: #ffa500; color: #ffffff; transform: scale(1.05); } /* Section principale */ .mainSection { background-color: #2c2c2c; padding: 1.5rem; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); } /* Titre de sous-section */ .mainSection h3 { font-size: 1.8rem; font-weight: bold; color: #ffffff; margin-bottom: 1rem; } /* Service card */ .mpwpb_service_item { display: flex; align-items: center; padding: 1rem; background-color: #333333; border-radius: 10px; margin-bottom: 1rem; transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: pointer; } .mpwpb_service_item:hover { transform: scale(1.05); box-shadow: 0 4px 10px rgba(255, 165, 0, 0.5); } .service_img_area { flex: 0 0 80px; height: 80px; border-radius: 8px; overflow: hidden; margin-right: 1rem; } .service_img_area .bg_image_area { background-size: cover; background-position: center; height: 100%; } .mpwpb_service_item h5 { font-size: 1.2rem; font-weight: bold; color: #ffffff; margin: 0; } /* Bouton suivant */ ._mpBtn_dBR_padding { padding: 0.8rem 1.5rem; background-color: #ffa500; color: #ffffff; border: none; border-radius: 8px; font-size: 1rem; font-weight: bold; cursor: pointer; transition: background-color 0.3s ease; } ._mpBtn_dBR_padding:hover { background-color: #cc8400; } div.mpwpb_service_area header { background-color: var(--color_theme); color: var(--color_theme_alter); padding: var(--dMP); border-radius: var(--dBRL) var(--dBRL) 0 0; }

Pardon pour le dérangement ! Nous sommes actuellement en train de mettre notre site à jour – revenez bientôt !