/* RechercheEleves */
div.rechercheEleves { overflow: auto; /*height: 265px;*/ }
form[name="formRechElv"] { padding:0 5% 0 5%; margin: 0px; }
form[name="formRechElv"] input { width:100%; }
.OTreeView.TV_RechercheEleves { height: 1px; }
.OTreeView.TV_RechercheEleves div  { width:100%; height:100%; cursor:pointer; color:#aaaaaa; }
.OTreeView.TV_RechercheEleves div[raison="3j"] { color:var(--primary-color); }
div.titre form[name="formRechElv"]  table td { height: auto; padding: 2px; line-height: 95%; overflow: hidden; font-size:80% }
.OTreeView.TV_RechercheEleves .treeCell { display:none; }
div#divAppliPedago .OTreeView.TV_RechercheEleves td {     
	text-align: center;
    height: 40px;
    padding: 5px;
    color: var(--primary-color);
    cursor: pointer;
}

#titre_rech{
	text-transform: uppercase;  
	font-family: 'Frontage Condensed Inline TheFontsMaster com';
	font-weight: lighter;
	font-size:1.5rem;
}

#divRecherche {
    position: absolute;
    top: 10%;
    left: 8%;
    width: 80%;
    height: auto;
    max-height: 75%;
    background: #FFF;
    border-radius: 25px;
    box-shadow: 5px 5px 14px 3px rgb(0 0 0 / 83%);
	z-index: 9999999999999999;
}

.bandeau_cherche tbody {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.bandeau_cherche{
	width: 100%;
}

.bandeau_cherche, .bandeau_cherche tr {
    width: 100%;
    display: flex;
    align-items: center;
	justify-content: center;
	padding:5px;
}


#retour_rech {
    background: #949494;
    color: #fff;
    padding: 5 35px;
    border-radius: 25px;
    width: 75px;
    margin-right: 2%;
}


element.style {
    text-decoration: none;
    color: #FFF;
    background: #da1f26;
    padding: 5 15;
    border-radius: 25px;
}

.bandeau_cherche a{
    text-decoration: none;
    color: #FFF;
    background: #da1f26;
    padding: 5 15;
    border-radius: 25px;
	font-weight:550;
}

@media screen and (min-width: 500px){
	#titre_rech{
		font-size:2rem;
	}
}