/*
    Author     : nicolas
*/
/*<!-------------------------------------------------------------font--------------------------------------------------------------->*/

@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto-Regular-webfont.eot");
  src: url("fonts/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Regular-webfont.woff") format("woff"), url("fonts/Roboto-Regular-webfont.ttf") format("truetype"), url("fonts/Roboto-Regular-webfont.svg#robotoregular") format("svg");
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url("fonts/Roboto-Bold-webfont.eot");
  src: url("fonts/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Bold-webfont.woff") format("woff"), url("fonts/Roboto-Bold-webfont.ttf") format("truetype"), url("fonts/Roboto-Bold-webfont.svg#robotobold") format("svg");
}

@font-face {
  font-family: 'Roboto-Italic';
  src: url("fonts/Roboto-Italic-webfont.eot");
  src: url("fonts/Roboto-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Italic-webfont.woff") format("woff"), url("fonts/Roboto-Italic-webfont.ttf") format("truetype"), url("fonts/Roboto-Italic-webfont.svg#robotoitalic") format("svg");
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url("fonts/Roboto-Medium-webfont.eot");
  src: url("fonts/Roboto-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Medium-webfont.woff") format("woff"), url("fonts/Roboto-Medium-webfont.ttf") format("truetype"), url("fonts/Roboto-Medium-webfont.svg#robotomedium") format("svg");
}

@font-face {
  font-family: 'Roboto-Light';
  src: url("fonts/Roboto-Light-webfont.eot");
  src: url("fonts/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Light-webfont.woff") format("woff"), url("fonts/Roboto-Light-webfont.ttf") format("truetype"), url("fonts/Roboto-Light-webfont.svg#robotolight") format("svg");
}


/*<!-------------------------------------------------------------css--------------------------------------------------------------->*/
body,html{
 background-color: #a6a6a6!important; 
  overflow: hidden;
  height: 100%;
  
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.panzoom-parent{
    width: 100vw;
    height: calc(100vh - 00px);
    overflow: hidden;
    user-select: none;
    touch-action: none;
    position: relative;
    top: 0px;
    padding: 0px;
}
#collectifTab{
    position: absolute;
    display: block;
    margin: auto;
    width: 100000px;
    height: 100000px;
    background-color: #a6a6a6; 
}
.blocText{
  position: absolute;
  display: table;
  width: 600px;
  background-color:transparent;
  box-sizing:border-box;
  font-family: 'Roboto-Bold';
  text-align: center;
  font-size:64px;
  color:#fff;
  cursor: pointer;
  z-index: 1;
}
.blocText:hover{
    background-color:rgba(125,125,125,.2);
}
.blocText p{
  display: table-cell; 
  vertical-align: middle; 
  text-align: center; 
}


.blocCollectif, .blocCollectif1{
  position: absolute;
  display: block;
  width: 300px;
  height: 300px;
  background-color: transparent;
  border-style: solid;
  border-width:10px ;
  border-radius: 50%;
  box-sizing:border-box;
  z-index: 1;
}
.blocCollectifService{
  border-color:#ec6244;
  background-color:#fde9e0;
}
.blocCollectifService .titrecollectif{
  color:#ec6244;
}
.blocCollectifEtude{
  border-color:#007a82;
  background-color:#dee7ea;

}
.blocCollectifEtude .titrecollectif{
  color:#007a82;
}
.blocCollectifProd{
  border-color:#53a433;
  background-color:#e8f1e1;
}
.blocCollectifProd .titrecollectif{
  color:#53a433;
}
.blocCollectifExploitation{
  border-color:#e7a400;
  background-color:#fcf1dd;
}
.blocCollectifExploitation .titrecollectif{
  color:#e7a400;
}
.titrecollectif{
  cursor: pointer;
  position: relative;
  width: 280px;
  height: 280px;
  line-height: 280px;
}
/* .titrecollectif{

  cursor: pointer;
  position: absolute; 
  left: 0px; 
  top: 0px; 
  width: 280px; 
  height: 280px; 
  display: table; 
} */

.titrecollectif p {    
  font-family: 'Roboto-Bold';
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  word-break: break-word;
  text-align: center;
  margin: auto 40px;
  font-size: 28px;
  width: 200px;
}
/* 
.titrecollectif p {
 font-family: 'Roboto-Bold';
  display: table-cell; 
  vertical-align: middle; 
  text-align: center;
  font-size:28px;
  width: 280px;
  word-wrap: break-word;
  overflow-wrap: break-word;
} */

