html{
    width: fit-content;
    margin-left: 0 auto;
    margin-right: 0 auto;
}
body{
    background-color: #e6740e;
    font-family: 'Oswald', sans-serif;
    margin: 0 auto;
}
.emargement{

    background-color: #ee720300;
   
}
.marg0{
    margin: 0px !important;
}
.mlmr{
    margin-right: 15%;
    margin-left: 15%;
}

.work-modal{
   text-shadow: none;
   color: #000000;
}

.uptitre{
    color: white;
    padding-bottom: 50px;
}

.padform{
    padding: 1vh 9vh;
}

.text-align{
    position: relative;
    text-align: center;
    top: 23px;
}
.table{
    font-size: 15px;
    font-weight: bold;
}

.border-black{
    border: 1px solid black;
}
.emargement .from{
    background-color: rgb(255, 255, 255);
   
}
.emargement span{
    font-size: 25px;
}
#container{
    width:400px;
    margin:0 auto;
    margin-top:10%;
}
/* Bordered form */
.form-log {
    border: 2px solid black;
    padding: 30px 60px 30px 60px;
    border-radius: 10%;
    background-color: rgb(178 178 178);;
    position: relative;
   
    top: 0;
    bottom: 200px;
    width: auto;
 
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
#container h1{
    width: 38%;
    margin-left: 20%;
    padding-bottom: 10px;
   
}
.bg-gris
{
    background-color: #717176;
}

.wh
{
    color: white;
}

/* Full-width inputs */
input[type=text], input[type=password],  input[type=email] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
input[type=submit] {
    background-color: #53af57;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}
input[type=submit]:hover {
    background-color: white;
    color: #53af57;
    border: 1px solid #53af57;
}

.form-control-file, .form-control-range{
        display: initial; 
     width: 231px; 
     height: auto;


}

.froms{
    border: 1px solid #000000;
    padding: 30px 60px 30px 60px;
    border-radius: 20px;
    background-color: #717176;
    position: relative;
    box-shadow:-1px 0px 20px 5px rgba(0, 0, 0, 0.493);
}


.bg-bg{
    background-color: #717176;
}

.martop{
    margin-top: 150px;
}

.del-1{
    background-color: #ee7103c9;
    border: 2px solid #ee7203;
    padding: 20px 30px 20px 30px;
    border-radius: 20px;
}

.mt10{
    margin-top: 50px;
}


.ShowPass{

    position: absolute;
    top: 430px;
    left: 77%;
    font-size: 20px;
}


.ShowPass2{
    position: absolute;
    top: 200px;
    left: 77%;
    font-size: 20px;
}
.ShowPass3{

    position: absolute;
    top: 403px;
    left: 78%;
    font-size: 20px;
}
.ShowPass4{

    position: absolute;
    top: 403px;
    left: 71%;
    font-size: 20px;
}
.ShowPass5 {
    position: absolute;
    top: 199px;
    left: 77%;
    font-size: 20px;
}
.ShowPass6 {
    position: absolute;
    top: 85px;
    left: 77%;
    font-size: 20px;
}
.delmsg{
    text-align: end;
}
.okview{
    text-align: initial;
    margin-top:-55px;
    margin-left: -10px;
}
.view.fa-eye:before{
    color:white;
    font-size:15px;
    
}

/* Texte défilant */
.messagedefilant {
  display: block;
  margin: 40px auto;
  padding: 0;
  overflow: hidden;
  position: relative;
  width: 97%;
  max-width: 1000px;
  height: 60px;
  background-color: #717176;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 10px
  
}
.message_user{
    background-color: white;
}
.dropdown-menu.show {
    background-color: #ffffff;
   
    color: black;
   
    
    font-family: emoji;
    text-shadow: black;
    text-shadow: 2px 2px 2px white;
    font-weight: bolder;
}
.wmsg{
    width: 230px;
}

.message p{
    color:black;
    font-family: emoji; 
    font-size:20px;
    text-shadow: 0px 0px 0px white;
}
.message {
    border: 4px solid #e6740e;
    border-radius: 17px;
}

.dropdown-divider {
    
}
.m-info{
    margin-left: 71px;
    margin-right: 71px;
}
.m-info2 {
    margin-left: -104px;
    margin-right: -100px;
}

.messagedefilant p{
    font-size: 26px;
}
 
.messagedefilant div {
  position: absolute;
  min-width: 100%; /* au minimum la largeur du conteneur */
}
 
.messagedefilant div span {
  position: relative;
  top:0; left:0;
  display: inline-block;
  white-space: nowrap;
  font-size: 2rem;

}
 
.messagedefilant div span:first-child {
  animation: defilement 20s infinite linear;
  
}



.messagedefilant div span:last-child {
  position: absolute;
  animation: defilement2 20s infinite linear;
  
}
 
@keyframes defilement {
  0% { margin-left: 0; }
  100% { margin-left: -100%; }
}
 
@keyframes defilement2 {
  0% { margin-left: 100%; }
  100% { margin-left: 0%; }
}
.w{
    color: white!important;
}

.r{
    color: red;
}

.ts{
   
    text-shadow: 2px 2px 2px black;
}


.box-admin{
    margin-top: 10px;
    margin-left: 24px;
    margin-right: 22px;
    border-radius: 16px;
    border: 1px solid black;
}
.hov{
    background-color: #ff4d00;
    border: 1px solid black;
}
.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: rgba(0, 204, 255, 0.126); 
 }
