* {
    margin: 0;
}

html,
body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-family: sans-serif;
}

body {
    background: url(../image/fond-min.jpg) no-repeat center;
    background-size: cover;
}

#top {
    position: relative;
    height: 55px;
    display: inline-block;
    z-index: 10000000000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 30px;
    background: #2C2C2C url(../image/logo-min.png) no-repeat center left;
    background-size: 65px;
}
#recherche{
    position: absolute;
    right: 140px;
    top: 5px;
    height: 100%;
    width: 275px;
    overflow: hidden;
}
#recherche input{
    display: inline-block;
}


#fermepbot{
    width: 0;
    height: 0;
    overflow: hidden;
    
}
#recherche #submitr{
    display: inline-block;
    margin-left: -45px;
    margin-bottom: -5px;
    height: 19px;
    cursor: pointer;
    text-shadow:0 0 4px #000000;

}
#recherche input[name="recherche"]{
    color: white;
    border: 2px solid black;
    background-color: #3C3C3C;
    height: 15px;
    width: 215px;
    
    padding: 5px;
    padding-right: 30px;
    font-size: 15px;
    border-radius: 25px 25px 25px 25px;
}
.rere{
  padding: 5px;
  cursor: pointer;
  z-index: 100;
}
.rere:hover{
    padding: 3px;
    background: rgba(121, 248, 248, 0.3);
    border: 2px solid rgb(235, 245, 255);
}
#content {
    width: 100%;
    height: 100%;
}

#heure {
    position: absolute;
    top: 0;
    right: 15px;
    color: white;
    font-size: 46px;
    width: 100px;
    padding-left: 10px;
    border-left: 2px solid white;
}

#bureau {
	display: flex;
	flex-wrap: wrap;
    width: 100%;
    height: 100%;
    position: relative;
}
.fcontenu a{
    text-decoration: none;
    color: inherit;
    
}

.icone {
    position: relative;
    padding: 25px;
    width: 80px;
    height: 100px;
    margin: 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.icone img {
    height: 75px;
}

.icone p {
    bottom: 10px;
    color: white;
    font-size: 25px;
	text-shadow:0 0 4px #000000;
}

.icone:hover {
    background-color: rgba(100, 150, 255, 0.4);
    border: 2px solid rgba(100, 150, 255, 0.9);
    padding: 23.5px;
}

.postit {
    position: absolute;
    background-color: #BBD2E1;
    padding: 15px;
    width: 350px;
    border-radius: 0 0 25px 25px;
    z-index: 0;
    overflow: hidden;
}

.postitint {
    display: relative;
    background: url(../image/postit-min.png);
	background-size: 1.15em;
    background-repeat: repeat;
    width: 350px;
    word-wrap: break-word;
    font-size: 1em;
}

.postittop {
    background: url(../image/postittop-min.jpg);
    width: 350px;
    margin-top: -15px;
    margin-left: -15px;
    height: 15px;
    padding: 20px;
    padding-top: 10px;
    top: 105px;
    margin-bottom: 10px;
}

.fermep {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 25px;

    padding-left: 2px;
    padding-right: 2px;
    cursor: pointer;
}

.fenetre {
    width: 0%;
    position: absolute;
    left: 100px;
    top: 10px;
    height: 55px;
    background: rgba(120, 240, 255, 0.35);
    border: 1px solid rgba(120, 230, 255, 0.9) z-index: 0;
    overflow: hidden;
}

.fenetre .fenetretop {
    color: white;
    position: relative;
	height: 55px;
}

.fenetre .fenetretop img {
    position: relative;
    height: 35px;
    margin-top: 10px;
}

.fenetre .fenetretop h2 {
    position: absolute;
    top: 10px;
    font-size: 35px;
    left: 55px;
}

.fenetre .contenu {
    position: relative;
    width: 100%;
    height: 77%;
    background: #fdFFFF;
    overflow: hidden;
}

.fermef {
    position: absolute;
    background-color: red;
    display: flex;
    justify-content: center;
    width: 105px;
    height: 29px;
    padding-top: 3px;
    top: -7px;
    right: 10px;
    border-radius: 0 0 5px 5px;
    font-size: 25px;
    cursor: pointer;
}

.commentaire {
    position: relative;
    width: 75%;
    background-color: gold;
    color: black;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 25%;
}

.fermec {
    position: absolute;
    top: 2px;
    right: 10px;
    font-size: 15px;
    padding-left: 2px;
    padding-right: 2px;
    cursor: pointer;
}

.menug {
    position: relative;
    height: 100%;
    width: 24%;
    float: left;
    border-right: 2px solid rgb(204, 217, 234);
    overflow: auto;
}

.menug ul {
    list-style-type: none;
}

.menug ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    margin-left: -40px;
    font-size: 21px;
    cursor: pointer;
    color: rgb(90, 103, 121);
}

.menug ul li:hover {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 28px;
    background: rgba(121, 248, 248, 0.3);
    border: 2px solid rgb(235, 245, 255);
    ;
}

.menug ul li img {
    float: left;
    height: 25px;
}

.fcontenu {
    position: relative;
    top: 0;
    width: 75%;
    height: 0;
	overflow: hidden;
    overflow-y: auto;
    margin-left: 25%;
	font-size: 1.3em;
    background: #fdFFFF;
}

.fcontenu h4 {
    font-size: 30px;
    color: rgb(80, 93, 111);
}

.fcontenu h3 {
    font-size: 40px;
    color: rgb(104, 117, 134);
}

.fcontenu h6 {
    font-size: 15px;
    color: black;
    display: block;
    width: 99.2%;
    border-bottom: 2px solid rgb(204, 217, 234);
}

.infos {
    height: 16%;
    border-top: 2px solid rgb(204, 217, 234);
    bottom: 5px;
    width: 100%;
    background: rgb(241, 245, 251);
    overflow: hidden;
}

.infos img {
    height: 60%;
    float: left;
    margin-left: 0.5%;
    margin-top: 0.5%;
}

.infos p {
    margin-top: 1%;
    padding-left: 6%;
    font-size: 1.1em;
}