body {
  background: rgb(126, 122, 118);
  color: #1A1A1A;
  font-family: "Arial", sans-serif;
}

.sansimage {
  background-image: none !important;
  background-color: rgb(235, 242, 247);
}

.perso {
  background-color: rgba(202, 204, 180, 0.6);
  padding: 20px 50px 30px 50px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 10px 10px 0 rgb(18, 49, 27) !important;
  text-align: center;
}

@media (max-width: 900px) {
  .perso {
    width: 120%;
  }

}

.fotolo {
  display:flex;
  background-color: rgba(202, 204, 180, 0.6);
  padding: 20px 50px 30px 50px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 10px 10px 0 rgb(18, 49, 27) !important;
  text-align: center;

}


.fond {
  background-image: linear-gradient(to bottom right, #c7bcbc, #e2e5f3, #e2f3da, rgb(248, 243, 234));
  padding: 20px 50px 30px 50px;
  border-radius: 10px;
  box-shadow: 0 10px 10px 0 rgb(18, 49, 27) !important;
  margin: 0 auto;
}

.fondforum {
  background: linear-gradient(45deg, rgb(177, 184, 177)50%, rgb(209, 236, 182));
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 10px;
}


@media (min-width: 600px) {
  .fond {
    width: 60%;
  }
}

.fondemo {
  background-color: rgb(210, 230, 240);
}

/* pour décaler vers le bas sous bandeau*/
@media (min-width: 600px) {
  .margetop {
    margin-top: 70px;
  }
#depenses{
  width:50vw;
}
  .divrub {
    margin-top: 5vh;
  }

  .fondforum {
    width: 70vw;
    padding: 20px 50px 30px 50px;
  }

}

@media (max-width: 600px) {
  .margetop {
    margin-top: 50px;
  }

  .divrub {
    margin-top: 4vh;
  }

  .fondforum {
    width: 100%;
  }


}

.flexcont {
  margin-top: 90px;
  padding: 20px;
  display: flex;
  flex-direction: row;
}


.bouton_index {
  position: relative;
  right: 20;
  bottom: 5px;
}

@media (max-width: 480px) {
  #phone {
    margin-right: -130px;
  }
}

.imagome {
  width: 80%;
}

.imagome:hover {
  transform: scale(1.2);
}

.textome {
  color: #555;
  font-weight: bold;
  font-size: 35px;
  padding: 30px;
}


