.horizontal_slider{
    display: block;
    width: 100%;
    overflow-x: auto;
    box-sizing: border-box;
}

.horizontal_container{
    display: flex;
    white-space: nowrap;
}

.item{
    display: block;
    margin-right: 5px;
    margin-left: 5px;
}

.item_c{
    display: flex;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    position: relative;
    overflow:hidden;
}

.post_item{
    display: block;
    margin-right: 5px;
    margin-left: 5px;
}

.post_item_c{
    display: flex;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: relative;
    overflow:hidden;
}

body{
      font-size:0.9em;
    }
   
    .categorie_liste_h1{
      max-width: 370px;
      margin:auto;
    }


    .categorie_liste td{
      padding: 5px;
  
    }

    .categorie_liste table .btn{
      color: white;
      height: 70px;
    }

    .categorie_liste h3{
      margin-top: 40px;
      margin-left: 15px;
      margin-right: 15px;
      border: 0px solid red;
      border-radius: 10px;
    }

    .categorie_liste table{
      background-color: rgb(245, 250, 244);
      margin: auto;
    }

    .apps-title h1{
      text-align: center;
      padding: 3px;
      border-radius: 5px;
      border:1px solid rgb(199, 199, 225);
      color:red;
      margin: 20px;
    }

    .pub2bloc,.pub1bloc{
      margin: 10px;
      z-index: 0;
      border-radius:20px ;
      overflow: auto;
      background-color: rgb(255, 255, 255);
      border: 3px solid rgba(240, 248, 255, 0.197);
    }

    .pub1bloc{
      position: fixed;
      left: 0px;
      padding: 10px;
    }

    .pub1bloc iframe{
      width:120px;height:240px; border-radius: 20px;margin-left:9%
    }

    .pub2bloc{
      position: fixed;
      right: 0px;
      padding: 10px;
    }

    .poste_type_title{
      font-size: 1.8em;
    }

    select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    }
    
    .apps-header-col1{
      display: flex;
      float: right;
      width: 100%;
    }

    .apps-header-col2{
      float: right;
      width: 100%;
    }

    .apps-header-col3{
      float: right;
    	width: 4%;
    }

    .destkop-hide{
      display: none;
    }

    .destkop-show{
      display: block;
    }

    .destkop-line{
      display: inline;
    }

    .apps-header{
      height: 70px;
      padding-top: 5px;
      /* padding-bottom: 25px; */
    }

    .apps-header .btn{
      font-size: 2.4em;
    }

    .shadow{
      box-shadow: 0px 0px 5px 0px rgb(237, 231, 231);
    }
    .creet-content-bottom-height{
      height: 100px;
    }
    .comt-form-box{
      position: fixed;
      bottom: 0;
      background-color: white;
      box-shadow: 0px 0px 2px 0px #d8cdcd;
      z-index: 10;
      margin: 4px;
    }


	.post{
		background: rgb(232, 232, 240);
		/* background: linear-gradient(90deg, rgb(193 192 201 / 40%) 0%, rgb(255 255 255 / 87%) 35%, rgba(41,121,138,0.5466561624649859) 100%); */
		height: 30px;
		border-radius: 40px;
		color: #4a0000;
		border: 1px solid white;
		margin-left: 2px;
	}
    
	
	.first-option-fixed{
		position:fixed;
		z-index:2;
		background-color:white;
	}

    .apps-title h1{
      text-align: center;
      padding: 3px;
      border-radius: 5px;
      border:1px solid rgb(199, 199, 225);
      color:red;
      margin: 20px;
      margin-top: 80px;
      font-size: 1em;
    }

    .show-full-img-f2{
      width: 100%;
      height: 100%;
      overflow: scroll;
    }

    .show-full-video-f2{
      width: 100%;
      height: 100%;
      overflow: scroll;
    }

    .list-loading-circle{
      height: 40px;
      width: 40px;
      border-radius: 40px;
      background-color: #c1b2b2;
      animation: cycle-box-text 2s infinite linear;
      animation-name: cycle-box-text;       
      animation-delay: 0.8s;                
    }

    .list-loading-rect{
      opacity: 0.6;
      height: 10px;
      width: 120px;
      border-radius: 10px;
      background-color: #c1b2b2;
      animation: cycle-box-text 2s infinite linear;
      animation-name: cycle-box-text;       
      animation-delay: 0.8s;                
    }

    .list-loading-rect2{
      opacity: 0.6;
      height: 10px;
      width: 50px;
      border-radius: 10px;
      background-color: #c1b2b2;
      animation: cycle-box-text 3s infinite linear;
      animation-name: cycle-box-text;       
      animation-delay: 0.8s;                
    }

    @keyframes cycle-box-text {
      5% {
        opacity: 0.4;
        background-image: linear-gradient(90deg, #b6b3b3 0%, #d3cdcd 49%, #dfc9c9 100%);
      }

      15% {
        opacity: 0.8;
        background-image: linear-gradient(90deg, #b6a7a7 0%, #d3cdcd 49%, #cec8c8 100%);
      }

      55% {
        opacity: 0.5;
        background-image: linear-gradient(90deg, #b6b3b3 0%, #c2b5b5 49%, #cac9c9 100%);
      }

      100% {
        opacity: 0.7;
        background-image: linear-gradient(90deg, #ffffff 0%, #bfbfbf 49%, #d3c6c6 100%);
      }
    }

    .opaciting{
      animation: opaciting 3s infinite linear;
      animation-name: opaciting;       
      animation-delay: 0.8s;  
    }

    @keyframes opaciting {
      5% {
        opacity: 0.4;
      }

      15% {
        opacity: 0.8;
      }

      55% {
        opacity: 0.5;
      }

      100% {
        opacity: 0.7;
      }
    }

    .coloring{
      animation: coloring 2s infinite linear;
      animation-name: coloring;       
      animation-delay: 0.5s;  
    }

    @keyframes coloring {
      5% {
        color:#ffffff
      }

      15% {
        color:#7e6c6c
      }

      55% {
        color:#091c7b
      }

      100% {
        color:#028006
      }
    }

	.bg-coloring{
      animation: coloring 2s infinite linear;
      animation-name: bg-coloring;       
      animation-delay: 0.5s;  
	  background-color:#cbd6d8
    }

    @keyframes bg-coloring {
      5% {
        background-color:#888383
      }

      15% {
        background-color:#7e6c6c
      }

      55% {
        background-color:#cfd5f0
      }

      100% {
        background-color:#a6b8a7
      }
    }

    .create_el_h{
      box-shadow: box-shadow: 0px 0px 5px 1px rgb(250, 247, 247);
      height:40px;position:fixed;z-index:100;
    }

    .create_app_custum_title{
      display:none;background-color:white;height:40px;width:90%;position:absolute;z-index:1;right:-1px;
    }

    @keyframes bn {
      0% {
        box-shadow: 0px 0px 0px 10px rgb(217, 204, 204);
      }
      50% {
        box-shadow: 0px 0px 0px 10px rgb(231, 226, 226);
      }
      100% {
        box-shadow: 0px 0px 0px 10px rgb(209, 198, 198);
      }
    }

    .blog-liste_row{
      box-shadow: 0px 0px 10px 0px #e7dfdf;
      width: 85%;
      margin: auto;

    }

    span i{
      color: rgb(60, 60, 88);
  }
  
  .creat_el_miniatures{
    display: none;
    top: 0;
    position: fixed;
    z-index:9999999999999;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.692);
    padding: 10px;
    width: 100%;
    height: 100%;
  }
  .creat_el_miniatures .head{
    width: 100%;
    height: 8%;
    display: flex;
  }
  .creat_el_miniatures .body{
    width: 100%;
    height: 88%;
    overflow: scroll;
  }
  .cl_miniatures{
    width: 310px;
    height: 240px;
    position: relative;
    z-index: 1;
    overflow:hidden;
    margin: 10px;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgb(4, 4, 10);
  }
  .cl_miniatures_c{
    position: absolute;
    z-index: 100;
    top: 0;
    width: 310px;
    height: 1000px;
    border-radius: 5px;
  }
  .cl_miniatures_title{
    padding: 5px;
    width:100%;
    height: 30px;
    color: #fafafb;
    display: flex;
    align-items: center;
  }
  .cl_miniatures_body{
    position: relative;
    z-index: 200;
    z-index: 100;
    width: 310px;
    height: 230px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
  }

  .creat_el_miniatures_btn_open{
    padding: 0px;
    background-color: white;
  }

 .search-control{ 
	height: 99%;
 } 
 
 .search-control-btn{ 
	position:relative;z-index:1;margin-left:-50px;width:50px;height:10px 
 } 
 
 .shadow-1{ 
	box-shadow:0px 0px 5px 1px rgb(243, 239, 239); 
 } 
 
 .b-dark{ 
	border: 1px solid #999; 
 } 
 
 .w-100{ 
	width:100%; 
 } 
 
 .post_group_name{
	 font-size:0.7em;
 }
 
 select[name="visible_type"]{ 
     border:0px solid white;
     background-color:white;
     border-radius:3px 
     
 } 
 
    @media (max-width: 500px) {
      .blog-liste_row{
        box-shadow: 0px 0px 10px 0px #e7dfdf;
        width: 95%;
        margin: auto;
      }
      .creat_el_miniatures .body{
        width: 330px;
        margin: auto;
        height: 88%;
        overflow: scroll;
      }
    }

    @media (max-width: 760px) {
      .apps-header{
        height: 50px;
        padding-top: 4px;
        padding-bottom: 4px;
      }
      .apps-header .btn{
        font-size: 1.5em;
      }
      .mobile-hide{
        display: none;
      }
      .mobile-show{
        display: block;
      }
      .mobile-line{
        display: inline;
      }
    }