@charset "UTF-8";
/*charte graphisque djepva
--orange: #E74106;
--vert:#00AAA9;
--vertpale:#B8DEDE;
*/

body {
    background-color: white;
    font-family: "Open Sans", sans-serif; /*
    "Helvetica Neue",Helvetica,Arial,sans-serif;
    "Open Sans", "Helvetica Neue"*/
    font-size:100%;
    margin:0;
    padding:0;
}
body.body-custom-liste{
    background-color: #fff !important;
}
input, select, textarea, button{
    font-family:inherit;
}
a {
    text-decoration: none;
    color: #00807F;
}
a:hover {
    text-decoration: underline;
}
h1.bandeau{
    width:auto;
    margin:0em;
    padding:0.5em 0 0 0.7em;
    font-size:1.5em;
    font-weight: bold;
    color:white;
    background:#00AAA9; /*SteelBlue;*/
}
.bandeau img{
    float:left;
    margin:-0.4em 0.5em 0 -0.6em;
}
h1 a {
    text-decoration: none;
    color:white;
}
h1 a:hover {
    color:#edf3f8;
}
.retour_boussole {
    float:right; width:1.5em;
    margin:0.5em 0.5em;
}
.statut {
    font-size:0.9em;
    text-align:right;
    padding-right:0.25em;
    margin-bottom:1em;
    background-color:#DCEFEF; /*#B8DEDE b6cee2;*/
}
.statut a {
    text-decoration: underline;
}
h2 {
    margin-left:0em;
}
body.body-custom-liste h2, body.body-custom-liste h2 small{
    background-color: white;
    margin: 0px 0px 0px 4px;
    padding: 21px 5px 11px 11px;
    color: #000;
    font-size: 18px;
    font-weight: normal;
}
.margin1{
    margin:1em;
}
.liste_territoire{
    text-align:right;
    float:right;
    width:20em;
}
table.detail  {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-collapse: collapse;
    width:100%;
}
.detail th, .detail td {
    padding: 4px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.detail tr:nth-child(odd){ background-color:#f9f9f9;}
.detail tr:hover {background-color: #f6f6f6;}
form {
    width:100%;
    margin:0 auto;
}
fieldset {
    margin:0 auto 2em auto;
    padding:1em;
    border:1px solid grey;
}
legend{
    text-align:left;
}
.accueil {
    width:100%;
    border-collapse: collapse;
}
.accueil td {
    width:33%;
    border:none;
    padding: 0 1em;
    vertical-align:top;
}
.accueil ul{
    list-style-type: none;
    background:#f9f9f9; /*#f0f8f8*/
    border-top:1px solid #CCC; /*#00AAA9 black*/
    border-bottom:1px solid #CCC;
    border-left: 3px solid #00AAA9; /*B8DEDE*/
    height:9em;
    margin-top:0.5em;
    line-height:2.5em;
    padding: 1em 2em;
}
.derniere{
    margin-right:0;
}
.centre{
    text-align:center;
}
.une_colonne{
    display: block;
    width:60%;
    min-width:33em;
    margin:auto;
    line-height: 140%;
    margin-bottom:0.5em;
}
.deux_colonnes{
    display: inline-block;
    width:45%;
    min-width:33em;
    vertical-align: top;
    margin-right:1em;
    margin-bottom:0.5em;
}
.colonnes{
    -webkit-column-width: 28em; /* Chrome, Safari, Opera */
    -moz-column-width: 28em; /* Firefox */
    column-width: 28em;
    column-rule:1px solid grey;
}
/*input[type=text], input[type=email],input[list], textarea, select {
        width: auto;
}*/
input[readonly] {
    background-color: whitesmoke;
    color: #666;
}
.detail input[type=text], .detail input[type=password], .detail input[type=email], .detail  input[list], .detail textarea, .detail select {
    width: 22em;
}
.detail select.statut-thematique{
    width: auto !important;
    appearance: none;
    background-color: white;
    background-image: url('../img/arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 18px;
    font-weight: bold;

}
.detail input[type=text].input_int {
    width: 3em;
}
.detail input[type=text].datepick {
    width: 7em;
}
.detail input[type=text].failpsw {
    width: 1.5em;
}
.detail input[type=text].input_long {
    width: 30em;
}
.detail input[type=text].input_treslong {
    width: 50em;
}
.criteres{
    width:16em !important;
}

.auth input[type=text], .auth input[type=password] {
    width: 30em;
}
#editeur{
    border: 1px solid #ddd;
    padding: 0.2em;
    overflow: auto;
    font-size:90%;
    width:30em;
    height:15em;
    font-weight: normal;
}
select.age {
    width: auto;
}
label {
    font-weight: 600;
    display:inline-block;
    vertical-align: top;
}
.detail label {
    /*height: 30px; à vérifier avec le retour du test  */
    width: 297.8px;
    /*text-align: center;*/
}
.detail.auth label {
    font-weight: unset;
    width:15em;
}
#url_offre_label{
    width: 100%;
}
label.court{
    width:7em;
}
.lab {
    margin-left:50px;
    margin-top:0.5em;
    display:inline-block;
}
.button {
    text-align:center;
    margin-top:1em;
}
.soustitre {
    text-align:center;
    width:90%;
    margin:2% auto 0 auto;
    font-size:1.1em;
}
pre{
    background:#eee;
    padding:1em;
    margin-top:3em;
    white-space : pre-wrap;
}
.filtres{
    margin-bottom:2em;
    border-collapse:collapse;
    border-right:1px solid black;
}
.filtres th{
    padding-right:0.4em;
    border-right:1px solid black;
}
.filtres td{
    vertical-align:middle;
    padding:0.2em 0.4em;
    background-color:#f9f9f9;
}

.filtres.mesures {
    border-right:none;
}

.filtres td select[disabled="disabled"],
.filtres td input[disabled="disabled"] {
    background-color: #e9e9e9;
}

.container .sub-title {
    padding-left: 20px;
    margin-bottom: 4px;
}

.page{
    border-top:1px solid black !important;
}
.notice{
    font-weight:normal; font-size: small;
}
.italic {
    font-style: italic;
}

.hidden{
    visibility: hidden;
}

.invisible{
    display: none!important;
}
/*SweetAlert2 */
button.confirm{
    background-color: #137f8b!important;
    border-left-color: #137f8b!important;
    border-right-color: #137f8b!important;
}
button.cancel{
    display: inline-block!important;
    background-color: #949494!important;
}
.alert-final button.cancel {
    display: none!important;
}
.alert-final fieldset,.alert-archive fieldset{
    display: none!important;
}

.text-green {
    color: #28a745;
}

.text-red {
    color: #dc3545;
}

.lab.logo_partenaire {
    display: flex;
}

.lab.logo_partenaire label {
    width: 20%;
}

.lab.logo_partenaire div.img_preview {
    width: 80%;
}

.select2-search__field{
    font-size: 0.9em;
    color: #666666 !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #DDDDDD!important;
}

.sweet-alert.text-green p {
    color: #3c763d!important;
}

.sweet-alert.text-gray p {
    color: #949494!important
}
.sweet-alert.text-validation-pro h2 {
    margin: 0px 0 !important;
    font-size: 16px !important;
    color:#A52A2A !important;
    font-weight: unset !important;
}
.sweet-alert.text-validation-pro p {
    font-size: 16px !important;
    color:#A52A2A !important;
}

div#div-editeur  {
    font-weight: normal;
}

div.desc-content {
    border: 1px solid #AAAAAA;
    padding: 10px;
    margin: 5px 10px 0 0;
}

.dataTables_filter{
    margin-right: 20px;
}
.dataTables_filter label{
    /*padding: 10px;
    background: #eeeeee;*/
    margin: 0 5px 0 5px;
    font-weight: 600;
}
.dataTables_filter label select, .dataTables_filter label select option{
    line-height: 22px;
    height: 22px;
}

.criteres_modal{
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    display: none;
    background: #ffffff;
    overflow: auto;
}

.criteres_modal.visible{
    display: block;
}
.modal_themes{
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    display: none;
    background: #ffffff;
    overflow: auto;
}
.modal_themes.visible{
    display: block;
}
.custom_select{
    display: inline-block;
}

.custom_select select{
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    color:#137F8B;
    background: #f9f9f9;
    font-size: 0.8em;
    height: 40px;
}
/*tbody tr td select.select-critere{
    background-image: url('../img/arrow-down-select.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;

}*/
/*.custom_select_no_bg select{
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    font-size: 0.9em;
    margin-top: -10px;
    margin-bottom: 20px;
    color:#137F8B;
}*/

.custom_select_no_bg select {
    appearance: none;
    background-color: white;
    background-image: url('../img/arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 18px;
}
.custom_select_no_bg select:disabled {
    background-image: url('../img/icon-fleche-select.png');
}
.custom_select_no_bg option{
    color: black !important;
}

.custom_select select option:nth-child(2n+1){
    background:#ffffff;
}

.criteres_modal{
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    display: none;
    background: #ffffff;
    overflow: auto;
}

.criteres_modal.visible{
    display: block;
}
i {
    cursor: pointer;
}
i.fa-cogs {
    cursor: text;
}
.cke_editable img {
    max-width: 570px;
    max-height: 297px;
}
.cke_button_icon.cke_button__image_icon {
    display: none !important;
}


.errors{
    border: 5px solid red;
    margin-bottom: 20px;
}
.green-border {
    border: 2px solid gray;
    margin-bottom: 20px;
}
#banners-warnig p{
    color: red;
    text-align: center;
    font-weight: bold;
}

.demande button[type="submit"], .validate-delivry{
height: 2.5em;
    width: 5.5em;
    border-radius: 0.5em;
    background-color: #137F8B;
    font-weight: bold;
    color: #fff;
    font-size: 1.6em;
    border: none; }
.ls-modal.normal_button {
    cursor: pointer;
    background: #137f8b;
    text-decoration: none;
    color: white !important;
    font-size: 20px;
    font-weight: bold;
    border-radius: 3px !important;
    border: none !important;
    padding: 12px 30px !important;
    margin: 15px 10px 30px 0 !important;
    height: auto !important;
    display: inline-block !important;
    text-align: left;
    box-shadow: 0px 8px 0px 0px rgb(10, 113, 125) !important;
    transition: background 0.3s ease 0s, box-shadow 0.3s ease 0s;
    -webkit-transition: background 0.3s ease 0s, box-shadow 0.3s ease 0s;
}
.ls-modal.warnig_button {
    cursor: pointer;
    background: #ff9900;
    text-decoration: none;
    color: white !important;
    font-size: 20px;
    font-weight: bold;
    border-radius: 3px !important;
    border: none !important;
    padding: 12px 30px !important;
    margin: 15px 10px 30px 0 !important;
    height: auto !important;
    display: inline-block !important;
    text-align: left;
    box-shadow: 0px 8px 0px 0px rgb(204, 102, 0) !important;
    transition: background 0.3s ease 0s, box-shadow 0.3s ease 0s;
    -webkit-transition: background 0.3s ease 0s, box-shadow 0.3s ease 0s;
}

.competence_hors_territoire:checked {
    color :red !important ;
}
label[for=rdv_jeuneinfo]
{
    width: 70%;
}
/*----------------------Notification-------------------------*/
#evol_notif{
    display: inline-block;
}
#evol_notif ul {
    display:block;
    list-style:none;
    margin:0;
    padding:12px 10px;
    height:21px;
}
#evol_notif ul li {
    /*float:left;*/
   /* font:13px helvetica;*/
    font-weight:bold;
    margin:3px 0;
}
#evol_notif ul li a {
    text-decoration:none;
    cursor:pointer;
    color: initial;
}
#evol_notif ul li a:hover {
    text-decoration:none;
    cursor:pointer;
}

