/* Test de style pour le plugin GPT Blog Content Generator */
.post-preview {display:flex;border:1px solid #ccc;padding:15px;margin-bottom:15px;}

.minheight300 {min-height:330px;}

.section{
	background-color: white;
	padding:30px;
	padding-top:20px;
	margin-bottom:30px;
	margin-top:7px;
	font-size:1.2em;
}

.section label{
	line-height: 30px;
}

.section .wrap li{
	font-size:14px!important;
}

.envoyer{
	padding: 0px;
	background:none;	
}

.entete{
	background-color: #8E69C0;
	color:white;
	font-size:1.2em;
	margin-bottom:60px;
	padding-top:45px;
}

.entete a, .entete p{
	color:white;
	font-size:1.05em;
}
.entete h1, .entete h2{
	color:white;
	font-size:1.4em;
	margin-top:0px;
	text-transform: uppercase;
}

.entete h3{
	color:white;
	font-size:1.2em;
	margin-top:20px;
	margin-bottom: 0px;
	
}
input[type="submit"], input[type="button"]   {
	background-color: #8E69C0!important;
	
	border:0px!important;
	border-color: none!important;
	font-size:1em!important;
	padding:5px 10px!important;
	font-weight: 500!important;
	text-transform: uppercase;
}



.seconnecter{
	background-color: white!important;
	border:0px!important;
	color:#8E69C0;
	border-color: none!important;
	font-size:1em!important;
	padding:12px 12px!important;
	font-weight: 500!important;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 2px;;
    margin-bottom: 8px;
}
.seconnecter:hover{
	background-color: #7a7a7a!important;
    color:white;
	
}

/* État désactivé / chargement */
.seconnecter.is-loading,
.seconnecter:disabled {
    color:white;
    cursor: not-allowed;
    pointer-events: none;
    background-color: #7a7a7a !important; /* garde ta couleur */
}

.rechercheidee{
	background-color: #8E69C0!important;
	border:0px!important;
	color:white;
	border-color: none!important;
	font-size:1em!important;
	padding:14px 14px!important;
	font-weight: 500!important;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 5px;;
}
.rechercheidee:hover{
	background-color: #7a7a7a!important;
	
}

/* État désactivé / chargement */
.rechercheidee.is-loading,
.rechercheidee:disabled {
    
    cursor: not-allowed;
    pointer-events: none;
    background-color: #B5CDD4 !important; /* garde ta couleur */
}


.rechercheidee.is-loading svg {
    vertical-align: middle;
    margin-right: 8px;
}

/* Empêche le hover quand désactivé */
.rechercheidee.is-loading:hover,
.rechercheidee:disabled:hover {
    background-color: #8E69C0 !important;
}

/* Alignement loader + texte */
.rechercheidee.is-loading span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Loader hérite de la couleur du bouton */
.rechercheidee svg {
    stroke: white;
}


input[type="submit"]:hover, input[type="button"]:hover   {
  background-color: #7A7A7A!important;
  color:white!important;
}

button.save-idea-button, button.delete-idea-button {
	background: none!important;
	color:#8E69C0!important;
	border:0px!important;
	border-color: none!important;
	padding:5px!important;
	font-size:1em;
	cursor: pointer!important;
}

button.relancer-idea-button {
	background: #8E69C0!important;
	color:#fff!important;
	border:0px!important;
	border-color: none!important;
	font-size:1.2em;
    padding:5px 10px 5px 10px ;
	cursor: pointer!important;
    margin-top:10px;
}


input[type="submit"].button-custom, input[type="button"].button-custom  {
    background-color: white!important;
    color: #8E69C0!important;
    border: none!important;
	border-color: white!important;
    padding: 10px 20px!important;
    border-radius: 2px!important;
    cursor: pointer!important;
    font-size: 16px!important;
	font-weight: 600!important;
	text-transform: uppercase;
	margin-bottom:6px!important;

}

input[type="submit"].button-custom:hover, input[type="button"].button-custom:hover {
     background-color: #7A7A7A!important;
	color:white!important;
}

 #loading-message2 {
    margin-top: 20px;
    padding: 10px;
    background-color: #8E69C0;
    border: 1px solid #8E69C0;
    font-weight: bold;
    text-align: center;
	color: #fff;
	font-size: 1.2em;
 }

    
#message-error2 {
        margin-top: 20px;
        padding: 10px;
        background-color: white;
        border: 5px solid #E14D43;
        font-weight: bold;
        text-align: center;
		color:#E14D43;
		font-size: 1.2em;
    }


.button-error {
	 text-transform: uppercase;
        padding: 20px;
        background-color: #E14D43;
        color: white;
        border: none;
        cursor: pointer;
        font-weight: bold;
        border-radius: 5px; 
}


#message-succes {
        margin-top: 20px;
        padding: 10px;
        background-color: #8E69C0;
        border: 1px solid #8E69C0;
        font-weight: bold;
        text-align: center;
		color:white;
		font-size: 1.2em;
    }
#message-succes a{color:white;}



 
#generate-content-form > h2{margin-bottom:0px!important;}
.tooltip-container {
    display: inline-block;
    position: relative;
}


.ai-dots::after {
    content: '';
    animation: ai-dots 1.4s infinite;
}

@keyframes ai-dots {
    0%   { content: ''; }
    33%  { content: '.'; }
    66%  { content: '..'; }
    100% { content: '...'; }
}

.aigen-activity-box {
    width: 700px;
    max-width: 100%;
    background: #f8fafc;
    border: 1px solid #ccd6dd;
    border-left: 5px solid #8E69C0;
    padding: 16px 18px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.6;
    color: #2c3338;
    white-space: normal;
    border-radius: 4px;
}

.tooltip-container {
		display: inline-block;
		position: relative;
	}

.info-icon {
	font-size: 16px;
	margin-right: 8px;
	cursor: pointer;
	color: #007BFF;
}

.tooltip-text {
	visibility: hidden;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 10000;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	width: 200px;
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltip-text::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.tooltip-container:hover .tooltip-text {
	visibility: visible;
	opacity: 1;
}

textarea::placeholder {
	color: gray; 
	font-size: 12px; 
	font-style: italic;
	opacity: 1; 
}


textarea:-ms-input-placeholder { 
	color: gray;
	font-size: 12px;
	font-style: italic; 
}

textarea::-ms-input-placeholder {
	color: gray;
	font-size: 12px;
	font-style: italic; 
}

#saved-ideas-list > li{background-color: white; padding: 20px 20px 20px 20px;	margin-bottom:20px;}
button.delete-idea-button{float:right;margin-top: -60px;margin-right:-50px;font-size:1.2em}


    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }