/* Corrections */

img{
    max-width: 100%;
    height: auto;
}

.app-header__logo .logo-src {
    width: 150px;
    height: 50px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.table{
    color: #495057;
}

.form-group{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.form-panel{
    width: 100%;
}

#search{
    margin-bottom: 15px;
}

.btn{
    font-size: 14px;
    color: #fff;
}

.btn-boitmobile{
    background: #f1ba0e;
    border-color: #f1ba0e;
}

.btn-boitmobile:hover, .btn-boitmobile:active, .btn-boitmobile:focus{
    background: #000;
    border-color: #000;
}

.bg-boitmobile{
    background: #f1ba0e;
}

.app-sidebar .scrollbar-sidebar{
    overflow-y: auto;
}

#search .containerSearch .col-md-6{
    padding: 0;
}

#search .containerSearch #custom-search-input .input-group input[type=text]{
    margin-left: 15px;
}

.resultat .active{
    font-weight: bold;
}

.img-responsive{
    max-width: 75px;
    max-height: 100px;
}

.case-menu .close{
    display: inline;
    float: inherit;
    position: absolute;
    right: 30px;
}

.case-menu .close i{
    color: #000;
}

/*-----------------------------------------------------------------------------*/
/*--------------------------------LOGIN----------------------------------------*/
/*-----------------------------------------------------------------------------*/

.row.row-login{
    margin: 0;
    height: 100vh;
    align-items: center;
}

.row.row-login .col-lg-6{
    margin: auto;
}

.card.login-card{
    padding-top: 50px;
    padding-bottom: 50px;
}

.login{
    text-align: center;
    padding: 30px;
}

.login .card-title{
    margin: 30px 0;
}

.login .list-group{
    margin-bottom: 30px;
}

.login label{
    text-align: left;
}

.login .form-signin{
    width: 300px;
    margin: 10px auto;
}

/*-----------------------------------------------------------------------------*/
/*------------------------FORMULAIRE DE CONTACT--------------------------------*/
/*-----------------------------------------------------------------------------*/

.card-title i, .main-card .details i{
    margin: 0 10px 10px 0;
}

/*-----------------------------------------------------------------------------*/
/*----------------------------BIBLIOTHEQUE MEDIA-------------------------------*/
/*-----------------------------------------------------------------------------*/

/* Ajouter un fichier */

.media-input{
    margin-left: calc(25% + 15px);
    margin-bottom: 25px;
}

.media-input .btn{
    cursor: pointer;
}

.media-input input, .media-ajouter input{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.media-message li{
    margin-bottom: 15px !important;
}

/* Dossier */

.no-margin{ margin: 0; }

.link-media:first-child .folder{
    border-top: 2px solid #ddd;
}

.folder{
    width: 100%;
    padding: 15px;
    min-height: 50px;
    background: #eee;
    border-left: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    border-right: 2px solid #ddd;
    transition: all .2s;
}

.folder i{
    margin-right: 15px;
}

.link-media{ 
    color: rgba(167, 11, 1,0.7); 
    font-weight: 600; 
    cursor: pointer;
}

.link-media:hover{ 
    color: rgba(167, 11, 1,0.7); 
    text-decoration: none;
}

/* Fichier */

.file i.fa-times{ 
    color: rgba(167, 11, 1,0.7);
    position: absolute; 
    right: 30px; 
    top: 15px; 
    z-index: 9;
    cursor: pointer;
}

.delete-contact{
    color: rgba(167, 11, 1,0.7);
    z-index: 9;
    cursor: pointer;
}

.file .card-body{ 
    flex: 0; 
    -ms-flex: 0;
    margin: auto; 
    cursor: pointer;
    max-width: 100%;
}

.file img{ 
    max-width: 100%;
    max-height: 100px; 
    margin-bottom: 30px; 
}

.file .card{ 
    border: 2px solid transparent; 
    min-height: 250px;
}

.file a, .file a:hover{ 
    text-decoration: none;
}

.file .card-title{ 
    text-transform: none; 
}

.file .card-body{ 
    color: rgba(167, 11, 1,0.7);
}

/*-----------------------------------------------------------------------------*/
/*-------------------MODULE DE CREATION DE FORMULAIRE--------------------------*/
/*-----------------------------------------------------------------------------*/

#pop_up, .pop_up_filtre_noir{
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) );
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.5s;
    display: none;
}