#evol_notif #noti_Container {
    position:relative;
}

/* A CIRCLE LIKE BUTTON IN THE TOP MENU. */
#evol_notif #noti_Button {
    /*width:22px;
    height:22px;
    line-height:22px;
    border-radius:50%;
    -moz-border-radius:50%; 
    -webkit-border-radius:50%;
    background:#FFF;
    margin:-3px 10px 0 10px;
    cursor:pointer;*/
}

/* THE POPULAR RED NOTIFICATIONS COUNTER. */
#evol_notif #noti_Counter {
    display:block;
    position:absolute;
    background:#E1141E;
    color:#FFF;
    font-size:12px;
    font-weight:normal;
    padding:3px 7px;
    margin:-8px 0 0 25px;
    border-radius:2px;
    -moz-border-radius:2px; 
    -webkit-border-radius:2px;
    z-index:1;
}

/* THE NOTIFICAIONS WINDOW. THIS REMAINS HIDDEN WHEN THE PAGE LOADS. */
#evol_notif #notifications {
    display:none;
    width:279px;
    position:absolute;
    margin-left: -129px;
    top:35px;
    left:0;
    background:#FFF;
    border:solid 1px rgba(100, 100, 100, .20);
    -webkit-box-shadow:0 3px 8px rgba(0, 0, 0, .20);
    z-index: 1;
}
/* AN ARROW LIKE STRUCTURE JUST OVER THE NOTIFICATIONS WINDOW */
#evol_notif #notifications:before {         
    content: '';
    display:block;
    width:0;
    height:0;
    color:transparent;
    border:10px solid #CCC;
    border-color:transparent transparent #FFF;
    margin-top:-20px;
    margin-left:129px;
}

