/* Empty. Add your own CSS if you like */
img{
	max-height: 100%;
}


/* css video*/
iframe{
	width:initial !important;
	height:initial !important;
}




/* css pour la partie quoi */
#rendezVous{
	position: absolute;
	left:5%;
	top:5%;
	right: 5%;
	width:90%; height:40%;
}
#interprete{
	position: absolute;
	left:5%;
	top:50%;
	right: 5%;
	width:90%; height:45%;
}


#rendezVous img{
	height:80%;
	width:auto;
}
#interprete img {
	height:75%;
	width:auto;
}

.choix_quoi{
	background-color: rgb(82,187,172);
	box-shadow: 0 4px 4px rgb(150,150,150);
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	color:white;
}
.choix_quoi:hover{
	background-color: rgb(112,217,202);
	color:white;o
}
.choix_quoi span{
	font-size: 20px;
	font-weight: bold;
}

/* css partie interpretre */
#textareaInterprete{
	padding-top: 25px;
	
}

/* css pour la partie qui */
#body_qui{
	position: relative;
	width: 100%; height:100%;
}

#medecinLsf{
	position: absolute;
	left:2.5%;
	top:1%;
	width:45.5%; height:47%;
}
#medecinSpe{
	position: absolute;
	left:52%;
	top:1%;
	width:45.5%; height:47%;
}
#psychologue{
	position: absolute;
	left:2.5%;
	top:50%;
	width:45.5%; height:47%;
}
#travailleurSocial{
	position: absolute;
	left:52%;
	top:50%;
	width:45.5%; height:47%;
}

.choix_qui img{
	height:90%;
	width:80%;
}
.choix_qui{
	background-color: rgb(82,187,172);
	box-shadow: 0 2px 4px rgb(150,150,150);
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
	color:white;
}
.choix_qui:hover{
	background-color: rgb(112,217,202);
	color:white;
}
.choix_qui span{
	font-weight: bold;
}


/* css pour le besoinInterprete question */
#radioInterprete{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 30px;
}




/*css pour le header du menu left */
.couleur-menu{
	background-color: rgb(82,187,172);
}
.couleur-menu h1{
	color:white;
}

/*css pour les elements du menu left */
.item-content{
	background-color: transparent !important;
}
.couleur-menu-clair{
	background-color: rgb(112,217,202);
	color:white;
}
.couleur-menu-clair:active{
	background-color: white;
	color:black;
}

/* css pour positionner l'img de présentation sur la page d'accueil */
#presentation{
	margin-top: 5px;
	width:100%;
}
#presentation img{
	width:100%;
}


/*css pour baniere top */
.couleur-bar-top{
	background-color: rgb(245,158,43);
	color:white;
}
.couleur-bar-top img{
	position: relative;
	z-index: 1000000;
}

/*css pour les boutons */
.bouton{
	text-align: center;
	margin-top: 10px;
}

/*css pour dispo */

.infoQuand{
	padding-top: 5%;
	padding-bottom: 10%;
}


.row{
	width:100%;
}
.col23{
	height:9vh;
	line-height: 8vh;
	border:1px solid black;
}
.col1{
	margin-right: 10px;
	text-align: center;
	height:9vh;
	line-height: 8vh;
	font-size: 1.5em;
	font-weight: bold;
}
#jour1{
	margin-right: 10px;
}
#jour{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	height:9vh;
	line-height: 5vh;
}
/*css pour dispo 2 */
.col23_2{
	border:1px solid black;
}
.col1_2{
	margin-right: 10px;
	text-align: center;
}
#jour1_2{
	margin-right: 10px;
}
#jour_2{
	text-align: center;
}


/*style photo*/
@keyframes zoomPicture{
	from{
		width:150px;
		height:200px;
	}
	to{
		width:100%;
		height:100%;
	}
}


#img1{
	position: relative;
	margin-top: 10px;
	top:0;left:0;
	animation-duration: 0.5s;
}
#img2{
	position: relative;
	margin-top: 10px;
	top:0px; left:0px;
	animation-duration: 0.5s;
}
#photos{
	position: relative;
	width:320px;
	left:0; right:0; margin:auto;
	text-align: center;
	padding-top: 10%;
	padding-bottom: 10%;
	
}
#textPhotoBoutton{
	background-color: rgb(82,187,172);
	color : white;
	box-shadow: initial;
	box-shadow: 0 0 6px black !important;
	border-radius: 5px ;
	outline:none;
	border:none !important;
	font-weight: bold;
}

.button-sup{
	margin-top: 10px;
}



/*css partie informations */

.infos{
	font-size: 600%;
}
.infos_content{
	position: relative;
	top:50%;
	transform: translateY(-50%);
}



/* css jb */
#noteAsterix{
	font-size: 10px;
}


button.buttonPlus.ion-plus-circled:before
{
	color: red;
	font-size: 400%;
}

#civilite
{
	border: none !important;
}

#myItemProfil
{
	padding-top: 7%;
	padding-bottom: 7%;
	font-size: 125%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#myItemProfilSuppr
{
	position: relative;
	top:50%;
	align-self: center;
	font-size: 125%;
	padding-right: 10px;

	vertical-align: center;
}




.animate-hide {
	transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;

	opacity:1;

	position: relative;
	right: 0;
	top: 50%;
}

.animate-hide.ng-hide {
	position: relative;
	top:50%;
	right: -100%;
	opacity:0;

}

#presentationJB{

	text-align: center;
	font-size: 125%; 

}

#presentationJB{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;

	width:100%;
}
.col-15{
	vertical-align: center;
}


.item-animate {
	line-height: 38px;
	padding-top: 0;
	padding-bottom: 0;
	transition: 0.25s all linear;
	opacity:1;
}
.item-animate.ng-hide {
	line-height: 0px;
	opacity:0;
}
.item-animate.ng-hide-add,
.item-animate.ng-hide-remove {
	display: block !important;
}

.ChargementEnvoie
{
	font-size: 200%;
	color : red;
	text-align: center;
}