.pop_up_filtre_noir{
    display: block;
    opacity: 1;
}

#pop_up_suppression{
    display: block;
    width: calc(100% - 490px);
    height: calc(100% - 270px);
    position: fixed;
    left: 385px;
    top: 165px;
}

.pop_up{
    display: flex;
    width: 60%;
    height: calc(100% - 182.5px);
    position: fixed;
    top: 125px;
    left: 30%;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 9999;
    box-shadow: 0 0 30px #495057;
    padding: 25px 50px;
    justify-content: left;
    align-items: center;
    overflow-y: auto;
}

#champs_pop_up{
    display: block;
    width: 100%;
}

@media (max-width: 991px) {
    .pop_up{
        width: 80% !important;
        left: 10% !important;
        top: 10% !important;
    }
}

.contenu_pop_up{
    width: calc(100% - 90px);
    margin: auto;
}

.pop_up i.fa-times{
    cursor: pointer;
    position: fixed;
    top: 140px;
    right: 12.5%;
    font-size: 24px;
}

.pop_up .btn i.fa-times{
    position: relative;
    top: auto;
    right: auto;
    font-size: 1em;
}

.pop_up .btn i.fa-times:hover, .pop_up .btn i.fa-times:active, .pop_up .btn i.fa-times:focus{
    color: #fff;
}

.pop_up .btn-lg{
    font-size: 1.3rem;
}

.pop_up .contenu{
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}

.pop_up .contenu-lg{
    font-size: 1.3rem;
}

.pop_up .centrage_vertical{
    width: calc(100% - 90px);
    margin: auto;
}

.form-group em{
    font-weight: 600;
    color: red;
    margin-bottom: 10px;
}

.nav-tabs{
    margin-bottom: 0;
}

.nav-tabs .nav-item a, .nav-tabs .nav-item a:hover, .nav-tabs .nav-item a:focus, .nav-tabs .nav-item a:active{
    color: #495057 !important;
    font-weight: 600;
}

#checkbox_notif input{ margin-left: 15px; }
#checkbox_notif label{ margin-left: 15px; margin-bottom: 0; }
#notif_utilisateur{ display: none; opacity: 0; transition: all 0.5s; }

/*-----------------------------------------------------------------------------*/
/*-------------------------MODIFIER MENU DU SITE-------------------------------*/
/*-----------------------------------------------------------------------------*/

.pn {
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}

.white-panel {
    padding: 5px;
    text-align: center;
    background: #ffffff;
    color: #ccd1d9;
    margin-bottom: 30px;
}

.white-panel p {
    margin-top: 5px;
    font-weight: 700;
    margin-left: 15px;
}
.white-panel .white-header {
    background: #f4f4f4;
    padding: 3px;
    margin-bottom: 15px;
    color: #c6c6c6;
}
.white-panel .small {
    font-size: 10px;
    color: #ccd1d9;
}

.white-panel i {
    color: #80A0D3;
    padding-right: 4px;
    font-size: 14px;
}

.white-panel .b-header{
    color: #222;
}
.white-panel .b-content{
    color: #666;
    text-align:left;
    margin-top: 15px;
}

.pop_up_menu label{
    font-weight: bold;
    color: #365576;
    font-size: 14px;
    text-transform: uppercase;
}

/*-----------------------------------------------------------------------------*/
/*-------------------------------COULEURS--------------------------------------*/
/*-----------------------------------------------------------------------------*/