#evol_notif h3 {
    display:block;
    color:#333; 
   /* background:#FFF;*/
    font-weight:bold;
    font-size:13px;    
    padding:8px;
    margin:0;
    border-bottom:solid 0.5px rgba(100, 100, 100, .30);
}

#evol_notif .seeAll {
    background:#F6F7F8;
    padding:8px;
    font-size:12px;
    font-weight:bold;
    border-top:solid 1px rgba(100, 100, 100, .30);
    text-align:center;
}
#evol_notif .seeAll a {
    color:gray;
}
#evol_notif .seeAll a:hover {
    background:#F6F7F8;
    color:#3b5998;
    text-decoration:underline;
}

#evol_notif #allRead {
    cursor: pointer;
    color: deepskyblue;
    margin-left: 16px;
}
.warning-message-users {
    padding: 20px;
    background-color: #fff3cd;
    color: #856404;
    font-weight: bold;
  }
  .succes-message-users {
    padding: 20px;
    background-color: #d4edda;
    color: #155724;
    font-weight: bold;
  }
  .danger-message-users {
    padding: 20px;
    background-color: #f8d7da;
    color: #721c24;
    font-weight: bold;
  }
#national_theme{
    width: 295px;
}
.custom_lien {
    padding: 8px !important;
    margin-right: 8px;
}
.custom_lien a {
    padding: 8px !important;
}
.custom_lien:hover,
.custom_lien a:hover{
    background-color: #137f8b !important;
    color: #fff !important;
    text-decoration: none;
}
/*---------filtre stats et graph---------------*/
.custom-graph-stats{
    padding: 23px 15px 0px ;
}
.custom-filtre{
    padding: 5px 24px 0px;
    position: relative;
    left: -9px;
}
/*--------template organisme detail-----------*/
.detail label.antenne-ogranimse-label, span.antenne-ogranimse-label{
    margin-top: 1px !important;
    font-size: 14px !important;
    width: 249px !important;
    font-weight: 500 !important;
}
select#perimeter-list option:disabled {
    background: #DCDCDC;
}

