/* Home */
#home{
  height: 100vh;
  min-height: 500px;
  background: url(Photos/cercle.gif) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
#home h1{
  text-align: center;
  color: white;
  font-size:80px;
  padding-top:43vh;
  font-family: "BigOver";
}
@font-face{
	font-family: "BigOver";
	src: url('Police/bBigerOver.otf');
}
/* Bouton */
input[type = "submit"]{
  border:0;
  background: none;
  display: block;
  margin: 20px auto;
  text-align: center;
  border: 2px solid rgba(21, 96, 189);
  padding: 14px 40px;
  outline: none;
  border-radius: 24px;
  transition: 0.25s;
  cursor: pointer;
  color:white;
}
@media screen and (max-width: 600px){
	input.acc{
		margin-top:140px;
	}
}
input[type = "submit"]:hover{
  background: rgba(21, 96, 189);
}

/* Cookies */
.cookies {
  position: absolute;
  background-color: #191919;
  width: 100%;
  padding: 40px;
  bottom: 0;
  color: white;
}
.btn-accept-cookies {
  display: flex;
}
p.cookies-title {
  text-decoration: underline;
  font-size: large;
  font-weight: bold;
  margin-bottom: 10px;
}
/* Login */
#login{
  height: 100vh;
  min-height: 500px;
  background: url(Photos/fond.gif) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.box{
  width: 300px;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #191919;
  text-align: center;
}
@media screen and (max-width: 600px){
	.box{
	  padding: 10px;
	}
}
.box h1{
  color: white;
  text-transform: uppercase;
  font-weight: 500;
}
.box input[type = "text"],.box input[type = "password"]{
  border:0;
  background: none;
  display: block;
  margin: 20px auto;
  text-align: center;
  border: 2px solid #3498db;
  padding: 14px 10px;
  width: 200px;
  outline: none;
  color: white;
  border-radius: 24px;
  transition: 0.25s;
}
.box input[type = "text"]:focus,.box input[type = "password"]:focus{
  width: 280px;
  border-color: #2ecc71;
}
.box input[type = "submit"]{
  border:0;
  background: none;
  display: block;
  margin: 20px auto;
  text-align: center;
  border: 2px solid #3498db;
  padding: 14px 40px;
  outline: none;
  color: white;
  border-radius: 24px;
  transition: 0.25s;
  cursor: pointer;
}
.box input[type = "submit"]:hover{
  background: #3498db;
}
/* User */
#user{
  height: auto;
  min-height: 100vh;
  background: url(Photos/user_page.gif) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  overflow-y: hidden;
  overflow-x: hidden;
}

.tableaudebord {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px){
  .tableaudebord {
    display: block;
    margin-bottom: 50px;
  }
}
.tdb{
  margin-left: 10px;
  margin-right: 10px;
}
p.commit-message {
  font-size: 13px;
  margin-left: 20px;
}
/* acceuil meteo */
.acceuil-entete-meteo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.acceuil-display-temp{
  font-size: 25px;
}
img.icon-meteo {
  width: 20%;
}
.sunsetandsunrise {
  display: flex;
  align-items: center;
  width: 50%;
}
.infos-temp-meteo-acceuil {
    display: flex;
    justify-content: space-between;
}
.infos-vends-meteo-acceuil {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10px;
}
.acceuil-vend {
  text-align: center;
  width: 30%;
}
img.fleche-meteo {
  width: 20%;
}
/* UX */
p.dateannonce {
  font-size: 12px;
  color: rgba(151, 151, 151);
}

/* Mes Infos */
#resultat-recherche {
  width: 100%;
}
#customers, #resultat-recherche {
  border-collapse: collapse;
}
#resultat-recherche td{
  text-align: center;
}
#customers td, #customers th , #resultat-recherche td, #resultat-recherche th{
  border: 1px solid #ddd;
  padding: 15px;
}

#customers tr, #resultat-recherche tr{
	background-color: #f2f2f2;
	}

#customers tr:hover, #resultat-recherche tr:hover {
  background-color: #ddd;
}

#customers th, #resultat-recherche th{
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #333;
  color: white;
}
@media screen and (max-width: 600px){
	#customers td, #customers th {
		border: unset;
		padding: 3px;
		font-size: 15px;
	}
}
.btn_modifier, .btn_annuler{
  border:0;
  background: none;
  display: block;
  text-align: center;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid rgba(21, 96, 189);
  padding: 10px 15px;
  outline: none;
  border-radius: 24px;
  transition: 0.25s;
  cursor: pointer;
  color:white;
}
.btn_modifier:hover, .btn_annuler:hover{
	background: rgba(21, 96, 189);
}
/* Recherche */
.box-recherche, .recherche-resultat{
	width: 65%;
	padding: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #191919;
	text-align: center;
	box-sizing: border-box;
  border-radius: 10px;
}

