{#
/*
* Autheur:Rouis Rim
* Email:rouis.rim@gmail.com
* Date de création :25/12/2019
* Role: Connexion
*
*/#}
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>5 sur 5 </title>
<link rel="shortcut icon" type="image/x-icon" href="{{'/images/Logo.png'}}" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{{'/Plugins/css/bootstrap.min.css'}}" >
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="{{'/css/Accompagnateur/Style_EspaceAccompagnateur.css'}}" >
<link rel="stylesheet" href="{{'/css/Accompagnateur/Style_LoginAccompagnateur.css'}}" >
<link rel="stylesheet" href="{{'/Plugins/css/dropdown.css'}}" >
<style>
@font-face {
font-family: 'Montserrat-Regular';
src: url( {{ '/fonts/Montserrat/Montserrat-Regular.otf' }}) format('opentype');
}
@font-face {
font-family: 'Montserrat-Medium';
src: url( {{ '/fonts/Montserrat/Montserrat-Medium.otf' }}) format('opentype');
}
@font-face {
font-family: 'Montserrat-Bold';
src: url( {{ '/fonts/Montserrat/Montserrat-Bold.otf' }}) format('opentype');
}
@font-face {
font-family: 'Montserrat-Light';
src: url( {{ '/fonts/Montserrat/Montserrat-Light.otf' }}) format('opentype');
}
@font-face {
font-family: 'Montserrat-SemiBold';
src: url( {{ '/fonts/Montserrat/Montserrat-SemiBold.otf' }}) format('opentype');
}
html {
max-width:2000px ;
margin:auto ;
}
.centrer{
margin:auto;
}
</style>
<script>
$(".logmobile").click(function () {
$(".DivFooter").css('display', 'flex');
$(".DivFootermobile").hide();
});
</script>
{{ render(controller(
'App\\Controller\\AnalyticsController::analyticsBloc',
{ 'max': 3 }
)) }}
</head>
<body>
<div class="row no-margin headerAccompagnateur"></div>
<div class="row no-margin " align="center">
<a href="/" class=" centrer"><img class="logoCenter " style="margin: auto;padding-top: 15px; margin: auto;" src="{{ asset ('Accueil/imagesAccueil/logoHeader.svg')}}" class="logoheadAccom" /> </a>
</div>
<div class="contentAccomp">
<div class="row no-margin" >
<form method="post" action="{{ path("request_password") }}" class="login-form" >
<p class ="Mp"> <i class="fa fa-lock"></i> Changer mot de passe </p>
<br>
<input name="code" class="form-control" placeholder="Saisir votre Code Séjour ...">
<button class="circle" style="margin:auto;" type="submit">Envoyer </button>
</form>
</div>
</div>
<div class="row no-margin rowFooter">
<div class="col-lg-1 col-md-1 col-sm-1 col-xs-1 no-padding SeparateurLeftAccom separteurfooter "></div>
<div class="col-sm-12 col-xs-12 no-padding DivFootermobile row no-margin">
<div class=' col-sm-3 col-xs-3 no-padding logmobile'>
<img src="{{'/images/Accompagnateur/IconeSejour.svg'}}" style="width: 44px;" onclick="">
</div>
<div class=' col-sm-3 col-xs-3 no-padding logmobile '>
<img src="{{'/images/Accompagnateur/LogoEspaceAccom.svg'}}" style="width: 42px;" onclick="">
</div>
<div class=' col-sm-3 col-xs-3 no-padding logmobile'>
<img src="{{'/images/Accompagnateur/GlobeFooter.svg'}}" style="width: 32px;" onclick="">
</div>
<div class=' col-sm-3 col-xs-3 no-padding logmobile '>
<img src="{{'/images/iconcasque.svg'}}" class= "">
</div>
</div>
<div class="col-lg-11 col-md-11 col-sm-11 col-xs-11 no-padding DivFooter">
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-6 no-padding ContenuFooter">
<div class="col-lg-2 col-md-2 col-sm-2 col-xs-2 no-padding divlogoFooter">
<img src="{{'/images/Accompagnateur/LogoFooter.svg'}}" class="logoFooter"/>
</div>
<div class='row no-margin col-lg-3 col-md-4 col-sm-4 col-xs-4 no-padding log'>
<h4 style="background-image:url('{{'/images/Accompagnateur/IconeSejour.svg'}}');" class="titleFooter titleparent " onclick='location.href = "{{path('app_back_Parent')}}";'>Espace Parent(s)</h4>
</div>
<div class='row no-margin col-lg-3 col-md-4 col-sm-4 col-xs-4 no-padding log'>
<h4 style="background-image:url('{{'/images/Accompagnateur/LogoEspaceAccom.svg'}}');" class="titleFooter titleaccom" onclick='location.href = "{{path('app_back_Acommpa')}}";'>Espace accompagnateur</h4>
</div>
<div class='row no-margin col-lg-3 col-md-4 col-sm-4 col-xs-4 no-padding log'>
<h4 style="background-image:url('{{'/images/Accompagnateur/GlobeFooter.svg'}}');" class="titleFooter titlepartenaire" onclick='location.href = "{{path('app_login_back_Partenaire')}}";'>Espace partenaire</h4>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-6 no-padding ContenuFooter1">
<div class='row no-margin col-lg-2 col-md-2 col-sm-2 col-xs-2 no-padding log1'>
{% if not (app.user) %}
<h4 class="titleFooter titleconf" onclick='location.href = "{{path('Mentionlegale')}}";'> Mentions légales </h4>
{% else %}
{% if app.user.roles[0]=="ROLE_ACC" %}
<h4 class="titleFooter titleconf" onclick='location.href = "{{path('Mentionlegale_Accompa')}}";'> Mentions légales </h4>
{% elseif app.user.roles[0]=="ROLE_PARTENAIRE" %}
<h4 class="titleFooter titleconf" onclick='location.href = "{{path('Mentionlegale_Partenaire')}}";'> Mentions légales </h4>
{% elseif app.user.roles[0]=="ROLE_PARENT" %}
<h4 class="titleFooter titleconf" onclick='location.href = "{{path('Mentionlegale_Parent')}}";'> Mentions légales </h4>
{% endif %}
{% endif %}
</div>
<div class='row no-margin col-lg-4 col-md-4 col-sm-4 col-xs-4 no-padding log1'>
{% if not (app.user) %}
<h4 class="titleFooter titlepolitic" onclick='location.href = "{{path('Politique')}}";'> Charte des données personnelles <br> et d’usage des cookies</h4>
{% else %}
{% if app.user.roles[0]=="ROLE_ACC" %}
<h4 class="titleFooter titlepolitic" onclick='location.href = "{{path('Politique_Accompa')}}";'> Charte des données personnelles <br> et d’usage des cookies</h4>
{% elseif app.user.roles[0]=="ROLE_PARTENAIRE" %}
<h4 class="titleFooter titlepolitic" onclick='location.href = "{{path('Politique_Partenaire')}}";'> Charte des données personnelles <br> et d’usage des cookies</h4>
{% elseif app.user.roles[0]=="ROLE_PARENT" %}
<h4 class="titleFooter titlepolitic" onclick='location.href = "{{path('Politique_Parent')}}";'> Charte des données personnelles <br> et d’usage des cookies</h4>
{% endif %}
{% endif %}
</div>
<div class='row no-margin col-lg-3 col-md-2 col-sm-2 col-xs-2 no-padding log1'>
{% if not (app.user) %}
<h4 class="titleFooter titlecond" onclick='location.href = "{{path('Conditongeneral')}}";'>Conditions générales</h4>
{% else %}
{% if app.user.roles[0]=="ROLE_ACC" %}
<h4 class="titleFooter titlecond" onclick='location.href = "{{path('Conditongeneral_Accompa')}}";'>Conditions générales</h4>
{% elseif app.user.roles[0]=="ROLE_PARTENAIRE" %}
<h4 class="titleFooter titlecond" onclick='location.href = "{{path('Conditongeneral_Partenaire')}}";'>Conditions générales </h4>
{% elseif app.user.roles[0]=="ROLE_PARENT" %}
<h4 class="titleFooter titlecond" onclick='location.href = "{{path('Conditongeneral_Parent')}}";'>Conditions générales</h4>
{% endif %}
{% endif %}
</div>
<div class='row no-margin col-lg-3 col-md-4 col-sm-4 col-xs-4 no-padding log1'>
<a href="tel:+33 5 36 28 29 30"> <img src="{{'/images/300ppi/5sur5-Aide.png'}}" class="lconeFooter Iconaide"/></a>
<h4 class="titleFooter titleaide"> Service client <a style="color:#000;"class="aide" href="tel:+33 5 36 28 29 30">05 36 28 29 30</a></h4> </div>
</div>
</div>
</div>
<!--/ footer end -->
</body>
</html>