#filter_actif_list{
    margin-top: 10px;
    margin-bottom: 10px;
}
.statut-list label{
    width: 3em !important;
}
td.enable_ods, td span.enable_orga, td span.enable_offre, td.enable_users, td span.enable_users{
    color: green;
    font-weight: bold;
}
td.disable_ods, td span.disable_orga, td span.disable_offre, td.disable_users, td span.disable_users{
    color: red;
    font-weight: bold;
}
.link-pro-demande{
    text-decoration: underline;
}

.renvoi-demande{
    float: right;
    margin-bottom: 10px;
    margin-top: -50px;
    text-align: center;
    width: 200px;
}

button.btn-renvoi-demande{
    background-color: white;
    text-align: center;
    border-radius: 14px;
    border: 2px solid #137f8b;
    font-weight: bold;
    line-height:20px;
    cursor:pointer;
}

.none-display{
    display: none;
}

.check-with-label:checked + .label-for-check {
    font-weight: bold !important;
  }

  .wrapper-class label {
    display: inline;
    margin-left: 5px;
    }
.flex-container-critere {
    display: flex;
    flex-wrap: wrap;
}

.critere-form-label {
    float:left;
    margin-right:30px;
    margin-bottom: 30px;
    display:block;
}
.critere-form-label label{
    width: 150px !important;
    margin-bottom: 8px;
}