/* Plus de jaune dans votre vie */

.app-header .app-header__content{
    background: #f1ba0e; /* COULEUR SITE */
}

/* Couleurs du projet */

.vertical-nav-menu ul > li > a.mm-active, .vertical-nav-menu ul > li > a:hover{
    color: #333;
}

.table-hover tbody tr:hover, .folder:hover{
    background: rgba(241, 186, 14, 0.5); /* COULEUR SITE */
}

.vertical-nav-menu li a.mm-active, .vertical-nav-menu ul > li > a.mm-active, .vertical-nav-menu li a:hover, .vertical-nav-menu ul > li > a:hover, .dropdown-menu .dropdown-item:hover {
    background: #f1ba0e; /* COULEUR SITE */
}

.app-sidebar__heading, .app-page-title .page-title-icon i, .folder i, .file .i.fa-times:hover, .pop_up .i.fa-times:hover {
    color: #365576;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after, 
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after{
    background-color: #365576;
}

.link-media:hover .folder, .file:hover .card{
    border: 2px solid #365576;
}

.btn-primary{
    background: #365576;
    border-color: #365576;
}

.btn-secondary{
    background: #414142
;
    border-color: #414142
;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus{
    background: #073150 !important;
    border-color: #073150 !important;
}

.btn-fixed{
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 1.3rem;
    font-weight: bold;
    z-index: 9;
}

.badge-site{
    color: #fff;
    background-color: #365576;
}

/*-----------------------------------------------------------------------------*/
/*-------------------BANDEAU SITE EN DEVELOPPEMENT-----------------------------*/
/*-----------------------------------------------------------------------------*/

.bandeau-dev {
    background-color: rgba(0,0,0, 0.6);
    color: #fff;
    font-weight: bold;
    font-family: Arial, sans-serif;
    padding: 5px;
    margin: 5px;
    text-align: center;
    font-size:12px;
}

/*-----------------------------------------------------------------------------*/
/*----------------------------MODULE SECTION-----------------------------------*/
/*-----------------------------------------------------------------------------*/

.collapse_section{
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 30px;
    margin-top: 15px;
    background: #f1ba0e; /* COULEUR SITE */
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.collapse_section:hover, .collapse_section:active, .collapse_section:focus{
    color: #fff !important;
    text-decoration: none;
}

.m-btn-raison{
    margin: 15px 0 0 15px;
}

.accordion .card-header i{
    margin-right: 10px;
}

.background-gris-clair{ background: #eee; }

.collapse_section i.fa-trash{
    color: #000;
    font-size: 18px;
    margin-right: 10px;
}

.collapse_section i.fa-angle-up, .collapse_section i.fa-angle-down{
    color: #000;
    font-size: 18px;
    margin-right: 10px;
}

#accordion_formulaire .btn-up, #accordion_formulaire .btn-down{
    padding: 0 0.5rem;
}

.collapse_section .dropdown{
    display: inline-block;
    position: initial;
}

.collapse_section .dropdown .btn-secondary, .collapse_section .dropdown .btn-secondary:hover, .collapse_section .dropdown .btn-secondary:active, 
.collapse_section .dropdown .btn-secondary:focus, 
.container_section .btn-secondary, .container_section .btn-secondary:hover, .container_section .btn-secondary:active, 
.container_section .btn-secondary:focus{
    background: #333;
    border-color: #333;
    position: absolute;
    right: 15px;
    top: 7px;
}

.dropdown-modele .btn-secondary, .dropdown-modele .btn-secondary:hover, .dropdown-modele .btn-secondary:active, 
.dropdown-modele .btn-secondary:focus{
    background: #333;
    border-color: #333;
    position: absolute;
    right: 15px;
    top: -43px;
}

.dropdown-modele .dropdown-toggle::after {
    display: none;
}

.collapse_section .dropdown .btn-secondary i, .container_section .btn-secondary i{
    font-size: 18px;
    color: #fff;
}

.collapse_section .dropdown .dropdown-toggle::after, .container_section .dropdown-toggle::after{
    display: none;
}

/*-----------------------------------------------------------------------------*/
/*--------------------------------PRODUIT--------------------------------------*/
/*-----------------------------------------------------------------------------*/

.div_cat {
    display: inline-block;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    width: 100%;
    padding: 10px;
}

.input_checkbox {
    display: block;
}

/*----LOGO BLANC----*/

.app-theme-white.fixed-header .app-header__logo{
    background: #f1ba0e;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after, .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after{
    background-color: #fff;
}

/* PROJET */

.projet-equipe{
    margin-bottom: 20px;
}

.projet-option .row{
    margin: 0;
}

.projet-option .col-sm-6, .projet-option .col-sm-4{
    display: inline-block;
    padding: 0;
}

.projet-option .col-sm-6 label, .projet-option .col-sm-4 label, .projet-option .col-sm-6 input, .projet-option .col-sm-4 input{
    display: inline;
}

.gras{
    font-weight: bold;
}

/*-----------------------------BOOTSTRAP SELECT--------------------------------*/

.bootstrap-select .dropdown-toggle::after{
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
    color: #4C9C50;
    font-size: 1.3rem;
}

.bootstrap-select.dropup .dropdown-toggle::after{
    border-top: 0;
    border-right: .4em solid transparent;
    border-bottom: .4em solid;
    border-left: .4em solid transparent;
}

.bootstrap-select:hover .dropdown-toggle::after, .bootstrap-select:active .dropdown-toggle::after, 
.bootstrap-select .dropdown-toggle:focus::after, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle::after{
    display: inline-block !important;
    margin-left: -.75em !important;
    vertical-align: 5px !important;
}

.bootstrap-select .btn, .bootstrap-select .btn:hover, .bootstrap-select .btn:active, .bootstrap-select .btn:focus{
    border: 1px solid #4C9C50;
    border-radius: 0;
    height: 35px;
    font-size: 1rem;
    font-family: "Roboto", sans-serif !important;
    font-weight: normal;
    text-transform: none;
    outline: none !important;
    color: #212529 !important;
}

.form-error{
    display: none;
    color: #d92550;
    font-weight: bold;
}

.right-collapse-section{
    position: absolute;
    right: 0;
    top: 0;
    height: 25px;
    width: 25px;
}

.right-collapse-section i{
    top: 0;
    right: 0;
}

/* -------------------------------------------------------------------------- */


.gestion_menus{
    margin-top: 20px;
}

.gestion_menus li{
    list-style-type: none;
    display: inline-block;
}

.gestion_menus li a{
    padding: 5px 10px;
}

.gestion_menus li a:hover{
    text-decoration: none;
    color: inherit;
}

.gestion_menus li a.active{
    background: rgba(167, 11, 1,0.5);
    color: #3f6ad8;
    font-weight: bold;
    
}

/* CALENDRIER */

/* .fc-timegrid-event-harness{
    left: 0% !important;
    right: 0% !important;
} */

.fc-event-main, .fc .fc-daygrid-event-harness, .fc-list-event{
    cursor: pointer;
}

.fc-timegrid-event .fc-event-main, .fc-h-event .fc-event-main{
    font-weight: bold;
}

.fc .fc-button-primary, .fc .fc-button-primary:disabled{
    background: transparent;
    border-color: #CE5F43;
    color: #CE5F43;
}

.fc .fc-button-active, .fc .fc-button-primary:hover, .fc .fc-button-primary:active, .fc .fc-button-primary:focus{
    background: #CE5F43 !important;
    color: #fff !important;
    box-shadow: none !important;
}

.fc .fc-daygrid-event{
    color: #fff !important;
    overflow: hidden;
}

.fc .fc-daygrid-event:hover, .fc .fc-daygrid-event:active, .fc .fc-daygrid-event:focus{
    color: rgb(73, 80, 87) !important;
}

.fc-list-event-time, .fc-list-event-graphic, .fc-list-event-title, .fc-event{
    border: none !important;
}

.fc-list-event.fc-event, .fc-list-event.fc-event:hover, .fc-list-event.fc-event:active, .fc-list-event.fc-event:focus,
.fc-list-event.fc-event:hover .fc-list-event-time, .fc-list-event.fc-event:hover .fc-list-event-graphic, 
.fc-list-event.fc-event:hover .fc-list-event-title{
    background: #fff;
    color: #3f6ad8 !important;
}

.carre-legende{
    width: 50px;
    height: 25px;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 10px;
}

.label-legende{
    vertical-align: middle;
}

.table-calcul-date{
    color: #bbb;
    font-size: 12px;
}

.app-header__content .fa-question-circle{
    color: #fff;
    opacity: 0.7;
    cursor: pointer;
    font-size: 28px;
    margin-right: 15px;
}

.app-header__content .fa-question-circle:hover{
    opacity: 1;
}

.bouton-ajouter {
    position: fixed;
    right: 30px;
    z-index: 9999;
}

.bouton-ajouter .btn{
    margin-right: 15px;
}

/* Messages d'erreur/succès en coin d'écran */

#error, #success{
    color: #fff;
    margin: 0 auto;
    font-weight: bold;
    opacity: 0.9;
    padding: 5px 15px;
    text-align: center;
    z-index: 9999;
    font-size: 18px;
    line-height: 18px;
    transition: all 0.5s;
    display: none;
    width: 450px;
    position: fixed;
    top: 15px;
    right: 15px;
    height: 80px;
    align-items: center;
}

#error i, #success i{
    font-size: 36px;
    margin-right: 15px;
}

#error{
    background: none repeat scroll 0 0 #f7941d;
}