.membreCollectif{
  position: absolute;
  margin: 100px;
  width: 80px;
  height: 80px;
  border-style: solid;
  border-width:3px ;
  border-radius: 50%;
  box-sizing:border-box;
  
}
.membreCollectif p{
  font-family: 'Roboto';
  background-color: white;
  text-align: center;
  margin-top: 23px;
	left: 50%;
	transform: translateX(-50%);
  padding:1px 3px 1px 3px;
  line-height: 14px;
  font-size:12px;  
  border: 1px solid;
  width: auto;
  display: inline-block;
  position: absolute;
  min-width: 50px;
}
.membreCollectifPerso{
  position: absolute;
  left: 0;
  top: 0;
  width: 74px;
  height: 74px;
  border-style: solid;
  border-width:0px ;
  border-radius: 50%;
  box-sizing:border-box;
  background-color: transparent;
  overflow: hidden;
}

.membreCollectifPersoCorp{
  position: absolute;
  left: -3px;
  top: 45px;
  width: 80px;
  height: 80px;
  border-style: solid;
   border-width:2px;
  border-radius: 50%;
  background-color: white;
  color: #a6a6a6;
}
  .membreCollectifPersoTete{
  position: absolute;
  left: 14px;
  top: 10px;
  width: 46px;
  height: 46px;
  border-style: solid;
   border-width:2px;
  border-radius: 50%;
  background-color: white;
  color: #a6a6a6;
  }

.PrestataireMembreCollectif{
  color: #b23589;
  background-color: #f1e2f0;
} 
.blocCollectifService .participantMembreCollectif{
  color: #ec6244;
  background-color: #fde9e0;
}
.blocCollectifEtude .participantMembreCollectif{
color: #007a82;
background-color: #dee7ea;
}

.blocCollectifProd .participantMembreCollectif{
color: #53a433;
background-color: #e8f1e1;
}
.blocCollectifExploitation .participantMembreCollectif{

color: #e7a400;
background-color: #fcf1dd;
}
.blocCollectif1:hover .collectifEditBtn{
  display: block;
}
.blocCollectif1:active .collectifEditBtn{
  display: none;
}
.collectifEditBtn:active{
    display: block!important;
}
.collectifEditBtn{
  cursor: pointer;
  display: none;
  width: 60px;
  height: 60px;
   border-radius: 50%;
  background-image: url("/view/images/edit.svg");
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  /*background-color: red;*/
  left: -30px;
  top: -30px;
  z-index: 10;
  position: absolute;
}
.collectifEditBtn::after{
  content:"";
  display: block;
  width: 20px;
  height: 6px;
  left: 51px;
  top: 51px;
  transform: rotate(45deg);
  position: relative;
  

}

.blocCollectifService .collectifEditBtn::after{
  background-color: #ec6244;
}
.blocCollectifEtude .collectifEditBtn::after{
 background-color: #007a82;
}
.blocCollectifProd .collectifEditBtn::after{
  background-color: #53a433;
}
.blocCollectifExploitation .collectifEditBtn::after{
  
   background-color: #e7a400;
}

.blocCollectifService .collectifEditBtn{
  background-color: #ec6244;
}
.blocCollectifEtude .collectifEditBtn{
   background-color: #007a82;
}
.blocCollectifProd .collectifEditBtn{
  background-color: #53a433;
}
.blocCollectifExploitation .collectifEditBtn{

   background-color: #e7a400;
}
.blocCollectif1:hover .collectifMailBtn{
  display: block;
}
.blocCollectif1:active .collectifMailBtn{
  display: none;
}
.collectifMailBtn:active{
    display: block!important;
}
.collectifMailBtn{
  cursor: pointer;
  display: none;
  width: 60px;
  height: 60px;
   border-radius: 50%;
  background-image: url("/view/images/mail.svg");
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  /*background-color: red;*/
    left: 250px;
    top: -30px;
    z-index: 10;
    position: absolute;
    transform: scaleX(-1);
}
.collectifMailBtn::after{
  content:"";
  display: block;
  width: 20px;
  height: 6px;
  left: 51px;
  top: 51px;
  transform: rotate(45deg);
  position: relative;
  

}

