.custom-layer {
    /*text-align: center;*/
	width: 100%;
	padding: 0px !important;
	z-index: 100000 !important;
}
.custom-layer .fr-layer {
	width: 100% !important;
	margin: 0px !important;
	padding: 25px !important;
}
#fr-tabInsertFromPC {
    padding: 50px 25px !important;
}
#fr-tabInsertFromPC:hover{
    cursor: pointer;
}
#fr-tabInsertFromPC-form {
    line-height: 0px !important;
}
#fr-tabInsertFromPCView ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
#fr-tabInsertFromPCView li {
    padding-left: 5px;
    color: #64748B;
    font: 400 15px/22px 'Inter';
}
button#insertUrl {
	margin-left:316px; /* 500 - (4*46) // 500-184 */
}
button#insertUrlImg {
	margin-left:366px;
}

.custom-layer .fr-btn-bottom, .fr-submit {
	background: #ebebeb !important;
}

.custom-layer .boutons.fr-command {
	top: 25px !important;
	right: 10px !important;
	z-index: 50  !important;
}
.custom-layer .fr-action-buttons {
	margin-top: 20px !important;
}

.fr-org-active {
	background-color: #FFF !important;
}
/*
.fr-popup.fr-desktop.fr-ltr.fr-active,
.fr-popup.fr-desktop.fr-active,
.fr-quick-insert.fr-visible {
	z-index: 2149999990 !important;
}
.fr-tooltip.fr-visible {
	z-index: 2149999995  !important
}*/

.fr-quick-insert.fr-visible {
	z-index: 2147483644 !important;
	left: -30px !important;
}

.fr-fullscreen .fr-quick-insert.fr-visible {
	z-index: 2147483644 !important;
	left: 10px !important;
}
.fr-qi-helper a.fr-btn.fr-floating-btn {
	padding-top: 4px !important;
}
.fr-org-icon{
	font-size: 1.5em !important;
}
#tuiContainer{
	z-index: 9999999 !important;
}

.tribute-container li{
	font-family: 'source_sans_proregular' !important;
	font-size: 16px !important;
}


/* Diminuer l'espacement entre tous les boutons de la toolbar */
.fr-btn-grp.fr-float-left {
	margin: 0px 10px 0px 0px;
}
.fr-btn-grp.fr-float-right {
	margin: 0px 0px 0px 10px;
}

.fr-view table.fr-no-border th,
.fr-view table.fr-no-border td {
	border: none;
}

.typoOfficeWeb .fr-box.fr-basic .fr-element {
	font-family: 'source_sans_prosemibold',sans-serif;
	font-size: 17px;
	color: #7D7D7D;
}

.tribute-container {
	z-index: 99999999999;
}



/* Froala alerte */
.fr-modal-wrapper {
	/*width:500px !important;*/
    width:570px !important;
	border-radius: 0px !important;
}
.fr-modal-head {
	color: white !important;
	background-color: var(--main-bg-color) !important;
	padding: 18px 30px 18px 30px !important;
	height: 20px !important;
	min-height: 20px !important;
}
.fr-modal-head h4 {
	font-family: var(--font-familydefault) !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	padding: 0px !important;
}
.fr-modal-head .fr-btn {
	right: 60px !important;
}
.fr-modal-body {
    padding-bottom: 0px !important;
}
.fr-modal-body .message {
	margin-top: 28px;
	margin-bottom: 28px;
	font-family: var(--font-familydefault);
	font-weight: 500;
	font-size: 15px;
	color: #4E92C1;
	text-align: left;
	margin-left: 80px;
    padding-top: 30px;
}

.fr-word-paste-modal-body {
    padding: 0px 20px;
    min-height: 200px;
}
.fr-word-paste-modal-footer .errorboutons .element .libelle {
    font-size: 16px;
    font-family: var(--font-familydefault);
    font-weight: 600;
    letter-spacing: 0.8px;
    padding: 0px 10px 0px 0px;
}

.fr-modal-close {
    display: none !important;
}
.fr-word-paste-modal .fondNewIconGrand {
    margin-left: 0px !important;
}




