/* Style personnalisé */
body {
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

body::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    /*background-image: url("assets/images/bg1.jpg");*/

    background: linear-gradient(to bottom, #e0f7e9, #ffffff);
    background-size: cover;
    background-position: center;
    filter: blur(10px);
    z-index: -1;
    opacity: 0.6; /* facultatif, pour rendre le flou plus doux */
}


header .banner img {
    width: 100%;
    object-fit: cover;
}
.banner {
	padding:0;
	margin:0;
}

nav.navbar {
    background-color: transparent !important;
}
.nav-item {
	padding: 0 10px;
}
.item1 {
	background-color: #119AD9;
}
.item2 {
	background-color: #3D9539;
}
.item3 {
	background-color: #CA4B4E;
}
.item4 {
	background-color: #1E9CC3;
}
.item5 {
	background-color: #B83C5E;
}
.item6 {
	background-color: #938F25;
}
.item7 {
	background-color: #B54A3F;
}
.item8 {
	background-color: #0B7F74;
}
.item9 {
	background-color: #C64642;
}
nav.navbar .navbar-brand {
    color: #fff;
}

nav.navbar .nav-link {
    color: #fff;    
	font-size: 1.428em;
    font-family: sans-serif;
}


footer {
    background-color: #28a745;
    color: white;
    font-size: 0.9em;
	margin-top:20px;
	
}

.container {
    /*margin-top: 20px;*/
}

h2 {
    color: #2c3e50;
    font-size: 2em;
}

p{
    color: #34495e;
}
.content-home p {
	font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1rem;
	text-align:justify;


}
/* Style pour les cadres */
.frame {
    width: 100%;
    height: 150px;
    border: 2px dashed #ccc;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #f8f8f8;
}

.frame p {
    font-size: 18px;
    color: #333;
}

/* Style pour les images à glisser */
.draggable {
    width: 100px;
    height: auto;
    cursor: pointer;
    margin-bottom: 20px;
}

/* Style du compteur */
#score {
    font-size: 20px;
    font-weight: bold;
}
