/*Général style*/
body {font-weight: 500; font-size: 1.5em;}
ul li {text-decoration: none !important;}
.insidlist {list-style: none; padding-left: 2em;}
code {color:rgb(88, 130, 201)  !important;font-weight: 600 !important;}


/*header style*/
#imglogo { width: 35%; height:35%;padding-top: 2%;}
#logo p {font-family: 'Share tech', sans-serif;font-size: 1.5em; display: block; vertical-align: center;}
#titre h1 {font-family: 'Satisfy',cursive !important;
    font-weight: 700;}



/*mise en forme navbar*/
.navbar-default {
          background-image:linear-gradient(to right, rgb(255, 216, 171), rgb(255, 255, 255));
          background-image:-moz-linear-gradient(to left, rgb(255, 216, 171), rgb(255, 255, 255));
        font-size: 1.2em;}
.navbar-default .navbar-nav > li > a {color: #000 !important;}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {color: rgb(224, 81, 0) !important;}
div .logomenu  { color: rgb(224, 81, 0); padding: 5px;background-color: rgb(255, 255, 255); border: 2px solid} /*html5 menu button in orange*/



/* aside styling part*/
aside i {color: rgb(224, 81, 0);}
aside, aside ul  {text-align: center;}
aside li { margin-top: 1%; font-weight: 600;}


/* textarea*/
#structure textarea {width: 90%; background-color: white; height:6em;}


/*button to top page*/
footer .fixed {position: fixed; bottom:10px; left:10px;}
footer .gotop a { text-decoration: none; color: rgb(153, 153, 153);}

/*footer style*/
footer {background-image:linear-gradient(rgb(255, 216, 171), rgb(255, 255, 255)); }
footer p { line-height: 5em;}
footer a {text-decoration: none; color:rgb(77, 77, 77);}
.fa-twitter-square {color:rgb(68, 219, 212)}

/*media queries sreen >991px*/
@media all and (min-width:991px){
#titre h1 {margin-top: 15%!important;}
}

/*media queries sreen <992px*/
@media all and (max-width:992px){
  .insidlist {padding-left: 1em;}
}
