/*
 * CSS PUBLIC GLOBAL
 * Styles du front-office pour toutes les pages
Version: 1.0
*/

/** Texte **/
span.warning {
    background: #da7f89;
    border: 1px solid #742020;
    padding: 2px 5px;
    font-variant: all-small-caps;
    font-weight: 900;
    color: #742020;
}


/** Formulaires **/

	/* Formulaires admin */
	.frontend-admin--form {
		position: fixed;
		bottom: 0px;
		background: linear-gradient(0deg, var(--wp--preset--color--background) 40%, transparent);
	    z-index: 9;
	}
	@media screen and (max-width:999px) { .frontend-admin--form { display: none!important; } }


/** Espace e-learning **/
.icones--right {
    position: relative;
    right: 30px;
}