/* Menu */

.navbar {
	background: #304F67!important;
/*	background: linear-gradient(180deg, rgb(48 79 103) 0%, rgb(48 79 103 / 74%) 100%);*/
}

.navbar a {
	border: none;
}
.navbar-light .navbar-brand {
	color: #f5f5f5;
}

.navbar-light .navbar-nav .nav-link {
	color: #fff;
}

.nav-item {
	margin-right: 5px;
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: #e48812;
	font-style: normal;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #e48812;
	font-style: normal;
}

/* Général */

body {
	font-family: 'Roboto', sans-serif;
	text-align: justify;
	color: #212529;
}

#entete-image img {
	background: #eef0f3 50% no-repeat;
	background-image: none;
	background-size: auto;
	background-blend-mode: multiply;
	background-size: cover;
	width: 100%;
	height: 50vh;
	max-height: 22rem;
	margin-bottom: -80px;
}

.hrmodifie {
	max-width: 3.25rem;
	border-width: .2rem;
	border-color: #e48812;
}

h1 {
	text-align: center;
	color: #226385;
	font-weight: bold;
	font-size: 55px;
}

h2 {
	text-align: center;
	color: #464646;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 15px;
	color: #27729A;
	font-weight: bold;
}

.nomsite {
	color: #1d5479;
	font-style: italic;
	font-weight: 700;
}


.infobulles {
	color: #212529;
	border-bottom: 4px solid #e48812;
	font-style: italic;
}

a {
	color: #212529;
	/*text-decoration: underline;*/
	border-bottom: 2px dashed #e48812;
}

a:hover {
	text-decoration: none;
	color: #e48812;
	border-bottom: none;
	/*font-style: italic;*/
}

.article {
	background: #fdfdfd;
	border-radius: 5px;
	border: 1px solid #d5d5d9;
	position: relative;
	box-shadow: 2px 3px 15px 5px rgb(0 0 0 / 21%);
}



#sommaire {
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 15px;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.32);
}

#sommaire p {
	font-size: 25px;
	font-weight: 700;
}

#flechehaut {
	position: fixed;
	right:30px;
	bottom:35px;
}

/* Page d'accueil */

#accueil {
	background-image: url('../img/bannieresectionsinformatique.svg');
	padding-top: 10%;
	background-size: cover;
}

#accueil .btn-light {
	margin-top: 5%;
}

#accueil h1 {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 50px;
	border-radius: 5px;
	background: #1d5479;
	opacity: 0.80;
	font-weight: bold;
	letter-spacing: 10px;
	margin-left: 25%;
	margin-right: 25%;
}

#accueil .btn-light {
	opacity: 0.80;
	color: #1d5479;
	font-size: 25px;
	margin-bottom: 1%;
}

#intro {
	margin-top: 20px;
}

#questions {
	text-align: center;
	line-height: 3;
	min-height: 550px;
	background-color: #F7F5F4;
	padding-top: 35px;
}

#questions h2 {
	padding-top: 25px;
}

#questions ul {
	list-style: none;
}

#listequestion {
	padding-top: 30px;
	margin-right: 0px;
}

.fab {
	font-size: 60px;
	color: #1d5479;
}

.fas {
	font-size: 60px;
	color: #1d5479;
}

.list-group li {
	list-style: none;
	color: rgba(0, 0, 0, 0.74);
	margin-top: 10px;
	font-size: 15px;
}

footer ul {
	list-style: none;
}

footer {
	background-color: #222222;
	color: #AAAAAA;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

footer h2 {
	color: #AAAAAA;
}

footer a {
	color: #AAAAAA;

}

footer a:hover {
	text-decoration: none;
	font-style: italic;
	color: #AAAAAA;
}

footer .fab {
	border-bottom: none;
}

/* Lexique */

.illustration {
	max-width: 630px;
}

.illustration2 {
	max-width: 630px;
	max-height: 200px;
}

.illustrationFAI {
	max-width: 70px;
}


/* Clavier */

.tableauclavier img {
	max-height: 60px;
}

.tableauclavier .gif {
	max-height: 200px;
}


/* Souris */

#souris .gif {
	max-height: 250px;
}

.pointeur {
	max-height: 200px;
}

#souris h2 {
	text-align: center;
}

.ligne2 {
	border: 1px solid rgba(0, 0, 0, 0.07);
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#souris .col-md-6 p {
	padding-top: 100px;
}

#souris #boutons {
	padding-top: 15px;
	padding-bottom: 15px;
}

#clics {
	padding-bottom: 15px;
}

.pointeur {
	max-height: 200px !important;
}


/* Fenetre */

#fenetre img {
	margin-top: 15px;
	margin-bottom: 15px;
}

#fenetre ul {
	list-style: none;
}


/* Connectiques */

#connectique .row {
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 5px;
}


/* Dossier */
#dossier img {
	margin-bottom: 15px;
}

#dossier h2 {
	padding-top: 15px;
}

/* Fichier */
#fichier img {
	padding-bottom: 15px;
}

/* Logitheque */

#logitheque li{
	padding-bottom: 10px;
}

/* Téléchargement */
#telechargement img{
 margin-bottom: 15px; 
}

/* Commentaires */

.commentaire {
	border: 1px solid rgb(226,226,226);
	margin-bottom: 15px;
	border-radius: 5px;
	max-width: 950px;
	box-shadow: 5px 1px 8px -2px rgb(189, 189, 189);
}

.commentaire .entete {
	background-color: #eee;
}
.entete {
	max-height: 30px;
}

.date {
	font-size: 10px;
}

.com {
	padding-top: 15px;
}

#commentaires .btn-warning {
	color: #fff;
}

#admincom a {
	border-bottom: none;
	margin-left: 50%;
}
/* Gmail */

#gmail img {
	margin-bottom: 15px;
	margin-top: 15px;
	border: 1px solid #eee;
}

/* PDF */

#pdf img {
	margin-bottom: 15px;
	margin-top: 15px;
	border: 1px solid #eee;
}

#bureauwindows img {
	margin-bottom: 15px;
	margin-top: 15px;
	border: 1px solid #eee;
}

#bureauwindows ul {
    list-style-type: none;
}

/*Login */

.card-signin {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.card-signin .card-title {
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 1.5rem;
}

.card-signin .card-body {
  padding: 2rem;
}

.form-signin {
  width: 100%;
}

.form-signin .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  transition: all 0.2s;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group input {
  height: auto;
  border-radius: 2rem;
}



.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}


.form-label-group input:not(:placeholder-shown)~label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}


/* Media Queries */

@media screen and (max-width: 992px) {
	#accueil h1 {
		letter-spacing: normal;
		margin-left: 0px;
		margin-right: 0px;
	}
}