#success{
    background: none repeat scroll 0 0 #96ca00;
}

/* DOCUMENTATION BOITADEV */

#boitadev-doc{
    position: fixed;
    top: 0;
    right: -33%;
    width: 33%;
    z-index: 9999;
    background: #fff;
    height: 100vh;
    box-shadow: 0 0 5px 0 #ccc;
    padding: 60px 30px 30px 30px;
    transition: right 0.25s;
    overflow-y: auto;
}

#boitadev-doc .fa-times{
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 24px;
    cursor: pointer;
}

#boitadev-doc .fa-times:hover, #boitadev-doc .fa-times:active, #boitadev-doc .fa-times:focus{
    color: #3f6ad8;
}

#boitadev-doc .sommaire, #boitadev-doc .sommaire ul{
    list-style: none;
    font-weight: bold;
}

#boitadev-doc .sommaire{
    padding: 0;
    margin: 0;
}

#boitadev-doc .boitadev-doc-titre{
    border-radius: 5px;
    color: #000;
    font-weight: bold;
    padding: 5px 10px 5px 15px;
    font-size: 18px;
    display: inline-block;
}

#boitadev-doc .boitadev-doc-titre.active, #boitadev-doc .boitadev-doc-titre:hover, #boitadev-doc .boitadev-doc-titre:active, #boitadev-doc .boitadev-doc-titre:focus{
    background: #f1ba0e;
}

