table.web.webdata {
    width: 100%;
}
.header {
    padding:2px;
    background-color:rgb(114,159,207);
    text-align: center;
    /*border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;*/
}
.header a {
    color:white; 
    text-decoration:none;
}

.header a:hover {color:green;}
.header .menu-item {
    width:130px;
    font-weight:bold;
    display:inline-block;
    text-align:center;
    line-height: 15px;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer {
    /*border-top-left-radius: 14px;
    border-top-right-radius: 14px;*/
    background: #272c36;
    color: #fff;
    padding: 2em 0;
}
.footer-item {
    
}
.footer-missive {
        border: 1px solid gainsboro;
    border-radius: 5px;
    text-align: center;
    margin-left: 17px;
}
.footer-item a {
    text-decoration:none;
    color:gainsboro;
}
.footer-item .fa {
    color:#729fcf;
}
.footer-item a:hover { color:orange; }
.footer-block {
    display:inline-block;
    width:220px;
    vertical-align:top;
}
/** ACCUEIL **/
.accueil-menu-item {
    width:86px;
    display:inline-block;
    text-align:center;
    line-height: 15px;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
}
.accueil-menu-item a {
    color:green;
    text-decoration:none;
    font-weight:bold;
}
.accueil-menu-item a:hover {
    text-decoration:underline;
}
body{
    baackground-color:#f6f6f6; 
    background-color:white;
}
.content {
    color:#6b6d72;
    max-width: 90%;
    margin: auto;
    padding-top:10px;
}
/** WebEditorBlocks **/
h1.web {
    text-align:center;
}
p.web {
    margin:10px;
    text-align:justify;
}
hr.web.webline {
    width: 50%;
}
.webparaimg, .webpara {
    margin-bottom: 20px;
}
.webparaimgcontent, .webpara {
    font-size: 18px;
    text-align: justify;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {  
  .sidenav a {font-size: 18px;}
}
.topnav {
	height:0px;
	transition:1s;
	background:black;
	position:relative;
}
.topnav i {	
    position: absolute;
    left: 10px;
    top: 6px;
}
	
.no-menu .menu {
    display:none;
}
.no-menu .content {
    margin-left:auto;
}
.mobile .topnav {
	padding-top: 4px;
    font-size: 22px;
    font-weight: bold;
    height: 30px;
    color: white;
    text-align: center;
	cursor:pointer;
	color:gainsboro;
}
.mobile .sidenav.openned {
	width:100%;
}
.mobile .sidenav:not(.openned) .menu-item:not(.menu-item-active){display:none;}
.mobile .sidenav a {pointer-events:none;}
.mobile .sidenav.openned a {pointer-events:all;}
.mobile .sidenav.openned{
    cursor:default;
    height:100vh;
    overflow:scroll;
}
.mobile .sidenav {
    cursor:pointer;
	height: 50px;
    width: 100%;
    overflow: hidden;
}
.mobile .content {
    margin-top:50px;
	margin-left:0px;
}
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 250px;
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #b2a58f; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.content {
	margin-left:250px;
}
.sidenav div {
	transition: 0.3s;
}
.sidenav a {  

text-align:center;
padding-bottom:3px;
padding-top:3px;
  text-decoration: none;
  font-size: 25px;
  color: #3c3c3b;
  display: block;
  transition: 0.7s;
}
.sidenav img {
    max-width: 80%;
    margin: auto;
    display: block;
    /* margin: 5px; */
}

.menu-item-active a {
    color:#ffce00;
}


