.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;
      color: #282626;
    }
   
    .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;
    }

    .section{
      width:60%;
      display: block;
      overflow: auto;
    }

    .aside{
      width:30%;
      display: block;
      overflow: auto;
      border-left: 10px;
      position: relative;
      z-index: 1;
    }

    .app-header-col1{
      display: flex;
      float: right;
      width: 100%;
    }

    .app-header-col2{
      float: right;
      width: 100%;
    }

    .app-header-col3{
      float: right;
    	width: 4%;
    }

    .destkop-hide{
      display: none;
    }

    .destkop-show{
      display: block;
    }

    .destkop-line{
      display: inline;
    }

    .app-header{
      height: 70px;
      padding-top: 5px;
      /* padding-bottom: 25px; */
    }

    .app-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(34,29,120);
        background: linear-gradient(90deg, rgba(34,29,120,0.39539565826330536) 0%, rgba(33,49,218,0.8715861344537815) 35%, rgba(41,121,138,0.5466561624649859) 100%);
        height: 30px;
        border-radius: 40px;
        color:white;
        border:1px solid white;
    }
	
	.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{
      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 
} 
 
.body-bg-Gradient{
	background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(241, 242, 219) 35%, rgb(255, 255, 255) 100%);
}

/*Partie 2 */
.btn{
    border-radius: 50px;
    box-shadow:0px 3px 2px 0px rgba(196, 196, 219, 0.842)
}

body,html{
	height: 100vh;
	overflow: scroll;
}
#ct{
	overflow: auto;
	height: 100vh;
}
@media (min-width: 900px) {
	body,html{
		height: 100vh;
		overflow: hidden;
	}
}

.content-bloc{
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	margin-bottom: 30px;
	background-color:white;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.ttitle,.bloc-header{
	background-color: #3466db;
	color: white;
	font-weight: bolder;
	font-size: 1.3em;
	padding: 5px;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.block-line-center-text{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #beb3b3;
	width: 100%;
	height: 0px;
	position: relative;
	z-index: 0;
}

.block-line-center-text .text{
	color: 777;
	position: relative;
	z-index: 1;
	background-color: white;
	border-radius: 50%;
	padding-right: 5PX;
	padding-left: 5PX;
}

@keyframes color-change {
	0% {
		background: linear-gradient(50deg, rgb(241, 250, 200) 10%, rgb(205, 212, 226) 90%, rgb(240, 220, 220) 100%);
	}
	100% {
		background: linear-gradient(40deg, rgb(241, 250, 200) 800%, rgb(205, 212, 226) 90%, rgb(240, 220, 220) 100%);
	}
	200% {
		background: linear-gradient(70deg, rgb(241, 250, 200) 10%, rgb(205, 212, 226) 90%, rgb(240, 220, 220) 100%);
	}
	300% {
		background: linear-gradient(40deg, rgb(241, 250, 200) 10%, rgb(205, 212, 226) 90%, rgb(240, 220, 220) 100%);
	}
	50% {
		background: linear-gradient(40deg, rgb(241, 250, 200) 20%, rgb(205, 212, 226) 90%, rgb(240, 220, 220) 100%);
	}
	60% {
		background: linear-gradient(30deg, rgb(241, 250, 200) 300%, rgb(205, 212, 226) 90%, rgb(240, 220, 220) 100%);
	}
	70% {
		background: linear-gradient(40deg, rgb(241, 250, 200) 10%, rgb(205, 212, 226) 90%, rgb(240, 220, 220) 100%);
	}
	100% {
		background: linear-gradient(10deg, rgb(241, 250, 200) 900%, rgb(205, 212, 226) 90%, rgb(240, 220, 220) 100%);
	}
}


.bg-color-light {
	/*animation: color-change 10s ease-in infinite;*/

	/*animation-delay: 0s; */
	background-color:cornsilk;
}

.bg-color-dark {
	background-color:black;
	color:white;
}

#changeNow {
	transition: transform 0.3s ease, background-color 0.3s ease;
   }

/* Style d'animation */
.animated {
	transform: scale(1.2);
	background-color: #2ecc71;
}
/*Fin partie 2*/


@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: 1120px) {
  .body-bg-Gradient{
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(238, 246, 207) 80%, rgb(255, 255, 255) 100%);
  }
  .app-header{
    height: 50px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .app-header .btn{
    font-size: 1.5em;
  }
  .aside{
    width: 100%;
    position: fixed;
    z-index: 999;
    display: none;
  }
  .section{
    width:100%;
    display: block;
  }
  .mobile-hide{
    display: none;
  }
  .mobile-show{
    display: block;
  }
  .mobile-line{
    display: inline;
  }

}