#appRunCms .cms{border-top : 1px solid #bebebe; text-align: left}
#appRunCms .cmsRead{font-weight: normal}
#appRunCms .cmsNotRead{font-weight :bold }

#appRunCms .cms .date{color: #24D6FF}
#appRunCms .cms div {display:inline-block; margin:5px;width : 180px;}
#appRunCms .cms span{ margin:5px;}
#appRunCms .fa{
    cursor:pointer;
    margin-right:5px;
}
#appRunCms #Tools{text-align:left; border-bottom: 1px solid #71c55d; margin: 5px; padding:5px;}


#appRunCms .tools{
    padding-left:2px;
}
#appRunCms .tools ul{
    text-align: left;
    margin-left: 2px
}

#appRunCms .tools ul li{
    cursor:pointer;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
    color: #626262;
    padding-left: 5px;
}
#appRunCms .tools ul li:first-child:hover, #appRunCms .tools ul li ul li:hover{
  background: #71c55d;
    color: white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    
}
#appRunCms .block{
  border :1px solid #71c55d;
  border-radius: 5px;
  box-shadow: 2px 9px 7px 0px grey;
  cursor:pointer;
  height :150px;
  overflow:auto;
}

#appRunCms .block h1{
    background-color: #71c55d;
    font-size: 18px;
    margin:0px;
    color:white;
    padding:5px;
}

#appRunCms .editBlock{
  border :1px dashed #bebebe;
  border-radius :10px;
  padding:10px;
  width:100%;
  margin:auto;
  margin-bottom:5px;
  margin-top:5px;
}

#appRunCms .editBlock .tools, .floatRight{
    text-align: right;
}

#appRunCms CmsTool .fa{
    margin-right: 15px;
}

#appRunCms .iconTools{
    float: right;
}
.subBlockContainer{
  width:98%;
  margin:auto;
}

.subBlockContainer .tool{
    text-align: right;
    top: 2px;
    right: 2px;
    border-bottom:1px solid #dedede;
    margin-bottom:3px;
}

.subBlock{
  border :1px dashed #bebebe;
  border-radius :10px;
  padding:10px;
}

.subBlock img{
 width:100%;
}

.subBlock .menu a{
    display: inline;
}

.subBlock .links a{
    display: block;
    text-align: left;
}

.sourceEditor{
        width: 553px;
    background: black;
    color: white;
    z-index: 999;
    display: inline-block;
    height: 123px;
    position: sticky;
}



.textTool, .selectTool{
    padding: 5px;
    margin : 2px;
    border :1px solid grey;
    cursor: pointer;
    border-radius : 5px;
}

.textTool .form-control{
    display: inline-block;
}

#checkIcon{
    position:absolute;
    
}

.linkBlock {
    margin-right:2px;
    margin-left:4px
}


.linkItem{
    display: inline-flex;
    width: 150px;
}


.pageIconTools{
    width: 100%;
    text-align: right;
}

.blockContent {
    width:100%;
}
.width80{
width:80%;
margin:auto;
}

.full-first, .full-seco, .full-terc{
margin-top:20px;
}


.homeImg {
border-radius :8px;
margin-top:20px;
  background-image: url('https://352fc21d124d8f539e6341d9397a12ba.puzzproject.com/Data/Apps/Cms//uploadImageCms1769255155255.jpg');
  background-size: cover;
  background-position: center;
  position: relative; /* nécessaire pour positionner l'image au-dessus */
  overflow: hidden;
height:350px;

}




.top-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* adapte l'image au div */
  /* Effet sur l'image au-dessus */
  opacity: 0.8;
  transition: all 0.5s ease;
z-index: 2; /
}

/* Exemple d'effet au survol */
.homeImg:hover .top-image {
  opacity: 1;
  filter: blur(0);
}



.homeImg img{
width : 80%;
margin:auto;
z-index: 2; 
}







.width80{
width:80%;
margin:auto;
}

.full-first, .full-seco, .full-terc{
margin-top:20px;
}


.homeImg {
border-radius :8px;
margin-top:20px;
  background-image: url('https://352fc21d124d8f539e6341d9397a12ba.puzzproject.com/Data/Apps/Cms//uploadImageCms1769255155255.jpg');
  background-size: cover;
  background-position: center;
  position: relative; /* nécessaire pour positionner l'image au-dessus */
  overflow: hidden;
height:350px;

}




.top-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* adapte l'image au div */
  /* Effet sur l'image au-dessus */
  opacity: 0.8;
  transition: all 0.5s ease;
z-index: 2; /
}

/* Exemple d'effet au survol */
.homeImg:hover .top-image {
  opacity: 1;
  filter: blur(0);
}



.homeImg img{
width : 80%;
margin:auto;
z-index: 2; 
}







#appRunEeApp .App, #appRunEeApp.file, #appRunEeApp .headApp {border-top : 1px solid grey; text-align: left; }
#appRunEeApp .App span , #appRunEeApp.file span, #appRunEeApp .headApp  span {display:inline-block ;margin : 5px; }
#appRunEeApp .App .name #appRunEeApp.file name{cursor:pointer}

#appRunEeApp .appStore{
    border :1px solid grey;
    border-radius :8px;
    padding :5px;
    margin:1px;
    height:450px;
    margin-bottom:5px;
}