.inputCommentaire{
    width: 600px !important;
}

.addCritereSubmit{
    margin-left: 200px !important;
}

.tableCritereTH{
    height: 5vw;
}

.tableCritere tbody{
    height: 7vw;
}

.tableCritere th, tbody, td{
    padding-left: 1.5vw;
}
/*----------------------Formulaire_detail----------------------*/
.input_long_modal{
    width: 20em;
    /*background: #dddddd;*/
    pointer-events: none;
    border-color: #f6f6f6;
}

.filter_left_lignes{
    float:left !important;
    margin-top: -150px !important;
    margin-left: 200px !important;
    background-color: white !important;
}

.filter_left_search{
    float:left !important;
    margin-top: -151px !important;
    width: 200px !important;
    background-color: white !important;

}

#search_input{
    margin-top: 5px !important;
    float: left !important;
    margin-left: 0px !important;
    height:30px !important;

}

#label_search{
    float:left !important;
    margin-left:0px !important;
}

#select_nb_lignes{
    margin-top: 5px !important;
    float: left !important;
    margin-left: 0px !important;
    width: 100%;
    height:30px !important;
}

#label_nb_lignes{
    float:left !important;
}

.statut_form{
    margin-left: 445px; 
    margin-top: 28px;
    margin-bottom: 90px;
}

.statut_form_sm{
    margin-top: 75px;
    margin-bottom: 30px;
}

.formulaire_detail_table{
    max-width:100%;
}

@media only screen and (max-width: 1300px) {
    .formulaire_detail_table{
        table-layout: fixed;
    }

    .formulaire_detail_table th:nth-child(1) {  
        width: 55px!important;
    }

    .formulaire_detail_table th:nth-child(2) {  
        width: 215px!important;
    }

    .formulaire_detail_table th:nth-child(3) {  
        width: 140px!important;
    }

    .formulaire_detail_table th:nth-child(4) {  
        width: 140px!important;
    }

    .formulaire_detail_table th:nth-child(5) {  
        width: 90px!important;
    }

    .formulaire_detail_table th:nth-child(6) {  
        width: 100px!important;
    }
    .formulaire_detail_table th:nth-child(7) {  
        width: 50px!important;
    }
    .formulaire_detail_table th:nth-child(8) {  
        width: 54px!important;
    }
    .formulaire_detail_table th:nth-child(9) {  
        width: 50px!important;
    }
    .formulaire_detail_table th:nth-child(10) {  
        width: 22px!important;
    }
}

