38, rue Gambetta 32100 Condom, FRANCE
+33 (0)5 62 28 33 33
RESERVATIONS

Welcome to Hotel Les Trois Lys, Condom (Gers)

{source}<!– Font Awesome –>
<link rel=”stylesheet” id=”rsvit_fontawsome-css” href=”https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css?ver=4.8.1″ type=”text/css” media=”all” />
<!– jQuery –>
<script type=”text/javascript” src=”https://code.jquery.com/jquery-3.2.1.min.js”></script>
<script>
/* BESTPRICE WIDGET CONFIGURATION – ProxIT v1.9
Copyright (c) 2014-2020, Interface Technologies. All rights reserved. */
var reservitHotelId = ‘398243’; // Votre Hotelid chez Interface Technologies
var reservitCustdId = ‘233’; // Votre Custid chez Interface Technologies
// Widget Configuration
var paramsWidget = {
‘fromdate’ :”,
‘nbAdultMax’ : 4, // Nombre maximum d’adultes selectionnable par l’utilisateur
‘nbChildMax’ : 2, // Nombre maximum d’enfants selectionnable par l’utilisateur
‘bDisplayBestPrice’ : true, // Determine l’affichage ou non du bloc présentant le meilleur tarif
‘langcode’ : ‘EN’, // Langue du widget
‘divContainerWidth’ : ‘250px’, // Largeur (en px) du div contenant le widget, dans le cas d’une intégration en iframe (400px conseillé au minimum en largeur de l’iframe)
‘partid’ : ”, // Id du partenaire s’affichant a la place du tarif “site web hotel” (partid), ce parametre est optionnel, vous pouvez donc ne pas le remplir}}
‘bDisplayDistrib’ : true, // Determine l’affichage ou non du bloc présentant les distributeurs
‘partidDistrib’ : ‘354’, // Id du partenaire avec lequel comparer vos tarifs (partidDistrib), ce parametre est optionnel, vous pouvez donc ne pas le remplir}}
‘partidDistrib01’ : ”, // Id du partenaire avec lequel comparer vos tarifs (partidDistrib), ce parametre est optionnel, vous pouvez donc ne pas le remplir}}
‘partidDistrib02’ : ”, // Id du partenaire avec lequel comparer vos tarifs (partidDistrib), ce parametre est optionnel, vous pouvez donc ne pas le remplir}}
‘langunavail_EN’ : ”, // Libellé utilisé lorsqu’un prix est indisponible (facultatif)
‘showDistribEqual’: ‘false’,
‘version’: ‘2’ // Version du design
};
// Core – DO NOT MODIFY
function buildWidgetUrl(){
var urlToCall = ‘https://secure.reservit.com/front’+reservitHotelId+’/front.do?m=widget&mode=init&custid=’+reservitCustdId+’&hotelid=’+reservitHotelId;
for (key in paramsWidget) {
urlToCall += ‘&’+key+’=’+paramsWidget[key];
}
if (typeof _gaq != ‘undefined’ && typeof _gat != ‘undefined’ ) {
var pageTracker = _gat._getTrackerByName();
var linkerUrl = pageTracker._getLinkerUrl(urlToCall);
urlToCall = linkerUrl;
}
return urlToCall;
}
function getWidgetInIframe(iframeReservitBestPriceWidget){
document.getElementById(iframeReservitBestPriceWidget).src = buildWidgetUrl();
}
setTimeout(function() {
if(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) {
jQuery(‘#rsvit_btn’).show(‘swing’);
} else {
jQuery(‘#ReservitBestPriceWidget’).show(‘swing’);
setTimeout(function() {
jQuery(“#rsvit_btn”).trigger(“click”);
}, 1000);
}
}, 2000);
jQuery(function() {
getWidgetInIframe(‘iframeReservitBestPriceWidget’);
jQuery(‘#box_btn’).click(function() {
jQuery(‘#rsvit_btn’).show(‘swing’);
jQuery(‘#ReservitBestPriceWidget’).hide(‘swing’);
});
jQuery(‘#rsvit_btn’).click(function() {
jQuery(‘#rsvit_btn’).hide(‘swing’);
jQuery(‘#ReservitBestPriceWidget’).show(‘swing’);
});
});
</script>
<style>
#rsvit_btn {
justify-content: center;
align-items: center;
transform: initial;
padding: 10px 20px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
background-color: #26a7b8;
color: #fff;
border: 0;
top: 335px;
bottom: initial;
cursor: pointer;
right: 0;
position : fixed;
z-index: 999999;
display: none;
}
#iframeReservitBestPriceWidget {
margin: auto;
border: none;
max-width: initial;
text-align: center;
width: 100%;
height: 100%;
padding-top: 5px;
}
#btn_bed_ico {
font-size: 1.3em;
border: 2px solid;
border-radius: 3px;
padding: 2px 3px 2px 3px;
margin-right: 5px;
}
#rsvit_btn>span {
font-weight: normal;
}
#ReservitBestPriceWidgetbox {
border: 0;
position: relative;
z-index: 999998;
background-color : transparent;
text-align: center;
overflow: hidden;
width: 250px;
height: 100%;
}
#ReservitBestPriceWidget {
position: fixed;
top: 50%;
display: none;
text-align: center;
width: 250px;
height: 450px;
right: 0;
transform: translateX(0);
transform: translateY(-50%);
left: initial;
z-index: 9999;
}
#box_btn_close {
font-size: 14px;
color: black;
transition: transform 0.5s ease;
margin: auto;
}
#box_btn_close:hover {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#box_btn {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
vertical-align: middle;
top: -5px;
left: -5px;
width: 25px;
height: 25px;
border-radius: 50%;
padding-top: 3px;
text-align: center;
cursor: pointer;
background-color: white;
z-index: 1000000;
}
/* DEBUT RESPONSIVE */
@media (max-width: 790px) {
#rsvit_btn {
width: 92%;
left: 4%;
bottom: 0;
top: initial;
border-bottom-left-radius: 0;
border-top-right-radius: 5px;
background-color: rgba(244,158,76,0.9);
}
#ReservitBestPriceWidget {
left: 50%;
right: initial;
margin-left: -125px;
}
}
@media screen and (max-width:450px) and (orientation:portrait) {
#ReservitBestPriceWidget {
width: 250px;
height: 90%;
}
}
@media screen and (max-width:750px) and (orientation:landscape) {
#ReservitBestPriceWidget {
width: 250px;
height: 90%;
}
}
/* FIN RESPONSIVE */
</style>
<button id=”rsvit_btn” style=”display:none;”>
<i id=”btn_bed_ico” class=”fa fa-bed” aria-hidden=”true”></i>Best Price
</button>
<div id=”ReservitBestPriceWidget” style=”display:none;”>
<div id=”box_btn”>
<i id=”box_btn_close” class=”fa fa-times” aria-hidden=”true”></i>
</div>
<div id=”ReservitBestPriceWidgetbox”>
<iframe id=”iframeReservitBestPriceWidget” src=””></iframe>
</div>
</div>
{/source}

In the very heart of Gascony, famous for its Armagnac lies the small historic town of Condom.

In its very centre one finds the charming 3 * Hôtel Les Trois Lys, originally an 18th century ‘hôtel particulier’.

The hotel features 12 rooms, including 2 deluxe suites. Its main entrance opens to a quiet courtyard, in summer offering a tranquil haven to dwell.
Guests will certainly enjoy the large swimming pool and its terrace.
Enjoy a drink or a meal in our courtyard or in our lovely restaurant.

Private secure parking (extra cost) is another asset of the hotel. 
Animal are accepted, please contact the hotel for further details.

The hotel and the restaurant are not accessible at the moment for wheelchairs but we hope to become accessible soon. 

“The hotel is open and we are taking all the necessary health measures to welcome you in the safest way possible, in the meantime take care of yourselves”

 

 

Scroll to top