.form-text {
  border: 0;
  color: #fff;
  padding: 0.8em;
  margin-bottom: 0.3em;
  display: block;
  position: relative;
  z-index: 1;

  /* prevent strange label overlap */

  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.form-test:-moz-placeholder {
  color: #ccc;
}

.form-text::-moz-placeholder {
  color: #ccc;
}

.form-text:-ms-input-placeholder {
  color: #ccc;
}

.form-text::-webkit-input-placeholder {
  color: #ccc;
}

:empty:invalid {
  box-shadow: none;
}

.form-text:last-child {
  margin-bottom: 0;
}

.form-text:hover,
.form-text:focus {
  background-color: #848F92;
}

.form-text:disabled {
  color: rgb(139, 104, 104);
}

.form-text:disabled:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

input:disabled {
  cursor: not-allowed;
}

.form-control {
  background-color: #848F92;
  color: white;
  font-size: 20px;
}

label {
  font-size: 15px;
  text-align: center;
}

/* Login form */

.login-form {
  max-height: calc(100vh - 50px);
  max-width: 70%;
  margin: 0 auto;

}

.login-form .btn {
  width: 100%;
  padding: 0.8em 1em;
}

.login-form .form-group {
  position: relative;
  margin-bottom: 1em;
}

.login-form label {
  display: block;
  min-width: 1em;
  margin: 0;
  padding: 0;
  font-size: 1em;

}

.login-form label:before {

  color: #666;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 2.5em;
  height: 100%;
  line-height: 3em;
  text-align: center;
}

.login-form .form-text {
  padding: 0.8em 0.8em 0.8em 3em;
  width: 100%;
  background: rgb(70, 64, 64);
  color: #BBA3A3;
}

.login-form .form-text::-moz-placeholder {
  color: #999;
}

.login-form .form-text:-ms-input-placeholder {
  color: #999;
}

.login-form .form-text::-webkit-input-placeholder {
  color: #999;
}



.titre {
  font-size: 20px;
  color: yellow;

}



.titre:hover {
  font-size: 21px;
  color: #FFA500;
  text-decoration: underline;
  cursor: pointer;
}

.reload:hover {
  font-size: 20px;
  text-decoration: underline;
  cursor: pointer;
}



div.scroll {
  overflow-y: scroll;
  background-color: #081f28;
  font-size: 15px;
}


td {
  word-wrap: break-word;
}

table {
  table-layout: fixed;
  color: #4D4D4D;
}

.boxsizingBorder {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.btn-primary.raised {
  box-shadow: 0 3px 5px 2px #399DBF;
}

.btn-primary.raised:active,
.btn-primary.raised.active {
  background: #33a6cc;
  box-shadow: none;
  margin-bottom: -3px;
  margin-top: 3px;
}

.round {
  border-radius: 24px;
}




.divider {
  width: 50%;
  text-align: center;
  height: 3px;
  border-radius: 3px;
  background: #6acad1;
  display: block;
  margin: 0 auto;
  margin-left: 35%;
}


.jardin {
  height: 180x;
  padding: 10px;
  margin: 10px;
  text-align: center;
}


.headline {
  font-size: 40px;
}

.titrindex {
  color: #fbfceb;
  font-style: bold;
  background-color: #6d7274;
  padding: 5px;
  border-radius: 5px;
}

.well {
  border-radius: 15px;
  background-color: rgb(248, 248, 237);
  width: 95%;
  margin: auto;
}

hr.style-four {
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}


.notitem {
  display: block;

}

/* ==========================================================================
   2 = boutons Apps
   ========================================================================== */

.bouton_app {
  font-family:  Geneva,  sans-serif; 
  font-weight: 900;
  padding: 5px;
  padding-top:15px;
  text-align: center;
  color: rgb(36, 31, 28);
  
}


.bouton_bas {
  font-size: 15px;
  color: #3d3939;
  padding:10px;
  text-align:left;
  text-shadow:none;
  letter-spacing: 1px;
}

.bouton_jarbas {
 display:none;
}

.tytroc{
	color:blue;
	font-weight: 600;
}

.bouton_asso {
  font-size: 15px;
  color: #120353;
  padding:10px;
}


.icon_jardinauve {
  max-height: 100px;
  max-width: 100px;
  float: left;
}


.apps {
  padding: 20%;
}

.hide{
  display: none
  }


.jarbout{
 
  background: linear-gradient(to right, rgb(205, 236, 150) 20%, rgb(236, 241, 234) );
  box-shadow: 6px 6px 3px rgba(29, 20, 20, 0.8); 
  
}

.boutres{
  background: linear-gradient(to right, rgb(250, 192, 137) 20%, rgb(253, 251, 247) );
box-shadow: 5px 5px 5px rgba(29, 20, 20, 0.8); 
}

.persobout{
  background: linear-gradient(to right, rgb(166, 166, 247) 20%, rgb(232, 235, 245) );
  box-shadow: 5px 5px 5px rgba(29, 20, 20, 0.8); 
}
  

.jarbout:hover,
.jarbout:focus,
.boutres:hover,
.boutres:focus,
.persobout:hover,
.persobout:focus
{

  background: linear-gradient(to right, rgb(236, 232, 232), rgb(148, 118, 118));
  box-shadow: 15px 15px 10px rgba(34, 26, 26, 0.8);
  transform: scale(1.1);
}

@media screen and (min-width: 1000px) {
  .containap {
    height: 80vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
  
  }

  .bouton_app{
    font-size: 1.2vw;
  }

  .bordap{
    border-top:2px rgb(180, 175, 175) solid;
  }

  .classasso{
    display: flex;
    flex-direction: row; 
  }

  .clic {
    display: none;
  }


  .foromes {
    text-align: center;
    color: white;

  }


  .rubricap {
    flex-basis: 100%;
    color:rgb(217, 227, 236);
    width:120px;
    text-align: center;
    text-shadow: 5px 5px 5px rgb(14, 13, 13);
    font-size: 30px;
  }

  .listing-apps a {
    width: 25vw;
  }

  .jarbout,.boutres,.persobout{
    display:flex;
    justify-content: center;
    width:20vw;
  }


  .icon_app {
    width: 100px;
     height:100px;
     padding:10px;
     margin-top:-50px;
     margin-bottom: 10px;
     border: 2px solid rgb(95, 92, 92);
     border-radius: 50%;
     background-color: rgb(164, 166, 167);
     box-shadow: 3px 5px  rgb(61, 56, 56);
   }
}

.tablet{
  display:block!important;
}

@media screen and (max-width: 1000px) {
  .containap {
    margin: 10vw;
  }

  .paclic {
    display: none;
  }

  .foromes {
    text-align: center;
    color: white;
  }


  .listing-apps a {
    width: 80vw;
   height:fit-content;
  }

  .bouton_app{
    font-size: 20px;
    height:fit-content;
  }
  .perso{
    width:fit-content;
  }

.icon_app {
  width: 100px;
   height:100px;
   padding:10px;
   margin-bottom: 5px;

 }
}

.containap ul {
  display: flex;
 flex-wrap: wrap;
  padding-left: 0;
  flex-direction: row;
  justify-content: center;
  gap:3vw;
  margin-bottom:20px;
}

.containap ul li {
border-radius: 20px;
margin-top:1vh;
}


.listing-apps li {
  list-style: none;
}

.listing-apps a {
  display: flex;
  flex-direction:column ;

  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

}
.jardinauve{
  font-size: 20px;
}

.jardinauve li {
  list-style: none;
}

.jardinauve a {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
max-width:95vw;
min-width:20vw;
  font-size: 4em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}




.cadrome {
  background-color: #CDF282;
  border: 1px solid #82FA82;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
}

.presimage {
  margin: 0 auto;
  width: 60%;
}

.vignettes {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}

.planification {
  background-color: #BFBFBF;
  color: white;
  font-size: 20px;
  border: 1px solid #4D4D4D;
}

.visitessai {
  display: flex;
}

.zoom {
  width: 100%;
  padding: 5px;
  float: left;
}


.visicom {
  background-color: #FBDEB1;
  font-size: 12px;
  padding: 10px;
  margin: 10px;
  text-align: justify;
  width: 60%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*Accordeon*/
.accordeon {
  width: 40%;
  background-image: linear-gradient(to bottom right, #262831, rgb(95, 119, 226));
  border: solid;
  border-width: 5px;
  border-style: outset;
  font-weight: bold;
  color: white;

  margin-top: 20px;
  text-align: center !important;
}


.accordeon:hover {
  background-color: #ccc;
  border: solid;

  border-style: inset;
}

.presa {
  font-size: 12px;
  background-color: rgb(252, 246, 246);
}


[data-toggle="collapse"] .arrow:before {
  content: "▲";
  font-size: 25px;
  font-weight: bold;
  float: left;
}

[data-toggle="collapse"].collapsed .arrow:before {
  content: "▼";
  font-size: 25px;
  font-weight: bold;
  float: left;
}


/* dropdown barre de menu   */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(219, 243, 230);
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: left;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #cdd6f0
}

.dropdown:hover .dropdown-content {
  display: block;
}

.navindexap {
  margin-right: 10px;
  height: 30px;
  margin-bottom: 0px;
  margin-top: 0px;
}


#haut {
  position: fixed;
  /* Fixed/sticky position */
  top: 75px;
  /* Place the button at the bottom of the page */
  right: 15px;
  /* Place the button 30px from the right */
}


#bas {
  position: fixed;
  bottom: 0px;
  right: 15px;
  font-size: 40px;
}



@keyframes blinker {
  90% {
    opacity: 0.2;
  }

  50% {
    font-size: 25px;
  }
}

.custom-control-label::before,
.custom-control-label::after {
  margin: 20px;
  width: 2rem;
  height: 2rem;
}

/* This container class will allow a table to scroll horizontally on smaller screens. */
.hscroll {
  overflow-x: auto;
  /* Horizontal */
}

.bouton_video {
  margin: 10px;
  transition-duration: 0.5s;
}

.bouton_video:hover {
  background-color: white;
  /* Green */
  color: black;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.40), 0 17px 50px 0 rgba(0, 0, 0, 0.30);
}