#boitadev-doc .boitadev-doc-titre-noir{
    color: #000;
    font-weight: bold;
    cursor: pointer;
    padding: 2px 10px;
}

#boitadev-doc .boitadev-doc-titre-noir:hover, #boitadev-doc .boitadev-doc-titre-noir:active, #boitadev-doc .boitadev-doc-titre-noir:focus{
    background: #f1ba0e;
    display: inline-block;
    border-radius: 5px;
}

#boitadev-doc .glyphicon{
    padding-left: 5px;
}

#boitadev-doc .glyphicon::before{
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
}

.app-container * {
    scrollbar-width: thin;
    scrollbar-color:#ddd #fff;
}
.app-container ::-webkit-scrollbar {
    background: #fff;
    width: 8px;
}
.app-container ::-webkit-scrollbar-thumb {
    height: 30px;
    background:#ddd;
}

.btn-absence{
    background: #CE5F43;
    border-color: #CE5F43;
}

.btn-absence:hover, .btn-absence:active, .btn-absence:focus{
    background: #CE5F43;
    border-color: #CE5F43;
}

/* POP UP ICONE */

#icone_pop_up{
    display: none;
}

.col-icone{
    cursor: pointer;
    border: 2px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 #ddd;
    padding: 15px;
}

.col-icone:hover{
    background: #eee;
}

