

/* @font-face { 
    font-family:Montserrat;
    src:var(--mine);
    src:url(http://localhost:4200/wp-content/themes/twentytwenty/assets/fonts/Montserrat/Montserrat-Black.ttf)format("truetype");
    font-weight: normal;
}*/

.testFont{
    font-family:"Montserrat";
}
/**********************************************
USAGER PANNEL
********************************************/

#sideNav{
    top:50%;
    left: 80%;
    position: fixed;
    
}

#tabList{
    list-style-type: none;
    display: inline-block;
    width:80%;
    margin:auto auto auto 0;
}


#tabList > li{
    display: inline-block;
    padding: 5px;
    margin-left: 0px;
    margin-right: 10px;
    background-color: rgb(49, 154, 219);
    color:white;
    font-size: 14px;
    border: 1px solid white;
    transition: background 2s,border-radius 2s;
}

#tabList > li.current{
    background-color: var(--basic-orange);/*rgb(244, 145, 0);/*rgb(240, 131, 8);*/
    color:white;
    border: none;
}

#tabList > li:hover{
    background-color: rgb(163, 87, 0);
    border-radius: 15px;
    transition: background 2s,border-radius 2s;
}

#boxAddEtape{
    
    
    text-align: center;
    position: fixed;
    width: 50%;
    height: 50%;
    top:25%;
    left: 25%;
    z-index: 100;
  
    
}

#boxAddEtape p{
    display: inline-block;
    margin-top: 5px;
}

#boxAddEtape textarea{
    min-height: 40%;
    height: 70%;
    
}

textarea{
    resize: none;
    overflow: auto;
}

.overflowHide{
    overflow: hidden;
    height: 60px;
    transition: height 1s ;
}

.note{
 
 background-color: white;
 text-align: initial;
 
 
 display: block;
 padding: 10px;
 transition: height 1s ;

}

div#Parcours{
    overflow: auto;
    height: 50vh;
    font-size: 14px;
}

#Parcours div.content,#Informations div.content,#Documents div.content{
    width:60%;
    margin:auto;
}

.etape{
     min-width: 60%;
    /*margin-left: 10%;*/
    border-left: 1px white solid;
    padding-left: 2%;
    padding-bottom: 40px;
    position: relative;
    
}

.etapeWrapper{
    position: relative;
    /*width: 80%;*/
    height:100%;
    min-width:300px;
   /* top:-22px;*/
   padding-left: 10%;
    left:-15px;
}
.etape .head{
    position:relative;
    display:flex;
  /*  justify-self: auto;*/
    vertical-align: middle;
    background-color:rgb(221, 221, 221);
    margin-bottom: 6px;
    
    width: 100%;
    
   
}

.etape .head .etapeId{
    background-color:rgb(153, 153, 153);
    color:white;
    min-width:100px ;
    margin-left: auto;
   
}

.etape .head .noteDate{
    min-width:100px ;
}

.etape .head .partner{
    min-width:100px ;
}
.etape .head *{    
    display:flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    font-weight: bold;
    margin-bottom: 0px;
    text-align: center;
}

.etape .extend{
    position:absolute;
    height:100%;
    left: 100%;
    background-color: var(--basic-orange);
    color:white;
    width:30px;
    min-width: 10px;
    cursor:pointer;
}



.etape:before{
    display: inline-block;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: var(--basic-orange);
    content: "";
    position: absolute;
    left: -12.5px;
    top: 0px;
    
   
}

/*.etape:after{
    content: "";
    border: 1px solid rgb(112, 112, 112);
    width: 80%;
    display: inline-block;
    margin-right: 20%;
}*/

button.modify{
    float: right;
    padding:5px;
    margin:5px 0px;
}


.openNote{
    
    height: 300px;
    overflow: auto;
    transition: height 1s ;
}

button{
    outline: none;
    font-size: 12px;
   
}

a{
    color:black;
    text-decoration: none;
}

a.button{
    color: white;
    background-color: var(--basic-orange);
    display: inline-block;
    font-size: 12px;
}




#Informations .contentInfo {
 clear: both;
}






table.usagerList,table.assocList{
    text-align: center;
    display: inline-block;
    
    border-collapse: unset;
    border: none;
}
table.usagerList tr:hover,table.assocList tr:hover{
    cursor: pointer;
    background-color: rgba(200,200,200,0.5);
}


table.usagerList a,table.assocList a{
    display: block;
    margin:-6px;
    padding: 6px;
}