.box-recherche{
  min-height: 225px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

@media screen and (max-width: 600px){
	.box-recherche, .recherche-resultat{
		width: 80%;
		position: unset;
		transform: unset;
		top: unset;
		left: unset;
		margin-left: 10%;
		margin-top: 40%;
	}
}
.recherche-resultat{
  display: none;
  visibility: hidden;
}
.fiche{
  display: none;
  visibility: hidden;
}
.box-recherche h1, .recherche-resultat h1{
	color: white;
	margin-bottom: 10px;
}
.message-erreur{
  color: red;
}
.message-valide{
  color: #2ecc71;
}
button.Ensavoirplus {
  background-color: transparent;
  border: 1px solid #3498db;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
}
button.Ensavoirplus:hover{
  background-color: #3498db;
  transition: 0.3s;
}
.box-recherche button {
	float: left;
	width: 10%;
	padding: 10px;
	background-color: #3498db;
	font-size: 20px;
	cursor: pointer;
	border : 2px solid #3498db;
	color: white;
}
@media screen and (max-width: 600px){
	.box-recherche button{
		float: unset;
		width: 25%;
		margin-top: 25px;
		border-radius: 50%;
	}
}
.box-recherche input[type="text"]{
	float: left;
	padding: 10px;
	font-size: 17px;
	width: 90%;
	background: #191919;
	border: 2px solid #3498db;
	outline: none;
	color: white;
}
@media screen and (max-width: 600px){
	.box-recherche input[type="text"]{
		width: 100%;
		border-radius: 20px;
	}
}
.box-recherche input[type="text"]:focus{
	border-color: #3498db;
}
/* Resultat recherche */
.resultat_rech{
	padding: 20px;
	background-color: #191919;
	width: 40%;
	margin-top: 15%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 25px;
}
@media screen and (max-width: 600px){
	.resultat_rech{
		width: 90%;
	}
}
.resultat_rech .resultat{
	font-size: 20px;
	color: white;
	margin-bottom: 5px;
}
@media screen and (max-width: 600px){
	.resultat_rech .resultat{
		text-align: center;
		}
}
.resultat_rech table{
	color: white;
	width: 100%;
	border-collapse: collapse;
	margin-top: 0px;
}
.resultat_rech td{
	background-color: white;
}
.resultat_rech tr{
	color: black;
}
.resultat_rech tr.titre{
	color: white;
}
.resultat_rech td.titre{
	background-color: #333;
}
.resultat_rech tr.titre, .resultat_rech td.titre{
	border: 1px solid #ddd;
	padding: 15px;
}
@media screen and (max-width: 600px){
	.resultat_rech tr.titre, .resultat_rech td.titre{
		border: unset;
		padding: 10px;
		text-align: center;
	}
}
.resultat_rech tr, .resultat_rech td{
	border: 1px solid #ddd;
	padding: 5px;
}
@media screen and (max-width: 600px){
	.resultat_rech tr, .resultat_rech td{
		border: unset;
		padding: 1px;
		text-align: center;
	}
}
.titre_aucun_resultat{
	color: white;
	text-decoration:underline;
}
@media screen and (max-width: 600px){
	.titre_aucun_resultat{
		text-align: center;
	}
}
.aucun_resultat{
	color: white;
}
.resultat_rech input[type="text"] {
    color: black;
    background-color: white;
    border: none;
    width: 70%;
	outline: none;
}
.resultat_rech button{
	background-color: white;
	border: 2px solid #3498db;
	border-radius: 20px;
	text-decoration: underline;
}
@media screen and (max-width: 600px){
	.resultat_rech button{
		border: none;
	}
}
/* fiche */
.fiche{
	padding: 20px;
	width: 50%;
	background-color: #191919;
	border-radius: 25px;
	color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
}
@media screen and (max-width: 600px){
	.fiche{
		width: 90%;
	}
}
button.icones{
	padding: 15px;
	background-color: #191919;
	border-radius: 25px;
	font-size: 15px;
	color: white;
	border: 2px solid #3498db;
	cursor: pointer;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
button.icones:hover{
	background-color: #3498db;
	transition: 0.2s linear;
}
.button_liens{
	text-align: center;
}
/* Modifier les infos */
.modifier_informations h1, .update-informations h1, .update-password h1, .logs h1, .add-user h1, .add-user-yannindustries-database h1, .activate_user h1{
	margin-top: 15px;
	margin-bottom: 15px;
	text-decoration: underline;
}
.box_modif_infos h3, .update-informations h3, .add-user h3, .add-user-yannindustries-database h3{
	margin-top: 15px;
	margin-bottom: 15px;
	text-decoration: underline;
}

.validation{
	width: 10%;
}
.champs{
	width:20%;
}
@media screen and (max-width: 600px){
	.validation{
		width: 40%;
	}
	.champs{
		width: 80%;
	}
}
/* First Connexion */
.first-connexion{
	position: absolute;
	width: 80%;
  background-color: #191919;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 20px;
	margin-bottom: 50px;
	padding: 10px;
  border-radius: 25px;
  text-align: center;
	color: white;
}
@media screen and (max-width: 600px){
	.first-connexion{
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 30%;
	}
}
.first-connexion h1 {
	margin-bottom: 10px;
	text-decoration: underline;
}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev {
	left : 0;
	border-radius: 0 3px 3px 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
/* Paramètres */
.parametres{
	width: 80%;
  background-color: #191919;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
	margin-bottom: 50px;
	padding: 10px;
  border-radius: 25px;
  text-align: center;
	color: white;
}
.parametres select {
	width: 10%;
	background-color : #191919;
	display: block;
	text-align: center;
	color : white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	outline: none;
	border: 2px solid #3498db;
	padding: 14px 10px;
	border-radius: 24px;
}
@media screen and (max-width: 600px){
	.parametres select {
		width: 40%;
	}
}
.parametres h1{
	margin-bottom: 10px;
}
.parametres label{
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: underline;
}
.split-parameters {
  display: flex;
  justify-content: space-evenly;
}
table.table-params {
  margin-left: auto;
  margin-right: auto;
  color: white;
  width: 80%;
}
table.table-params input[type="checkbox"] {
  accent-color: #3498db;
  cursor: pointer;
  width: 18px;
  height: 18px;
}
/* Notes */
.tableaudenotes{
  padding: 20px;
  min-height: 75vh;
}
.compteurnotes, .formulairenotes, .updatenote{
  padding: 20px;
  background-color: #191919;
  border-radius: 10px;
  text-align: center;
  color: white;
}
.formulairenotes, .updatenote{
  margin-top: 20px;
}
h1.titre-deletenote {
  text-align: center;
}
.nbnotes{
	display: inline-flex;
}
.note{
  background-color: #191919;
  width: 300px;
  border-radius: 10px;
  padding: 15px;
  color: white;
  margin-bottom: 10px;
  margin-right: 5px;
  margin-left: 5px;
}
.notes {
  padding: 20px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.ajoutnote{
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid rgb(0, 127, 255);
  border-radius: 15px;
  background-color: transparent;
  color: white;
  
}
.ajoutnote:hover{
  background-color: rgb(0, 127, 255);
  transition: 0.8s;
  cursor: pointer;
}
.deletenote{
  margin: auto;
  margin-top: 20px;
}
/* .notes{
	width: 25%;
  padding: 20px;
  background-color: #191919;
  margin-top: 1%;
  margin-left: 10%;
	margin-right:50%;
  border-radius: 10px;
}
@media screen and (max-width: 600px){
	.notes{
	  width: 80%;
		padding: 10px;
		margin-right:10%;
	}
} */
.btnmodifnote{
  cursor: pointer;
  color: rgba(151, 151, 151);
}
.btnmodifnote:hover{
  color: white;
}
.entetenotes {
    display: flex;
    justify-content: space-between;
}
.desriptionnotes{
	color:white;
	margin-top: 10px;
}
button.edit{
	padding: 15px;
	background-color: #191919;
	border-radius: 25px;
	font-size: 15px;
	color: white;
	border: none;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
button.edit:hover{
	background-color: #3498db;
	transition: 0.2s linear;
}
input.titrenotes {
	outline: none;
    background-color: transparent;
    border: none;
    color: white;
    text-decoration: underline;
    font-size: 16px;
    width: 50%;
	cursor: default;
}
input.modiftitrenotes, input.modiflieunotes {
	  outline: none;
    background-color: transparent;
    border: 1px solid rgb(0, 127, 255);
    color: white;
    text-decoration: underline;
    font-size: 16px;
    width: 90%;
    padding: 10px;
}
input.modiflieunotes {
  margin-top: 10px;
}
textarea.descriptionnotes {
    width: 100%;
    outline: none;
    background-color: transparent;
    border: none;
    font-size: 16px;
    color: white;
    margin-top: 10px;
	  cursor: default;
}
textarea.modifdescriptionnotes {
    width: 90%;
    outline: none;
    background-color: transparent;
    border: 1px solid rgb(0, 127, 255);
    font-size: 16px;
    color: white;
    margin-top: 10px;
    padding: 20px;
    resize: none;
    /* overflow: hidden;
    min-height: 50px;
    max-height: 100px; */
}

input.add_notes, button.add_notes, input.add_event, button.add_event {
    background: none;
    display: block;
    margin: 0px auto;
    text-align: center;
    border: 2px solid rgb(0, 127, 255);
    padding: 14px 18px;
    outline: none;
    color: rgb(0, 127, 255);
    border-radius: 24px;
    transition: 0.25s;
    cursor: pointer;
}
input.add_notes:hover, button.add_notes:hover, input.add_event:hover, button.add_event:hover {
	background:rgb(0, 127, 255);
	color: white;
}
section#add-notes {
    /* margin-bottom: 0;
    position: absolute;
    bottom: 40px;
    margin-left: 45%; */
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 600px){
  section#add-notes {
    margin-bottom: 65px;
  }
}
/* Admins */
.compteurs_db, .gestion_user, .gestion_logs, .gestion_annonce{
	/* width: 25%; */
  padding: 20px;
  background-color: #191919;
  margin-top: 2%;
  margin-left: 2%;
	margin-right: 2%;
  margin-bottom: 2%;
  border-radius: 10px;
	color: white;
}
.admin_colonne {
  width: 30%;
}
.admin-div{
	display:flex;
  justify-content: center;
  margin-top: 15px;
}
.verif_pseudo_recherche, .delete_user_recherche, .activate_user_recherche{
  display: flex;
  justify-content: center;
}
.verif_pseudo_input, .delete_user_input, .activate_user_input{
  background-color : #191919;
	display: block;
	text-align: center;
	color : white;
	margin-top: 5px;
	margin-bottom: 5px;
	outline: none;
	border: 2px solid #3498db;
	padding: 14px 10px;
}
.verif_pseudo_btn, .delete_user_btn, .activate_user_btn{
  background-color : #3498db;
	display: block;
	text-align: center;
	color : white;
	margin-top: 5px;
	margin-bottom: 5px;
	outline: none;
	border: 2px solid #3498db;
	padding: 14px 10px;
}
@media screen and (max-width: 600px){
	.compteurs_db, .gestion_user, .gestion_logs, .gestion_annonce{
		width: 80%;
		padding: 10px;
		margin-right:10%;
		margin-left:10%;
	}
  .admin_colonne {
    width: 100%;
  }
	.admin-div{
		display:unset;
	}
	.gestion_user, .gestion_logs{
		height: unset;
	}
  .gestion_logs{
    margin-bottom: 75px;
  }
}
.compteurs_db p{
	margin-top: 5px;
}
.gestion_user, .gestion_logs{
	text-align: center;
}
table#table_compteurs_db {
  width: 100%;
  color: white;
  text-align: left;
}
table#table_logs_user {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  color: white;
}
/* Calandrier */
.calandrier, .calandrier-details {
    padding: 20px;
    background-color: #191919;
    margin-top: 2%;
    color: white;
}
.calandrier{
	width:80%;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	border-right: 1px solid white;
}
.calandrier-details{
	width:40%;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}
@media screen and (max-width: 600px){
  .calandrier{
    width: 100%;
    border-top-left-radius:unset;
	  border-bottom-left-radius:unset;
	  border-right:unset;
    border-radius: 10px
  }
  .calandrier-details{
    width:100%;
    border-top-right-radius:unset;
    border-bottom-right-radius:unset;
    border-radius: 10px;
  }
}
.calandrier-details h1{
	text-align: center;
}
.ensemble-calandrier{
	display:flex;
	margin-left: 3%;
	margin-right: 3%;
}
@media screen and (max-width: 600px){
  .ensemble-calandrier{
    display: block;
    padding: 20px;
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.semaine{
  display: flex;
}
.lundi , .mardi , .mercredi , .jeudi , .vendredi, .samedi , .dimanche{
  border-color:#3498db;
  border: solid 1px;
  width: 100%;
  /* height: 70vh; */
}
.moisactuel{
  margin-bottom: 20px;
}
h1.moisactuel{
  text-align: center;
}
.jour{
  text-align: center;
  padding: 10px;
  border-bottom: solid 1px;
  background-color: #003b56;
  font-size: 12px;
}
@media screen and (max-width: 600px){
  .jour{
    padding: 5px;
  }
}
.heure{
  text-align: center;
  border-bottom: solid 1px white;
  font-size: 12px;
  padding: 1vh;
  color:rgba(19,19,19);
  min-height: 20px;
}
.heure_repas{
  text-align: center;
  border-bottom: solid 1px white;
  font-size: 12px;
  padding: 1vh;
  color:rgba(96,96,96);
  background-color: rgba(96,96,96);
  min-height: 20px;
}
.evenementdujour {
  padding: 20px 0;
  background-color: #003b56;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.avenir{
  margin-top: 10px;
  /* min-height: 300px; */
}
.infosevenementdujour{
  margin-left: 10px;
}.rdv, .rdvactuel, .rdvpasse, .rdvavenir{
  margin-top: 5px;
}
p.titrerdv {
  font-size: 20px;
}
.rdvactuel{
  background-color: #003b56;
  border-radius: 10px;
}
.rdvinfos{
  margin-left: 30px;
}
.entete-calandrier {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.dot-calandrier{
  height: 20px;
  width: 20px;
  background-color: #191919;
  border-radius: 50%;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  border: 1px solid white;
  color: white;
}
.dot-calandrier:hover{
  background-color: #003b56;
}
.formulaire-event{
  width: 80%;
  background-color: #191919;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
	margin-bottom: 50px;
	padding: 10px;
  border-radius: 25px;
  /* text-align: center; */
	color: white;
}
.champs-event, .time-event, .type-event, .select-prevision{
  padding: 10px 20px;
  border: 1px solid rgb(0, 127, 255);
  background-color: transparent;
  color: gray;
  outline: none;
}
.form-titre-event {
  text-decoration: underline;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
  
.switch input {
  display:none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Meteo Previsions */
.prevision_meteo{
  width: 80%;
  background-color: #191919;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
	margin-bottom: 50px;
	padding: 10px;
  border-radius: 25px;
  /* text-align: center; */
	color: white;
}

@media screen and (max-width: 600px){
  .prevision_meteo{
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px;
  }
  .select-prevision{
    width: -webkit-fill-available;
    margin-top: 10px;
  }
}
.previsions_jours{
  display: flex;
  text-align: center;
}
.prevision_tranche_horaire {
  padding: 5px;
  border: 1px solid;
  margin-left: 5px;
  max-height: 135px;
}
.prevision_horraire {
    max-width: 94px;
}
.icone-meteo{
  width: 50%;
  max-width: 47px;
}
.date_prevision{
  margin-top: 5px;
  margin-bottom: 5px;
}
/* GitHub */
.GitHub{
  width: 80%;
  background-color: #191919;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
	margin-bottom: 50px;
	/* padding: 10px; */
  border-radius: 25px;
  /* text-align: center; */
	color: white;
  display: flex;
}
.list-repo {
  border-right: 1px solid white;
  /* width: 35%; */
  display: flex;
  flex-direction: column;
  padding: 10px;
}
a.titre-git_hub {
  padding: 5px;
  cursor: pointer;
}
.repo-content{
  padding: 10px;
  width: inherit;
}
.commit {
  display: flex;
}
.git-committer {
  display: flex;
  flex-direction: column;
  /* max-width: 90px; */
  align-items: center;
  min-width: 10%;
  max-width: 10%;
}
img.icone-git-user {
  width: 40%;
}
.git-commit {
    min-width: 75%;
    max-width: 75%;
}
.git-commit-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 15px;
  min-width: 10%;
  max-width: 10%
}
/* Paramètres */
img.icone-git-user-params{
  width: 40px;
  margin-left: 15px;
  cursor: pointer;
}
.parametres-acceuil {
  max-width: 40%;
}
.GitHubParamsContent {
  width: 194px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  border: 1px solid white;
  border-radius: 10px;
  padding: 15px;
  background-color: #191919;
}
.git-user-header {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
}
.git-user-informations {
  min-width: 110px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.git-bio{
  font-size: small;
}
p.git-name {
  font-size: 12px;
  color: rgba(151, 151, 151);
}
.git-company {
  margin-top: 5px;
  margin-bottom: 5px;
}
.git-divers-data {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
/* Erreur */
.error-div {
  margin-left: auto;
  margin-right: auto;
}
/* Messages */
.messages-container{
  width: 80%;
  background-color: #191919;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
	margin-bottom: 50px;
  border-radius: 25px;
	color: white;
  display: flex;
}

/* Parc */
p.acceuil-ride-name {
  font-size: 10px;
  margin-left: 10px;
}

p.acceuil-land-name {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 19px;
  font-weight: bold;
}