@charset "utf-8";
@font-face {
	font-family: "TypoGraphica";
	src: url('font/TypoGraphica_demo.otf') format('truetype');
}

@font-face {
	font-family: "Dubai-Medium";
	src: url('font/Dubai-Medium.ttf') format('truetype');
}
.navbar-brand {
    float: left;
   /* height: 0px;*/
  /*  padding: 0px 0px;*/
    font-size: 20px;
    line-height: 28px;
	font-family: "TypoGraphica";
	color:#0082ca;
/*	margin-top:-50px;*/
}
/*
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
   margin:0 auto;
 
}
*/
.navbar .navbar-collapse {
  text-align: center;
}
  .navbar-default {
	background-color: #CCC;
	border-color: #CCC;
	/*color: #777;*/
	color:#0082ca;
	/*position: sticky;*/
} 


 .lisere {
	/*border: 1px solid black;*/
	border-bottom:1px solid black;
	
}

.liens1 {
	font-family: Calibri;
	text-align: center;
}
.typo_bt {
	font-family: Calibri;
	font-weight: bold;
}
.typo2_bt {
	font-weight: lighter;
	font-size: 12px;
	font-family: Calibri;
}
.typo2_slogan {
	font-weight: bold;
	font-size: 20px;
	font-family: Calibri;
	color: #fff;
}
.typo3_bt {
	font-family: Calibri;
	font-weight: bold;
	color: #37A52D;
	/*	-webkit-text-stroke: 1px rgba(0, 0, 0, .8);*/
	/*text-shadow: */
	/*#000 1px 1px; */
	/*#000 -1px 1px, 
	#000 -1px -1px, 
	#000 1px -1px;*/
	/*filter: Shadow(Color=#000, Direction=130, Strength=1);*/ /* IE Proprietary Filter*/
}
.typo4_bt {
	font-family: Calibri;
	font-weight: bold;
	color:#C30;
}

.lisere {
	/*border: 1px solid black;*/
	border-bottom:1px solid black;
	
}
	
div#bloclogo {
	
  padding-top:20px;
  /*background-color:#e6e6e6;*/
  background-color:#FFF;
 /* color:#000;
  text-align:left;*/
}

div#fond {
	/*background-color:#e6e6e6;*/
	background-color:#fff;
	min-height:800px;
	max-width: 1200px;
	position:relative;
	margin: 0 auto;
	}

div#slogan3 {
	padding-top:80px;
	/*background-color:#e6e6e6;*/
	/*background-color:#fff;
	min-height:800px;*/
	font-size: 30px;
	font-family: "Dubai-Medium";
	color:#0082ca;
	}
	
div#main_update {
	background-color:#000;
	color:#ff3366;
	}

.dropdown .dropdown-menu a
{
 color:#fff;
  background-color: #fff;
  border-color: #000;
  font-size:18px;
}
.dropdown-menu 
{
	background-color: #e7e7e7;
} 	

a.dropdown-toggle {
	color:#fff;
	}

@media screen and (max-width: 758px) {
	.navbar-nav li a {
    line-height: 20px;
}
	div.bloc_mail2{		
		display:block;
		}
	.navbar-brand {
    float: left;
   /* height: 0px;*/
    padding: 0px 0px;
    font-size: 18px;
    line-height: 20px;
	margin-top:0px;
}	
	.navbar-brand>img {
   max-height: 100%;
   height: 100%;
   width: auto;
   margin: 0 auto;
   /* probably not needed anymore, but doesn't hurt */
   -o-object-fit: contain;
   object-fit: contain; 

}
	}
	
@media screen and (min-width: 759px) {
	.navbar-nav li a {
    line-height: 50px;
}
	
		div.bloc_mail2{		
		display:none;
		}
	}