.blocCollectifService .collectifMailBtn::after{
  background-color: #ec6244;
}
.blocCollectifEtude .collectifMailBtn::after{
 background-color: #007a82;
}
.blocCollectifProd .collectifMailBtn::after{
  background-color: #53a433;
}
.blocCollectifExploitation .collectifMailBtn::after{
  
   background-color: #e7a400;
}

.blocCollectifService .collectifMailBtn{
  background-color: #ec6244;
}
.blocCollectifEtude .collectifMailBtn{
   background-color: #007a82;
}
.blocCollectifProd .collectifMailBtn{
  background-color: #53a433;
}
.blocCollectifExploitation .collectifMailBtn{

   background-color: #e7a400;
}
.demarrerCollectif{
position: absolute;
    width: 88px;
    height: 63px;
    left: 98px;
    top: 35px;
    /* border-radius: 6px; */
    /* background-color: white; */
    background-image: url(/view/images/en-prepa.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    /* transform: rotate(12deg); */
}

/*.blocCollectif:hover .demarrerCollectif{
  display: none;
}*/

.boutonAjouterCollectif{
   font-family: 'Roboto';
  display: block;
  position: relative;
  background-color: grey;
  opacity: 0.3;
  left: 50100px;
  top: 50100px;
  width: 100px;
  height: 100px;
  font-size: 60px;
  line-height: 100px;
  text-align: center;
  color: white;
  border-radius: 50%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.boutonAjouterCollectif:hover{
opacity: 1;
}
.boutonAjouterCollectif:hover::after{
content:"Ajouter collectif";
  display: block;
  width: 500px;
  height: 6px;
  left: -200px;
  top: 80px;
  color:grey;
  position: absolute;
    font-size: 30px;
}
.boutonAjouterTexte{
   font-family: 'Roboto';
  display: none;
  position: relative;
  background-color: grey;
  opacity: 0.3;
  left: 50100px;
  top: 50200px;
  width: 100px;
  height: 100px;
  font-size: 60px;
  line-height: 100px;
  text-align: center;
  color: white;
  border-radius: 50%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.boutonAjouterTexte:hover{
opacity: 1;
}
.boutonAjouterTexte:hover::after{
content:"Ajouter texte";
  display: block;
  width: 500px;
  height: 6px;
  left: -200px;
  top: 80px;
  color:grey;
  position: absolute;
    font-size: 30px;
}
.feuilleCollectif{
  height: 1100px;
  /*border: grey 1px solid;*/
  margin-bottom: 50px;
}
.feuilleCollectif .demarrerCollectif{
position: absolute;
    width: 200px;
    height: 116px;
    left: 222px;
    top: -245px;
    background-image: url(/view/images/en-prepa.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-6deg);
}
.feuilleCollectif .titrecollectif{
  cursor: default;
}

.boutonDeleteMembreCollectif{
  cursor: pointer;
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url("/view/images/delete.svg");
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: red;
  left: 50px;
  top: 65px;
  z-index: 10;
  position: absolute;
}
.blocCollectifProd .boutonDeleteMembreCollectif{
background-color: #53a433;
}
.blocCollectifEtude .boutonDeleteMembreCollectif{
background-color: #007a82;
}
.blocCollectifExploitation .boutonDeleteMembreCollectif{
background-color: #e7a400;
}
.blocCollectifService .boutonDeleteMembreCollectif{
background-color: #ec6244;
}
.PrestataireMembreCollectif .boutonDeleteMembreCollectif{
  background-color: #b23589;
}

.membreCollectif:hover .boutonDeleteMembreCollectif{
  display: block;
}
.membreCollectif {
    cursor: pointer;
    opacity:0.9;
}

.membreCollectif:hover .boutonEditMembreCollectif{
background-color:rgba(255,255,255,.3);
}

.boutonEditMembreCollectif{
    width: 74px;
  height: 74px;
    border-radius: 50%;
background-color:rgba(255,255,255,0);
    z-index: 1;
    position: absolute;
}


.boutonEditMembreCollectifLogo{
   cursor: pointer;
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url("/view/images/edit.svg");
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: red;
  left: 27px;
  top: 41px;
  z-index: 10;
  position: absolute;

}

.blocCollectifProd .boutonEditMembreCollectifLogo{
  background-color: #53a433;
}
.blocCollectifEtude .boutonEditMembreCollectifLogo{
  background-color: #007a82;
}
.blocCollectifExploitation .boutonEditMembreCollectifLogo{
  
  background-color: #e7a400;
}
.blocCollectifService .boutonEditMembreCollectifLogo{
  background-color: #ec6244;
}
.PrestataireMembreCollectif .boutonEditMembreCollectifLogo{
  background-color: #b23589;
}

.membreCollectif:hover .boutonEditMembreCollectifLogo{
  display: block;
}






/*objectifCollectif*/

.objectifCollectif{
  padding-right: 10%;
}
.objectifCollectifLeft{
   font-family: 'Roboto';
   font-size: 25px;
  display: inline-block;
  position: relative;
  width: auto;
  text-decoration: underline;
  color:#7c7c7b;
}
.objectifCollectifRight{
   font-family: 'Roboto';
  display: inline;
    position: relative;
  color:#7c7c7b;
  top: 5px;
}
.td-boutonEditerObjectifCollectif, .td-boutonSupprimerObjectifCollectif, .td-boutonEditerEcheanceCollectif, .td-boutonSupprimerEcheanceCollectif, .td-boutonEditerBudgetCollectif, .td-boutonSupprimerBudgetCollectif{
    width: 20px;
  height: 20px;
}
.boutonEditerObjectifCollectif{
  cursor: pointer;
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url("/view/images/edit.svg");
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color:grey;
  left: 0px;
  top: 0px;
  z-index: 10;
  position: relative;
}

.tr-ObjectifCollectif{
vertical-align: middle;
}
.tr-ObjectifCollectif td{
padding-right: 0px;
padding-left:10px;
}
.tr-ObjectifCollectif:hover td{
background-color: #eee;
}
.tr-ObjectifCollectif:hover .boutonEditerObjectifCollectif{
display: block;
}
.boutonSupprimerObjectifCollectif{
    cursor: pointer;
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url("/view/images/delete.svg");
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: grey;
  left: 0px;
  top: 0px;
  z-index: 10;
  position: relative;
}
.tr-ObjectifCollectif:hover .boutonSupprimerObjectifCollectif{
display: block;
}

.objectifCollectif:hover .boutonAjouterObjectifCollectif {
    opacity:1;
    background-color: grey;
}
.boutonAjouterObjectifCollectif {
    font-family: 'Roboto';
    display: inline-block;
    position: relative;
    background-color: grey;
    padding: 0!important;
    opacity:0;
    width: 20px;
    height: 20px;
    font-size: 13px;
    line-height: 20x;
    vertical-align: middle;
    text-align: center;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 10px!important;
}





/*EcheanceCollectif*/

.echeanceCollectifLeft{
   font-family: 'Roboto';
   font-size: 25px;
  display: inline-block;
  position: relative;
  width: auto;
  text-decoration: underline;
  color:#7c7c7b;
}
.echeanceCollectifRight{
   font-family: 'Roboto';
  display: inline;
    position: relative;
  color:#7c7c7b;
  top: 5px;
}

.boutonEditerEcheanceCollectif{
     cursor: pointer;
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url("/view/images/edit.svg");
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color:grey;
  left: 0px;
  top: 0px;
  z-index: 10;
  position: relative;
}
.tr-EcheanceCollectif{
vertical-align: middle;
}
.tr-EcheanceCollectif td{
padding-right: 0px;
padding-left:10px;
}
.tr-EcheanceCollectif:hover td{
background-color: #eee;
}
.tr-EcheanceCollectif:hover .boutonEditerEcheanceCollectif{
display: block;
}
.boutonSupprimerEcheanceCollectif{
    cursor: pointer;
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url("/view/images/delete.svg");
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: grey;
  left: 0px;
  top: 0px;
  z-index: 10;
  position: relative;
}
.tr-EcheanceCollectif:hover .boutonSupprimerEcheanceCollectif{
display: block;
}

.echeanceCollectif:hover .boutonAjouterEcheanceCollectif {
         opacity:1;
    background-color: grey;
}
.boutonAjouterEcheanceCollectif {
    font-family: 'Roboto';
    display: inline-block;
    position: relative;
    background-color: grey;
    padding: 0!important;
        opacity:0;
    width: 20px;
    height: 20px;
    font-size: 13px;
    line-height: 20x;
    vertical-align: middle;
    text-align: center;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 10px!important;
}








/*budgetCollectif*/

.budgetCollectifLeft{
   font-family: 'Roboto';
   font-size: 25px;
  display: inline-block;
  position: relative;
  width: auto;
  text-decoration: underline;
  color:#7c7c7b;
}
.budgetCollectifRight{
   font-family: 'Roboto';
  display: inline;
    position: relative;
  color:#7c7c7b;
  top: 5px;


}

.boutonEditerBudgetCollectif{
     cursor: pointer;
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url("/view/images/edit.svg");
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color:grey;
  left: 0px;
  top: 0px;
  z-index: 10;
  position: relative;
}
.tr-budgetCollectif{
vertical-align: middle;
}
.tr-budgetCollectif td{
padding-right: 0px;
padding-left:10px;
}
.tr-budgetCollectif:hover td{
background-color: #eee;
}
.tr-budgetCollectif:hover .boutonEditerBudgetCollectif{
display: block;
}
.boutonSupprimerBudgetCollectif{
    cursor: pointer;
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url("/view/images/delete.svg");
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: grey;
  left: 0px;
  top: 0px;
  z-index: 10;
  position: relative;
}
.tr-budgetCollectif:hover .boutonSupprimerBudgetCollectif{
display: block;
}

.budgetCollectif:hover .boutonAjouterBudgetCollectif,
.echeanceCollectif:hover .boutonAjouterBudgetCollectif
 {
         opacity:1;
    background-color: grey;
}

.boutonAjouterBudgetCollectif {
    font-family: 'Roboto';
    display: inline-block;
    position: relative;
    background-color: grey;
    padding: 0!important;
        opacity:0;
    width: 20px;
    height: 20px;
    font-size: 13px;
    line-height: 20x;
    vertical-align: middle;
    text-align: center;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 10px!important;
}

.objectifsMembreCollectifGroup{
  width: 190px;
    vertical-align: bottom;
    position: absolute;
    font-family: 'Roboto';
    font-style:italic;
    text-align: center;
    cursor: default;
    line-height: 1.2;

    max-height: 100px;
    max-width: 190px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    
}
.titreTypeCollectifProd{
  font-family: 'Roboto';
  transform: rotate(-90deg);
  right: -90px;
  top: 140px;
  font-size: 60px;
  position: absolute;
  color: #53a433;
}
.titreTypeCollectifEtude{

    font-family: 'Roboto';
    transform: rotate(-90deg);
    right: -39px;
    top: 80px;
    font-size: 60px;
    position: absolute;
    color: #007a82;
}
.titreTypeCollectifExploitation{
font-family: 'Roboto';
    transform: rotate(-90deg);

        right: -121px;
    top: 140px;
    font-size: 60px;
    position: absolute;
    color: #e7a400;
}
.titreTypeCollectifService{
  font-family: 'Roboto';
  transform: rotate(-90deg);
    right: -50px;
    top: 80px;
  font-size: 60px;
  position: absolute;
  color: #ec6244;
}
.ajouterMembreCollectif{
  display: none!important;
  overflow: hidden;
  position: absolute!important;
  margin: auto;
  left:0;
  right:0;
  top:160px;
  color: #7c7c7b;
  background-color:#a6a6a6;
  cursor: pointer;
  width: 80px;
  height: 80px;
  border-style: solid;
  border-width: 3px;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 10;
  text-align: center;

    font-size: 40px;
}
.blocCollectif:hover .ajouterMembreCollectif{
  display: block!important;
}
.ajouterMembreCollectifPlus{
position: absolute;
margin: auto;
left:0;
right:0;
line-height: 64px;
}
.modal-md{
  top:50px;
}
.genererPdf{
  position: absolute;
  top:0;
  right: 60px;
  width:49px;
  height: 49px;
  background-color:#fff;
  box-sizing: border-box;
  z-index: 10;
  text-align: center;
  background-image: url("/view/images/pdf.svg");
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
color:#7c7c7b
}
.loader{
    background-image: url("/view/images/ajax-loader.gif");
  
}
.logout {
  cursor: pointer;
  display: block;
    width: 40px;
    height: 40px;
  background-size: 60%;
      background-image: url("/view/images/logout.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e6e6e6;
  position: fixed;
  right: 5px;
  top:5px;
  z-index:10;
  border-radius:5px;
  box-shadow: 0px 0 3px 2px #a6a6a6;
}
.boutonListeUtilisateur {
  cursor: pointer;
  display: block;
    width: 40px;
    height: 40px;
  background-size: 60%;
      background-image: url("/view/images/user-group.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e6e6e6;
  position: fixed;
  left: 5px;
  top : 5px!important;
}

.boutonDelete{
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url("/view/images/delete.svg");
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: grey;
    z-index: 10;
  left: 0;
  right: 0;
  margin: auto;
}
.boutonEdit{
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url("/view/images/edit.svg");
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color:grey;
  z-index: 10;
  left: 0;
  right: 0;
  margin: auto;
}

.form-control:focus {
  border-color: grey!important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100,100,100,.6)!important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100,100,100,.6)!important;
}

.prestataireCollectif{
  position: absolute;
  left: 0;
  top:930px;
  width:100%;
  height: 168px;
}

.prestataireCollectifTitre{
  position: relative;
   font-family: 'Roboto';
  font-size: 25px;
  color: grey;
  width: 200px;
  top:0;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
  .listPrestataire{
    /* background-color: red; */
    height: 170px;
        display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .listPrestataire .PrestataireMembreCollectif{
    position: relative;
    margin: 50px;
    margin-top: 0;
    display: inline-block;
  }
  .listPrestataire .objectifsMembreCollectifGroup{
top:80px!important;
left:-64px!important;
  }

  .collectifPrestataire{
  width: 60px;
  height: 60px;
   border-radius: 50%;
  background-image: url("/view/images/service-provider-icon.svg");
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: grey;
  left: -30px;
  bottom: -30px;
  z-index: -10;
  position: absolute;
}
.collectifPrestataire div{
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: #fff;
  top: 6px;;
}
.collectifPrestataire::after{
  content:"";
  display: block;
  width: 20px;
  height: 6px;
  left: 51px;
  top: 3px;
  transform: rotate(-45deg);
  position: relative;
    background-color: grey;

}
.lienCollectif{
  position: absolute;
  left: 0;
  top:930px;
  width:100%;
  height: 168px;
}
.licenCollectifTitre{
  position: absolute;
  font-family: 'Roboto';
  font-size: 25px;
  color: grey;
  width: 200px;
  top:0;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.licenCollectifFleche1{
  position: absolute;
  top: 3px;
  left: 167px;
  background-color: #ec6244;
  width:10px;
  height: 30px;
}

.licenCollectifFleche1:after{
  content: "";
  display : inline-block;
  height : 0;
  width : 0;
  border-top : 30px solid #ec6244;
  border-right : 15px solid transparent;
  border-left : 15px solid transparent;
  position: absolute;
  left: -10px;
  top: 30px;
}
.licenCollectifFleche2:after{
  content: "";
  display : inline-block;
  height : 0;
  width : 0;
  border-top : 30px solid #53a433;
  border-right : 15px solid transparent;
  border-left : 15px solid transparent;
  position: absolute;
  left: -10px;
  top: 30px;
}


.licenCollectifFleche2{
   position: absolute;
    top: 3px;
    left: 593px;
     background-color: #53a433;;
     width:10px;
height: 30px;
}

.licenCollectifAjout{
   font-family: 'Roboto';
  display: none;
  position: relative;
  background-color: grey;
  left: 0;
  right:0;
  margin: auto;
  top: 100px;
  width: 50px;
  height:50px;
  font-size:30px;
  line-height: 50px;
  text-align: center;
  color: white;
  border-radius: 50%;
  cursor: pointer;
}
.lienCollectif:hover .licenCollectifAjout{
display: block;
}

.licenCollectifRowServiceParent{ 
  width: 340px;
  height: 133px;
  position: absolute;
  top: 65px;
  left: 0;
  padding:5px;
  font-family: 'Roboto';
  color: #ec6244;
  text-align: center;
}
.licenCollectifRowProdParent{
    width: 340px;
  height: 133px;
  position: absolute;
  top: 65px;
  right: 0;
  padding:5px;
  font-family: 'Roboto';
  color: #53a433;
  text-align: center;
}
.licenCollectifRowService{
 display: inline;

}
.licenCollectifRowProd{
display: inline;
}
.tr-lienCollectifRow{
vertical-align: middle;
}
.lienCollectifRow{
padding-right: 5px;
padding-left:10px;
}
.tr-lienCollectifRow:hover td{
background-color: #eee;
}
.td-lienCollectifRowDelete{
    width: 20px;
  height: 20px;
}

.lienCollectifRowDelete{
    cursor: pointer;
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url("/view/images/delete.svg");
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: grey;
  color:transparent;
  left: 0px;
  top: 0px;
  z-index: 10;
  position: relative;
}
.tr-lienCollectifRow:hover .lienCollectifRowDelete{
display: block;
}
.boutonListeUtilisateur,
.boutonSearch,
.boutonAdd,
.boutonAddTitre
{
 border-radius: 5px;
box-shadow: 0px 0 3px 2px #a6a6a6;

}
.boutonListeUtilisateur:hover,
.boutonSearch:hover,
.boutonAdd:hover,
.boutonAddTitre:hover
{
  /* opacity: 0.7; */
}
.boutonSearch {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  background-size: 60%;
  background-image: url("/view/images/search.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e6e6e6;
  position: fixed;
  left: 5px;
  top:50px;
}
.boutonAdd {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  background-size: 60%;
  background-image: url("/view/images/add-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e6e6e6;
  position: fixed;
  left: 5px;
  top:95px;
}
.boutonAddTitre {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  background-size: 60%;
  background-image: url("/view/images/add-title-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e6e6e6;
  position: fixed;
  left: 5px;
  top:140px;
}


.searchTabSelect{
  position: absolute;
  display: none;
  opacity: 0;
  width: 220px;
  height: 60px;
  top: 35px;
  left: 70px;
  border-radius: 10px;
  /* background-color: white; */
  box-shadow: 0px 0 3px 2px #a6a6a6;
}


.searchTabSelect::after{  
  content: "";
  position: absolute;
  left: -18px;
  top: 15px;
  width: 0px;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 14px solid white;
box-shadow: 0px 0 3px 2px #a6a6a6;
}

.searchTabRow{
  border-radius: 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #909090;
  background-color: white;
}
.searchTabRow:hover{
  cursor: pointer;
  color: white;
  background-color: grey;
}

#searchTabRow1{
  border-radius: 10px 10px 0px 0px;
}
#searchTabRow2{
  border-radius: 0px 0px 10px 10px;
  border-top: 1px solid #e6e6e6;
}

.searchInput{
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: white;
  user-select: none;
  border: none;
}
.searchInput[type=text]{
  padding-left: 10px;
}
.searchInput:focus{
    outline: none;
}
.searchTabInput{
  position: absolute;
    display: none;
    opacity: 0;
    width: 220px;
    height: 40px;
    top: 35px;
    left: 55px;
    border-radius: 20px;
}
.searchTabInput::after{
    content: "";
    position: absolute;
    left: 190px;
    top: 10px;
    width: 0px;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid grey;
    transition-property: transform;
    transition-duration: 1s;
}
.radius{
  border-radius: 20px 20px 0px 0px;
}
.rotate::after{
  transform: rotate(-90deg);
}

.listSearchResult {
  display: none;
  top: 10px;
  position: absolute;
  right: 10px;
  background-color: gray;
  color: white;
  text-align: center;
  border-radius: 10px;
  width: 170px;
}
.usernameResult{
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid white;
}
.searchResultRow{
  border-top: 1px solid #e6e6e6;
  cursor: pointer;
  /* width: 190px;
  margin-left: 15px; */
  background-color: white;
  text-align: center;
}

.searchResultRow:hover{
  color: white;
  background-color: grey;
}

/* .searchResultRow span{
  padding: 10px;
} */
.searchResultListRow{
  border-top: 1px solid white;
  cursor: pointer;
}

.searchResultListRow:hover{
  color: gray;
  background-color: white;
}
.closeListSearchResult{
  background-size: 60%;
  background-image: url("/view/images/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: gray;
  cursor: pointer;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 4px;
  right: 6px;
}
.favoriteListSearchResult{
  background-size: 60%;
  background-image: url("/view/images/star.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: gray;
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 6px;
}
.favoriteIsActive{
  background-size: 60%;
  background-image: url("/view/images/confirm.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 14px;
  left: 10px;
}