
.uk-navbar-container {
    padding: 16px 0 16px 32px;
    font-size: 15px;
	border-radius:10px 5px 10px 5px;
	height:65px;
	 width: 100%;
}

body a{
	text-decoration:none;
	color:#333;
}
body a:hover{
	background:white;
}

#m a{
	text-decoration:none;
	color: red;}
#m a:hover{
	background:white;

}

#m {
	margin-top:5px;
	position:absolute;
	text-align:center;
	right:7px;
	font-size:1.15em;
	

}
#text{
	margin-top:3px;
	position:absolute;
	left:10px;
	height:30px;
	background: rgb(0, 0, O);
	width:70%;
	border-radius:20px;


}



.button-sign-up {
    background-color: #EEE;
}

#global {
    position: absolute;
    z-index: -10;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}


#hamburger, #hamburger-content {
    display: inline;
}


#hamburger-button
{
    height: 24px;
	width:24px;
    position: absolute;
	float:left;
	left:10px;
	top:7px;	
	cursor:pointer;
}
#hamburger-button span
{
	height:3px;
	background-color: black;
	min-width:100%;
	position:absolute;
	top:10px;
	left:0px;
}
#hamburger-button span:before
{
	content:"";
	height:3px;
	background-color: black;
	min-width:100%;
	position:absolute;
	top:-7px;
	left:0px;
}
#hamburger-button span:after
{
	content:"";
	height:3px;
	background-color: black;
	min-width:100%;
	position:absolute;
	top:7px;
	left:0px;
}

#hamburger-overlay {
    display: none;
    -webkit-display:none;
    -moz-display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}

#hamburger-sidebar {
    display: none;
    -webkit-display:none;
    -moz-display: none;
    position: fixed;
    width: 75%;
    z-index: 20;
    height: 100%;
    top: 0px;
    left: 0;
    background-color: #FFF;
    overflow-y: auto;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transition: transform .2s ease-out;
    -webkit-transition: transform .2s ease-out;
    -moz-transition: transform .2s ease-out;
}
 #cercle, nav, li {
    display: inline-block;
        -webkit-display:inline-block;
    -moz-display: inline-block;
}

 #cercle {
	position:absolute;
	margin-top:5px;
	left:15px;
    background-color: rgb(221, 88, 0);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 30px;
    height: 30px;
}



#hamburger-sidebar li {
    display: block;
        -webkit-display:block;
    -moz-display: block;
}

#hamburger-sidebar-body {
    padding: 16px 8px;
}
#hamburger-sidebar-body li:before {
    content: ' ';
    display: inline-block;
     -webkit-display:inline-block;
    -moz-display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 12px;
    width: 24px;
    height: 24px;
}
#hamburger-sidebar-body #hamburger-button {
    margin-top: 16px;
    text-align: center;
    float: none;
    display: block;
    height: auto;
    line-height: inherit;
    padding: 10px;
}

@media screen and (max-width: 10024px) {
    h1 {
        font-size: 22px;
        line-height: 26px;
    }

    #hamburger-content {
        display: none;
           -webkit-display:none;
    -moz-display:none;
    }
	

    #hamburger-button, #hamburger-sidebar,
    .hamburger-activated #hamburger-overlay {
        display: block;
           -webkit-display:block;
    -moz-display: block;
    }

    .hamburger-activated #hamburger-sidebar {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
    }
}

/* contenu dans l'acceuil*/
#contenu{
	top:75px;
	border:1px dotted #000099;
	padding:3px;
	min-height:400px;
	border-radius:4px 4px 4px 4px;
	moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
}


body .lien
{
	border:1px double #000099;
	padding:1px;
	margin:1px;
	float:left;
	border-radius:3px 3px 3px 3px;
	-moz-border-radius:4px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	text-align:center;
	
	
}

	
footer /* Ensemble du footer */
{
	padding:10px;
	text-align: center;
	background-position:bottom;
	position:fexid;
	bottom:0px;
    margin-bottom: 5px;
	position : bottom;
	top:90%;
}
/* PARTIR PUBLICITER*/
.pub{

	width:100%;
	height:170px;
}
.slider{
	margin-left:0px;
	display:block;
	width:100%;
	height:170px;
	background-image:url("image/ba.png");
	overflow:hidden;
	position:absolute;
	margin-top:5px;
	margin-bottom:5px;
    border-radius:5px 5px 5px 5px;
   -moz-border-radius:4px 4px 4px 4px;
   -webkit-border-radius:4px 4px 4px 4px;
}
.slide {
	
	position:absolute;
	display:block;
	width:100%;
	height:150px;
	animation:slide 15s infinite;
	-webkit-animation:slide 15s infinite;
	-moz-animation:slide 15s infinite;
	overflow:hidden;
	
} 
.slide:nth-child(1){
	left:0%;
	animation-delay:-1s;
	-webkit-animation-delay:-1s;
	-moz-animation-delay:-1s;
	background-image:url(image/1.jpg);
	background-size:200px 150px;
	background-position:center;
}
.slide:nth-child(2){
	animation-delay:5s;
	-webkit-animation-delay:5s;
	-moz-animation-delay:5s;
	background-image:url(image/2.jpg);
	background-size:200px 150px;
	background-position:center;
}
.slide:nth-child(3){
	animation-delay:10s;
	-webkit-animation-delay:10s;
	-moz-animation-delay:10s;
	background-image:url(image/3.jpg);
	background-size:200px 150px;
	background-position:center;
}
.slide:nth-child(4){
	left:0%;
	animation-delay:15s;
	-webkit-animation-delay:15s;
	-moz-animation-delay:15s;
	background-image:url(image/4.jpg);
	background-size:200px 150px;
	background-position:center;
}
.slide p{
	font-family:comfortaa;
	font-size:1.5em;
	text-align:center;
	width:100%;
	margin-top:15px;
	color:#fff;
	border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
}

@keyframes slide
{
	0%{ left:100%; width:100%;}
	5%{ left:0;}
	25%{ left:0;}
	30%{ left:-100%; width:100%;}
	30.0001%{ left:-100%; width:0%;}
	100%{ left:100%; width:0%;}
}





