.header_bar{ /*la bar en haut du menu zone acces clinique *******************************/
	position: relative;
	display: block;
	width: 100%;
	height: 45px;
	background: #B2DFDB;
}

#separateur1,
#separateur2,
#separateur3{
	position: relative;
	width: 100%;
	display: block;
	background: transparent;
	margin: 0;
	padding: 0;
}

.header_bar p{
	font-family: 'Ubuntu', 'Roboto';
	font-size: 14px;
	color: #002845;
}
.header_bar_welcome{
	width: 90%;
	margin: 0 auto;
	position: relative;
	height: 100%;
}
.header_bar_welcome-user{
	display: block;
	width: 60%;
	height: 100%;
	float: left;
}
.header_bar_welcome p{
	text-align: left;
}
.header_bar_welcome-med{
	position: relative;
	display: block;
	width: 39%;
	height: 100%;
	float: right;
}
.header_bar_welcome-med p{
	text-align: right;
}

.header_bar_welcome-med .bienvenue-title{
	padding-right: 47px;
}

.header_bar_welcome-med .imgfas{
	position: absolute;
	width: 35px;
	height: 35px;
	right: 0;
	top: 5px;
}

.header_bar_welcome-med img{
	position: absolute;
	margin: 0; padding: 0;
	width: 35px;
	height: 35px;
	border-radius: 50%;
}

.header_bar_welcome-user-details_cacher{ display: none;}

.bienvenue-title_cacher{ display: none;}

/*****************************************************************************/
.header{
	width: 100%;
	position: relative;
}
.header-acceuil{
	height: 550px;
	background: #074575; /*rgb(62, 57, 107); rgba(7, 69, 117, 1);*/
}

.header-med{
	height: 80px;
	background: rgb(10, 126, 133);
	/*background: linear-gradient(to top, #B2DFDB, 10%, rgb(10, 126, 133));*/
}
.header_texture-acceuil{ /*afficha de l'image et sa courbure*******************/
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	background: url('../img/jpg/as_image.jpg') center no-repeat;
	background-size: cover;
	z-index: 1;
	opacity: 0.3;
}
.header_mask-acceuil{
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 0;
	background:0 0;
	height: 38px;
	width: 100%;
	z-index: 10;
}

/***************************** Zone Logo et info logo}*************************/
.header_navbar_logo{
	position: relative;
}
.header_navbar_logo-title{ 
	font-family: 'Nunito', Roboto;
	color: #fff;
	font-size: 28px;
}
.header_navbar_info-title{
	position:absolute;
	display: block;
	width: 300px;
	top: 50px;	
	letter-spacing: 0.4px;
}
.header_navbar_info-title-detail,
.header_navbar_info-user{
	position: relative;
	float:left;
	width: 180px;
	font-family: Segoe UI, Roboto;
	color: #fff;
	font-size: 14px;
}
.header_navbar{ /********** le conteneur du menu*****************************/
	position: relative;
	width: 100%;
	max-height: 100px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.header_navbar i{
	margin-right: 5px;
}

.fixed{
	position: fixed;
	top: 0;
	background: linear-gradient(to top, #B2DFDB, 5%, rgb(10, 126, 133));
	z-index: 500;
}

.header_navbar-menu{margin: 0; padding: 0;}
.header_navbar-menu ul{
	list-style-type: none;
	margin: 0; padding: 0;
}

.header_navbar-menu li{
	float: left;
	padding: 0 10px;
	margin: 0px 0px 0px 20px;
  border-radius: 6px;
	background-color: transparent; /*rgba(179, 229, 252, 0.10);*/
	line-height: 38px;
	transition: width 1000ms ease-in-out;
}

.header_navbar-menu li#li-acceuil{
	margin-right: 0;
}

.header_navbar-menu li:hover{
  backface-visibility: hidden;
  background-color: rgba(179, 229, 252, 0.20);
  cursor: pointer;
}

.header_navbar-menu-link{
	text-decoration: none;
	font-family: 'saira', 'Roboto', sans-serif;
	color: #fff;
	font-size: 16px;
  font-weight: normal;
	margin: 0;
	padding: 0;
}

.menu_deroulant .medecins,
.menu_deroulant .div-acceuil {
	position: relative;
	padding: 0 30px 0 0;
	margin: 0;
	text-align: left;
}

.menu_deroulant .medecins:hover,
.menu_deroulant .div-acceuil:hover {
	cursor: pointer;	
}

.menu_deroulant .medecins::after,
.menu_deroulant .div-acceuil::after{
	content: "\276F";
	position: absolute;
	font-family: 'saira', 'Roboto', sans-serif;
	font-size: 16px;
  font-weight: 100;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);  
	-webkit-transform: rotate(90deg);
	color: #ffffff;
	margin: 0; padding: 0;
	top: 0px; right: 10px;
	transition: all 280ms ease-in-out;
}