.pop_up .contenu-lg label, .pop_up .contenu-lg em, .pop_up .contenu-lg .form-error{
    text-align: left;
    font-size: 1rem;
    line-height: 1rem;
    width: 100%;
}

.pop_up .contenu-lg em{
    display: block;
    line-height: 1.1rem;
}

.pop_up .contenu-lg label em{
    display: inline;
}

/* CARRÉS DE COULEUR */

.widget.color .widget-desc ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.widget.color .widget-desc ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    margin-bottom: 15px;
}

.widget.color .widget-desc ul li .color1 {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); 
    cursor: pointer;
}

/* Bootstrap Grid CKEDITOR : suppression de tous les boutons gênants */

.n1ed_btn_grid{
    display: none !important;
}

/* SWITCH */
.switch-container{
	margin-bottom: 1rem !important;
}

.switch-container .form-switch {
  margin: 3px 7px 0 15px;
}

.customCheckboxMdp{
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 1;
    height: calc(100% - 2px);
    width: 38px;
    display: flex;
    align-items: center;
}

.customCheckboxMdp i{
    color: #666;
    cursor: pointer;
    margin: auto;
}

.customCheckboxMdp i:hover, .customCheckboxMdp i:active, .customCheckboxMdp i:focus{
    color: #000;
}

/* Notifications */

.btn-icon-wrapper{
    position: relative;
    height: 100%;
    display: block;
    cursor: pointer;
}

.dropdown-notif{
    max-width: 250px;
}

.badge-notif{
    position: absolute;
    right: 20px;
    bottom: 15px;
    padding: 3px 5px;
    font-size: 12px;
}

.dropdown-notif .card-title{
    padding: 0 20px;
}

.dropdown-notif .nav-item{
    line-height: 16px;
    border-top: 1px solid #ddd;
}

.dropdown-notif .nav-link:hover, .dropdown-notif .nav-link:active, .dropdown-notif .nav-link:focus{
    background: #eee;
}

.dropdown-notif .nav-item img{
    display: inline-block;
    margin-right: 15px;
    border-radius: 100px;
    width: 35px;
}

.pointer{
    cursor: pointer;
}

.p-relative{
    position: relative;
}

.btn-elementor{
    border-radius: 5px; 
    background: white; 
    font-size: 15px;
    font-weight: 700; 
    width: auto;
    margin: 0 0 10px 15px !important;
}

.btn-elementor:hover, .btn-elementor:active, .btn-elementor:focus{
    cursor: pointer;
}

.btn-importer-section{
    border-radius: 5px;
    background: white;
    font-size: 15px;
    font-weight: 700;
    width: auto;
    margin: 0 0 10px 15px !important;
}

.btn-importer-section:hover, .btn-importer-section:active, .btn-importer-section:focus{
    cursor: pointer;
}

/*-----------------------------------------------------------------------------*/
/*-------------------------ACCORDÉONS FRONT APERCU-----------------------------*/
/*-----------------------------------------------------------------------------*/

.panel-default{
    margin-bottom: 15px;
}

.panel-title{
    padding: 10px 20px;
    margin: 0;
    width: 100%;
    border: 2px solid #365576;
    background: #365576;
    font-size: 1rem;
}

