@charset "UTF-8";


/* ----------------------------------------------------------/
///////////////////////    FOOTER  	 /////////////////////////
----------------------------------------------------------- */

footer
{
    position:fixed;
    bottom:0px;
    width:100%;
    background-color:#1a171b;
    color:#fff;
    z-index: 25;
}

footer .slide
{
    position:absolute;
    width:100%;
    height:195px;
    background:url(../images/footer/bg-footer.png);
    /* background-color:#5e1a09;
        font-size:.9em; */
    line-height:1.4em;
}

footer .slide a
{
    -webkit-transition:color 200ms ease-out;
    -moz-transition:color 200ms ease-out;
    -ms-transition:color 200ms ease-out;
    -o-transition:color 200ms ease-out;
    transition:color 200ms ease-out;
}
footer .fixed a
{
    -webkit-transition:all 200ms ease-out;
    -moz-transition:all 200ms ease-out;
    -ms-transition:all 200ms ease-out;
    -o-transition:all 200ms ease-out;
    transition:all 200ms ease-out;
}

footer .slide-content {
    position: absolute;
    z-index: 1;
    padding-top:20px;
    color: #EC9B86;
}

/*
.footer-top-bt {  height: 0;}
.footer-top-bt .open-bt 
{
	left:0;
	width:190px;
	background-position:205px -418px;
}

.footer-top-bt .open-bt:hover { background-position:205px -438px; }
*/
li.googleplus
{
    width: 60px;
    height: 20px;
}

.footerLine01 {
    width: 980px;
    margin: 0 auto;
}
.footerLine02 {
    width: 600px;
    margin: 0 auto;

}

footer .logo-chc {
    position: absolute;
    top: 7px;
    right: 0;
}


/* ----------------------------------------------------------/
////////  WIDGET + BOUTON  FERMER/OUVRIR WIDGET 	 /////////
----------------------------------------------------------- */

.widget-top-bt, .widget-top-bt li
{
    height: 0;
    border: 0;
}

.widget-top-bt .open-bt
{
    width:140px;
    background-position:155px -418px;
}

.widget-top-bt .open-bt:hover
{
    width:140px;
    background-position:155px -438px;
}

.container-widget
{
    position:absolute;
    top:-380px;
    right:0;
    z-index:0;
    margin: 0;
    height: 300px;
    border: 0;
}

/* ----------------------------------------------------------/
//////////////////    TITRE DES SECTIONS  ////////////////////
----------------------------------------------------------- */

.titresFooter
{
    padding: 0;
    color: #FED9A4;
    font-size: 1.2em;
    font-family: 'Josefin Sans', arial;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: solid rgb(254,217,164) 1px;
    border-bottom: solid rgba(254,217,164,0.2) 1px;
}

.soustitresFooter
{
    padding:0 0 20px;
    font-size:1.5em;
    font-family:'Josefin Sans', arial;
}

.soustitresFooter .services
{
    padding:0 0 20px;
    width:100px;
    color:#c6cbce;
    font-size:1.5em;
    font-family:'Josefin Sans', arial;
}

/* ----------------------------------------------------------/
/////////////    BLOC RESERVATION + BOUTON 	 /////////////////
----------------------------------------------------------- */

footer .btn { position:relative; }
footer .btn a
{
    display:block;
    margin:0 0 12px;
    padding:5px 10px;
    width:auto;
    height:20px;
    background:#2e2d30;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    font-size:1em;
    font-family:'Josefin Sans', arial;
}

footer .btn a:hover
{
    background:#252428;
    color:#c1ae58;
}

footer .btn a span
{
    position:absolute;
    top:3px;
    right:5px;
    display:block;
    padding:0;
    width:10px;
    height:18px;
    background:url(../images/spritesheet.png) no-repeat 0 -345px;
    -webkit-transition:all 200ms ease-out;
    -moz-transition:all 200ms ease-out;
    -ms-transition:all 200ms ease-out;
    -o-transition:all 200ms ease-out;
    transition:all 200ms ease-out;
}

footer .btn a:hover span { background:url(../images/spritesheet.png) no-repeat 0 -365px;}

/* ----------------------------------------------------------/
/////////////////    BLOC NEWSLETTER  	 /////////////////////
----------------------------------------------------------- */

