
.bg-licorne {
	background-image: url("../images/licorne.png") !important;
	background-size: 30px 30px !important;
}


.bg-danger {
	background-color: #D32F2F !important;
}

.c-red {
	color: red !important;
}

.c-black {
	color: black !important;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.no-rounded-radius {
    border-radius: 0 !important;
}

.fg-lightgray {
    color: lightgray !important;
}

.m-10 {
    margin: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-30 {
    margin: 30px !important;
}

.m-40 {
    margin: 40px !important;
}

.m-50 {
    margin: 50px !important;
}

.m-60 {
    margin: 60px !important;
}

.m-70 {
    margin: 70px !important;
}

.m-80 {
    margin: 80px !important;
}

.m-120 {
    margin: 120px !important;
}


.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-b-60 {
    margin-bottom: 60px !important;
}

.m-t-8 {
    margin-top: 8px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-t-60 {
    margin-top: 60px !important;
}

.m-t-100 {
    margin-top: 100px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-30 {
    margin-right: 30px !important;
}


.p-20 {
    padding: 20px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-t-8 {
    padding-top: 8px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.tui-colorpicker-palette-hex {
    width: 90px !important;
}

.ui-messages-error-icon {
    display: none !important;
}

.ui-messages-info-icon {
    display: none !important;
}

.layout-menu ul a.active-route {
    background: #7b685a;
}

.ui-dialog-titlebar-close {
    display: none !important;
}

.hidden {
    display: none;
}

.tab {
    background: white !important;
    color: black !important;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #E7AF18 !important;
    margin-bottom: 15px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    opacity: 1 !important;
    box-shadow: none !important;
    font-size: larger !important;
}

.tab-selected {
    border-bottom: 5px solid #E7AF18 !important;
}

@media (min-width: 993px) {
    .login-body .login-wrapper .login-client-image {
        background-image: url("../images/pages/bg-suscribe-client.jpg") !important;
    }
}

.layout-footer {
    background-color: #E7AF18 !important;
}

.layout-sidebar .logo-image {
    width: 12rem !important;
    height: 7rem !important;
    margin-bottom: 10px;
}

.layout-sidebar .logo-image-cii {
    width: 12rem !important;
}

.layout-sidebar .logo {
    padding: 0rem !important;
}

.map-zone {
    height: 300px;
    width: 100%;
}

.map {
    height: 100%;
    width: 100%;
}

.pac-container {
    z-index: 10000;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}


/*Page publique*/
.d-flex {
    display: flex;
}

.col-actu {
    background-color: #EAE7DE;
    padding: 20px;
    width: 33%;
}

.col-actu-child {
    width: 100%;
}

.col-actu-child hr {
    border-bottom: 1px solid #DC911B;
    margin: 0;
}

.col-actu-child hr:last-child {
    display: none;
}

.body-actu {
    flex-direction: column;
    width: 67%;
    min-height: calc(100vh - 422px);
}

.body-actu .img-container {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.body-actu .date {
    position: absolute;
    background-color: #DC911B;
    font-weight: bold;
    font-size: 25px;
    padding: 13px;
    color: white;
}

.public-link {
    text-decoration: none !important;
}

.public-link:hover {
    text-decoration: none !important;
}


/*page publique mobile*/

.body-actu-mobile {
    flex-direction: column;
    width: 100%;
    min-height: calc(100vh - 310px);
}

.body-actu-mobile .img-container {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.body-actu-mobile .date {
    position: absolute;
    background-color: #A19486;
    font-weight: bold;
    font-size: 20px;
    padding: 7px;
    color: white;
}

.body-actu-mobile .menu {
    align-self: flex-end;
    justify-self: start;
    position: absolute;
    background-color: #DC911B;
    font-weight: bold;
    font-size: 20px;
    padding: 7px;
    color: white;
}

.public-menu-mobile {
    position: absolute;
    top: 200px;
    right: 74px;
    background-color: #DC911B;
    font-weight: bold;
    font-size: 20px;
    padding: 7px;
    color: white;
}

.public-menu-mobile .dropdown-toggle {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.public-menu-mobile .dropdown-toggle:hover {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.public-menu-mobile .dropdown-menu {
    min-width: 350px !important;
}

.public-link-mobile {
    text-decoration: none !important;
}

.public-link-mobile:hover {
    text-decoration: none !important;
}


@media (max-width: 767px) {
    .hide-desktop {
        display: none !important;
    }
}

@media (min-width: 767px) {
    .hide-mobile {
        display: none !important;
    }
}

/*editeur de markdown : CB*/

.te-ww-block-overlay.code-block-header {
    display: none !important;
}

/* sk slider */

.sk-double-bounce {
    position: absolute;
    z-index: 1000;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.sk-hide {
    display: none;
}


/* composant p:fileUpload */

.ui-fileupload-buttonbar {
    display: none !important;
}

.ui-fileupload-content {
    border: 0px !important;
}

.ui-fileupload-content .ui-messages {
    margin-top: 35px !important;
    margin-left: -25px !important;
}

.ui-fileupload-files {
    display: none !important;
}

ul .layout-menuitem-root-text {
    font-size: 14px !important;
}

.border {
	border: solid 1px;
}

.border-t {
	border-top: solid 1px;
}

.border-b {
	border-bottom: solid 1px;
}

.border-tb {
	border-top: solid 1px;
	border-bottom: solid 1px;
}

.border-rl {
	border-right: solid 1px;
	border-left: solid 1px;
}
