
	
#top_header{
	height:75px;
	background: #003066;
    background-size: 600% 600%;
	margin-top:-0px;
    width: 100%;
	margin-right:0;
	font-family:times new romain;
	;
	z-index: 9999;

}

#top_header_data{
	position:relative;
	margin:0 auto;
	max-width:100%;
	background-position:85px center;
	background-repeat:no-repeat;
	
}


#logo a {
  color: white;
  float: left;
  margin-left: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 20px;
}

#logo a:hover{
	color:#ff7800;
}

.logo_icone{
width: 70px;
height: 70px;
border-radius: 50%;
margin-top: 3px;
}

.logo_icone:hover{
	scale: 1.05;
}

#logo_image a{
	float: left;
	margin-top: 0px;
	margin-left:1rem;
	height: 70px;
    width: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/logo.png);
	border-radius: 50%;
	margin-top:3px;

}
#loginBtn{
	position:relative;

	float:right;
	margin-right:10px;
	margin-top: 25px;
	background-position:left center;
	height:25px;
	line-height:25px;
	font-size:18px;
	padding:2px !important;

}
#espace_personnelle{
	position:relative;

	float:right;
	margin-right:10px;
	margin-top: 25px;
	background-position:left center;
	height:25px;
	line-height:25px;
	font-size:18px;
	padding:2px !important;

}
#espace_personnelle i{
	display: none;
}

#loginBtn :hover{
	scale: 1.05;
}
.btn {
  background-color: transparent;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right:1px;
  border: 1px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.btn:hover {
  background-color:#ff7800;
  color: white;
}
label {
    display: block;
    font: 1rem 'Fira Sans', sans-serif;
}
.titre{
	display: none;
}


@media screen and (max-width: 1080px) {
	.titre{
        display: flex;
        width: 100%;
        height: 20px;
        justify-content: center;

    }
    .titre-content{
		display: none;
      width: 40%;
      height: 15px;
      background-color: #003066;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
      color: white;
      text-align: center;
      font-weight: bold;
      font-size: 12px;
    }
#top_header{
height:60px;
background: #003066;
background-size: 600% 600%;
width: 100%;
margin-right:0;
font-family :times new romain !important;

}

#top_header_data{
position:relative;
margin:0 auto;
max-width:100%;
background-position:20px center;
background-repeat:no-repeat;
font-family :times new romain !important;
}

#logo a {
margin-left: 0;
font-size: 0.8rem;
margin-top: 20px;
margin-left: 5px;

}

#logo_image a{
margin-top: 5px;
margin-left:3px;
height: 50px;
width: 50px;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
background-image: url(../images/logo.png);
font-weight: 12px;

}

.logo_icone{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-top: 30px;
	}
	
	.logo_icone:hover{
		scale: 1.05;
	}
	
#loginBtn{
position:relative;
float:right;
margin-right:10px;
margin-top: 18px;
background-position:left center;
height:20px;
line-height:20px;
font-size:10px;
padding:2px !important;
font-weight: 12px;
}

#espace_personnelle{
	position:relative;
	float:right;
	margin-right:10px;
	margin-top: 25px;
	background-position:left center;
	height:20px;
	line-height:20px;
	font-size:10px;
	padding:2px !important;
	font-weight: 12px;
	}
	#espace_personnelle a{
		display: none;
	}
	#espace_personnelle i{
		display: block;
	}


.btn {
background-color: transparent;
color: white;
text-transform: uppercase;
letter-spacing: 1px;
margin-right:1px;
border: 1px;
border-radius: 5px;
cursor: pointer;
transition: all 0.3s ease-in-out;
}

.btn:hover {
background-color:white;
color: #003066;
}
#sidebar-toggle{
	display: none;
}

}