.margot {
  margin-top: 80px;
}

/*==============================*/
/* slider              */
/*==============================*/

.slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 25px;
  background-image: linear-gradient(to right, rgba(46, 8, 8, 0), rgba(46, 8, 8, 1));
  outline: none;
  margin-bottom: 20px;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-style: solid;
  border-width: 5px;
  border-color: blue;
  background: 'transparent';
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-style: solid;
  border-width: 5px;
  border-color: blue;
  background: 'transparent';
  cursor: pointer;
}
/* notes*/
.radio-bar input[type="radio"] {
  display: none;
}

.radio-bar label {
  display: inline-block;
  background-color: #ddd;
  padding: 4px 2px;
  font-family: Arial;
  font-size: 15px;
  cursor: pointer;
}

.radio-bar input[type="radio"]:checked+label,
.radio-bar input[type="radio"]:hover+label {
  background-color: rgb(113, 114, 180);
  color: white;
  box-shadow: 2px 2px rgb(58, 47, 47);

}
/* perso et post forum*/
.radio-toolbar input[type="radio"] {
  display: none;
}

.radio-toolbar label {
  display: inline-block;
  background-color: #c0c7c9;
  padding: 4px 2px;
  font-family: Arial;
  font-size: 15px;
  cursor: pointer;
}