table.infoUsager/*,#Informations table.assocs*/{
    /*table-layout: fixed;*/
    width: 100%;
   /* min-width: 300px;*/
    display: inline-block;
    overflow: auto;
    
}

table.infoUsager tr td, #Informations table.assocs tr td{
   min-width: 100px;
}

table.infoUsager tr td:nth-child(1){
    background-color:rgb(244, 145, 0);
    min-width:120px;
    width: 10%;
    text-align:left;
    color:white;
    margin-right: 3px;
}
table.infoUsager tr td,#Informations table.assocs tr td{
    text-align: left;
}

table.infoUsager tr:nth-child(2n) td:nth-child(1){
    background-color:rgb(214, 130, 33);  
}

table#DocumentsList th{
    padding-bottom:10px;
}
.col-IB{
    display: inline-block;
}

#usagerNames{
    /*text-align: center;*/

    padding:  5px 20%;
    font-size: 20px;
}


@media(max-width:570px){
    #usagerNames{
        padding: 0px;
    }

    #Documents div.content,#Parcours div.content,#Informations div.content{
       width:100%;
   }

}
/*************************
associationHome
**************************/

.center{
    text-align: center;
}



/***********************
Messagerie
***************************/

table#ListConv th{
    background-color:rgb(51, 159, 223);
}

.containerListConv{
    width:80%;
    margin:auto;
}

@media(max-width:700px){
    .containerListConv{
        width:100%;
        
    }
}
.boxConv{
   /* border-radius: 15px;*/
    display: inline-block;
    position:fixed;
    bottom:0px;
   
}

.headCard{
    display:flex;
    justify-content:space-evenly;
    align-items: center;
    background-color: var(--basic-orange);
    width: 100%;
    height: 30px;
    overflow: visible;
    
}

.headCard > div{
  position:relative;
  min-width: 50px;
  min-height: 20px;
  text-align: center;
  color:white;
  font-size: 12px;
  letter-spacing:0.5px;
 
}

.headCard div.currentTargets,.headCard div.object{
    display: none;
}

.headCard > div:hover{
    background-color:rgb(168, 90, 0);
}

.headCard > div:hover .currentTargets{
    display: block;
    position: absolute;
    height:100px;
    background-color: rgb(1, 197, 223); 
}

.headCard > div:hover .currentTargets .chips{
    clear: both;
}


.headCard > div:hover .object{
    display: block;
    position: absolute;
    width:300px;
    top:-50px;
    height: 50px;
    text-align: left;
    font-weight: bold;
    z-index: 100;
    padding:10px;
    overflow: auto;
    background-color: rgb(255, 136, 0);
}


.boxConv .MessageList{
    height: 68.5%;
    overflow: auto;
    background-color: rgb(0,91,128);
    padding:5px;
}

.boxConv .listChips{
    background-color: white;
    height: 30px;
    overflow-y: scroll;
    font-size: 12px;
    padding:3px;
    transition:1s;
}
.boxConv .containerListChips:hover .listChips{
    height:90px;
    transition:1.5s;
}

.boxConv input{
    width: 100%!important;
}

.newMessage{
    background-color: rgb(0,91,128);
}

.minimizeBoxConv .MessageList ,.minimizeBoxConv .newMessage,.minimizeBoxConv .newMessage *,.minimizeBoxConv .listChips,.minimizeBoxConv .containerTargets {
    display: none;
}
.newMessage img:hover{
    filter:contrast(150%);
}

.more{
    text-align: center;
    background-color: var(--basic-orange);
    color: white;
    padding: 5px 0px;
    width: 100%;
    cursor: pointer;
}

.MessageCard{
    width: 80%;
    height: auto;
    background-color: white;
    border-radius: 15px;
    padding:5px 8px;
    margin-bottom: 3px;
    font-size: 12px;
    color:black;
    clear: both;
}

.MessageCard .head{
    border-bottom: 1px var(--basic-orange) solid;
}
.MessageCard .chips{
    margin-bottom: 4px;
    margin-top: -2px;
    margin-left:0px;
    padding: 2px 4px;
}

.MessageCard .object{
    background-color: rgb(3, 56, 172);
    padding: 3px;
}

.MessageCard .date{
    float: right;
    clear: both;
}

.MessageCard .message{
 padding-top: 3px;
}

#MessageList{
    height: 80%;
}