.menu_deroulant:hover .medecins::after,
.menu_deroulant:hover .div-acceuil::after{
	color: rgba(255, 255, 255, .5);
}

.menu_deroulant .cacher{
	position: absolute;
	width: 200px;
	right: 0px;
	height: 0;
	margin: 0;
	padding: 0;
	margin-top: 0px;
	background: transparent;
	overflow: hidden;
	transition: all 0.39s ease-in-out;
}
.menu_deroulant .cacher_seconnecter{
	height: 0;
}

.menu_deroulant ul.sous{
	position: absolute;
	width: 100%;
	transform: translateY(-105%);
	box-shadow: 0px 1px 2px #CCC;
	background: rgba(0, 131, 143, 0.7);
	transition: all 0.4s ease-in-out;
}

.menu_deroulant .cacher_seconnecter ul{
	background: transparent;
}
.menu_deroulant ul li{
	display: block;
	clear: both;
	text-align: left;
	width: 100%;
	margin: 0;
}

.menu_deroulant ul li:last-child{
	margin-bottom: 12px;
}

div > ul .menu_deroulant:hover .cacher,
div > ul .menu_deroulant:focus .cacher{
	height: 156px;
}
div > ul .menu_deroulant:hover .cacher_seconnecter,
div > ul .menu_deroulant:focus .cacher_seconnecter{
	height: 62px;
}
div > ul .menu_deroulant:hover ul,
div > ul .menu_deroulant:focus ul{
	transform: translateY(0);
}
.menu_deroulant ul > li{
	margin-top: 8px;
}
.nom_medecin i.fas, .logo-user-user_on i.fas{
	color: #00C853;
}
.logo-user-user_on i.fas,
.logo-user i.fas{
	font-size: 20px;
}
.logo-user-user_on i.fas:hover,
.logo-user i.fas:hover{
	font-size: 24px;
}

/*css Boutons des formulatres ************************************************/
button {
  position: relative;
  display: inline-block;
  background: rgb(21, 81, 86);
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-left: 12px;
  cursor: pointer;
  width: 140px;
  height: 42px;
 	border: none;
  border-radius: 15px;
  transition: 0.19s;
  margin-top: 3px;
  vertical-align: top;
	transition: all 0.09s ease-in-out;
}
  .btn_annuler{
    background: rgb(213, 0, 0);
    color: #fff;
    margin-left: 0;
}

button:hover{
  margin-top: 0;
}

/************************zone animation annonce ****************************/
#fly-in {
	position: relative;
	width: 100%;
	height: 290px;
	overflow: hidden;
	font-family: 'saira', sans-serif;
  font-size: 25px;
  color: #fff;
  text-align: left;
  margin-top: 30px;
  /*border: 1px solid #fff;*/
}
#fly-in p {
	margin: 12px 0 0 0;
	padding: 0;
}
#fly-in a {
	text-decoration: none;
	color: #fff;
	border-bottom: 2px solid #fff;
}
#fly-in a:hover {
	cursor: pointer;
}
#fly-in span {
	display: block;
	font-family: 'saira', sans-serif;
	font-size: 25px;
	color: #fff;
	opacity: .8;
	margin: 25px 0 0 0;
}

#fly-in > *{
	position: absolute;
  display: block;
  width: 550px;
	left: 0%;
	top: 0px;
  box-sizing: border-box;
	animation-duration: 50s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

.textFly_1{
	animation-name: anim-1;
}

.textFly_2{
	animation-name: anim-2;
}

.textFly_3{
	animation-name: anim-3;
}

.textFly_4{
	animation-name: anim-4;
}

@keyframes anim-1 {
	0% { opacity: 0; }
  5%,20% { opacity: 1; }
  25%, 100% { opacity: 0; }
}

@keyframes anim-2 {
	0%, 25% { opacity: 0; }
  30%, 45% { opacity: 1; }
  50%, 100% { opacity: 0; }
}

@keyframes anim-3 {
	0%, 50% { opacity: 0; }
  55%, 70% { opacity: 1; }
  75%, 100% { opacity: 0; }
}