.collapsible-item-title-link, .collapsible-item-title-link:hover, .collapsible-item-title-link:active, .collapsible-item-title-link:focus{
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.panel-collapse{
    padding: 10px 30px;
    background: #f5f5f5;
    border: 2px solid #365576;
    border-top: none;
}

.collapsible-item-title-link-icon, .panel-title .glyphicon{
    display: none;
}

.panel-title .glyphicon:before {
    display: none;
}

.topbar .main-card {
    text-align: right;
}

.topbar .main-card .card-body {
    padding: 10px;
}


.ckmodal-group{
    padding: 5px;
    margin: 5px 0;
}

.ckmodal-group-titre{
    font-weight: bold;
    margin-bottom: 5px;
    width: fit-content;
    border-bottom: 3px solid var(--gray-dark);
}

.ckmodal-sous-group{
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}

.ckmodal-titre{
    font-weight: bold;
    color: #26205b;
}

.ckmodal-sous-group > em{
    color: var(--danger);
    font-weight: bold;
}

/*--------------------------CHECKLIST SEO---------------------------------------*/
.false-link{
    cursor: pointer;
    color: #3f6ad8;
}

.false-link:hover, .false-link:active, .false-link:focus{
    color: #0056b3;
}

.pastille-seo{
    display: inline-block;
    border-radius: 100px;
    width: 70px;
    height: 70px;
    line-height: 61px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.pastille-seo.warning{
    border: 5px solid #f7b924 !important;
    color: #f7b924 !important;
    background: rgba(247, 185, 36, 0.4) !important;
}

.pastille-seo.success{
    border: 5px solid #3ac47d !important;
    color: #3ac47d !important;
    background: rgba(58, 196, 125, 0.4) !important;
}

.pastille-seo.danger{
    border: 5px solid #d92550 !important;
    color: #d92550 !important;
    background: rgba(217, 37, 80, 0.4) !important;
}


.bloc-suggestion{
    position: absolute;
    top: 100%;
    z-index: 9999;
    width: 100%;
    overflow: hidden;
}

.bloc-suggestion .suggestion-recherche{
    width: calc(100% - 30px);
    display: block;
    background: #eee;
    position: relative;
    z-index: 9999;
    padding: 10px;
    color: #333;
    font-size: 0.8rem;
    cursor: pointer;
}

.bloc-suggestion .suggestion-recherche:hover{
    background: #f1ba0e;
    color: #fff;
}

.topbar .dropdown-toggle::after{
    border: none;
    margin: 0;
    display: none;
}

.topbar .dropstart{
    display: inline-block;
}

.dropdown-menu .dropdown-item i{
    margin-right: 5px;
    margin-top: 2px;
    width: 18px;
}

/* MODULE IA */

.col-ia{
    border-right: 1px solid #ccc;
    min-height: calc(100vh - 250px);
}

.collapse_ia_option_supplementaire, .collapse_ia_option_supplementaire:hover, .collapse_ia_option_supplementaire:active,
.collapse_ia_option_supplementaire:focus{
    color: #000;
    text-decoration: underline;
}

.align-center{
    align-items: center;
}

.ia_generation_contenu img{
    height: 200px;
}

.ia_generation_contenu{
    color: #8A8A8A;
}

.gpt-proposition{
    border: 1px solid #000;
    border-radius: 30px;
    padding: 20px;
    margin-top: 20px;
}

.padding-ia{
    padding: 15px 0;
}

.gpt-proposition-col:first-child{
    border-right: 1px solid #ccc;
}

.gpt-copier{
    text-decoration: underline;
    cursor: pointer;
}

.gpt-proposition-col .btn-light, .gpt-proposition-col .btn-light:hover, 
.gpt-proposition-col .btn-light:active, .gpt-proposition-col .btn-light:focus{
    color: #555 !important;
}

.gpt-proposition-texte h1{
    font-size: 1.6rem;
}

.gpt-proposition-texte h2{
    font-size: 1.4rem;
}

.gpt-proposition-texte h3{
    font-size: 1.3rem;
}

.gpt-proposition-texte h4{
    font-size: 1.2rem;
}

.gpt-proposition-texte h5{
    font-size: 1.1rem;
}

.gpt-lire-suite{
    margin-top: 20px;
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}

#pop_up_ia, #pop_up_unsplash{
    position: fixed;
    top: 80px;
    left: 30%;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 9999;
    width: 70%;
    left: 25%;
    box-shadow: none;
    height: calc(100% - 152.5px);
    display: block;
    border-radius: 25px;
    overflow-y: hidden;
}

.pop_up_ia_body{
    overflow-y: auto;
    height: calc(100% - 90px);
}

.pop_up_header{
    background: #eee;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 10px 20px;
    width: 100%;
    height: 45px;
    position: relative;
}

.pop_up_footer{
    background: #eee;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 8px 20px;
    position: relative;
}

.pop_up_ia_titre{
    position: absolute;
    top: 8px;
    left: 20px;
    font-size: 1.2rem;
}

.pop_up_ia_credit{
    position: absolute;
    top: 8px;
    right: 20px;
}

@media (max-width: 480px) {
    .pop_up_header{
        height: 70px;
    }
    .pop_up_ia_titre{
        position: relative;
        top: 0;
        left: 0;
        display: block;
    }
    .pop_up_ia_credit{
        display: block;
        position: relative;
        top: 0;
        right: 0;
    }
    .pop_up_ia_body{
        height: calc(100% - 115px);
    }
}

.tdb-badge{
    color: #fff;
    align-items: center;
}

.tdb-badge .tdb-chiffre{
    font-weight: bold; 
    font-size: 1.6rem;
}

.tdb-badge .tdb-libelle{
    line-height: 1.6rem;
    text-align: right;
}

.tdb-badge .tdb-progression{
    font-size: 0.75rem;
}

.tdb-missions{
    align-items: center;
}

.tdb-missions ul{
    list-style: none;
}

.tdb-missions ul li{
    font-weight: bold;
    font-size: 1.2rem;
}

.tdb-missions ul li i{
    width: 15px;
}

.table-responsive .dropdown-toggle::after, .table-responsive .dropstart .dropdown-toggle::before {
    display: none;
}

/* MAJ Bootstrap 5 */

.header-btn-lg .widget-content-left .btn-group a{
    border: none;
}

.app-sidebar__inner .vertical-nav-menu li a{
    text-decoration: none;
}

.dropstart .dropdown-toggle::before{
	display: none;
}

/* APERCU MOBILE */

.mobile-container{
    border-radius: 10px;
    max-width: 360px;
    min-height: 750px;
    margin: auto;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.mobile-container .bulle-message{
    min-height: 70px;
    background: #ddd;
    color: #000;
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: calc(100% - 60px);
    border-radius: 20px;
    padding: 15px;
    font-size: 16px;
    white-space: pre-line;
}

.mobile-container .mobile-expediteur{
    position: absolute;
    top: 45px;
    left: 30px;
    width: calc(100% - 60px);
}

.mobile-container .fa-angle-left{
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 24px;
}

.mobile-container .mobile-icone-user{
    display: inline-block;
    margin-left: 30px;
    background: #eee;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    line-height: 30px;
    text-align: center;
}

.mobile-container #mobile-expediteur{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
}

.mobile-container .fa-ellipsis-v{
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 24px;
}

.cercle-pagespeed, .cercle-pagespeed-lg{
    width: 30px;
    color: #fff;
    height: 30px;
    border-radius: 100px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
}

.cercle-pagespeed-lg{
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 24px;
}

.dropdown-section-parametre{
    z-index: 9999;
}

.v-align-middle{
    vertical-align: middle;
}