.radio-toolbar input[type="radio"]:checked+label,
.radio-toolbar input[type="radio"]:hover+label {
  background-color: rgb(113, 114, 180);
  color: white;
  box-shadow: 2px 2px rgb(58, 47, 47);

}
/*  */

a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
  font-weight: bolder;

}

.notelist {
  color: blue;
  font-weight: bold;
  font-size: 18px;
}

.notelist:hover {
  cursor: pointer;
  background-color: #073F55;
  color: white;

}

.modal-header {
  padding: 5px;
  margin-bottom: -25px;
  margin-left: 15px;
}

.dropdown-menu {
  max-height: 300px !important;
}

#cherchemot {
  width: 70%;
}

#cherchemot:hover {
  background-color: grey;
  cursor: text;
}

.forum {
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  background: darkgrey;
  color: grey;
}

.forum:hover {
  color: gainsboro;
  background: rgb(64, 64, 82);
}

.forub {
  color: gainsboro;
  background: rgb(64, 64, 82);
  font-size: 18px;
}

hr.forumpost {
  border: 3px solid gray;
  border-radius: 5px;
}

.big-checkbox {
  transform: scale(2);
  margin-right: 10px;
  margin-left: 10px;
}

.big-checkbox:hover {
  transform: scale(2.3);
  cursor: pointer;
}

#spinner {
  display: none;
}

.busy {
  display: block !important;
}

.listefotos {
  background-color: rgba(202, 204, 180, 0.6);
  padding: 20px 0px 20px 0px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 10px 10px 0 rgb(18, 49, 27) !important;
  text-align: center;
  width: 420px;
  height:800px;
}

.fotinfos{
  background-color:lavender;
  padding:5px;
  border:10px solid rgb(207, 207, 223);
 
display:grid;
row-gap: 10px;
}

.fotobox{
  display:flex;
  justify-content: center;
  align-items: center;
  width:420px;
  height:420px;
}

.foto {
  max-width: 400px;
  max-height:400px;
}

 .labfoto{
  display: flex;
  align-items: center;
 }

.fotinput {
  font-size: 15px;
  background-color: #38373d;
  color: #c7bcbc;
  font-weight: 900;
}
.fotocom{
  font-size: 12px;
  margin-left:15px;

}

.butinput {
  font-size: 12px;
  margin-top: 10px;
}



.lire {
  display: flex;
  background-color: rgba(237, 238, 228, 0.6);
  padding: 5px 50px 5px 50px;
  border-radius: 10px;
  box-shadow: 0 10px 10px 0 rgb(18, 49, 27) !important;
  margin: 10px;
  line-height: 1.6;
  width: 48%;
}