.message{
    padding:5px;
}
/************************
COMMUN
********/

:root{
    --heard-orange:rgb(240, 131, 8);
    --orange:rgba(243,145,0);
    --cross:rgba(240,128,0);

    --basic-orange:rgba(243,145,0);

    --basic-blue:rgb(0,157,228);
 /* --basic-orange:rgb(243,145,15);
    --other-orange:rgb(248,166,3);*/
}

form input, form textarea, form select{
    margin-bottom: 10px;
}

.whiteText{
    color:white;
}
.brigther:hover{
    filter: brightness(1.1);
}
.searchBarWithImage{
    min-height: 40px;
}
.wrapp-center{
   /* width:80%;
    margin-left:10%;*/
    display:flex;
    justify-content:center;
}

.inner-wrapp-center{ 
    display:inline-block;
    margin:auto;
    overflow: auto;
}



.orange{

    background-color: var(--basic-orange);
    color:white;
}


.header-titles-wrapper{
   margin-left: 5%;
}




.logout-menu-item,.account-menu-item{
    min-width:150px;
    margin-left:0px!important;
    margin-right:0px!important;
    text-align:center;

}
.logout-menu-item *,.account-menu-item *{
    padding: 0px!important;
    color: white!important;
}

.logout-menu-item a,.account-menu-item a{
    height: 100%;
    width: 100%;
  
}
.logout-menu-item{
    background-color:#f7a600;
}

.account-menu-item{
    background-color:rgb(241,144,1);/*#f49100;*/
}

.account-menu-item a,.logout-menu-item a{
    color: white !important;
}

