#contenuPage ul {
    font-size: 15px;
    color: #3a3a3a; 
}
header.avatar {
    background: rgb(199,199,199);
    background: linear-gradient(0deg, rgba(199,199,199,1) 2%, rgba(255,255,255,1) 100%);
}

/*BOUTON SUBMIT*/
input[type="submit"] {
    font-size: 13px;
    background-color: #44a264;
    display: inline-block;
    color: white;
    text-decoration: none;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 20px;
    border: none;
	cursor:pointer;
}
input[type="submit"]:hover {
	background-color:#1f9c49;

}
#content .forum_cadre_sujet a{
	font-style: normal;
}

img.illuGestion {
    max-width: 260px;
    margin: auto;
    display: block;
}

/*MENU GAUCHE*/
.white {
    color: white;
}
.session { 
    float: right; 
}
footer{    padding-left: 300px;}


/*MENU GAUCHE*/

main{
	padding-left:300px;
}
h1.titre1 {
    font-size: 6rem;
    font-weight: 900;
    line-height: 1;
    margin-left: 0;
    margin-top: 30px;
    color: black;
    text-align: center;
    margin-bottom: 0;
}

.menuLeft .avatar h2 {
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    font-size: 20px;
    color: #a5a5a5;
    margin-top: 0;
}
#content {
	max-width:950px;
	margin:auto;
    padding: 150px 50px;
}


.menuLeft {
  background: #c7c7c7;
  height: 100vh;
  width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  outline: none;
  color: white;
  overflow: auto;
}

#content .menuLeft a {
    color: inherit;
    font-style: normal;
}
i.far.fa-images, i.far.fa-handshake, i.far.fa-folder-open, i.fas.fa-seedling, i.far.fa-edit, i.far.fa-image, i.fas.fa-times, i.far.fa-images, i.fas.fa-tasks, i.far.fa-calendar-alt, i.fas.fa-clipboard-check {
    margin-right: 15px;
}

.menuLeft ul {
  list-style: none;
  padding: 50px 0 0 0;
  margin: 0;
}
.menuLeft ul li {
  padding: 1em 1em 1em 2em;
  font-size: 1.1em;
  font-weight: regular;
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: auto 20px;
  transition: all 0.15s linear;
  cursor: pointer;
}

.menuLeft ul li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.menuLeft ul li:focus {
  outline: none;
}

i.far.fa-user, i.far.fa-comment, i.fas.fa-book {
    font-size: 18px;
    margin-right: 15px;
}
.menuLeftResponsive{display:none;}
@media screen and (max-width: 900px){
	.menuLeft{
		display:none;
	}
	.menuLeftResponsive{
		display:block;
		padding-top:25px;
	}
	.menuLeftResponsive li{
		list-style-type: none;
		padding-bottom: 7px;
		font-size: 20px;
	}
	main{
		min-height:inherit;
		padding-left:0px;		
	}
	footer {
    padding-left: 0px;
	}
	nav.menuLeftResponsive {
    position: relative;
}
}
/*@media screen and (max-width: 900px) and (min-width: 400px) {
  body {
    padding-left: 90px;
  }
  .menuLeft {
    width: 90px;
  }

  .menuLeft .avatar h2 {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 100px;
    margin: 0;
    min-width: 200px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.4);
    transform: translate3d(-20px, -50%, 0);
    transition: all 0.15s ease-in-out;
  }
  .menuLeft .avatar:hover h2 {
    opacity: 1;
    transform: translate3d(0px, -50%, 0);
  }
  .menuLeft ul li {
    height: 60px;
    background-position: center center;
    background-size: 30px auto;
    position: relative;
  }
  .menuLeft ul li span {
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.2em 0.5em;
    border-radius: 4px;
    top: 50%;
    left: 80px;
    transform: translate3d(-15px, -50%, 0);
    transition: all 0.15s ease-in-out;
  }
  .menuLeft ul li span:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid rgba(0, 0, 0, 0.5);
    transform: translateY(-50%);
  }
  .menuLeft ul li:hover span {
    opacity: 1;
    transform: translate3d(0px, -50%, 0);
  }
}
@media screen and (max-width: 400px) {
  body {
    padding-left: 0;
  }
  .menuLeft {
    width: 230px;
    box-shadow: 0 0 0 100em rgba(0, 0, 0, 0);
    transform: translate3d(-230px, 0, 0);
    transition: all 0.3s ease-in-out;
  }
  .menuLeft .smartphone-menu-trigger {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 100%;
    background: #5bc995;
  }
  .menuLeft .smartphone-menu-trigger:before,
  .menuLeft .smartphone-menu-trigger:after {
    content: '';
    width: 50%;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  .menuLeft .smartphone-menu-trigger:after {
    top: 55%;
    transform: translate3d(-50%, -50%, 0);
  }
  .menuLeft ul li {
    padding: 1em 1em 1em 3em;
    font-size: 1.2em;
  }
  .menuLeft:focus {
    transform: translate3d(0, 0, 0);
    box-shadow: 0 0 0 100em rgba(0, 0, 0, 0.6);
  }
  .menuLeft:focus .smartphone-menu-trigger {
    pointer-events: none;
  }
}
*/


/*FORMULAIRE DE CONNEXION*/

fieldset {
    border: none;
    padding-top: 50px;
}
#logTitle{
	font-size: 24px;
    text-transform: uppercase;
    color: #77a2ad;
	}
.login-box{
    width: 320px;
    height: 300px;
    padding: 60px 30px;
    text-align: center;
	border-radius: 26px;
background: #ffffff;
box-shadow:  9px 9px 27px #ababab, 
             -9px -9px 27px #ffffff;
			 margin:auto;
}

.login-box input[type="text"],
.login-box input[type="password"]{
    width: 60%;
    margin-bottom: 20px;
}

.login-box input[type="text"],
.login-box input[type="password"]{
    border-radius: 30px;
    background: transparent;
    border: none;
    outline: none;
    border: 2px solid #77a2ad;
    font-size: 13px;
    height: 40px;
    text-align: center;
    transition: 0.27s;
}
.login-box input[type="text"]:focus,
.login-box input[type="password"]:focus{
width: 80%;
border-color:#6fd653;
}

.login-box input[type="submit"]{
    width: 40%;
    border: none;
    outline: none;
    background: tomato;
    padding: 10px 0;
    border-radius: 30px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 20px;
    margin-right: 0;
}

.login-box input[type="submit"]:hover{
    background:#69d09b;
   transition: .2s;
}

.login-box input[type="submit"]:focus{
    transform: scaleX(1.1);
}

.login-box a {
    text-decoration: none;
    font-size: 12px;
    color: #00bcd4;
}

.login-box a:hover{
    color: #6FD653;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #77a2ad inset;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff;
}



/*BOUTON GESTION*/
.bouton {
    font-size: 13px;
    background-color: #385e77;
    display: inline-block;
    color: white;
    text-decoration: none;
    padding-top: 7px;
    padding-right: 20px;
    padding-bottom: 7px;
    padding-left: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 20px;
}
.bouton:hover {
	color: #ffffff;
    background-color: #186ca2;
}


h1, h2, h3, h4, h5, h6{
	color: #385e77;
}