.boutonlire {
  font-size: 18px;
}

.presalire {
  font-family: arial;
  font-size: 14px;
  padding-left: 20px;
  color: #5c4343;
}

.modisup {
  margin-right: 10px;
}

.contilire {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px;
  margin-top: 80px;
}

@media (max-width: 600px) {
  .lire {
    width: 95%;
    display: flex;
  }

  .boutonlire {
    width: 80px;
  }

  .presalire {
    width: 100%;
  }

}



@media (max-width: 480px) {
  .planindex {
    max-height: 500px;
    max-width: 40vw;
  }
}

@media (min-width: 480px) {
  .planindex {
    max-height: 550px;
    max-width: 65vw;
  }
}

.planindex:hover {
  transform: scale(1.2);
}

.diflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-around;
  align-items: stretch;
  align-content: stretch;
  flex-direction: row;
}

.notiforum{
  width:50px;
   height:50px;
  float:right;
  position: absolute;
  top:-50px;

}

.bg-secondary{
  font-size: 12px;
}

.bg-secondary>a:hover{
  color:rgb(37, 13, 2);
 }

 .today{
  background-color: #cfcabd !important;
  color:rgb(128, 11, 79) !important;
   font-weight: bold;
   font-size:20px;
   text-align: center;
   }
  

.datev{

background-color:rgb(245, 187, 63) !important;
 border: 1px solid white !important;
 padding:2px;
}

.fondecal{
  background-color: #d6cdcd !important;
  text-align: center;
}

.titrenotes{
  text-align:center;
  font-size:20px;
  color:#f8c24e;
}
.iconotes{
  max-width: 30px;
  max-height: 30px;
}
.separan {
  text-align: center;
}
.partitre {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: rgb(244, 252, 8);
  text-shadow: 2px 0px 0px rgb(14, 4, 68), 
               3px 2px 0px rgba(8, 0, 77, 0.5), 
			   3px 0px 3px rgb(3, 17, 139), 
			   5px 0px 3px rgb(67, 3, 151), 
			   6px 2px 3px rgba(77, 0, 13, 0.5), 
			   6px 0px 9px rgb(8, 95, 177),
			   9px 2px 9px rgba(77, 25, 0, 0.5);
}
.fermenotes{
  position:fixed;
  right:20px;
  top:60px;  
}

.noteback{
  background-color: burlywood;
border-style: outset;
border-color: rgb(123, 128, 158);
border-radius: 5px;
border-width: 3px;
box-shadow: 5px 5px 5px rgb(55, 53, 70);
padding:5px;
}


.notad{
  position:fixed;
  right:420px;
  top:50px;
background-color: burlywood;
border-style: outset;
border-color: rgb(123, 128, 158);
border-radius: 5px;
border-width: 3px;
box-shadow: 5px 5px 5px rgb(55, 53, 70);
padding:5px;
}
.notad:hover{
  background-color: rgb(94, 55, 5);
  color:white;
}
.jardinotable{
  color:white;
  font-weight:bold;
  font-size:15px;
}

.delnotes{
 position:fixed;
 top:50px;
 right:200px;
  background-color: rgb(143, 2, 14);
  color:white;
  border-style: outset;
  border-color: rgb(123, 128, 158);
  border-radius: 5px;
  border-width: 3px;
  box-shadow: 5px 5px 5px rgb(55, 53, 70);
  padding:5px;
  }

.delnotab{
 
  background-color: rgb(143, 2, 14);
  color:white;
  border-style: outset;
  border-color: rgb(123, 128, 158);
  border-radius: 5px;
  border-width: 3px;
  box-shadow: 5px 5px 5px rgb(55, 53, 70);
  padding:5px;
  }


  .delinfo{
color:white !important;
font-size:15px;
margin-left:20px !important;
border: none;
background-color: #120353;
pointer-events: none;
  }

  .img100{
    width:100%;
    height:100%;
  }

 
  .visimobile{
    width:98%;
  }

  .fotemp{
    max-width: 400px;
    max-height: 400px;
    margin:0 auto;
  }
  .colic{
    width:70px;
  }
 
  .depinput{
display:flex;
flex-direction: row;
margin-top: 20px;
gap:20px;
  }

  .tablevar{
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  overflow-x: auto;
  white-space: nowrap;

  }