@media only screen and (min-width: 1400px) {
    .formulaire_detail_table{
        table-layout: fixed;
    }

    .formulaire_detail_table th:nth-child(1) {  
        width: 2.5em!important;
    }

    .formulaire_detail_table th:nth-child(2) {  
        width: 9.5em!important;
    }

    .formulaire_detail_table th:nth-child(3) {  
        width: 10em!important;
    }

    .formulaire_detail_table th:nth-child(4) {  
        width: 140px!important;
    }

    .formulaire_detail_table th:nth-child(5) {  
        width: 90px!important;
    }

    .formulaire_detail_table th:nth-child(6) {  
        width: 100px!important;
    }
    .formulaire_detail_table th:nth-child(7) {  
        width: 1.5em!important;
    }
    .formulaire_detail_table th:nth-child(8) {  
        width: 1.5em!important;
    }
    .formulaire_detail_table th:nth-child(9) {  
        width: 1.2em!important;
    }
    .formulaire_detail_table th:nth-child(10) {  
        width: 0.3em!important;
    }
}

.formulaire_detail_table_2{
    max-width:100%;
}

@media only screen and (max-width: 1300px) {
    .formulaire_detail_table_2{
        table-layout: fixed;
    }

    .input_libelle_question{
        width: 185px !important;
    }

    .formulaire_detail_table_2 th:nth-child(1) {  
        width: 55px!important;
    }

    .formulaire_detail_table_2 th:nth-child(2) {  
        width: 215px!important;
    }

    .formulaire_detail_table_2 th:nth-child(3) {  
        width: 140px!important;
    }

    .formulaire_detail_table_2 th:nth-child(4) {  
        width: 140px!important;
    }

    .formulaire_detail_table_2 th:nth-child(5) {  
        width: 90px!important;
    }

    .formulaire_detail_table_2 th:nth-child(6) {  
        width: 100px!important;
    }
    .formulaire_detail_table_2 th:nth-child(7) {  
        width: 50px!important;
    }
    .formulaire_detail_table_2 th:nth-child(8) {  
        width: 54px!important;
    }
    .formulaire_detail_table_2 th:nth-child(9) {  
        width: 50px!important;
    }
    .formulaire_detail_table_2 th:nth-child(10) {  
        width: 22px!important;
    }
}

@media only screen and (min-width: 1400px) {
    .formulaire_detail_table_2{
        table-layout: fixed;
    }

    .formulaire_detail_table_2 th:nth-child(1) {  
        width: 2em!important;
    }

    .formulaire_detail_table_2 th:nth-child(2) {  
        width: 11em!important;
    }

    .formulaire_detail_table_2 th:nth-child(3) {  
        width: 12em!important;
    }

    .formulaire_detail_table_2 th:nth-child(4) {  
        width: 8em!important;
    }

    .formulaire_detail_table_2 th:nth-child(5) {  
        width: 90px!important;
    }

    .formulaire_detail_table_2 th:nth-child(6) {  
        width: 100px!important;
    }
    .formulaire_detail_table_2 th:nth-child(7) {  
        width: 2.3em!important;
    }
    .formulaire_detail_table_2 th:nth-child(8) {  
        width: 2.1em!important;
    }
    .formulaire_detail_table_2 th:nth-child(9) {  
        width: 1.5em!important;
    }
    .formulaire_detail_table_2 th:nth-child(10) {  
        width: 1.3em!important;
    }

    .input_libelle_question{
        width: 185px !important;
    }

    .detail input[type=text].input_long {
        width: 20em;
    }
}

.input_libelle_question{
    width: 195px;
}

.input_code_critere{
    width:auto; 
    margin-right:5px;
}

.input_code_critere_sm{
    width: 17em !important;
    margin-right: 5px;
    margin-left: -16px;
}
/*----------------------Export-Custom-Filter-------------*/

.against-dt-display{
    display: block;
    margin: 0.2rem!important;
    padding: 0!important;
    background: #FFFFFF!important;
    color: #0a0a0a!important;
    border: none!important;
}
.against-dt-display:hover{
    background: #FFFACD!important;
    color: #0a0a0a!important;
}
.against-dt-display.hidden{
    display: none!important;
}


