.carte { width: 100%; height: 50vh; transition: none; }
.maincontent { font-size: 1.2rem; } .infos-techniques { margin: 0; border-top: 1px dotted #fff;  }
.infos-techniques ul { margin: 1rem 0 0 0; padding: 0; list-style: none; font-size: 1.2rem; }
.infos-techniques ul li { margin: 0.5rem 0; line-height: 32px; }
.infos-techniques ul li span.iconb-32 { margin-right:5px; display: inline-block; }
.col-3 { column-count: 3; column-gap: 3rem; margin: 1.5rem 0; }
.col-2 { column-count: 2; column-gap: 3rem; margin: 1.5rem 0; }
.col-2 > *,
.col-3 > * { break-inside: avoid; }
#contenu .col-2 > h3:first-child,
.col-2 > p:first-child { margin-top: 0; }
.col-3 > p:first-child { margin-top: 0; }
.post-thumbnail img { box-shadow: 0 0 15px #666; }
table { width: 100%; border-collapse: separate; border: 1px solid #204389; border-spacing: 1px; }
table td { padding: 0.5rem; }
table thead td { background-color: #204389; color: #fff; font-weight: bold; }
table tbody tr td { background-color: #95CAFF; }
table tbody tr:nth-child(2n) td { background-color: #CCC; }
.table-etape td { padding: .8rem; border-bottom: 1px dotted #204389; }
.table-etape td:last-child { text-align: right; } #contenu h3 { background-color: #dfe2ed; color: #0f4688; padding: 0.5rem 1rem; margin: 3rem 0 0 0; border-radius: 3px; font-size: 1.3rem; }  .intro { position: relative; background-color: #f3f3f3; margin-bottom: 3rem; border-radius: 0px; overflow: hidden; box-shadow: 0 0 15px #ccc; }
.maincontent .intro a { padding: 0; text-decoration: none; display: block; }
.maincontent .intro a:hover { background-color: transparent; }
.intro h4 { background-color: #204389; color: #fff; padding: 10px 10px; margin: 0; text-align: center; border-bottom: 1px solid #fff; font-size: 1rem; }
.intro .excerpt { display: block; font-size: .95rem; color: #111; padding: 5px 10px; max-height: 200px; }
.intro .excerpt p { line-height: 1.5rem; }
.intro:after { content: ''; display: block; background: linear-gradient(rgba(244, 243, 243, 0),#f4f3f3); width: 100%; height: 50px; position: absolute; bottom: 0; }
.intro:hover { box-shadow: 0 0 15px #333; }
.intro:hover h4 { color: #ffeb2a; }
.intro:hover .distance,
.intro:hover .duree { background-color: #214388; } .intro img { vertical-align: bottom; }
.intro .distance,
.intro .duree { position: absolute; top: 15px; background-color: #2143887d; color: #fff; font-size: 0.9rem; padding: 0 5px; line-height: 24px; display: inline-block; }
.intro .duree { top: 49px; } .thumbs { margin-left: -10px; }
.thumbs>* { width: calc(100% * 1 / 4 - 10.01px); margin-top: 10px; margin-left: 10px; }
.thumbs>a { padding: 0; }
.thumbs>a img { opacity: 0.5; vertical-align: bottom; transition: 1s;  }
.thumbs>a.active img { opacity: 1; cursor: default; }
.thumbs>a:hover { background-color: transparent; opacity: 1; }
.thumbs>a:hover img { opacity: 1; }
.photo { position: relative; text-align: center; z-index: 3; }
.photo img { min-width: 100%; height: auto; }
.photo-nav { position: absolute; bottom: 5px; left: 50%; margin-left: -72px; z-index: 4; overflow: hidden; transition: height 1s; height: 0; }
.photo-nav > a { display: inline-block; width: 48px; height: 48px; background-image: url(//www.dentsdumidi.ch/wp-content/themes/dentsdumidi/images/sprites.svg); background-size: 480px 480px; background-color: rgba(23, 72, 135, 0.26); border-radius: 3px; }
.photo-nav > a:hover { background-color: rgba(23, 72, 135, 1); }
.photo-nav a.popup { background-position: -500% -700%; }
.photo-nav a.back { background-position: -600% -700%; }
.photo-nav a.next { background-position: -700% -700%; }
.photo:hover .photo-nav { display: block; overflow: visible; height: 72px; }
.wrapper-nav { width: 100%; height: 100%; position: absolute; overflow: hidden; padding: 10px; } .gallery { display: flex; flex-direction: row; clear: both; margin: 1.5rem 0; flex-wrap: wrap; }
.gallery figure { position: relative; display: inline-block; margin: auto; padding: 0; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
.gallery-columns-3 > figure { width: calc(100% / 3 - 0.01px); }
.gallery-columns-4 > figure { width: calc(100% / 4 - 0.01px); }
.gallery > figure img { width: 100%; height: auto; vertical-align: bottom; }
.gallery figcaption { position: absolute; bottom: 0; width: 100%; text-align: center; font-size: 0.9rem; color: #fff; }
.gallery a { display: block; transition: 0.6s all; }
.gallery a:hover { display: block; background-color: transparent; }
.gallery a:hover img { opacity: 0.8; } #breadcrumb { margin: 0 0 0 0; color: #666; }
#breadcrumb .container { padding: 1rem 0 1rem 0; border-bottom: 1px dotted #e8e8e8; line-height: 24px; }
#breadcrumb a { display: inline-block; padding: 0px 5px; text-decoration: none; color: #333; border: 1px dotted transparent; }
#breadcrumb a:hover { border: 1px dotted #e8e8e8; background-color: #efefef; }
#breadcrumb .sep { display: inline-block; margin: 0 3px; } .category .description { margin: 2rem 0 1.5rem 0; }
.category .description > *:first-child { margin-top: 0; }
.category [class*=grid-] { }
.category .description p { font-size: 1.1rem; }
.category .description p:last-child { margin-bottom: 0; }
.category .description hr { margin: 1.2rem 0; }
.alignright { float: right; } .intro-forfaits ul { padding:0; }
.intro-forfaits ul li { display: inline-block; margin-bottom: 10px; vertical-align: text-top; }
.intro-forfaits ul li a { text-decoration:none; text-align: center; display: block; }
.intro-forfaits ul li a span { display: block; margin: 5px auto; width: 144px; height: 144px; background-color: #ffec27; border: 5px solid #1d4b87; border-radius: 50%; }
.intro-forfaits ul li a span:before { display: block; margin: 14px auto 0 auto; } #filter-hebergements { padding: 0; margin: 0; list-style: none; }
#filter-hebergements li { display: inline-block; padding: 0; margin: 1rem 1rem 0 0; list-style: none; }
#filter-hebergements li a { display:block; padding:5px 10px; background-color: #efefef; border: 1px solid #e8e8e8; color: #333; opacity:0.5; text-decoration: line-through; }
#filter-hebergements li a.active { opacity:1; text-decoration: none; }
#filter-hebergements li a.active:hover { text-decoration: line-through; }
#filter-hebergements li a:hover { text-decoration: none; }
@media (min-width: 769px) {
.txt-bigger { font-size: 1.2em;}
.category .description { margin-bottom: 3rem; }
.category .description p { font-size: 1.3rem; }
.category [class*=grid-] { margin-top: 3rem; }
}
@media (min-width: 641px) {
#contenu h3 { font-size: 1.6rem; }
}
@media (max-width: 680px) {
table { font-size: 0.85rem; } .col-2 { column-count: inherit; column-gap: 1.5rem; }
.intro { position: relative; margin-bottom: 1.5rem; }
}