#mainavpublic,#mainavperso{
	display:flex;
	justify-content: space-between;
	background-color: rgba(53, 68, 100, 0.5);
	height:50px;
}

.jardinav{
	background-color: rgba(100, 55, 53, 0.8);
	text-align: center;
}

.fondcoul {

	color: #000 !important;
	background-image: linear-gradient(to bottom right,
			#a3a5af,
			#eaecf7,
			#daf8cc,
			rgb(245, 219, 179));
}



.jardicon {
	position: absolute;
	top: 40%;
	left: 50%;
	text-align: center !important;
	transform: translate(-50%, -50%);
}


.jardico3 {
	position: absolute;
	top: 60%;
	left: 90%;
}

.jardinotes {
	letter-spacing: 3vw;

	text-shadow: 2px 2px 0 #4074b5, 2px -2px 0 #4074b5,
		-2px 2px 0 #4074b5, -2px -2px 0 #4074b5, 2px 0px 0 #4074b5,
		0px 2px 0 #4074b5, -2px 0px 0 #4074b5, 0px -2px 0 #4074b5;
	color: rgb(250, 244, 242);
	font-size: 5vw;
}


.cep {
	position: absolute;
	left: 0%;
	top: 75vh;
	font-weight: 900;
}

.formevent {
	background-color: bisque;
	padding: 5px;
	margin: 0 auto;
	border-style: outset;
	border-color: rgb(235, 210, 179);
	text-align: center;
	width: 500px;
}

.modifevent {
	margin-top: 60px;

}

@media (max-width: 900px) {
	.jardicom {
		display: none;
	}

	.calendasso {
		width: 1200px;
		overflow: auto;
	}

	.w3-tag {
		font-size: 12px;
	}

	.titrindex {
		font-size: 12px;
	}


	.carousel-indicators {
		display: none;
	}

	#jardimages {
		margin-top:50px;
		height:30vh;
	}


}

.fotocon{
	display:flex;
	align-items: center;
	height:95vh;
}

@media (min-width: 900px) {
	.jardicom {
		position: absolute;
		top: 20%;
		left: 90%;
		text-shadow: 2px 2px 0 #4074b5, 2px -2px 0 #4074b5,
			-2px 2px 0 #4074b5, -2px -2px 0 #4074b5, 2px 0px 0 #4074b5,
			0px 2px 0 #4074b5, -2px 0px 0 #4074b5, 0px -2px 0 #4074b5;
		color: rgb(250, 244, 242);
		font-size: 20px;
	}

	.calendasso {
		width: 95%;
		margin-left: 10px;
	}

	.modifevent {
		width: 700px;
	}

	.w3-tag {
		font-size: 20px;
		letter-spacing: 3px;
	}

	.titrindex {
		font-size: 25px;
	}

	#jardimages {
		height: 60vh;
		overflow: auto;
	}

	.galindic {
		position: fixed;
		bottom: 0px;
		padding-bottom: 10px;
		background-color: #27282c;
	}

	.fotaquanim{
		position: absolute;
		top: 50vh;
		margin-left: 500px;
		gap:50px;
		display:flex;
		flex-direction: row;
		justify-content: center;
	}

}



.w3-tag {
	background-color: #202442;
	color: #fff;
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	letter-spacing: 4px;
	text-align: center;
	font-weight: italic;
}

.jardi-tag {
	font-weight: bold;
	display: inline-block;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: blue;
	background-color: rgb(253, 250, 204);
}