.hov:hover{
    background-color: #ffab00;
    border: 1px solid black;
}

.fa-eye-slash:before {
    content: "\f070";
    color: black;
}

.fa-eye:before {
    color: black;
    content: "\f06e";
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
}

.table-color{
    color: black;
    background-color: rgb(191, 191, 191);
}
.table-bordered {
    border: 1px solid #000000;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #000000;
}
.table-bordered td, .table-bordered tr {
    border: 2px solid #000000 !important;
}
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    border: 3px solid #e6740e;
    width: 100%;
}
.btn-or {
    color: #212529;
    background-color:#e6740e;
    border-color: #000000;
}
.btn_coment{
    border-radius: 100%;
    padding: 5px;
    box-shadow: 0px 0px 10px 1px #34ff34;
}
.btn_nocoment{
    border-radius: 100%;
    padding: 5px;
    box-shadow: 0px 0px 10px 1px #ff3434;
}

.btn-success1 {
    color: #fff;
    background-color: #00ff3a;
    border-color: #356540;
}
.btn-danger1 {
    color: #fff;
    background-color: #ff0018;
    border-color: #751414;
    
}

.coment_size{
    font-size: 20px ;
}

.rowlink{
    margin-right: 0px;
    margin-left: -0px;
    margin-bottom: 5%;
}

.row{
    margin-right: 0px;
    margin-left: -11px;
}

.all-network a, p {
    text-align: center;
   
}

@media screen and (max-width: 640px) {
    canvas{
        display: none;
    }
}
.news-item-title{
    background: white;
    width: 87%;
    color: black;
    font-size: 20px;
    
    padding: 20px 10px 10px 10px;

}
.news-item-text{
    background: white;
    width: 87%;
    color: black;
   
}
.news-item-img{
    width: 87%;
}
.link-until{
    padding: 5%;
    background: gray;
    border: 3px solid black;
    border-radius: 30px;
}
.link-until{
    width: 90%;
}
.news-item{
    margin-bottom: 10%;
}


/*_______________________________________________________________________footer_______________________________________________________________________*/


.modal-body a
{
	color: black;
	font-weight: bold;
}
.modal-body
{
z-index: 1528;
}
.modal-body p
{
    color: black;
}





















[class*="reveal-"]
{
	opacity: 0;
	transform: translateX(-100px);
}

.reveal-visible
{
	opacity: 1;
	transform: translateX(0);
	transition: 1s cubic-bezier(.5, 0, 0, 1);
}

.reveal-1
{
	transition-delay: .2s;
}

.reveal-2
{
	transition-delay: .2s;
}

.reveal-3
{
	transition-delay: .3s;
}

.reveal-4
{
	transition-delay: .4s;
}

.reveal-5
{
	transition-delay: .5s;
}

.reveal-6
{
	transition-delay: .6s;
}


.reveal-7
{
	transition-delay: .7s;
}


.reveal-8
{
	transition-delay: .8s;
}

.reveal-9
{
	transition-delay: .9s;
}

.reveal-10
{
	transition-delay: .10s;
}

.reveal-11
{
	transition-delay: .20s;
}

.footer{
    background-color: rgb(44, 44, 44);
    height:10vh;
    clear:left;
    position: absolute;
    bottom:0;
    margin:auto -15px auto -15px;
    width: 100%;
}

.footer a {
    color:#e6740e;
}
.footer span {
    color:rgb(141, 141, 141);
}
.footer i{
    color: #e6740e;
    text-shadow: 2px 2px 2px rgb(0, 0, 0);
    font-size: 25px;
}

footer{
    position: relative;
    top: 0;
}