{% set target = ['','Top','_new','Self','Blank','Parent'] %}
{% if theme_option != null %}
{% set logoFooter = theme_option.actifLogoFooter %}
{% set logoPosition = theme_option.positionLogoFooter %}
{% set telFooter = theme_option.actifTelFooter %}
{% set titreTelFooter = theme_option.actifTitreTelFooter %}
{% set emailFooter = theme_option.actifEmailFooter %}
{% set titreEmailFooter = theme_option.actifTitreEmailFooter %}
{% set adresseFooter = theme_option.actifAdresseFooter %}
{% set titreAdresseFooter = theme_option.actifTitreAdresseFooter %}
{% set horairesFooter = theme_option.actifHorairesFooter %}
{% set titreHorairesFooter = theme_option.actifTitreHorairesFooter %}
{% set socialFooter = theme_option.actifReseauxSociauxFooter %}
{% set button1Footer = theme_option.actifBouton1Footer %}
{% set pictosInfosFooter = theme_option.actifPictosInfoFooter %}
{% set class_icon = '' %}
{% if pictosInfosFooter == 0 %}
{% set class_icon = 'd-md-none' %}
{% endif %}
{% set codeqrFooter = theme_option.actifCodeqrFooter %}
{% set texteFooter = theme_option.actifTexteFooter %}
{% set nbrContactsInput = theme_option.nbrContactsFooter %}
{% set logoCopyright = theme_option.actifLogoCopyright %}
{% set dateCopyright = theme_option.actifDateCopyright %}
{% set bgTopFooter = theme_option.bgColorTopFooter %}
{% set colorTopFooter = theme_option.colorTopFooter %}
{% set bgSubFooter = theme_option.bgColorSubFooter %}
{% set colorSubFooter = theme_option.colorSubFooter %}
{% if theme_option.footerstyle == null or theme_option.footerstyle == 'footer1' %}
{{ include ('front/'~ app.request.server.get('APP_THEME') ~'/partials/footer/modeles/_footer1.html.twig')}}
{% elseif theme_option.footerstyle == null or theme_option.footerstyle == 'footer2' %}
{{ include ('front/'~ app.request.server.get('APP_THEME') ~'/partials/footer/modeles/_footer2.html.twig')}}
{% endif %}
{% endif %}