.input_code_critere_s{
    width: 10em !important;
    margin-right: 5px!important;
    margin-left: -16px!important;
}
    
.center-label{
    text-align:center;
}

.center-label label{
    margin-bottom: 5px;
    margin-left: -14.5em;
}

.center-label-reponse{
    text-align:center;
}

.center-label-reponse label{
    margin-bottom: 5px;
    margin-left: -11.5em;
}

.span-ods {
    margin-top:5px;
}

.select-ods{
    width:23.6em!important;
}

.btn-contact-jeune{
    cursor: pointer;
    background: #0e8837;
    text-decoration: none;
    color: black!important;
    font-size: 14px;
    font-weight: bold;
    color: white !important;
    border-radius: 25px !important;
    padding: 12px 30px !important;
    margin: 15px 10px 30px 14vw !important;
    height: auto !important;
    display: inline-block !important;
    text-align: left;
    transition: background 0.3s ease 0s, box-shadow 0.3s ease 0s;
    -webkit-transition: background 0.3s ease 0s, box-shadow 0.3s ease 0s;
}

.btn-not-contact-jeune{
    cursor: pointer;
    background: #ff9900;
    text-decoration: none;
    color: white !important;
    font-size: 14px;
    font-weight: bold;
    border-radius: 25px !important;
    padding: 12px 30px !important;
    margin: 15px 10px 30px 0 !important;
    height: auto !important;
    display: inline-block !important;
    text-align: left;
    transition: background 0.3s ease 0s, box-shadow 0.3s ease 0s;
    -webkit-transition: background 0.3s ease 0s, box-shadow 0.3s ease 0s;
}

.btn-affichage-organisme{
    cursor: pointer;
    background: #0e8837;
    text-decoration: none;
    color: white !important;
    border-radius: 25px !important;
    height: auto !important;
    display: inline-block !important;
    border-color: #0e8837 !important;
    border: 5px;
    margin-top: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.btn-non-affichage-organisme{
    cursor: pointer;
    background: red;
    text-decoration: none;
    color: white !important;
    font-weight: bold;
    border-radius: 25px !important;
    height: auto !important;
    display: inline-block !important;
    border-color: red !important;
    border: 5px;
    margin-top: 6px;
    padding-top: 5px;
    padding-bottom: 5px;

}


.icons-ministere-1{
    margin-left: -472px;
    width: 40px;

    opacity: 0.5;
}

.icons-ministere-2{
    margin-top: 60px;
    width: 40px;
    opacity: 0.5;
    margin-left: -873px;
}

.icons-ministere-2-1{
    margin-bottom: 15px;
    width: 40px;
    opacity: 0.5;
    margin-left: -873px;
    margin-top: 45px;
}

.label-no-bold label{
    font-weight: normal;
    margin-right: 10px;
}

.grey-label{
    color:grey;
}

/*BDJ-299/BDJ-306/ */

.disabled-label {
    color: #6c757d;
    /* Couleur par défaut d'un input désactivé, à adapter si nécessaire */
}

input[type="radio"]:enabled+.disabled-label {
    color: inherit;
    /* Remet la couleur à la valeur normale lorsque l'input est activé */
}

.checkbox-container {
    display: flex;        /* Utilise Flexbox pour structurer les éléments */
    align-items: start;  /* Alignement vertical des éléments au centre */
  }

  .checkbox-container input[type="checkbox"] {
    margin-right: 10px;   /* Ajoute une marge à droite de la checkbox pour l'espacement */
    margin-top: 5px;
  }

  .checkbox-container span {
    flex-grow: 1;         /* Permet au texte de grandir et de prendre plus d'espace, gardant ainsi l'icône à droite */
  }

#div_sous_ensemble i{
    margin-left: 5px;
    margin-top: 3px;
}
  
#div_sous_ensemble span{
    max-width: 280px;
    word-break: break-all;
}