/*
 Theme Name:   Lgm
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Thème OTLGM
 Author:       Arnaud GRASSET
 Author URI:   http://agr44.com
 Template:     Avada
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  otlgm
*/

@CHARSET "UTF8";

@import url(https://fonts.googleapis.com/css?family=Muli:400,300,300italic);
/*
@font-face {
  font-family: 'Muli';
  src: url('fonts/Muli-Regular.ttf');
}*/

@font-face {
    font-family: 'Dinot';
    font-weight: normal;
    font-style: normal;
    src: url('/fonts/DINOT-Regular/DINOT-Regular.eot');
    src: url('/fonts/DINOT-Regular/DINOT-Regular.eot?#iefix') format('embedded-opentype'),   
         url('/fonts/DINOT-Regular/DINOT-Regular.woff')       format('woff'),  
         url('/fonts/DINOT-Regular/DINOT-Regular.ttf')        format('truetype');
}

@font-face {
  font-family: 'icolgm';
  src:url('fonts/icolgm.eot');
  src:url('fonts/icolgm.eot?#iefixepfefy') format('embedded-opentype'),
  url('fonts/icolgm.woff') format('woff'),
  url('fonts/icolgm.ttf') format('truetype'),
  url('fonts/icolgm.svg?#icolgm') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icootlgm';
  src:  url('fonts/icomoon.eot?z114wk');
  src:  url('fonts/icomoon.eot?z114wk#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?z114wk') format('truetype'),
    url('fonts/icomoon.woff?z114wk') format('woff'),
    url('fonts/icomoon.svg?z114wk#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* Hack contact-form-7 pour supprimer le loader qui se charge en HTTP et non HTTPS pour une raison obscure */
div.wpcf7 .ajax-loader {
	background-image: none !important;
}

.attribute-link {
	margin: 10px 0;
}

a:active {
    outline: none;
}
#lightbox-overlay {
	z-index: 20000;
}
#lightbox {
	z-index: 20010;
}

h1 {
   	text-transform: uppercase;
   	color: #17417b;
    font-family: muli,helvetica,arial !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 300 !important;
    	
   	/*padding:15px 0px 10px 0px;
   	margin:30px 0px 15px;*/
}
 
h2 {
   	font-family: muli,helvetica,arial !important;
   	font-size: 18px;
	font-style: normal;
	font-weight: 400 !important;
   	/*background: transparent url(images/filet.png) no-repeat top left;*/
   	color: #17417b;
	text-transform: uppercase;
   	padding:15px 0px 10px 0px;
   	/*margin: 30px 0px 15px;*/
   	margin: 0 !important;
   	margin-top: 15px !important;
}
h3 {
	font-size: 18px;
	margin-top: 7px;
}
h3 i {
	vertical-align: middle !important;
    color: #9b1e1e;
    /*float: left;*/
    font-size: 0.9em;
    margin-right: 0px;
}
h3 a, h3 a:hover, h3 a:active, h3 a:visited, h3 a:focus {
	text-decoration: none;
}

span.category, span.category i {
	vertical-align: top !important;
}
a.btn-more:hover {
	background: #9b1e1e none repeat scroll 0 0;
	color: #fff;
}
/*
.btn {
	border: 1px solid transparent;
    border-radius: 4px;
}
a.btn-more {
    background: #1b7cb8 none repeat scroll 0 0;
    color: #fff !important;
    display: block;
    font-family: muli,helvetica,arial;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    padding: 5px 10px;
    text-transform: uppercase;
    
    display: inline-block; 
    float: right; 
    position: relative;
}*/

.nopadding div[class*="col-"] {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
#placenumpages {
	display: table;
    border-collapse: separate;
    border-spacing: 5px; 
}
.numpage {
	margin: 10px;
	padding: 0px;
	
	border-radius: 50%;
	font-size: 12px;
	color: #fff;
	height: 35px; width: 35px;
	text-align: center;
	
	

	font-weight: bold;
	font-size: 18px;
	display: table-cell;
  	text-align: center;
  	vertical-align: middle;
  	
  	cursor: pointer;

  	border: solid 1px #80a5c6; 
	background-color: #fff;
	color: #80a5c6;
	
	border-collapse: separate;
	border-spacing: 25px;
	margin-left: -25px;
}
.numpagesel {
	border: solid 0px #fff; 
	background-color: #80a5c6;
	color: #fff;
}
.numpageellipse {
	border: solid 0px #80a5c6; 
	background-color: #fff;
	color: #80a5c6;
}
.numpage-previous {
	border: solid 0px #80a5c6; 
	background-color: #fff;
	color: #80a5c6;
	font-size: 20px;
}
.numpage[page]:not(.numpagesel):hover {
	background-color: #c7dbed;
	color: #333;
}

.panel-manif
, .panel-manif span input
, .panel-manif span button
{
	font-size: 14px;
	color: #606060;
	font-weight: bold;
}

.panel-manif {
	width: 100%;
	
	font-weight: bold;
	/*
	color: #15a;
	background-color: #ebf6fa;*/
	color: #606060;
	background-color: #f7fafb;
	padding-left: 10px;
	margin-bottom: 10px;
}
.panel-manif span {white-space: nowrap;vertical-align: middle;}
.panel-manif input.datepicker {width: 110px; font-weight: bold; color: #606060;}
#btn-filtre-une-semaine {margin-left: 30px;}
#btn-filtre-ce-week-end {margin-left: 20px;}

.panel-pages {
	margin-bottom: 10px;
	display: none;
}
.panel-pages label {
	color: #333;
	font-size: 100%; 
    font-family: arial;
    font-weight: bold;
	text-transform: uppercase;

	padding-left: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	
	vertical-align: middle;
}

.bloc-resultat {
    background-color: #fff;
    margin-top: 0px;
}
.bloc-resultat:hover {
    /*background-color: #eee;*/
}
		
/* pour gérer le hover sur les blocs */

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	/* background-color: #151515; */ /* for dark overlay on top of the image */
	background: transparent;
	background-color: rgba(255, 255, 255,0.5);
	opacity: 0.0;
	transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.embed-block:hover .overlay {
	opacity: 0.8;
}


.magnifying-glass-icon {
	color: #000;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/*border-radius: 50%;*/
	padding: 20px;
	border: 0px solid #fff;
	line-height: 1;
}
.magnifying-glass-icon:hover {
	background: rgba(0,0,0,0.0);
	color: #000;
}
/* fin hover sur les blocs */


				

.category i.icon-icon-star {
	font-size: 90%;
	color: #dd0;
}

#content {/*border: 2px solid #ff0; width: 95%;*/}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }
								
.textelgmda {
	color: #5a5e64;
	font-size: 16px;
	font-family:muli,helvetica,arial;
}



.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}


.img-responsive {
  display: block;
  width: 100%;
  max-width: 100%; 
  height: auto;
  line-height: 1;
}

 .icon-contact_pictozoomin {
    bottom: 15px;
    color: #fff;
    font-size: 1.5em;
    position: absolute;
    right: 15px;
    z-index: 399;
}

.icon-contact_pictozoomin {
		display: block;        
        color: #fff;
        font-size:1.5em;
        z-index:399;
        
        position: absolute;
        right: 0;
        bottom:0;
}
/*
.attribute-opinion {
    margin:10px 0px;
    a{
      display:block;
      
      .font-management(@default-title-font, 14px, 400, normal, @white );
      line-height:1em;
      text-transform: uppercase;
      padding:5px 0px;
      text-decoration:none;
      img{max-height:19px; height:auto; width:auto; margin-right:10px;}
      i{
        font-size:0.9em;
        margin-left:5px;
      }
      &:hover{
        background: #f00;
      }
    }
  }*/
  
.attribute-opinion a {
	font-weight: normal;
	color: #fff;
	background: #1b7cb8;
	
	display: block;
	padding:5px 0px;
}
.attribute-opinion a:hover {
	color: #fff;
  	background: #9b1e1e;
  }
  
i.icon {color: #9b1e1e; margin-right: 5px;}
i.icon-contenu_lien {color: #fff; margin:0;}

.icon i {color: #9b1e1e; margin-right: 5px;}
.icon{font-size: 1em; box-sizing: border-box; }
.icon.icon-1-5x{ font-size:1.5em; }
.icon.icon-2x{ font-size:2em; }
.icon.icon-2-5x{ font-size:2.5em; }
.icon.icon-3x{ font-size:3em; }
.icon.icon-3-5x{ font-size:3.5em; }
.icon.icon-4x{ font-size:4em; }
.icon.icon-4-5x{ font-size:4.5em; }
.icon.icon-5x{ font-size:5em; }

.icon.icon-7x{ font-size:7em; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icolgm';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /*line-height: 1;*/

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="iconlgm-"], [class*=" iconlgm-"] {
  font-family: 'icootlgm' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-icon-contact:before {content: "\e61e";}
.icon-icon-euro:before {content: "\e620";}
.icon-menu_pictolit:before {content: "\e2fa";}
.icon-menu_pictovoiture:before {content: "\e610";}
.icon-menu_pictodivertissement:before {content: "\e611";}
.icon-menu_pictoloisirs:before {content: "\e627";}
.icon-contact_pictozoomin:before {content: "\e612";}
.icon-ariane_flechedroite:before {content: "\e601";}
.icon-ariane_flechebas:before {content: "\e602";}
.icon-slider_gauche:before {content: "\e603";}
.icon-slider_droite:before {content: "\e604";}
.icon-picto_webcam:before {content: "\e605";}
.icon-meteo_soleil:before {content: "\e606";}
.icon-meteo_lune:before {content: "\e61f";}
.icon-meteo_nuage-soleil:before {content: "\e607";}
.icon-meteo_nuage:before {content: "\e608";}
.icon-meteo_neige:before {content: "\e609";}
.icon-meteo_pluie:before {content: "\e60a";}
.icon-meteo_orage:before {content: "\e60b";}
.icon-slider_lien:before {content: "\e60c";}
.icon-zommsur_lien:before {content: "\e60d";}
.icon-doublefleche_gauche:before {content: "\e624";}
.icon-contenu_lien:before {content: "\e60e";}
.icon-icon-backtotop:before {content: "\e625";}
.icon-menu_rechercher:before {content: "\e600";}
.icon-menu_contact:before {content: "\e60f";}
.icon-contact_pictotelephone:before {content: "\e613";}
.icon-sociaux_facebook:before {content: "\e614";}
.icon-sociaux_googleplus:before {content: "\e615";}
.icon-sociaux_youtube:before {content: "\e616";}
.icon-sociaux_pinterest:before {content: "\e617";}
.icon-sociaux_instagram:before {content: "\e618";}
.icon-footer_palaiscongres:before {content: "\e619";}
.icon-footer_mairie:before {content: "\e61a";}
.icon-picto_textetailleplus:before {content: "\e61b";}
.icon-picto_textetaillemoins:before {content: "\e61c";}
.icon-picto_partage:before {content: "\e61d";}
.icon-icon-star:before {content: "\e621";}
.icon-file-download:before {content: "\e622";}
.icon-options:before {content: "\e756";}
.icon-map-marker:before {content: "\e68b";}
.icon-icon-phone:before {content: "\e688";}
.icon-icon-fax:before {content: "\e623";}
.icon-icon-link:before {content: "\e737";}
.icon-icon-date:before {content: "\e692";}
.icon-icon-promo:before {content: "\e626";}

div.icon{
      float:left;
      /* .size(10%, auto); */
      min-height: 1.5em;
      
      /*
      i{
        color:@border-bottom-menu;
        margin-right:5px;
        font-size:1.5em;
      }*/
}

.filtre_item {
	color: #1f385b;
	font-family: muli,helvetica,arial;
	font-size: 100%;
	letter-spacing: -0.3px;
}
.filtre_item_ligne {
	line-height: 5px;
}
@media all and (max-width:768px){
    .filtre_item {
		color: #1f385b;
		font-family: muli,helvetica,arial;
		font-size: 110%;
		letter-spacing: -0.3px;
    }
    .filtre_item_ligne {
		line-height: 17px;
	}
}

#content {
	/*width: inherit !important;*/
	width: 100% !important;
}

.embed-block {
    cursor: pointer;
    margin-bottom: 20px;
}

/* liste d'hotels */

.lgmboxpage {
	max-width: 1100px;
	margin: 0 auto;
}
.fiche {
	max-width: 1100px;
}

.embed-block .bloc {
	color: #626262;
    
    font-family: muli,helvetica,arial;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    height: auto;
    /*width: 85%;
    float: left;
    */
    word-wrap: break-word;
    cursor: pointer;
    letter-spacing: -0.1px;
}
.embed-block .bloc-libelle {
	font-family: arial;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
}
.orange {
	color: #cf8721 !important;
	font-weight: bold !important;
}


/*
.embed-block > div {
	-webkit-box-shadow: 4px 4px 3px 1px rgba(0,0,0,0.19);
	-moz-box-shadow: 4px 4px 3px 1px rgba(0,0,0,0.19);
	box-shadow: 4px 4px 3px 1px rgba(0,0,0,0.19);
}*/
  .content-view-embed .class-fiche-offre a, .content-view-embed .class-bloc_embed a, .embed-block a {
  	text-decoration: none;
    transition: all 0.5s ease 0s;
    }
    
    .embed-block a:hover {
    	color: #9b1e1e;
    } 
    .content-col a:hover
     {
    	color: #9b1e1e;
    } 
    .embed-block a {
    color: #1b7cb8;
    text-decoration: none;
    word-wrap: break-word;
    }
    
    
#selectresa {
	color: #000;
	display: block;
	position: absolute;
	top: 50px;
	width: 240px;
	left: 5px;
}
/*
#divresaloisirs {
	background-image: url('images/resa_loisirs_vide.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	height: 350px;
	width: 250px;
	text-align: center;
	position: relative;
	display: block;
}*/
#btngoresa {
	display: block;
	position: absolute;
	bottom: 50px;
}

.filtrage-lib-filtrer {	font-weight:bold; font-size: 170%;}
.filtrage-lib-categories { padding-bottom:3px;color:#444;font-weight:bold;font-size:100%; }
