@charset "utf-8";
/* CSS Document */
/*Template*/

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}


body
{
	background-image: url(../images/ligne/background5.png);
	background-color: #F0F4F4;
	//background-color: #F8F8F8;
	background-repeat: repeat-x;
	   
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	image-rendering: -webkit-optimize-contrast;	
	
}

.Container {
	background-color: white;
	min-height: 34em;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	
}

a:hover{
	color: #23527c;
}

a{
    color: #1D4365;
}

.header {
	
	margin-top: 0px;
	padding-top: 5px;
	width:100%;
	
}

.logofair{

	padding-left: 180px;
	margin-top: -100px;
	
}

.TLogo {
	
	min-height: 75px;
	padding-left: 29px;
}

.TTopMenu{
  		padding: 30px 0px 0px 10px;
	text-align: center;
width: 100%;

	
}

.TTopMenu a {
	font-size: 0.7rem;
	font-weight: 500;
	text-transform: uppercase;
	color:#0069B4;
	display:none;
}

.Selectlang{
	padding: 0px 0px 0px 0px;
}

.TSearch{
	width: 70px;
	width: 260px;
	margin-top: 0px;
	height: 30px;
		
	display:none;
}


.SearchEntry{
	color: #0065a5;
  font-family: Arial;
  font-weight: bold;
  //background-color: #fff;
  text-align: left;
  position: relative;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
  text-transform: none;
	padding-left: 5px;
	width: 258px;
	height: 29px;
	background-image: url(../img/ligne/search.png);
	background-repeat: no-repeat;
	background-position: 95%;
}


.searchButton {
  width: 40px;
  height: 28px;
	margin-left: -42px;
	cursor: pointer;
  position: absolute;
	opacity: 0;
}



