/**
 * @file
 * RGR css param pour ckdeditor
 */

/* liste des police à mettre dans la config de CKeditor5


default
Courier New, Courier, monospace
Arial, sans-serif
Comic Sans MS, Courier,sans-serif
Magnolia, Courier
Parisien, Courier
Porter,Courier
FinSerifBold,Courier
Sedan,Courier
Sedan Italic,Courier
Itim,Courier
Matemasie,Courier New
Ewert,Courier New
JFShadow,Courier New

 */


@font-face {
    font-family: "Magnolia";
    src: url("../../fonts/Magnolia_Script.otf");
} 
@font-face {
    font-family: "Parisien";
    src: url("../../fonts/Parisien Night.otf");
} 
@font-face {
    font-family: "Porter";
    src: url("../../fonts/porter-sans-inline-block.otf");
} 

@font-face {
    font-family: "FinSerifBold";
    src: url("../../fonts/FinSerifDisplay-Bold.ttf");
} 
@font-face {
    font-family: "Sedan";
    src: url("../../fonts/Sedan-Regular.ttf");
} 
@font-face {
    font-family: "Sedan Italic";
    src: url("../../fonts/Sedan-Italic.ttf");
} 
@font-face {
    font-family: "Itim";
    src: url("../../fonts/Itim-Regular.ttf");
} 
@font-face {
    font-family: "Matemasie";
    src: url("../../fonts/Matemasie-Regular.ttf");
} 
 
 
@font-face {
    font-family: "Ewert";
    src: url("../../fonts/Ewert-Regular.ttf");
} 
 
@font-face {
    font-family: "JFShadow";
    src: url("../../fonts/JacquesFrancoisShadow-Regular.ttf");
} 

/* classes specifiques pour taille des caracteres */
.text-huge{
    font-size: 50px;
}
.text-big{
    font-size: 40px;
}
.text-small{
    font-size: 30px;
}
.text-tiny{
    font-size: 20px;
}
/* pour supprimer les espaces entre les paragraphes dans les textes */
/* ATTENTION dependance avec la classe rgrTextePage */
/* et dans ckeditor */


.rgrTextePage>p {
	margin: 0 0 0.0em 0 ;
}

.ck-content>p /*ck-editor__editable ck-rounded-corners ck-editor__editable_inline ck-focused*/
{
	margin: 0 0 0.0em 0 ;
}
/* mis dans couleursSitePerso.css pour etre en accord avec le choix de la couleur .rgrTextePage*/
/* 
.ck.ck-editor__main>.ck-editor__editable {
    background-color: #4b4141 !important;
    
} 
    .ck.ck-editor__main>.ck-editor__editable {
    color: #4b4141 ;
    
} 
    */

/* pour ne pas afficher "À propos des formats de texte" dans le bas à gauche du ckediteur */
.ck-powered-by{
    display: none!important;
}
#edit-textepage-format{
    display: none!important;
}
#edit-textepage-format--2{
    display: none!important;
}
div#edit-textepage-format-help {
    display: none!important;
}
/* <div data-drupal-selector="edit-textepage-format-help" id="edit-textepage-format-help" class="js-form-wrapper form-wrapper"><a href="/drupal/filter/tips" target="_blank" data-drupal-selector="edit-textepage-format-help-about" id="edit-textepage-format-help-about" style="display: none;">À propos des formats de texte</a></div>
*/
/* pour ne pas afficher le bas du ckediteur */
.cke_bottom {
    display: none !important;
}

#edit-textepage-format-help {
    display: none !important;
}

#edit-textepagefr-format-help {
    display: none !important;
}

a.filter-help {
    display: none !important;
    background: #ff0000;
}


/* fin pour ne pas afficher le bas du ckediteur */