.primary-menu-wrapper,ul.primary-menu{
    height:100%;
}
.primary-menu > li a {
    color:black;
    font-size:13px;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.primary-menu > li{
    padding: 0px !important;
    margin-right:10px;
    display: block;
    height: 100%;
    
}

.current-menu-item a{ 
    color: #f49100 !important;;
    text-decoration: underline 0.4rem #f49100!important;
   } 

.autoCompleteSearch{
    width: 100%;
    font-size: 10px;
    overflow: auto;
    background-color: white;
}

.autoCompleteSearch .hover:hover{
    background-color: rgb(253, 253, 253);
}

.pointer{
    cursor: pointer;
}


.floatRight{
    float: right;
    clear: both;
}

.btn-orange{
    background-color:var(--basic-orange);
    border-radius: 15px;
    color:white;
    padding:7px 5px;
    margin:2px;
    cursor: pointer;
}

.btn-delete{
    text-align: center;
    background-color: var(--basic-orange);
    color: white;
    display: inline-block;
    border:1px solid white;
    box-shadow:0;
    transition: background-color 1.5s,box-shadow 1.6s;
    cursor: pointer;
}  

p.times{
    font-size:30px;
    height: 30px;
    padding: 0;
    margin: -13px 0px 2px 0px;
    font-weight:100!important;
    background-color:transparent;
}


.btn-delete:hover{
    background-color: rgb(180, 109, 2);
    box-shadow:  2px 2px  rgb(104, 99, 93);
}

.btn{
    text-align: center;
    background-color: rgba(240, 132, 8, 0);
    color: white;
    display: inline-block;
    border:1px solid white;
    font-size: 12px;
    transition: background-color 0.5s;
    cursor: pointer;
    padding: 5px;
}

.btn:hover{
    background-color: var(--basic-orange);
    transition: background-color 0.5s;
    border:1px solid var(--basic-orange);
}

.chips{
  
    display: inline-block;
    background-color: var(--basic-orange);
    border-radius: 15px;
    font-size: 12px;
    padding:2px 5px 2px 6px;
    margin: 2px;
    color:white;
    
}



.chips button{
    background-color: rgb(192, 99, 11);
    border-radius: 50%;
    padding:2px 5px;
    margin-left: 5px;
}

.chips div{
    display: none;
    z-index: 100;
}

.chips div p{
   
    background-color: rgb(243, 154, 72);
    border-radius: 10px;
    padding: 3px;
    margin: 0px;
    margin-left: 2px;
}
.chips:hover div{
    display: block;
    position: absolute;
    width: 180px;
    background-color: var(--basic-orange);
    padding: 2px;
    margin-left: 15px;
    border-radius: 3px;
    z-index: 100;
}



form{
     width: 80%;
     padding-left: 5%;
}

.error-input{
    background-color: rgba(255, 85, 85, 0.849);
    display: inline-block;
    font-size: 16px;
    padding: 7px;
}

input{
    width: 250px;
   /* border-radius: 10px;*/
    font-size: 14px;

}

.border-radius{
    border-radius:15px;
}

.fit-padding{
    padding:3px 5px!important;
}
.medium-padding{
    padding: 6px 15px!important;
}

.med-medium-padding{
    padding: 8px 20px!important;
}
input.orange::placeholder{
    color:white;
}
input.orange::-webkit-input-placeholder{
    color:white;
}
input.orange:-ms-input-placeholder{
    color:white;
}
input:focus{
    outline: none;
}
input[type="tel"]{
    width: 110px;
}

.left-align{
    text-align:left;
}

table.left-align tr td{
    text-align:left;
}
label{
    font-size: 14px;
    display: block;
    color:white;
}

.badge{
    border-radius: 50%;
    background-color: rgb(202, 12, 12);
    color:white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
   }

.cardNotif{
    background-color: rgb(218, 216, 216);;
    font-size: 10px;
    padding: 5px 5px;
    
    margin: 0px;
}



.cardNotif > .event{
    margin: 0px;
    margin-bottom:3px;
    display: inline-block;
    border-bottom: 1px rgb(139, 139, 139) solid;
    font-size: 12px;
}


.cardNotif > .date{
    
    font-size: 10px;
    float: right;
    padding-right: 15px;
    margin: 0px;
    clear: both;
}

.cardNotif > div{
    font-size: 12px;
}

.cardNotif ul{
    margin:0px;
}


.btnAllNotif{
    height: 20px;
    padding-top: 5px;
    width: 100%;
    background-color: aqua;
    text-align: center;
    font-size: 10px;
}

.cardNotif .messageNotif{
    color:rgb(95, 95, 95)
}
.cardNotif b{
    color:black;
}

.divNotif .cardNotif:nth-child(2n){
    background-color:white;
}

.btn-quit{
    border-radius: 0px 0px 0px 0px;
    height: 50px;
    width: 50px;
    float: right;
}

.btn-logo{
    cursor: pointer;
    height:30px;
    width:50px;
}

.table-no-border  *{
    border: none;
    border-collapse:unset;
    
}
.table-no-border{
    border: none;
    margin: 0px;
}   
table.sticky-head{
    overflow: auto;
}

table.sticky-head thead th{
    position: sticky;
    top:0px;
}

table.white tr td{
    background-color:white;
    font-size: 12px;
}

table td{
    text-align: center;
}

table.zebra {
    font-size: 12px;
}
table.zebra tr:nth-child(2n) td{
    background-color:rgb(218, 216, 216);
}

table.first-row-th tr td:nth-child(1){
    background-color:rgb(244, 145, 0);
    min-width:120px;
    width: 10%;
    text-align:left;
    color:white;
    margin-right: 3px;
}

table.first-row-th tr:nth-child(2n) td:nth-child(1){
   background-color: rgb(214, 130, 33);
}
.table-cut-col {
    border-collapse: separate;
    border-spacing: 5px 0px;
   
}

.table-space-rows{ 
    border-collapse: separate;
    margin-top: -10px;
    border-spacing:0px 10px ;
}

.table-space-cut{ 
    border-collapse: separate;
    border-spacing:3px 5px;
}
.table-cell-no-padding td{ 
    padding:0px;
}




.tr-hover:hover{
    cursor:pointer;
    background-color: white;   
}

.tr-hover{
    background-color: rgb(199, 199, 199);
    border-bottom: 1px solid rgb(116, 116, 116);
}

.tr-hover>td{
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 13px;
}
.error{
    display: block;
    background-color: rgb(226, 55, 55);
}

.success{
    display: block;
    background-color: rgba(8, 255, 111, 0.692);
}

.messageError{
    position: fixed;
    display: block;
    width: 80%;
    border: 1px solid rgb(168, 15, 15);
    background-color: rgb(226, 55, 55);
    border-radius: 10px;
    margin: 10%;
    padding: 10px;
    min-height: 50px;
    cursor: pointer;
    
}

.messageError:hover{
    background-color: rgb(175, 31, 31);
    transition: background-color 1s;
}
html{ 
    height: 100%;
}

body{
    background:  linear-gradient(rgb(49, 154, 219),rgb(56, 174, 235));
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height:100%;
  /*  height: 100%;*/
    
}


.hidden{
    display: none;
    z-index: -100;
}

.wallFocus{
    z-index: 10;
    position: fixed;
    width: 100%;
    height: 100%;
    top:0px;
    background-color: rgba(0, 0, 0, 0.5);
}

.link{
    cursor:pointer;
}



.box{
    
    border-radius: 15px;
    text-align: center;
    position: fixed;
    min-width:200px;
    min-height: 200px;
    width: 50%;
    height: 50%;
    top:25%;
    left: 25%;
    z-index: 100;
    background-color: rgb(197, 197, 197);
    overflow: auto;
    
}

.box .content{
    overflow:auto;height:80%; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.infoHover{
    background-color: black;
    color: white;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding-bottom: 0px;
    text-align: center;

}

.infoHover .contentHover{
    display: none;
    width:0;
    height:0;
    background-color: cornsilk;
    color:black;
}
.infoHover:hover{
    background-color: darkgray;
}

.infoHover:hover div ul{
    margin-bottom: 10px;
}




.contentHover.show{
    display:block;
    position: fixed;
    min-width:200px;
    width:30%;
    height:fit-content;
    max-height: 30%;
    overflow:auto;
}

.transparent{
  
    background-color:rgba(0,0,0,0);
  
}
/********************************
MEMBERS
********************************/
table.assocList th,table.usagerList th{
    background-color:rgb(240, 131, 8);
    color:white;
}
table.usagerList,table.assocList {
   min-height:100px;
   max-height:220px;
   min-width: 100px;
  
}
/****************************************************************
    ACCUEIL
*******************************************************************/

.carousel-container{
 
 padding:0 30px;
 display:flex;
}

.my-carousel{
    white-space: nowrap;font-size:0px; 
    width:300px;
    height: 50px;
    overflow: hidden;
}

.carousel-container .btn-left,.carousel-container .btn-right{
    
    width:20px;
    height:50px;
    background-color: transparent
}
.carousel-container .btn-left{
  padding-right: 30px;
}
.carousel-container .btn-right{
    padding-left: 10px;

  
}

.carousel-container .btn-right div:nth-child(1),.carousel-container .btn-left div:nth-child(1){
    display: inline-block;
    position: relative; 
    background-color:var(--basic-blue);
    width:25px;
    height:1.5px;
    margin: 3px 0px;
    border-radius:10px;
    transform:rotate(47deg);
    
}

.carousel-container .btn-right div:nth-child(2),.carousel-container .btn-left div:nth-child(2){
    display: inline-block;
    background-color:var(--basic-blue);
    width:25px;
    height:1.5px;
    position: relative;
  
    border-radius:10px;
     transform:rotate(-48deg) 
}

.carousel-container .btn-left div:nth-child(2){
    transform:rotate(48deg) 
}
.carousel-container .btn-left div:nth-child(1){
    transform:rotate(-47deg) 
}
.my-carousel .track{
    display: table-cell;
    transition-duration: 1s;
   
}

.slide{
    vertical-align: middle;
     display: inline-block;
    margin:auto 0;
  
}

.my-carousel img{
    display: inline-block;
}

.border{
    /* border: 1px solid red; */
}

.crossDelete{
    display: inline-block;
    margin-left: -12px;
    cursor: pointer;
}

.crossDelete div{
 height: 5px;
 width: 40px;
 background-color: aliceblue;
}

.crossDelete div:nth-child(1){
margin:0px 0px -5px 0px;
 transform: rotate(45deg);
}
.crossDelete div:nth-child(2){
    transform: rotate(-45deg);
   }
/*****************************************
FAQ
*****************************************/
.tag{
    border:0.5px black solid;
    display:inline-block;
    padding:2px 4px;
    margin:2px;
    border-radius:15px;
    font-size:12px;
}

.QR .head{
    color:white;
    background-color: rgb(0, 129, 204);
    border-radius: 5px 5px 0 0;
    padding:3px 16px;
    display: flex;
    justify-content:space-between;
    cursor: pointer;

}

.QR .cats{
    background-color: white;
}

.QR .response{
    padding:5px;
    background-color: aliceblue;
    overflow: auto;
}

.QR{
    margin:5px;
}

#container-QR{
    margin-top:80px;
    margin-left:min(200px,20%);
    margin-right:20px;
    overflow: auto;
    height:30%;
    min-height:100px;
}

@media (max-width: 800px) {
    #container-QR{
        margin-left:10px;
        margin-right:10px;
    }      
}