@keyframes anim-4 {
	0%, 75% { opacity: 0; }
  80%, 95% { opacity: 1; }
  100% { opacity: 0; }
}
/*#fly-in {
	position: relative;
	width: 70%;
	height: 400px;
	overflow: hidden;
	font-family: 'saira', sans-serif;
  	font-size: 40px;
  	color: #fff;
}

#fly-in span {
	display: block;
	font-family: 'saira', sans-serif;
	font-size: 40px;
	color: #fff;
	opacity: .8;
}

#fly-in > * {
	position: absolute;
	height: 100%; 
	box-sizing: border-box;
  	overflow: hidden;
  	top: 100%; left: 0;
  	animation: 20s autoplay1 infinite ease-in-out
}


@keyframes autoplay1 {
  0% {top: 100%}
  3% {top: 0%}
  20% {top: 0%}
  24% {top: -100%}
  100% {top: -100%}
}
#fly-in > *:nth-child(1) { animation-delay: 0s}
#fly-in > *:nth-child(2) { animation-delay: 5s}
#fly-in > *:nth-child(3) { animation-delay: 10s}
#fly-in > *:nth-child(4) { animation-delay: 15s}
*/
/*
.h_slogan-btn{
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	padding: 15px 20px;
	background-color: #2E7D32;
	border-radius: 6px;
	transition-duration: 0.3s;
}
.h_slogan-btn:hover{background: #1B5E20;}*/

.header_navbar-toggle{ /*Formation du sandwich au menu*********************/
	width: 40px;
	height: 60px;
	display: none;
	align-items: center;
	cursor: pointer;
}
.header_navbar-toggle-icons,
span.header_navbar-toggle-icons:before,
span.header_navbar-toggle-icons:after{
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 5px;
	background: #fff;
	position: relative;
	transition: all 0.6s ease-in-out;
}
span.header_navbar-toggle-icons:before{top: 10px;}
span.header_navbar-toggle-icons:after{top: -14px;}
.header_navbar-menu{ /*Fin du sandwich *****************************************************/
	transform: translateX(0);
}
.is-open .header_navbar-menu{ /*La crois du sandwich au menu********************************************/
	transform: translateY(0);
}
.header_navbar-toggle.is-open span.header_navbar-toggle-icons{
	background: transparent; 
}
.header_navbar-toggle.is-open span.header_navbar-toggle-icons:before, 
.header_navbar-toggle.is-open span.header_navbar-toggle-icons:after{
	transform-origin: center;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);  
	-webkit-transform: rotate(45deg);
	top: 0;
}
.header_navbar-toggle.is-open span.header_navbar-toggle-icons:after{
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);  
	-webkit-transform: rotate(-45deg);
}
.container_body.is-open{
	padding-top: 200px;
}
.header.is-open{
	overflow: visible;
}
.header_bar_welcome-user-details_cacher.is-open{
	color: transparent;
}
.header-logo-user{ /*enlever l'affichage simple du logo user */
	display: none;
}
.logo-user{
	color: #fff;
}

@media only screen and (max-width: 900px){ /*Zone de coupure pour le menu sandwich ************************/
	.header_navbar-toggle{ /*affichage du menu sandwich*/
		display: flex;
		margin-left: 40px;
		z-index: 1000;
	}
	.header_bar{
		z-index: 1001;	
	}
	.header_navbar-menu{
		transform: translateY(-100%);
		position: absolute;
		width: 100vw;
		height:100vh;
		background: rgb(10, 126, 133);
		top: 0; left: -20px;
		transition: all 0.6s ease-in-out;
		z-index: 999;
	}
	.header-logo-user{ /*Affichage du logo user*/
		display: flex;
		margin-left: auto;
	}
	.header_navbar-menu > ul{
		padding-top: 45px;
	}
	.header_navbar-menu li{
		position: relative;
		display: block;
		clear: both;
		padding-left: 10px;
	}

	.header_navbar-menu ul li{
		text-align: left;
		padding-top: 10px;		
		padding-left: 20px;
	}

	.header_navbar-menu-link{
	font-size: 18px;
	}
	.header_navbar-menu-link:after {
		margin: 0;
	}
	.menu_deroulant ul .header_navbar-menu-link{
		width: 100%;
	}
	.header-logo-user a{
		position: relative;
	}
	.header-logo-user img{
		position: absolute;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		top: -15px;
		left: -10px; 
	}
	.header_navbar_info-title-detail{
		font-size: 14px;
	}
	.header_bar_welcome-user{
		width: 0%;
	}
	.header_bar_welcome-med{
		width: 100%;
	}
	.header_bar_welcome-user-details{
		display: none;
	}
	.bienvenue-title{
		display: none;
	}
	.header_bar_welcome-user-details_cacher{
		display: block;
		transition: all 0.9s ease-in-out;
	}
	.bienvenue-title_cacher{
		display: block;
		text-align: right;
		transition: all 0.9s ease-in-out;
	}
}
