
.gpt-comment-optional {
    position: relative;
    border: 1px solid #bdc3c7;
    padding: 30px;
    /*
			background-color: rgba(0, 0, 0, 0.8);
    margin: 40px 10%;
			*/
	margin-left: 30%;
	margin-right: 10%;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    z-index: 1;
}

.gpt-comment-optional:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}
.gpt-comment-optional::before {
    content: "💬";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
			/*
    background-image: url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1770&q=80');
			*/
    background-image: url('https://mans.gyptis.org/images/ampoule_nb_2025_3.gif');
    background-size: 100% 100%;
    background-position: center;
    opacity: 0.05; /* Opacité de l'image */
    z-index: -1;
}

.gpt-comment-optional-content {
    position: relative;
    z-index: 2;
    color: black;
	/*
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
	 */
}




.gpt-comment-important {
    position: relative;
    border: 1px solid #bdc3c7;
    padding: 30px;
    /*
			background-color: rgba(0, 0, 0, 0.8);
    margin: 40px 10%;
			*/
	margin-left: 30%;
	margin-right: 10%;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    z-index: 1;
}

.gpt-comment-important:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}
.gpt-comment-important::before {
    content: "⚠";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
			/*
    background-image: url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1770&q=80');
			*/
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/f/f6/Triangle_warning_image_-_From_Wikimedia_Commons.png');
    background-size: cover;
    background-position: center;
    opacity: 0.10; /* Opacité de l'image */
    z-index: -1;
}

.gpt-comment-important-content {
    position: relative;
    z-index: 2;
    color: black;
	/*
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
	 */
}

.gpt-comment-important h3 {
    color: #ffdd59;
    font-size: 1.8rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.gpt-comment-important h3 i {
    margin-right: 15px;
    font-size: 2rem;
}
        /* Liste avec icônes Font Awesome */
        .list-icons {
            list-style-type: none;
            padding: 0;
        }
        
        .list-icons li {
            padding: 12px 0;
            border-bottom: 1px dashed #ddd;
            display: flex;
            align-items: center;
        }
        
        .list-icons li::before {
            content: "\f058"; /* Code Unicode Font Awesome */
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            color: #6a11cb;
            margin-right: 15px;
            font-size: 1.2rem;
        }
        

/*	.gpt-fond-light-background pour le style des cellules de table
	Fonctione mais...
*/
.gpt-fond-light-background {
    position: relative;
    border: 1px solid #bdc3c7;
    padding: 30px;
    /*
			background-color: rgba(0, 0, 0, 0.8);
    margin: 40px 10%;
    border-radius: 12px;
			*/
	margin-left: 30%;
	margin-right: 10%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.01);
    overflow: hidden;
    z-index: 1;
}

.gpt-fond-light-background:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}
.gpt-fond-light-background::before {
    content: "💬";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
			/*
    background-image: url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1770&q=80');
    background-image: url('https://mans.gyptis.org/images/ampoule_nb_2025_3.gif');
			*/
	background-color: black;
    background-size: 100% 100%;
    background-position: center;
    opacity: 0.01; /* Opacité de l'image */
    z-index: -1;
}


/* UL / LI */
.gpt-puces {
    list-style-type: none;
	padding: 0;
}
.gpt-puces li {
    padding: 12px 0;
    border-bottom: 1px dashed #ddd;
    display: flex;
    align-items: center;
}

.gpt-puces li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #6a11cb;
	margin-right: 15px;
	font-size: 1.2rem;
}

/* coche coche ! */

.gpt-coche::before {
    content: "P \f058";
    font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #6a11cb;
	margin-right: 15px;
	font-size: 1.2rem;
}
.gpt-coche {
    content: "O \f058";
    font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #6a11cb;
	margin-right: 15px;
	font-size: 1.2rem;
}


        .flex-container {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-top: 30px;
        }

        .flex-item {
            flex: 1 1 300px;
            min-width: 0;
        }

/* Balises modifiées */
.gpt-link-red a
{
	color: red;
}

.gpt-link-red a:hover
{
	color: green;
}



.examples {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.example {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.code {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 20px;
    border-radius: 10px;
    font-family: 'Courier New', monospace;
    overflow-x: auto;
    margin: 20px 0;
    line-height: 1.5;
}

.btn {
    display: inline-block;
    background: #ffdd59;
    color: #1a2a6c;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 15px;
    transition: all 0.3s ease;
}

.btn:hover {
    background: #ffc800;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 200, 0, 0.4);
}

footer {
    text-align: center;
    margin-top: 60px;
    padding: 30px;
    color: #ccc;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}


/* Responsive design */
@media (max-width: 900px) {
	.flex-container {
		flex-direction: column;
	}
    .gpt-comment-important {
        margin: 40px 5%;
    }
}

@media (max-width: 600px) {
    h1 {
        font-size: 2.2rem;
    }
    
    .gpt-comment-important {
        margin: 30px 3%;
        padding: 20px;
    }
    
    .examples {
        grid-template-columns: 1fr;
    }
}


/* TEST */


.mw-collapsible-toggle {
    text-align: left;
	display: block;
	float: left;
}

/* test faq-qa */

.faqs {
	width: 100%;
	display:inline; 
	flex-wrap: wrap;
	margin-bottom: 0px;
	min-height: 150px;
	border: 1px solid rgba(0, 0, 0, 0.5);
}

.faqs-qa {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	min-height: 150px;
	border: 1px solid rgba(128, 0, 128, 0.5);
}

.faqs-q {
	flex: 0 0 5%;
	display: flex;
	/*
	border: 1px solid black;
	align-items: center;
	justify-content: center;
	 */
	align-items: top;
	position: relative;
	min-height: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
}

.faqs-q::before {
    content: "⁉";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
			/*
    background-image: url('https://mans.gyptis.org/images/ampoule_nb_2025_3.gif');
    background-size: 100% 100%;
    background-position: center;
			*/
	text-align: center;
	font-size: 24pt;
    opacity: 0.03; /* Opacité de l'image */
    z-index: -1;
}

.faqs-a {
	flex: 0 0 95%;
	border-left: none;
	display: inline;
	/*
	border: 1px solid black;
	align-items: center;
	justify-content: center;
	 */
	position: relative;
	min-height: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
}

.faqs-a::before {
    content: "💬";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	text-align: center;
	font-size: 800%; /* default : 90pt */
    opacity: 0.03; /* Opacité de l'image */
    z-index: -1;
}

.faqs-off::before {
    opacity: 0.00; /* Opacité de l'image */
	border: 11px red;
    z-index: -1;
}
.watermark {
	opacity: 0.5;
	text-align: center;
	font-size: 04px;
	padding: 00px;
}

