{#
/*
* Autheur:Chkioua Maha
* Email:chkiouamaha@gmail.com
* Date de création :13/12/2019
* Date de modification:
* Description:Header Layout accueil
*
*/#}
{% block stylesheets %}
<style>
.iconButton {
font-size: 1.7rem;
margin-right: 5px;
}
.w3-button {
border: none;
display: inline-block;
vertical-align: middle;
overflow: hidden;
text-decoration: none;
color: inherit;
background-color: inherit;
text-align: center;
cursor: pointer;
white-space: nowrap;
line-height: 1.5;
padding-top: 6px;
font-size: 13px;
font-family: 'Montserrat-Regular';
}
.DivHeader {
background-color: #41A2AA;
text-align: left;
color: white;
height: 56px;
padding-left: 5.8%;
padding-top: 4px;
}
.logohead {
width: 60px;
height: 46px;
position: relative;
top: -6.5px;
left: 1px;
cursor: pointer;
}
.titleHead {
font-family: Montserrat-Regular;
font-size: 30px;
text-transform: uppercase;
padding-top: 7px;
margin-left: 2px;
cursor: pointer;
color:white;
}
.utlisateur {
text-align: center;
padding-top: 19px;
}
</style>
{% endblock %}
<!-- header-start -->
<header>
<div class="row no-margin DivHeader">
<div class="col-md-9 titleAdmin">
<h1 class="titleHead">
<img src="{{'/images/Logo5Sur5.svg'}}" class="logohead"'/>Espace Parent(s)
</h1>
</div>
<div class=" col-md-3 row" style="margin-top:0px">
<a class="w3-button" style="color: #ffff;margin-right:14%" class="" href="{{path('ServiceClient')}}" target="_blank" > <i class="bi bi-headset iconButton" aria-hidden="true"></i>Besoin d'aide</a>
<a class="w3-button" style="color: #ffff" href="{{path('sur5')}}" target="_blank"> <i class="bi bi-question-lg iconButton" aria-hidden="true"></i>5sur5sejour</a>
</div>
</div>
</header>
<!-- header-end -->