@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700); 
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap);

body{font-family: "Arial",sans-serif;font-size: 14px;color: #333;line-height: 1.42857;background-color:#f2f2f2}
.top {margin-top:90px;}
#footer{padding: 0px;position: fixed;bottom: 0px;margin:0px;}
.top {margin-top:71px;}
.navbar {box-shadow: 0px 5px 5px rgba(0,0,0,0.2);}

#toppage {
    background-image: url(/site/images/structure/toppage.png);
    padding: 0;
    margin-bottom: 30px;
    -webkit-background-size: cover cover;
    background-size: cover;
    margin-top: 61px;
    color: 
    #fff;
}

.select {background-color:#FF0;}

#logo {widthx:350px;margin:6px auto;color:#FFF;text-decoration:none;display:block;font-size:2.5em;font-weight: 100 !important;text-align:center}
#logo img {height:60px;}
a {cursor:pointer!important;}

.btn i{transition: all 0.3s ease-in-out 0s;}
.btn:hover i{padding-left:0px;transform:rotate(360deg);}

.navbar-default {background-color: #126a25}




b {
    color: #333!importantimportant;
}

@media (max-width: 900px) {
	 h1{font-size: 25px;font-weight: normal!important}
	 h2{font-size: 20px;font-weight: normal!important}
	.top {margin-top:72px;}
	#logo {font-size:1.8em;}
	#logo img {height:25px;}
	.nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {font-size:.95em;}
	.navbar_profil{margin-top: 0px;height:46px;width:46px;}
	#toppage {margin-top:45px;}
}