#appRunEeApp .appStore button{
    display: block;
    position: absolute;
    top: 400px;
    width: 80%;
    left :10%;
}

#appRunEeApp  #Tools{text-align:left; border-bottom: 1px solid grey; margin: 5px; padding:5px;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=134, Strength=5);}

var EeAppDialogEeAppView = new Array();#appRunLang  #Tools{text-align:left; border-bottom: 1px solid grey; margin: 5px; padding:5px;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=134, Strength=5);-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
#appRunIde .cadre {border : 1px solid #ababab}

/*   Hauteur       */
#appRunIde .row_20{height:220px}
#appRunIde .row_30{height:300px}
#appRunIde .row_40{height:400px}
#appRunIde .row_60{height:600px}


#appRunIde #lstElement{overflow: auto; }
#appRunIde #lstEditor{overflow: auto;width:800px;height:580px}
#appRunIde #lstEditor textarea, #IdeTemplateEditor textarea{width:780px; height:540px; margin:0px; background-color: black; color:white;}
#IdeTemplateEditor textarea{width:400px;float:left}
#IdeTemplateEditor{display:inline-block}
#IdeBrowser{width:400px; height:520px; border:1px solid grey;display:inline-block}
#tbCssFiles{background-color: black; color:yellow}

#appRunIde  #Tools{padding:5px;text-align:left; border-bottom: 1px solid grey; margin-bottom: 2px; -moz-box-shadow: 10px 10px 5px 0px #c0c0c0;-webkit-box-shadow: 10px 10px 5px 0px #c0c0c0;-o-box-shadow: 10px 10px 5px 0px #c0c0c0;box-shadow: 10px 10px 5px 0px #c0c0c0;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=134, Strength=5);-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}

#appRunIde .projet, #appRunEeFile .file, #appRunEeFile .headFolder {border-top : 1px solid grey; text-align: left; }
#appRunIde .projet{
    border: 1px solid grey;
    border-radius : 8px;
    padding:10px;
    margin :5px;
    box-shadow: 2px 2px 6px 0px grey;
}
#appRunIde .folder span , #appRunEeFile .file span, #appRunEeFile .headFolder  span {display:inline-block ;margin : 5px; width : 180px;}
#appRunIde .folder .name, #appRunEeFile .file name{cursor:pointer}
#appMenuIde td { padding:5px}

#appRunIde .projet{
    cursor: pointer;
}
#appRunIde #lstTool .fa{
    cursor:pointer;
}#appRunBlog .blog{border-top : 1px solid grey; text-align: left}
#appRunBlog .blogRead{font-weight: normal}
#appRunBlog .blogNotRead{font-weight :bold }

#appRunBlog .blog .date{color: #24D6FF}
#appRunBlog .blog div {display:inline-block; margin:5px;width : 180px;}
#appRunBlog .blog span{ margin:5px;} 

#appRunBlog  #Tools{text-align:left; border-bottom: 1px solid grey; margin: 5px; padding:5px;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=134, Strength=5);-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
#responseContainer h3{
    border-bottom : 1px solid #71c55d;
}

#responseContainer .reponse {
    border-bottom  : 1px solid #cecece;
    margin-left: 25px;
    
}

.annonceMember{
    margin-top:10px;
}


.annonceMember .tool{
    border-top :1px solid #dedede;
    text-align: right;
    width:100%;
}
var AnnonceDialogAnnonceView = new Array();#appRunForm .folder, #appRunFile .file, #appRunFile .headFolder {border-top : 1px solid grey; text-align: left; }
#appRunForm .folder span , #appRunFile .file span, #appRunFile .headFolder  span {display:inline-block ;margin : 5px; width : 180px;}

#appRunForm .App, #appRunForm, #appRunForm .headApp {border-top : 1px solid grey;border-bottom: 1px solid grey;   text-align: left; }
#appRunForm .App span , #appRunForm span, #appRunForm .headApp  span {display:inline-block ;margin : 5px;}
#appRunForm .App .name #appRunForm name{cursor:pointer}

#appRunForm .message .date{color: #24D6FF}
#appRunForm .message div {display:inline-block; margin:5px;}
#appRunForm .message span{ margin:5px;} 

#appRunForm .action span {display: inline}

.FormForm{height : 400px;overflow: auto;}
.FormForm h2{	background-color: #bebebe;}
.FormForm h3{	background-color: #dedede;font-size: 9px;}

#appRunForm .tools{text-align:left;color:white;padding:5px; margin-top:-10px; background-image: linear-gradient(to bottom, #eeeeee 0px, #bebebe 100%); border-bottom:1px solid green; width:100%; margin-top:0px}
#appRunForm .tools span{display: inline-block;text-align:left;}

#appRunForm #dvDesktop table{border:1px solid grey;}
#appRunForm .question{border-bottom:1px solid #bebebe; padding: 5px}

#appRunForm  #Tools{text-align:left; border-bottom: 1px solid grey; margin: 5px; padding:5px;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=134, Strength=5);-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}

.formQuestion {
    border-top :1px solid #bebebe;
    margin-top:15px;
}

.formQuestion .tools{
    float : inline-end;
} 


var SeoDialogSeoView = new Array();