.parindex {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.trocon,.patrocon{
	white-space: pre-line;
	text-align: left;
}

.foreponse{
	font-size:15px;
	white-space: pre-line;
	text-align: left;
	margin-left:20px;
}

@media (min-width: 600px) {

	.fototroc,
	.fotoforum {
		max-height:40vh;
		max-width: 25vw;
		float:left;
		margin: 1vw;
	}

	
.textroc{
	margin-left: 20px;
	max-width:30%;

}

.trocon{
	width:100%;
	min-height:45vh;
	text-align:left;

}

.pastrocon{
	min-height:15vh;
	text-align:left;

}

.forotext {
	width: 40vw;
}

}

@media (max-width: 600px) {

	.trocon{
		width:90vw;
		min-height:50vh;
		padding:10px;
	}
	.pastrocon{
		padding:10px;

	}
	.fototroc,
	.fotoforum {
		max-height:40vh;
		max-width: 90vw;
		float:left;
		margin: 1vw;
		z-index: 500;
	}

	.tabgroup{
		width:1000px;
		overflow-x: auto;
	}

}

.titroc {
	color: #0000ff;
	font-size: 15px;
	font-weight: 800;
}


::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgb(13, 51, 88);
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: rgb(252, 212, 126);
	border-radius: 5px;
	border: 1px red solid;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: rgb(12, 11, 15);
}

.trocrep::placeholder {
	font-size: 14px;
	font-style: italic;
	opacity: 0.5;
}

table.pvtTable {
	font-size: 12px;
	width: 600px;
	text-align: center;
}

table.pvtTable thead tr th,
table.pvtTable tbody tr th {
	font-size: 12px !important;
	padding: 5px;
	background: #444353;
	color: #FFFFFF;
}

.pvtUi {
	color: rgb(182, 10, 47);
	background-color: rgb(176, 253, 253);
	font-weight: bold;
	display: block;
	width: 80%;
	margin: auto;
	font-size: 12px;
}

table.pvtTable {
	width: 100% !important;
}

.pvtUi {
	color: rgb(182, 10, 47);
	background-color: rgb(176, 253, 253);
	font-weight: bold;
	margin: 0 auto;
}

.pvtVal {
	font-weight: bold;
	font-size: 15px;
	background-color: rgb(245, 224, 166) !important;
}

.pvtTotal {
	font-weight: bold;
	font-size: 15px;
	color: rgb(105, 3, 23) !important;
	background-color: rgb(224, 138, 24) !important;
}

.pvtGrandTotal {
	font-weight: bold;
	font-size: 18px;
	color: rgb(241, 229, 232) !important;
	background-color: rgb(102, 69, 7) !important;
}

.pvtRowLabel,
.pvtColLabel {
	font-size: 12px !important;
}

.pvtFilterBox {
	top: 100px !important;
}

.table100,
.img100 {
	width: 100%;
}

.mesindexap {
	font-size: 18px;
	background-color: rgb(248, 185, 125);
	color: red;
	font-style: italic;
	text-align: center;
}

.fortext{
	width:80%;
	margin-top:-30px;
	margin-left:30px;
}
#fullec{
	position: fixed;
	top:5px;
	right:5px;
	z-index:1000;
	height:30px;
	border:none;
	background-color: rgb(158, 154, 154);
	
}

.groupasso{
	color:blue;
	background-color: #daf8cc;
	padding: 5px;
	font-weight: 900;
}
.groupader{
	color:blue;
	font-size: 20px;
	font-weight: 900;
	font-style: italic;
	background-color: #daf8cc;
	padding: 5px;
}


.w3-btn{
	border: none;
	display: inline-block;
	padding: 8px 16px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	margin-left: 20px;
	margin-right: 20px;
	margin:5px;
	border-radius: 10px;
	background-color: #363c61;
	color: #f0eded ;
  box-shadow: 5px 5px 5px rgb(7, 0, 0);
}



.w3-blue:hover,
.pagacueil:hover {
	transform: scale(1.1);
	background-color: #2a2c30 ;
}

.w3-btn:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.pagacueil{
	font-size:20px;
	margin-left:20px;
	background-color: #363c61 !important;
	padding: 10px;
	color: aliceblue;
	border-radius: 10px;
	box-shadow: 5px 5px 5px rgb(7, 0, 0);
}

.filog{
	white-space: pre-wrap;
	margin:10px;
	background-color: #202442;
	color: #eaecf7;
  }

.nbpres{
	width:50px;
	background-color: #000;
	color: #daf8cc;
}
	
.altcha{
	max-width:500px !important;
}