.Tnav{
	background: linear-gradient(#057BD3,#045C9D);
	min-height: 36px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	box-shadow: 0px 9px 0px black;
}	

.Tnav2{
	background: linear-gradient(#969696,#333333);
	min-height: 36px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	box-shadow: 0px 9px 0px orange;
}

.Footer{
	min-height: 100px;
	background-color: cadetblue;
	margin-right: auto;
	margin-left: auto;
}

.TopFooter{
	//background-color: #005890;
	background-color: #364751;
	min-height: 44px;

	background-repeat: no-repeat;
	background-position: left;
	//white-space:nowrap;
}

.TopFooter h2{
	font-size: 1rem;
	font-weight: 700;
	//color: #4D76B6;
	color: #ACACAC;
	padding: 12px 65px;
	text-align:center;
}

.BottomFooter{
	//background: linear-gradient(#BEC8D1,#8497A8);
	background: linear-gradient(#364751,#546F7E);
	
}

.FooterMenu{
	padding: 10px;
	text-align: center;
}

.FooterMenu a {
	font-size: 0.8rem;
	font-weight: 500;
	text-decoration: none;
	//color: black;
	color: #E5E5E5;
}

.FooterCopyright{
	font-size: 0.6rem;
	font-weight: 500;
	padding: 10px 18px;
	color: #E5E5E5;
}

.SeeAlso{
	background: linear-gradient(#F7F7F7,#D7D7D7);
	min-height: 43px;
	height: 65px;
}


.SeeAlso .button{
	font-size: 11px;
	font-weight: 600;
    height: 30px;
    text-align: center;
    color: #727272;
    background: #EFEFEF;
    background: linear-gradient(#FFF,#EFEFEF);
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5), 0 -1px 0 rgba( 255, 255, 255, 0.4);
    padding: 7px 10px 10px 10px; 
}

.SeeAlsoLinkBox{
	margin-top: 2px;
	width: 100%;
}

.SeeAlsoLinkBox a{
	font-size: 13px;
	font-weight: 600;
    height: 30px;
    text-align: center;
	 text-decoration: none;
    color: #336699;
	float: left;
	text-align: center;
	height: 30px;
	padding: 7px 10px 0px 10px; 
	width: 100%;
	//white-space:nowrap;
}

.SeeAlsoLinkBox a:hover, a:active, a:focus {

    outline-width: medium;
    outline-style: none;
    text-decoration: underline;
}

#BlorkColor b{
	color:coral;
}

/*Sélection de la langue*/

.TLanguage {
  display:none;
  
	width:125px;
  height:30px;
  margin-bottom: 10px;
  margin-top: 40px;	
  margin-left: 10px;
	
  background:url(../img/ligne/dap.png) no-repeat right 10px center #ffffff;
  background-size:20px auto;
  border:1px solid #E1E1E1;
  font-size: 0.7rem;
  font-weight: 500;
}

.TLanguage span {
  display:block;
  line-height:35px;
  padding:0 10px;
  cursor:pointer;
}

.TLanguage ul {
  display:none;
  top:66px;
  list-style-type:none;
  background:#ffffff;
  margin:0;
  padding:4px 0;
  border:1px solid #E1E1E1;
  border-top:0;
  width: 124px;
}

.TLanguage ul li {
  display:block;
  padding:5px 10px;
  cursor:pointer;
}

.TLanguage span img,
.TLanguage ul li img {
	display:inline-block;
  vertical-align:middle;
  width:20px;
  margin-right:5px;
}

.TLanguage ul li:hover {
  color:blue;
}

	.Blogos img{
		margin-left: 30px;
		width: 30%;
		height: auto;
	}


/*Tablette View**************************************/
@media (min-width: 768px){
	
	.Container {
		width: 1000px;
		box-shadow: inset 10px 0px 35px darkgray;
		overflow: hidden;
		min-height: 34em;
		
	}
	
	.header {
		/*width: 1000px;*/
		min-height: 130px;	
		
	}
	
	.Footer{
	
	}
	
	.Zone{
		width: 100%;
		display: flex;
		padding-top: -150px;
		
		
	}
	
	.TTopMenu{
		/*width: 300px;
	  	float: left;
  		padding: 41px 0px 0px 0px;*/
		flex-grow: 1;
		width: 70%;
		/*width: 100%; /* Ou toute autre largeur */
		text-align: center;
		margin: 0 auto; /* Met les marges gauche et droite en automatique */
		margin-top: 5px;
		margin-left: 125px;
	
		
	  }
	
	.TTopMenu a{
		text-decoration: none;
		display:inline-block;
		
	}
	
	.TTopMenu a:hover{
		text-decoration: underline;
	}	
		
	.TLogo{		
		float: left;
		width: 200px;
		padding-left: 29px;
	}	
	
	.logofair{
		position: absolute;
		padding-left: 680px;
		padding-top: 120px;
		
		
}
	
	.TSearch{
		flex-grow: 1;
/*		float: right;

		margin-left: 75px;
		margin-right: 10px;
		margin-top: -15px;
		padding-top: 0px;
*/
		margin-top: 25px;
		margin-right: 20px;
		
		
		
		display:block;
		border:0;
		width: 30%;
	
	}
	
	
	.TSearch button{
		
	}
	
	.Selectlang{
		float: right;
		flex-grow: 1;
		padding: 34px 0px 0px 0px;	
		margin-right: 20px;
		margin-top: -7px;
	}
	
	.Tnav {
		width: 1000px;		
	}
	
	.Tnav2 {
		width: 1000px;		
	}
	
	.SeeAlso{	
		float: left;
		padding: 0px 100%;
		height: 40px;
	}
	
	.SeeAlso .button{
		float: left;
		height: 25px;
		padding-top: 5px;
	}
	
	.SeeAlsoLinkBox{
	 	position:absolute;
		margin-left: -930px;
		width: 910px;
		padding: 7px 10px 0px 10px;		
	}
	
	.SeeAlsoLinkBox a{
		float:  left;
		text-align: left;
		padding: 5px 10px 0px 10px; 
		width: auto;
		height: 25px;
    }
	
	.TLanguage{
	display:block;
	margin-top: 0px;	
	font-size: 0.7rem;
	font-weight: 500;
		height: 39px;
	}
	
	
	.Blogos{
		margin-left: 240px;
		
	}
	
	.Blogos img{
		float:  left;
		margin-right: 40px;
		margin-top: 10px;
		margin-bottom: 10px;
		height: auto;
		margin-left: 0px;
	}
	
	#Blogo10{
		width: 15%;
	}
	
	#Blogo20{
		width: 25%;
	}

}
	

/*Desktop View*******************************************/
@media (min-width: 1024px)
{
	
	.Container {
		min-height: 1024px;
	}	
		
	
}


#returnOnTop{
    background: url('../img/ligne/return_on_top3.png') no-repeat;
    bottom: 1%;
    cursor: pointer;
    display: none;
    filter: alpha(opacity = 50);
    height: 48px;
    opacity: 0.5;
    position: fixed;
    right: 1%;
    width: 48px;
}

#returnOnTop:hover{
    filter: alpha(opacity = 70);
    opacity: 0.7;
}


/*AutoComplete*******************************************/
.ui-autocomplete-input:focus{
	color:#0065a5;
    border:0;
}

.ui-widget{
	margin-top: 4px;
	padding-left: 5px;
	color: darkgrey;
    line-height: 35px;
	border:0;
    width: 258px;
	background-image: url(../img/ligne/search.png);
	background-repeat: no-repeat;
	background-position: 95%;
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0.2), 0 -1px 0 rgba( 255, 255, 255, 0.2);
}

.content
{
	padding-top: 15px;
	margin: 0px 10px 0px 40px;
	padding-bottom: 15px;
}

.content h2{
	border:1px solid #E1E1E1;
    background: linear-gradient(#E7F4FE,white);
	font-size: 1em;
	padding: 10px 10px 10px 10px;
}

.content h4{
	font-size: 0.9em;
	padding: 10px 10px 10px 40px;
}

.content a{
	color: #056FBE;
	font-size: 1em;
	font-weight: 600;
	padding: 10px 10px 10px 40px;
}

.content span{
	padding: 10px 10px 10px 40px;
}

.content b{
	font-size: 1em;
}