{% set image=null %} {% if details.photoBanniere !=null %} {% set image=details.photoBanniere %} {{ tpl.subHeader(block('title'),image) }} {% endif %}<!--start property menu--><div class="property-menu-wrap"> <div class="container"> <ul class="property-menu"> <li><a class="back-top" href="#header-section"><i class="fa fa-long-arrow-up"></i> {{ "Remonter en haut"|trans }}</a></li> <li><a class="target" href="#galleries"> {{ "Galerie Photos"|trans }} </a></li> <li><a class="target" href="#description"> {{ "Description"|trans }} </a></li> <li><a class="target" href="#tarifs"> {{ "Tarifs"|trans }}</a></li> </ul> </div></div>{% if details|length>0 %} <!--end property menu--> {% if configAffichage!= null and configAffichage.VOYAGE.BLOCS_DETAILS is defined and configAffichage.VOYAGE.BLOCS_DETAILS == 2 %} <div class="detail-top"> <div class="container"> <div class="row"> <div class="col-12"> <div class="header-detail table-list details-vo-header-detail-edit"> {#<ol class="breadcrumb"> <li><a href="{{ path('accueil') }}"><i class="fa fa-home"></i></a></li> <li><a href="#">Liste Voyages</a></li> <li class="active">{{ details.libelle }}</li> </ol>#} {% if configAffichage!= null and configAffichage.VOYAGE.BLOCS_DETAILS is defined and configAffichage.VOYAGE.BLOCS_DETAILS == 2 %} <div class="header-left details-vo-header-left-edit"> <h1 class="details-vo-h1-edit"> {{ details.libelle }} </h1> {% if details.villes is not null %} <address class="property-address"><i class="fa fa-map-marker-alt fa-1" aria-hidden="true" style="margin-right: 5px;margin-left: 1px;"></i>{{ details.villes }} </address> {% endif %} </div> <div class="header-right price details-vo-price-edit"> <p class="price-start details-price-start-edit"> {{ "à partir de"|trans }}</p> <span class="item-price details-item-price-edit">{{ details.prix|devise(false,true) }}<sup style=" font-size: 60%; ">{{ deviseSelected().symbole }}</sup></span> <p class="rant details-price-rant-edit"> {{ "par personne"|trans }}</p> </div> {% endif %} </div> {% if configAffichage is defined and configAffichage!= null and configAffichage.VOYAGE.BLOCS_DETAILS is defined and configAffichage.VOYAGE.BLOCS_DETAILS == 2 %} {% for description in details.descriptionsNonLateral %} {% if description.type.libelle=="Autre" %} {{ description.texte |raw }} {% endif %} {% endfor %} {% endif %} {% if configAffichage is defined and configAffichage!= null and configAffichage.VOYAGE.BLOCS_DETAILS is defined and configAffichage.VOYAGE.BLOCS_DETAILS == 2 %} <div class="detail-media detail-top-slideshow" id="galleries"> <div class="tab-content"> <div id="gallery" class="tab-pane fade in active"> {% if details.photosAlbum |length > 0 %} <div class="slideshow"> <div class="slideshow-main"> <div class="slide"> {% for image in details.photosAlbum %} <div> {#<img src="{{image|replace({ domaineBack()~'/' :'' }) }}" width="1170" height="654" alt="Slide show">#} <img src="{{ image }}" width="1170" height="654" alt="Slide show"> </div> {% endfor %} </div> </div> </div> {% endif %} </div> </div> <div class="media-tabs"> <ul class="media-tabs-list"> {% if details.photosAlbum|length>0 %} <li class="popup-trigger" data-placement="bottom" data-toggle="tooltip" data-original-title="{{ details.photosAlbum|length }} Photos"> <a href="#gallery" data-toggle="tab"> <i class="fa fa-camera"></i> </a> </li> {% endif %} </ul> <ul class="actions"> <li class="share-btn"> <div class="share_tooltip tooltip_left fade"> <a href="#" onclick="window.open(this.href, 'mywin','left=50,top=50,width=600,height=350,toolbar=0'); return false;"><i class="fa fa-facebook"></i></a> <a href="#" onclick="if(!document.getElementById('td_social_networks_buttons')){window.open(this.href, 'mywin','left=50,top=50,width=600,height=350,toolbar=0'); return false;}"><i class="fa fa-twitter"></i></a> <a href="#" onclick="window.open(this.href, 'mywin','left=50,top=50,width=600,height=350,toolbar=0'); return false;"><i class="fa fa-pinterest"></i></a> <a href="#" onclick="window.open(this.href, 'mywin','left=50,top=50,width=600,height=350,toolbar=0'); return false;"><i class="fa fa-linkedin"></i></a> <a href="#" onclick="window.open(this.href, 'mywin','left=50,top=50,width=600,height=350,toolbar=0'); return false;"><i class="fa fa-google-plus"></i></a> <a href="#"><i class="fa fa-envelope"></i></a> </div> <span data-placement="right" data-toggle="tooltip" data-original-title="{{ "share"|trans }}"><i class="fa fa-share-alt"></i></span> </li> <li> <span><i class="fa fa-heart-o"></i></span> </li> </ul> </div> </div> {% endif %} </div> </div> </div> </div> {% endif %} <section id="section-body"> <!--start detail content--> <div class="section-detail-content" id="detail-voyage"> <div class="container"> <div class="row"> <div class="col-12 col-sm-12 col-md-8 container-contentbar"> <div class="detail-bar example"> {% if configAffichage!= null and configAffichage.VOYAGE.BLOCS_DETAILS is defined and configAffichage.VOYAGE.BLOCS_DETAILS == 1 %} <div class="a"> {% for description in details.descriptionsNonLateral %} {% if description.type.libelle=="Autre" %} {{ description.texte |raw }} {% endif %} {% endfor %} </div> {% endif %} {% if configAffichage is defined and configAffichage!= null and configAffichage.VOYAGE.BLOCS_DETAILS is defined and configAffichage.VOYAGE.BLOCS_DETAILS == 4 %} {% if details.photosAlbum |length > 0 %} <div> <div class="f-carousel" id="myCarousel"> {% for image in details.photosAlbum %} <div class="f-carousel__slide" data-thumb-src="{{ image }}"> <a href="{{ image }}" data-fancybox="gallery"><img width="100%" height="480" alt="" class="fancy-img" data-lazy-src="{{ image }}"/></a> </div> {% endfor %} </div> </div> {% endif %} <div class="row"> <div class="col-sm-12 col-xs-12"> <div class="header-detail table-list details-vo-header-detail-edit"> <div class="header-left details-vo-header-left-edit"> <h1 class="details-vo-h1-edit"> {{ details.libelle }} </h1> {% if details.villes is not null %} <address class="property-address"> <i class="fa fa-map-marker-alt fa-1" aria-hidden="true" style="margin-right: 5px;margin-left: 1px;"></i>{{ details.villes }} </address> {% endif %} </div> <div class="header-right price details-vo-price-edit"> <p class="price-start details-price-start-edit"> {{ "à partir de"|trans }}</p> <span class="item-price details-item-price-edit">{{ details.prix|devise(false,true) }}<sup style=" font-size: 60%; ">{{ deviseSelected().symbole }}</sup></span> <p class="rant details-price-rant-edit"> {{ "par personne"|trans }}</p> </div> </div> </div> </div> {% endif %} {% if configAffichage == null %} <div class="detail-media detail-top-slideshow" id="galleries"> <div class="tab-content"> <div id="gallery" class="tab-pane fade in active"> {% if details.photosAlbum |length > 0 %} <div class="slideshow"> <div class="slideshow-main"> <div class="slide"> {% for image in details.photosAlbum %} <div> <img src="{{ image }}" width="1170" height="654" alt="Slide show"> </div> {% endfor %} </div> </div> </div> {% endif %} </div> </div> <div class="media-tabs"> <ul class="media-tabs-list"> {% if details.photosAlbum |length > 0 %} <li class="popup-trigger" data-placement="bottom" data-toggle="tooltip" data-original-title="{{ details.photosAlbum|length }} Photos"> <a href="#gallery" data-toggle="tab"> <i class="fa fa-camera"></i> </a> </li> {% endif %} </ul> <ul class="actions"> <li class="share-btn"> <div class="share_tooltip tooltip_left fade"> <a href="#" onclick="window.open(this.href, 'mywin','left=50,top=50,width=600,height=350,toolbar=0'); return false;"><i class="fa fa-facebook"></i></a> <a href="#" onclick="if(!document.getElementById('td_social_networks_buttons')){window.open(this.href, 'mywin','left=50,top=50,width=600,height=350,toolbar=0'); return false;}"><i class="fa fa-twitter"></i></a> <a href="#" onclick="window.open(this.href, 'mywin','left=50,top=50,width=600,height=350,toolbar=0'); return false;"><i class="fa fa-pinterest"></i></a> <a href="#" onclick="window.open(this.href, 'mywin','left=50,top=50,width=600,height=350,toolbar=0'); return false;"><i class="fa fa-linkedin"></i></a> <a href="#" onclick="window.open(this.href, 'mywin','left=50,top=50,width=600,height=350,toolbar=0'); return false;"><i class="fa fa-google-plus"></i></a> <a href="#"><i class="fa fa-envelope"></i></a> </div> <span data-placement="right" data-toggle="tooltip" data-original-title="{{ "share"|trans }}"><i class="fa fa-share-alt"></i></span> </li> </ul> </div> </div> <div class="header-detail table-list details-vo-header-detail-edit"> <div class="header-left "> <h1 class="details-vo-h1-edit"> {{ details.libelle }} </h1> {% if details.villes is not null %} <address class="property-address"><i class="fa fa-map-marker-alt fa-1" aria-hidden="true" style="margin-right: 5px;margin-left: 1px;"></i>{{ details.villes }} </address> {% endif %} </div> <div class="header-right price details-vo-price-edit"> <p class="price-start details-price-start-edit"> {{ "à partir de"|trans }} </p> <span class="item-price"> {{ details.prix|devise(false,true) }}{#<span style=" font-size: 16px; ">000</span>#}<sup style=" font-size: 60%; ">{{ deviseSelected().symbole }}</sup></span> <p class="rant"> {{ "par personne"|trans }}</p> </div> </div> {% elseif configAffichage!= null and configAffichage.VOYAGE.BLOCS_DETAILS is defined and (configAffichage.VOYAGE.BLOCS_DETAILS == 1 or configAffichage.VOYAGE.BLOCS_DETAILS == 3) %} <div class="detail-media detail-top-slideshow b" id="galleries"> <div class="tab-content"> <div id="gallery" class="tab-pane fade in active"> {% if details.photosAlbum |length > 0 %} <div class="slideshow"> <div class="slideshow-main"> <div class="slide"> {% for image in details.photosAlbum %} <div> <img src="{{ image }}" width="1170" height="654" alt="Slide show"> </div> {% endfor %} </div> </div> </div> {% endif %} </div> </div> <div class="media-tabs"> <ul class="media-tabs-list"> {% if details.photosAlbum |length > 0 %} <li class="popup-trigger" data-placement="bottom" data-toggle="tooltip" data-original-title="{{ details.photosAlbum|length }} Photos"> <a href="#gallery" data-toggle="tab"> <i class="fa fa-camera"></i> </a> </li> {% endif %} </ul> <ul class="actions"> <li class="share-btn"> <div class="share_tooltip tooltip_left fade"> <a href="#" onclick="window.open(this.href, 'mywin','left=50,top=50,width=600,height=350,toolbar=0'); return false;"><i class="fa fa-facebook"></i></a> <a href="#" onclick="if(!document.getElementById('td_social_networks_buttons')){window.open(this.href, 'mywin','left=50,top=50,width=600,height=350,toolbar=0'); return false;}"><i class="fa fa-twitter"></i></a> <a href="#" onclick="window.open(this.href, 'mywin','left=50,top=50,width=600,height=350,toolbar=0'); return false;"><i class="fa fa-pinterest"></i></a> <a href="#" onclick="window.open(this.href, 'mywin','left=50,top=50,width=600,height=350,toolbar=0'); return false;"><i class="fa fa-linkedin"></i></a> <a href="#" onclick="window.open(this.href, 'mywin','left=50,top=50,width=600,height=350,toolbar=0'); return false;"><i class="fa fa-google-plus"></i></a> <a href="#"><i class="fa fa-envelope"></i></a> </div> <span data-placement="right" data-toggle="tooltip" data-original-title="{{ "share"|trans }}"><i class="fa fa-share-alt"></i></span> </li> <li> <span><i class="fa fa-heart-o"></i></span> </li> </ul> </div> </div> <div class="header-detail table-list details-vo-header-detail-edit c"> <div class="header-left"> <h1 class="details-vo-h1-edit"> {{ details.libelle }} </h1> {% if details.villes is not null %} <address class="property-address"><i class="fa fa-map-marker-alt fa-1" aria-hidden="true" style="margin-right: 5px;margin-left: 1px;"></i>{{ details.villes }} </address> {% endif %} </div> <div class="header-right price details-price-start-edit"> {% if details.aPartirDe=="true" %} <p class="price-start details-price-start-edit"> {{ "à partir de"|trans }}</p> {% endif %} <span class="item-price details-item-price-edit"> {{ details.prix|devise(false,true) }}<sup style=" font-size: 60%; ">{{ deviseSelected().symbole }}</sup></span> <p class="rant"> {{ "par personne"|trans }}</p> </div> </div> {% endif %} {% if configAffichage is defined and configAffichage!= null and configAffichage.VOYAGE.BLOC_THEMES_VO == "afficher-theme" %} {% if details.themes|length>0 %} <div id="services-module-3" class="detail-block services-module style3 d"> <div class="row"> {% for theme in details.themes %} <div class="col-12 col-sm-6 col-md-4 theme-details-voyage"> <div class="service-block d-flex align-items-center"> {% if theme.path != null %} <div class="block-icon"> <img src="{{ theme.path }}" width="30" height="30" alt="{{ theme.libelle }}"> </div> {% endif %} <div class="block-content"> <h3>{{ theme.libelle }}</h3> </div> </div> </div> {% endfor %} </div> </div> {% endif %} {% endif %} {% include checkCustomTemplate('VoyagesOrganise/details/description.html.twig') %} </div> </div> <div class="col-12 col-xs-12 col-md-4 container-sidebar"> <aside id="sidebar" class="sidebar-white"> {% if configAffichage is defined and configAffichage!= null and configAffichage.VOYAGE.ADD_FORM_ROOM_PAX_DETAILS_OMRA =='oui' and type==6 %} <div class="mob-side payment-side-block border-color-omra"> <form action="" method="post" onsubmit="$(this).attr('action','{{ path('reservation', {slug : app.request.get('slug'), pack:'_pack_', periode:'_periode_'}) }}'.replace('_pack_',$('select#packs').val()).replace('_periode_',$('select#periodes').val()))" class="form-reservation-omra"> <h3 class="bloc-rtl text-center mb-3 py-2"> Inscription </h3> <div class="row"> <div class="form-group packs bloc-rtl"> <h4 class="control-label" style="float: right">{{ "Programme(s)"|trans }}</h4> <select class="form-control" id="packs" style=" width: 100%; "> {% for periode in details.PERIODES %} {% for pack in periode.PACKS %} <option class="packs-{{ periode.id }}" {% if not loop.parent.loop.first %}hidden{% endif %} value="{{ pack.id }}" {% if loop.parent.loop.first and loop.first %}selected{% endif %}>{{ pack.libelle }} {% if (periode.nombreInscription >= periode.maxInscription or periode.complet == true) and (type !=8 ) %} disabled {% endif %} </option> {% endfor %} {% endfor %} </select> </div> <div class="form-group bloc-rtl periode"> <h4 class=" control-label" style="float: right">{{ "Voyage(s)"|trans }}</h4> <select class="form-control periode-select" id="periodes" style=" width: 100%; "> {% for periode in details.PERIODES %} <option value="{{ periode.id }}" data-complet=" "> {% if (periode.nombreInscription >= periode.maxInscription or periode.complet == true) and (type !=8 ) %} disabled {% endif %} {% if configAffichage.VOYAGE.TEXT_SELECT_PERIODES == "libelle" %} {{ periode.libelle }} {% elseif configAffichage.VOYAGE.TEXT_SELECT_PERIODES == "periode" %} {{ "du"|trans }} {{ periode.du|date("d/m/Y") }} {{ "au"|trans }} {{ periode.au|date("d/m/Y") }} {% elseif configAffichage.VOYAGE.TEXT_SELECT_PERIODES == "libelle-periode" %} {{ periode.libelle }} {{ "du"|trans }} {{ periode.du|date("d/m/Y") }} {{ "au"|trans }} {{ periode.au|date("d/m/Y") }} {% endif %} </option> {% endfor %} </select> </div> <div> <h4 style="text-align: right">{{ "Chambres"|trans }} <a href="javascript:void(0)" class="add_chambre mx-2"> <i class="fas fa-plus-square font-size-21 text-primary"></i> </a> <a href="javascript:void(0)" class="reset_chambres pull-right"> <i class="fas fa-redo-alt"></i> </a> </h4> <div class="chambres"> <div class="chambre first" id="chambre_1"> <div class="form-group"> <a style="display: none" href="javascript:void(0)" class="delete_chambre pull-right"> <i class="fas fa-trash"></i> </a> <label class="control-label chmbr" style="float: right">{{ "Chambre"|trans }} 1</label> <select name="reservation[chambre][0][type]" class="form-control chambre-select" style=" width: 100%; "> {% for key, chambre in details.typeChambre %} <option value="{{ key }}"> {{ "Chambre"|trans }} {{ chambre }} </option> {% endfor %} </select> </div> <div class="row"> <div class="col-md-4 col-sm-4"> <div class="form-group"> <label>Adultes</label> <div class="numbers-row d-flex align-items-center"> <div class="dec button_inc"><i class="fas fa-minus-square font-size-21 text-primary"></i> </div> <input type="number" value="1" class="qty2 form-control adultes bg-transparent noborder" name="reservation[chambre][0][adultes]" readonly> <div class="inc button_inc"><i class="fas fa-plus-square font-size-21 text-primary"></i> </div> </div> </div> </div> <div class="col-md-4 col-sm-4"> <div class="form-group"> <label>Enfants</label> <div class="numbers-row d-flex align-items-center"> <div class="dec button_inc"><i class="fas fa-minus-square font-size-21 text-primary"></i> </div> <input type="number" value="0" class="qty2 form-control enfants bg-transparent noborder" name="reservation[chambre][0][enfants]" readonly> <div class="inc button_inc"><i class="fas fa-plus-square font-size-21 text-primary"></i> </div> </div> </div> </div> <div class="col-md-4 col-sm-4"> <div class="form-group"> <label>Bébés {# <small>(-2 ans)</small>#} </label> <div class="numbers-row d-flex align-items-center"> <div class="dec button_inc"><i class="fas fa-minus-square font-size-21 text-primary"></i> </div> <input type="number" value="0" class="qty2 form-control bebes bg-transparent noborder" name="reservation[chambre][0][bebes]"> <div class="inc button_inc"><i class="fas fa-plus-square font-size-21 text-primary"></i> </div> </div> </div> </div> </div> </div> </div> </div> </div> <button class="btn_full theme-btn" type="submit">{{ "S'inscrire"|trans }} </button> </form> </div> {% endif %} {% for pls in details.PERIODES %} {% if pls.plans|length>0 and loop.first %} <div class="detail-block widget-categories details-vo-widget-categories-edit "> <div class="widget-top"> <h3 class="widget-title details-vo-widget-title-edit">PLANS DE VOYAGE</h3> </div> <div class="form-group details-vo-form-group-edit"> <label class="control-label details-vo-control-label-edit"> {{ "Prochains #{type==8?'date':'départs'}"|trans }}</label> <select class="form-control" id="sel2" style=" width: 100%; "> {% for periode in details.PERIODES %} <option value="{{ periode.id }}" {% if loop.first %}selected{% endif %}> {% if configAffichage.VOYAGE.TEXT_SELECT_PERIODES == "libelle" %} {{ periode.libelle }} {% elseif configAffichage.VOYAGE.TEXT_SELECT_PERIODES == "periode" %} {{ "du"|trans }} {{ periode.du|date("d/m/Y") }} {{ "au"|trans }} {{ periode.au|date("d/m/Y") }} {% elseif configAffichage.VOYAGE.TEXT_SELECT_PERIODES == "libelle-periode" %} {{ periode.libelle }} {{ "du"|trans }} {{ periode.du|date("d/m/Y") }} {{ "au"|trans }} {{ periode.au|date("d/m/Y") }} {% endif %} </option> {% endfor %} </select> </div> <div class="details-vo-pack-edit"> <div class="details-vo-pack-list-edit"> {% if details.PERIODES | length > 0 %} {% for periode in details.PERIODES %} {% set plans=periode.plans|length %} <div class="pack_item_palns details-vo-pack-item-palns-edit" id="pl-{{ periode.id }}" style="padding-top:20px;{% if loop.first %}display:block;{% else %}display:none;{% endif %}"> {% for pl in periode.plans %} <div class="widget-body details-vo-widget-body-edit " {% if not loop.last %} style="border-bottom: 2px dotted #08a5ea;margin-bottom: 10px;" {% endif %}id="plan-voyages"> {% if pl.company.logo is null %} <p> company:{{ pl.company.nom }}</p> {% else %} <div class="info_voyages_organises d-flex justify-content-between align-items-center" style="justify-content: space-between;"> <img src="{{ pl.company.logo }}" class="" title="{{ pl.company.nom }}" style="width: 80px"> <div class="price details-vo-price-edit">{{ pl.description|raw }}</div> </div> {% endif %} <div class=" d-flex " style="justify-content: space-between;margin-top: 10px;" id="palnvol"> <h6 style="width: 100%"> Aéroport Départ: <br> <div class="aeroport details-vo-aeroport-edit">{{ pl.aeroport }} </div> </h6> <div style="width: 150px"><img src="{{ asset('assets-commun/images/planeplan.svg') }}" class="" title="{{ pl.company.nom }}" style="width: 45px; "></div> <h6 style="width: 85%">Aéroport Arrivée: <br> <div class="aeroport details-vo-aeroport-edit "> {{ pl.aeroport_arrivee }}</div> </h6> </div> </div> {% endfor %} </div> {% endfor %} {% endif %} </div> </div> </div> {% endif %} {% endfor %} {% if configAffichage is defined and configAffichage!= null and configAffichage.VOYAGE.BLOCS_DETAILS == 3 %} {% for description in details.descriptionsLateral %} {% if description.type.libelle=="Autre" %} <div class="detail-block widget-categories details-vo-widget-categories-edit"> {% if description.libelle is not null %} <div class="widget-top details-vo-widget-top-edit"> <h3 class="widget-title details-vo-widget-title-edit">{{ description.libelle }}</h3> </div> {% endif %} <div class="widget-body details-vo-widget-body-edit"> <p class="details-vo-widget-p-edit">{{ description.texte |raw }}</p> </div> </div> {% endif %} {% endfor %} {% endif %} {% for description in details.descriptionsLateral %} {% if description.type.libelle!="Autre" %} <div class="widget widget-categories details-vo-widget-categories-edit" id="descriptionsLateral-detail-voyage-{{ loop.index }}"> {% if description.libelle is not null %} <div class="widget-top details-vo-widget-top-edit"> <h3 class="widget-title details-vo-widget-title-edit">{{ description.libelle }}</h3> </div> {% endif %} <div class="widget-body details-vo-widget-body-edit"> <p class="details-vo-widget-p-edit">{{ description.texte |raw }}</p> </div> </div> {% endif %} {% endfor %} {% if details.photosHotel|length>0 %} <div class="detail-block widget-slider details-vo-widget-slider-edit"> <div class="widget-top details-vo-widget-top-edit"> <h3 class="widget-title details-vo-widget-title-edit"> {{ "Albums Photos Hôtel"|trans }}</h3> </div> <div class="widget-body details-vo-widget-body-edit"> <div class="property-widget-slider details-vo-property-widget-slider-edit"> {% for hotel in details.photosHotel %} <div class="item details-vo-item-edit"> <div class="figure-block"> <figure class="item-thumb"> <a href="#" class="hover-effect"> <img src="{{ hotel.image }}" width="370" height="202" alt="{{ hotel.alt }}"> </a> {% if hotel.alt is not null %} <div class="price details-vo-price-edit"> <span class="item-price details-vo-item-price-edit">{{ hotel.alt }}</span> </div> {% endif %} </figure> </div> </div> {% endfor %} </div> </div> </div> {% endif %} <ul id="tools_2"> <li class="dropdown-new details-vo-dropdown-new-partage-edit"> <div class="detail-block"> {#<a href="javascript:void(0)"> <i id="addthis" class="fa fa-share-alt"></i> {{ "Partager"|trans }} </a>#} <div class="share-buttons align-items-center"> <i class="fa fa-share-alt"></i> {{ "Partager"|trans }} {% if reseauxSociaux and reseauxSociaux.facebook is not null %} <button class="share-button facebook"> <i class="fab fa-facebook-f"></i> </button> {% endif %} {% if reseauxSociaux and reseauxSociaux.twitter is not null %} <button class="share-button twitter"> <i class="fab fa-twitter"></i> </button> {% endif %} {% if reseauxSociaux and reseauxSociaux.twitter is not null %} <button class="share-button linkedin"> <i class="fab fa-linkedin"></i> </button> {% endif %} {% if reseauxSociaux and reseauxSociaux.instagram is not null %} <button class="share-button instagram"> <i class="fab fa-instagram"></i> </button> {% endif %} </div> </div> </li> {% if details.maps |length > 0 %} <li> {% for map in details.maps %} {% if loop.first %} <a href="{{ asset(map) }}" data-thumbnail="{{ asset(map) }}" class="video html5lightbox" data-group="map"><i class="fa fa-map-marker-alt"></i>Afficher la carte</a> {% endif %} <a href="{{ asset(map) }}" data-thumbnail="{{ asset(map) }}" class="video html5lightbox" data-group="map" style="display: none;"></a> {% endfor %} </li> {% endif %} {% if details.prog_pdf is not null %} <li><a class="pdf-prog" target="_blank" href="{{ details.prog_pdf }}"><i class="fa fa-download"></i> {{ "Télécharger le programme"|trans }} </a></li> {% endif %} {% if details.visa_pdf is not null %} <li><a target="_blank" href="{{ asset(details.visa_pdf) }}"><i class="fas fa-cloud-download-alt"></i> {{ "Visas demandés"|trans }} </a></li> {% endif %} {% if details.docs_pdf is not null %} <li><a target="_blank" href="{{ asset(details.docs_pdf) }}"><i class="fas fa-cloud-download-alt"></i> {{ "Papiers nécessaires"|trans }} </a></li> {% endif %} {% if details.videos|length > 0 %} <li class="magnific-gallery" id="video-voyage"> {% for video in details.videos %} {% if loop.index == 1 %} <a href="{{ video.embed }}" data-thumbnail="{{ video.thumb }}" class="video html5lightbox" data-group="omra"> <i class="fa fa-file-video-o"></i> {{ "Galerie vidéos"|trans }} </a> {% endif %} <a style="display:none" href="{{ video.embed }}" data-thumbnail="{{ video.thumb }}" class="video html5lightbox" data-group="omra"></a> {% endfor %} </li> {% endif %} </ul> {% if facebook and facebook!=null %} <div class="detail-block fb-version" style="padding:10px"> <div class="fb-page" data-tabs="timeline,events,messages" data-href="{{ facebook }}" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"></div> <div class="clearfix"></div> </div> {% endif %} {% for article in ArticlesElement().desktop %} {% if article.code=="infovoyage" %} {% for ele in article.elements %} <div class="detail-block " style="height: 490px"> <div class="widget-top"> <h3 class="widget-title" style="color: #e41f26;font-weight: 600;text-align: center;"> {{ "Besoin de plus d'informations"|trans }} </h3> </div> <div class="widget-top" style="padding: 0px 50px 0px 50px;"> <h3 class="widget-title" style="background: red;color: white; padding: 5px 5px 5px 5px; border-radius: 17px;text-align: center;">{{ "Contactez-Nous"|trans }} </h3> </div> <div class="widget-body "> <a href="tel:{{ agence.tel1 }}"> <img src=" {{ domaineBack() }}/{{ ele.photo }}" alt="" class=""> </a> <div class="container-ramco" style="float: left; {% if is_mobile() %} position: relative;top: 300px; {% endif %}"> <a style="color: black" href="tel:{{ ele.metaDescriptions }}"> <img style="box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 30%);border-radius: 50%;" src="{{ asset('assets-commun/images/icons/phonevo-ramco.svg') }}" alt="" class="ramco-image"> </a> {% if not is_mobile() %} <div class="middle"> <div class="text-ramco">{{ ele.metaDescriptions }}</div> </div> {% endif %} </div> <div class="container-ramco2" style="float: right"> <a style="color: black" href="tel:{{ ele.texte }}"> <img style=" box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 30%);border-radius: 50%;" src="{{ asset('assets-commun/images/icons/portable-vo-ramco.svg') }}" alt="" class="ramco-image2"> </a> {% if not is_mobile() %} <div class="middle2"> <div class="text-ramco2">{{ ele.texte }}</div> </div> {% endif %} </div> </div> </div> {% endfor %} {% endif %} {% endfor %} </aside> </div> </div> </div> </div> <!--end detail content--> </section> {% if details.photosAlbum|length>0 %} <div id="lightbox-popup-main" class="fade"> <div class="lightbox-popup"> <div class="popup-inner"> <div class="lightbox-left"> <div class="lightbox-header"> <div class="header-actions"> <ul class="actions"> <li class="lightbox-close"> <span><i class="fa fa-close"></i></span> </li> </ul> </div> </div> <div class="gallery-area"> <div class="slider-placeholder"> <div class="loader-inner"> <span class="fa fa-spin fa-spinner"></span> {{ "Téléchargement..."|trans }} </div> </div> <div class="expand-icon lightbox-expand hidden-xs"></div> <div class="gallery-inner"> <div class="lightbox-slide slide-animated"> {% for image in details.photosAlbum %} <div> <img src="{{ image }}" alt="Lightbox Slider" width="1170" height="525"> </div> {% endfor %} </div> </div> <div class="lightbox-slide-nav visible-xs"> <button class="lightbox-arrow-left lightbox-arrow"><i class="fa fa-angle-left"></i> </button> <button class="lightbox-arrow-right lightbox-arrow"><i class="fa fa-angle-right"></i></button> </div> </div> </div> </div> </div> </div> {% endif %}{% endif %}