.blocNewsletter
{
    float: left;
    padding: 5px 5px;
    width: 190px;
    height: 140px;
    /* background-color: #012468;
        margin: 0px 0px 10px 0px;
    */
}

.blocNewsletter span
{
    padding:21px 0;
    color:#fff;
    font-size:1.2em;
    font-family:'Josefin Sans', arial;
    line-height:1.4em;
}

.blocNewsletter .texteNewsletter
{
    margin-top:15px;
    margin-bottom:21px;
    font-size:1.2em;
    font-family:'Josefin Sans', arial;
    color: #EC9B86;
}

/* ----------------------------------------------------------/
///////////////////     BLOC ADRESSE 	 /////////////////////
----------------------------------------------------------- */

.blocAdresse {
    float:left;
    padding:5px 5px;
    width: 200px;
    height: 140px;
    /* background-color:#012468; */
    color:#ec9b86;
}

.blocAdresse a  {  color:#ec9b86; text-decoration:none;  }
.blocAdresse a:hover { color:#E6D3A4; }

.blocAdresse a.logoFooter
{
    float:right;
    width:126px;
    height:62px;
    border: none;
    background:url(../images/spritesheet.png) no-repeat 0 -168px;
    -webkit-transition:background-color 200ms ease-out;
    -moz-transition:background-color 200ms ease-out;
    -ms-transition:background-color 200ms ease-out;
    -o-transition:background-color 200ms ease-out;
    transition:background-color 200ms ease-out;
}

.blocAdresse a.logoFooter:hover { background:url(../images/spritesheet.png) no-repeat 0 -238px; }

.blocAdresse p.texte
{
    float:left;
    margin-top:12px;
    width:auto;
    font-size:1.2em;
    font-family:'Josefin Sans', arial;
}

/* ----------------------------------------------------------/
///////////////////     BLOC PLAN SITE	 /////////////////////
----------------------------------------------------------- */

.blocPlanSite {
    float:left;
    margin:0px 10px;
    padding:5px;
    width: 324px;
    height: 140px;
    /* background-color:#012468;
    color:#fff; */
}

.PlanSite {
    float:left;
    width: 162px;
}



.blocPlanSite  a { text-decoration:none; color:#ec9b86; }
.blocPlanSite  a:hover { color:#E6D3A4; }


/* ----------------------------------------------------------/
///////////////////     BLOC SERVICES	 /////////////////////
----------------------------------------------------------- */

.blocLiensUtiles {
    float:left;
    padding:5px;
    margin-right:15px;
    height: 140px;
    width: 180px;
    /*
    background-color:#012468;
    color:#fff; */
}

.blocLiensUtiles a { text-decoration:none; color:#ec9b86; }
.blocLiensUtiles a:hover { color:#E6D3A4; }



.tableauCredits
{
    float:left;
    /* margin:10px 0;
    font-size:1.2em;
    */
    width:100%;
    text-align:center;
    font-size:0.8em;
    font-family:'Josefin Sans', arial;
    text-transform: uppercase;
    color:#EC9B86;
}

.tableauCredits a 	{
    color:#EC9B86;
    text-decoration:none;
}

.tableauCredits a:hover {  color:#E6D3A4;  }



/* ----------------------------------------------------------/
/////////////////////     FOOTER FIXE	 /////////////////////
----------------------------------------------------------- */

footer .fixed {
    position:absolute;
    bottom:0;
    z-index:30;
    width:100%;
    height:58px;
    background-color:#5e1a09;
    color:#fed9a4;
}

footer .fixed .navfooter {
    font-size:1.0em;
}


footer .fixed .navfooter li {
    float:left;
    background: url(../images/spritesheet.png) no-repeat -980px -457px;/* tiret */
}
footer .fixed .navfooter li:first-child {
    background: none;
}
footer .fixed .navfooter span,
footer .fixed .navfooter a {
    display: block;
    padding:0 25px;
    height:30px;
    line-height:30px;
}
footer .fixed .navfooter a:hover {
    background-color: #992500;
}
footer .fixed .icon {
    width: 25px;
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat;
}
footer .fixed .uk-bt {
    background-position: -116px -37px;
}
footer .fixed .uk-bt:hover {
    background-position: -116px -61px;
}
footer .fixed .music-bt {
    background-position: -10px -39px;
}
footer .fixed .music-bt:hover {
    background-position: -10px -64px;
}
footer .fixed .facebook-bt {
    background-position: -60px -40px;
}
footer .fixed .facebook-bt:hover {
    background-position: -60px -60px;
}
footer .fixed .search-bt {
    background-position: -64px -38px;
}
footer .fixed .search-bt:hover {
    background-position: -64px -62px;
}
/* 
footer .fixed .search-form {
	float: right;
}
.search-form 
{
	position:relative;
	margin-top:15px;
} */

.search-form input[type=text] {
    width: 150px;
    border: none;
    background: #4f1608;
    color: white;
    height: 15px;
    line-height: 15px;
    padding: 5px 10px;
    font-size: 1.0em;
}

.search-form input[type=submit] {
    position:absolute;
    top:0;
    right: 0;
    width:30px;
    height:25px;
    border:none;
    background:transparent url(../images/spritesheet.png) no-repeat -33px -45px;
}
.search-form input[type=submit]:hover {
    background-color: #992500;
    cursor: pointer;
}
input:focus{
    outline: none;
}

/* ----------------------------------------------------------/
/////////////////////     QUICKSEARCH	 /////////////////////
----------------------------------------------------------- */

footer .fixed .quicksearchFooter
{
    float:left;
    margin: 5px 18px 0 17px;
    width: 428px;
    color:#fff;
}

footer .fixed .quicksearchFooter .meilleurTarif
{
    margin: 0px 0 -5px 0px;
    font-size: 0.85em;
    position: absolute;
    top: -24px;
    text-transform: uppercase;
    background-color: #2E2D30;
    padding: 6px 10px;
    font-family: 'Syncopate';
}

/* ----------------------------------------------------------/
/////////////////////     SPEEDMAILING	 /////////////////////
----------------------------------------------------------- */

#module_emailing_auto
{
    z-index:1000;
    padding:0;
}

.emailingauto_img_infos
{
    float:right;
    /*	margin-top:20px;
        margin-left:10px; */
    margin-right: 10px;
    width:24px;
}
.uk .emailingauto_img_infos
{
    float:right;
    margin-top: 30px;
    margin-left: 10px;
    width:24px;
}

.tooltip_close
{
    display:block;
    float:right;
}

.radio
{
    margin:0;
    padding:0;
}

#emailingauto_button
{
    position: relative;
    display: block;
    /* float: right;
    line-height: 24px;
    margin: 20px 0 12px 30px;
    */
    padding-left: 12px;
    width: 135px;
    height: 25px;
    border: none;
    background-color: #652211;
    color: #E6D3A4;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1em;
    font-family: 'Josefin Sans', arial;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

#emailingauto_button span
{
    position: absolute;
    top: 1px;
    right: 5px;
    display: block;
    padding: 0;
    width: 10px;
    height: 18px;
    background: url(../images/spritesheet.png) no-repeat 0 -345px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.uk #emailingauto_button
{
    position: relative;
    display: block;
    float: right;
    margin: 30px 0 12px 30px;
    padding-left: 12px;
    width: 110px;
    height: 25px;
    border: none;
    background-color: #2E2D30;
    color: #fff;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1em;
    font-family: 'Josefin Sans', arial;
    line-height: 24px;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.uk #emailingauto_button span
{
    position:absolute;
    top:0;
    right:7px;
    display:block;
    padding:0;
    width:10px;
    height:18px;
    background:url(../images/spritesheet.png) no-repeat 0 -345px;
    color:#fff;
    cursor:pointer;
    -webkit-transition:all 200ms ease-out;
    -moz-transition:all 200ms ease-out;
    -ms-transition:all 200ms ease-out;
    -o-transition:all 200ms ease-out;
    transition:all 200ms ease-out;
}

#emailingauto_button:hover span
{
    background:url(../images/spritesheet.png) no-repeat 0 -365px;
}

#emailingauto_button:hover
{
    background-color:#ffffff;
    color:#c2af51;
}

.uk #emailingauto_button:hover span { background:url(../images/spritesheet.png) no-repeat 0 -365px; }
.uk #emailingauto_button:hover
{
    background-color:#252428;
    color:#c2af51;
}


#emailingauto_button_desinscrire
{
    display:block;
    float:left;
    margin-top:5px;
    margin-left:15px;
    width:110px;
    height:24px;
    border:none;
    background-color:#652211;
    color: #E6D3A4;
    font-size:1em;
    cursor:pointer;
}

#emailingauto_button_desinscrire:hover
{
    background-color:#fff;
    color: #E6D3A4;
}

.emailingauto_tooltip
{
    padding:10px;
    border:5px solid #FED9A4;
    background-color:#95250A;
    text-align:left;
    font-size:1em;
    line-height:1.4em;
    /* color: #EC9B86; */

    -webkit-box-shadow:0 -2px 4px rgba(0,0,0,0.4);
    -moz-box-shadow:0 -2px 4px rgba(0,0,0,0.4);
    -o-box-shadow:0 -2px 4px rgba(0,0,0,0.4);
    box-shadow:0 -2px 4px rgba(0,0,0,0.4);
}

.emailingauto_tooltip a {
    color:#EC9B86;
    text-decoration:underline;
    cursor:pointer;
}

.emailingauto_tooltip a:hover 	{
    color:#FED9A4;
    text-decoration:underline;
}

.emailingauto_tooltip_unsubscribe input {
    padding-bottom:0;
    width:120px;
}

.emailing_auto_message_success,.emailing_auto_confirm_text .success { color:#000; }

.emailing_auto_message_error,.emailing_auto_confirm_text .error { color:#000; }

.emailing_auto_confirm_title
{
    padding-top:100px;
    color:#000;
    font-size:1em;
}

.emailing_auto_confirm_text { padding-bottom:50px; }

#emailingauto_email
{
    margin:5px 0;
    padding:5px;
    width:170px;
    border:none;
    background-color:#fff;
    color:#000;
}

#emailingauto_email_unsubscribe
{
    margin:5px 0;
    padding:5px;
    width:160px;
    border:none;
    background-color:#fff;
    color:#000;
}

#emailingauto_email:hover,#emailingauto_email_unsubscribe:hover
{
    background-color:#E6D3A4 ;
    color:#000;
}

#emailingauto_tooltip
{
    position:absolute;
    z-index:20000;
    display:none;
    width:225px;
}

#emailingauto_tooltip_unsubscribe
{
    position:absolute;
    z-index:20000;
    display:none;
    padding-bottom:10px;
    width:300px!important;
    font-size:0.9em;
    /* color: #EC9B86; */
}

#emailingauto_tooltip_unsubscribe div
{
    float:left;
    margin:2px 0;
}

#emailingauto_tooltip_unsubscribe div.moduleSpeedMailingTooltipUnsubscribe1 { float:right; }

#emailingauto_tooltip_unsubscribe div.moduleSpeedMailingTooltipUnsubscribe2,
#emailingauto_tooltip_unsubscribe div.moduleSpeedMailingTooltipUnsubscribe3,
#emailingauto_tooltip_unsubscribe div.moduleSpeedMailingTooltipUnsubscribe5
{
    float:left;
    clear:both;
}

#emailingauto_tooltip_unsubscribe div.moduleSpeedMailingTooltipUnsubscribe7,
#emailingauto_tooltip_unsubscribe div.moduleSpeedMailingTooltipUnsubscribe8
{
    float:left;
}
#emailing_auto_trad_erreur
{
    clear:both;
}

/* ----------------------------------------------------------/
/////////////////////     SPEEDSEARCH	 /////////////////////
----------------------------------------------------------- */

#divSpeedSearch
{
    float:left;
    margin:5px 0 0;
    width:180px;
}

.rechercheSpeedsearch
{
    float:left;
    margin:0;
    padding:0 5px;
    width:150px;
    height:20px;
    border:none;
    background-color:#eee;
    cursor:pointer;
}

.boutonSpeedsearch
{
    display:block;
    float:left;
    width:20px;
    height:20px;
    background:#fff url(../images/speed-search-loupe.png) no-repeat center top;
}

.boutonSpeedsearch:hover { background-color:#09F; }

a.credits_lien_mentions
{
    text-transform: uppercase;

}