/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width,60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width,48px);height:var(--carousel-button-height,48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color,currentColor);background:var(--carousel-button-bg,transparent);border-radius:var(--carousel-button-border-radius,50%);box-shadow:var(--carousel-button-shadow,none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width,50%);height:var(--carousel-button-svg-height,50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter,none);pointer-events:none}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color,#fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0,0,0,0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:thin dotted}body.is-using-mouse .fancybox__container :focus{outline:none}@media all and (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg,rgba(24,24,27,0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right,0px) 0 env(safe-area-inset-left,0px);padding:36px;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color,currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color,#fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top,0px) + 8px);right:calc(env(safe-area-inset-right,0px) + 8px);z-index:40}@media all and (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-36px;right:0;color:var(--fancybox-color,#fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;color:var(--fancybox-color,currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0,30%,0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;touch-action:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width,96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:5px solid var(--fancybox-accent-color,rgba(1,210,232,0.94));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100% / (var(--fancybox-thumbs-ratio,1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.006) 8.1%,rgba(0,0,0,0.021) 15.5%,rgba(0,0,0,0.046) 22.5%,rgba(0,0,0,0.077) 29%,rgba(0,0,0,0.114) 35.3%,rgba(0,0,0,0.155) 41.2%,rgba(0,0,0,0.198) 47.1%,rgba(0,0,0,0.242) 52.9%,rgba(0,0,0,0.285) 58.8%,rgba(0,0,0,0.326) 64.7%,rgba(0,0,0,0.363) 71%,rgba(0,0,0,0.394) 77.5%,rgba(0,0,0,0.419) 84.5%,rgba(0,0,0,0.434) 91.9%,rgba(0,0,0,0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,0.4))}@media all and (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height,48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color,rgba(1,210,232,0.94));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0);}#cboxWrapper{max-width:none;}#cboxOverlay{position:fixed;width:100%;height:100%;}#cboxMiddleLeft,#cboxBottomLeft{clear:left;}#cboxContent{position:relative;}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch;}#cboxTitle{margin:0;}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%;}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer;}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic;}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0;}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;}#cboxOverlay{background:url(/themes/custom/amerik_aventure/css/images/overlay.png) repeat 0 0;opacity:0.9;filter:alpha(opacity = 90);}#colorbox{outline:0;}#cboxTopLeft{width:21px;height:21px;background:url(/themes/custom/amerik_aventure/css/images/controls.png) no-repeat -101px 0;}#cboxTopRight{width:21px;height:21px;background:url(/themes/custom/amerik_aventure/css/images/controls.png) no-repeat -130px 0;}#cboxBottomLeft{width:21px;height:21px;background:url(/themes/custom/amerik_aventure/css/images/controls.png) no-repeat -101px -29px;}#cboxBottomRight{width:21px;height:21px;background:url(/themes/custom/amerik_aventure/css/images/controls.png) no-repeat -130px -29px;}#cboxMiddleLeft{width:21px;background:url(/themes/custom/amerik_aventure/css/images/controls.png) left top repeat-y;}#cboxMiddleRight{width:21px;background:url(/themes/custom/amerik_aventure/css/images/controls.png) right top repeat-y;}#cboxTopCenter{height:21px;background:url(/themes/custom/amerik_aventure/css/images/border.png) 0 0 repeat-x;}#cboxBottomCenter{height:21px;background:url(/themes/custom/amerik_aventure/css/images/border.png) 0 -29px repeat-x;}#cboxContent{background:#fff;overflow:hidden;}.cboxIframe{background:#fff;}#cboxError{padding:50px;border:1px solid #ccc;}#cboxLoadedContent{background:#ffffff;margin-top:28px;}#cboxTitle{position:absolute;top:4px;left:0;text-align:center;width:100%;color:#949494;}#cboxCurrent{position:absolute;top:4px;left:58px;color:#424242;}#cboxLoadingOverlay{background:url(/themes/custom/amerik_aventure/css/images/loading_background.png) no-repeat center center;}#cboxLoadingGraphic{background:url(/themes/custom/amerik_aventure/css/images/loading.gif) no-repeat center center;}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:none;}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0;}#cboxSlideshow{position:absolute;bottom:4px;right:30px;color:#0092ef;}#cboxPrevious{position:absolute;top:0;left:0;background:url(/themes/custom/amerik_aventure/css/images/controls.png) no-repeat -75px 0;width:25px;height:25px;text-indent:-9999px;}#cboxPrevious:hover{background-position:-75px -25px;}#cboxNext{position:absolute;top:0;left:27px;background:url(/themes/custom/amerik_aventure/css/images/controls.png) no-repeat -50px 0;width:25px;height:25px;text-indent:-9999px;}#cboxNext:hover{background-position:-50px -25px;}#cboxClose{position:absolute;top:0;right:0;background:url(/themes/custom/amerik_aventure/css/images/controls.png) no-repeat -25px 0;width:25px;height:25px;text-indent:-9999px;}#cboxClose:hover{background-position:-25px -25px;}.cboxIE #cboxTopLeft,.cboxIE #cboxTopCenter,.cboxIE #cboxTopRight,.cboxIE #cboxBottomLeft,.cboxIE #cboxBottomCenter,.cboxIE #cboxBottomRight,.cboxIE #cboxMiddleLeft,.cboxIE #cboxMiddleRight{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);}
.fa,.fas,.far,.fal,.fad,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;}.fa-lg{font-size:1.33333em;line-height:0.75em;vertical-align:-.0667em;}.fa-xs{font-size:.75em;}.fa-sm{font-size:.875em;}.fa-1x{font-size:1em;}.fa-2x{font-size:2em;}.fa-3x{font-size:3em;}.fa-4x{font-size:4em;}.fa-5x{font-size:5em;}.fa-6x{font-size:6em;}.fa-7x{font-size:7em;}.fa-8x{font-size:8em;}.fa-9x{font-size:9em;}.fa-10x{font-size:10em;}.fa-fw{text-align:center;width:1.25em;}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0;}.fa-ul > li{position:relative;}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit;}.fa-border{border:solid 0.08em #eee;border-radius:.1em;padding:.2em .25em .15em;}.fa-pull-left{float:left;}.fa-pull-right{float:right;}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em;}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em;}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear;}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8);}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg);}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg);}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg);}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);transform:scale(-1,1);}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);transform:scale(1,-1);}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(-1,-1);transform:scale(-1,-1);}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{-webkit-filter:none;filter:none;}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em;}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;}.fa-stack-1x{line-height:inherit;}.fa-stack-2x{font-size:2em;}.fa-inverse{color:#fff;}.fa-500px:before{content:"\f26e";}.fa-accessible-icon:before{content:"\f368";}.fa-accusoft:before{content:"\f369";}.fa-acquisitions-incorporated:before{content:"\f6af";}.fa-ad:before{content:"\f641";}.fa-address-book:before{content:"\f2b9";}.fa-address-card:before{content:"\f2bb";}.fa-adjust:before{content:"\f042";}.fa-adn:before{content:"\f170";}.fa-adobe:before{content:"\f778";}.fa-adversal:before{content:"\f36a";}.fa-affiliatetheme:before{content:"\f36b";}.fa-air-freshener:before{content:"\f5d0";}.fa-airbnb:before{content:"\f834";}.fa-algolia:before{content:"\f36c";}.fa-align-center:before{content:"\f037";}.fa-align-justify:before{content:"\f039";}.fa-align-left:before{content:"\f036";}.fa-align-right:before{content:"\f038";}.fa-alipay:before{content:"\f642";}.fa-allergies:before{content:"\f461";}.fa-amazon:before{content:"\f270";}.fa-amazon-pay:before{content:"\f42c";}.fa-ambulance:before{content:"\f0f9";}.fa-american-sign-language-interpreting:before{content:"\f2a3";}.fa-amilia:before{content:"\f36d";}.fa-anchor:before{content:"\f13d";}.fa-android:before{content:"\f17b";}.fa-angellist:before{content:"\f209";}.fa-angle-double-down:before{content:"\f103";}.fa-angle-double-left:before{content:"\f100";}.fa-angle-double-right:before{content:"\f101";}.fa-angle-double-up:before{content:"\f102";}.fa-angle-down:before{content:"\f107";}.fa-angle-left:before{content:"\f104";}.fa-angle-right:before{content:"\f105";}.fa-angle-up:before{content:"\f106";}.fa-angry:before{content:"\f556";}.fa-angrycreative:before{content:"\f36e";}.fa-angular:before{content:"\f420";}.fa-ankh:before{content:"\f644";}.fa-app-store:before{content:"\f36f";}.fa-app-store-ios:before{content:"\f370";}.fa-apper:before{content:"\f371";}.fa-apple:before{content:"\f179";}.fa-apple-alt:before{content:"\f5d1";}.fa-apple-pay:before{content:"\f415";}.fa-archive:before{content:"\f187";}.fa-archway:before{content:"\f557";}.fa-arrow-alt-circle-down:before{content:"\f358";}.fa-arrow-alt-circle-left:before{content:"\f359";}.fa-arrow-alt-circle-right:before{content:"\f35a";}.fa-arrow-alt-circle-up:before{content:"\f35b";}.fa-arrow-circle-down:before{content:"\f0ab";}.fa-arrow-circle-left:before{content:"\f0a8";}.fa-arrow-circle-right:before{content:"\f0a9";}.fa-arrow-circle-up:before{content:"\f0aa";}.fa-arrow-down:before{content:"\f063";}.fa-arrow-left:before{content:"\f060";}.fa-arrow-right:before{content:"\f061";}.fa-arrow-up:before{content:"\f062";}.fa-arrows-alt:before{content:"\f0b2";}.fa-arrows-alt-h:before{content:"\f337";}.fa-arrows-alt-v:before{content:"\f338";}.fa-artstation:before{content:"\f77a";}.fa-assistive-listening-systems:before{content:"\f2a2";}.fa-asterisk:before{content:"\f069";}.fa-asymmetrik:before{content:"\f372";}.fa-at:before{content:"\f1fa";}.fa-atlas:before{content:"\f558";}.fa-atlassian:before{content:"\f77b";}.fa-atom:before{content:"\f5d2";}.fa-audible:before{content:"\f373";}.fa-audio-description:before{content:"\f29e";}.fa-autoprefixer:before{content:"\f41c";}.fa-avianex:before{content:"\f374";}.fa-aviato:before{content:"\f421";}.fa-award:before{content:"\f559";}.fa-aws:before{content:"\f375";}.fa-baby:before{content:"\f77c";}.fa-baby-carriage:before{content:"\f77d";}.fa-backspace:before{content:"\f55a";}.fa-backward:before{content:"\f04a";}.fa-bacon:before{content:"\f7e5";}.fa-bahai:before{content:"\f666";}.fa-balance-scale:before{content:"\f24e";}.fa-balance-scale-left:before{content:"\f515";}.fa-balance-scale-right:before{content:"\f516";}.fa-ban:before{content:"\f05e";}.fa-band-aid:before{content:"\f462";}.fa-bandcamp:before{content:"\f2d5";}.fa-barcode:before{content:"\f02a";}.fa-bars:before{content:"\f0c9";}.fa-baseball-ball:before{content:"\f433";}.fa-basketball-ball:before{content:"\f434";}.fa-bath:before{content:"\f2cd";}.fa-battery-empty:before{content:"\f244";}.fa-battery-full:before{content:"\f240";}.fa-battery-half:before{content:"\f242";}.fa-battery-quarter:before{content:"\f243";}.fa-battery-three-quarters:before{content:"\f241";}.fa-battle-net:before{content:"\f835";}.fa-bed:before{content:"\f236";}.fa-beer:before{content:"\f0fc";}.fa-behance:before{content:"\f1b4";}.fa-behance-square:before{content:"\f1b5";}.fa-bell:before{content:"\f0f3";}.fa-bell-slash:before{content:"\f1f6";}.fa-bezier-curve:before{content:"\f55b";}.fa-bible:before{content:"\f647";}.fa-bicycle:before{content:"\f206";}.fa-biking:before{content:"\f84a";}.fa-bimobject:before{content:"\f378";}.fa-binoculars:before{content:"\f1e5";}.fa-biohazard:before{content:"\f780";}.fa-birthday-cake:before{content:"\f1fd";}.fa-bitbucket:before{content:"\f171";}.fa-bitcoin:before{content:"\f379";}.fa-bity:before{content:"\f37a";}.fa-black-tie:before{content:"\f27e";}.fa-blackberry:before{content:"\f37b";}.fa-blender:before{content:"\f517";}.fa-blender-phone:before{content:"\f6b6";}.fa-blind:before{content:"\f29d";}.fa-blog:before{content:"\f781";}.fa-blogger:before{content:"\f37c";}.fa-blogger-b:before{content:"\f37d";}.fa-bluetooth:before{content:"\f293";}.fa-bluetooth-b:before{content:"\f294";}.fa-bold:before{content:"\f032";}.fa-bolt:before{content:"\f0e7";}.fa-bomb:before{content:"\f1e2";}.fa-bone:before{content:"\f5d7";}.fa-bong:before{content:"\f55c";}.fa-book:before{content:"\f02d";}.fa-book-dead:before{content:"\f6b7";}.fa-book-medical:before{content:"\f7e6";}.fa-book-open:before{content:"\f518";}.fa-book-reader:before{content:"\f5da";}.fa-bookmark:before{content:"\f02e";}.fa-bootstrap:before{content:"\f836";}.fa-border-all:before{content:"\f84c";}.fa-border-none:before{content:"\f850";}.fa-border-style:before{content:"\f853";}.fa-bowling-ball:before{content:"\f436";}.fa-box:before{content:"\f466";}.fa-box-open:before{content:"\f49e";}.fa-box-tissue:before{content:"\f95b";}.fa-boxes:before{content:"\f468";}.fa-braille:before{content:"\f2a1";}.fa-brain:before{content:"\f5dc";}.fa-bread-slice:before{content:"\f7ec";}.fa-briefcase:before{content:"\f0b1";}.fa-briefcase-medical:before{content:"\f469";}.fa-broadcast-tower:before{content:"\f519";}.fa-broom:before{content:"\f51a";}.fa-brush:before{content:"\f55d";}.fa-btc:before{content:"\f15a";}.fa-buffer:before{content:"\f837";}.fa-bug:before{content:"\f188";}.fa-building:before{content:"\f1ad";}.fa-bullhorn:before{content:"\f0a1";}.fa-bullseye:before{content:"\f140";}.fa-burn:before{content:"\f46a";}.fa-buromobelexperte:before{content:"\f37f";}.fa-bus:before{content:"\f207";}.fa-bus-alt:before{content:"\f55e";}.fa-business-time:before{content:"\f64a";}.fa-buy-n-large:before{content:"\f8a6";}.fa-buysellads:before{content:"\f20d";}.fa-calculator:before{content:"\f1ec";}.fa-calendar:before{content:"\f133";}.fa-calendar-alt:before{content:"\f073";}.fa-calendar-check:before{content:"\f274";}.fa-calendar-day:before{content:"\f783";}.fa-calendar-minus:before{content:"\f272";}.fa-calendar-plus:before{content:"\f271";}.fa-calendar-times:before{content:"\f273";}.fa-calendar-week:before{content:"\f784";}.fa-camera:before{content:"\f030";}.fa-camera-retro:before{content:"\f083";}.fa-campground:before{content:"\f6bb";}.fa-canadian-maple-leaf:before{content:"\f785";}.fa-candy-cane:before{content:"\f786";}.fa-cannabis:before{content:"\f55f";}.fa-capsules:before{content:"\f46b";}.fa-car:before{content:"\f1b9";}.fa-car-alt:before{content:"\f5de";}.fa-car-battery:before{content:"\f5df";}.fa-car-crash:before{content:"\f5e1";}.fa-car-side:before{content:"\f5e4";}.fa-caravan:before{content:"\f8ff";}.fa-caret-down:before{content:"\f0d7";}.fa-caret-left:before{content:"\f0d9";}.fa-caret-right:before{content:"\f0da";}.fa-caret-square-down:before{content:"\f150";}.fa-caret-square-left:before{content:"\f191";}.fa-caret-square-right:before{content:"\f152";}.fa-caret-square-up:before{content:"\f151";}.fa-caret-up:before{content:"\f0d8";}.fa-carrot:before{content:"\f787";}.fa-cart-arrow-down:before{content:"\f218";}.fa-cart-plus:before{content:"\f217";}.fa-cash-register:before{content:"\f788";}.fa-cat:before{content:"\f6be";}.fa-cc-amazon-pay:before{content:"\f42d";}.fa-cc-amex:before{content:"\f1f3";}.fa-cc-apple-pay:before{content:"\f416";}.fa-cc-diners-club:before{content:"\f24c";}.fa-cc-discover:before{content:"\f1f2";}.fa-cc-jcb:before{content:"\f24b";}.fa-cc-mastercard:before{content:"\f1f1";}.fa-cc-paypal:before{content:"\f1f4";}.fa-cc-stripe:before{content:"\f1f5";}.fa-cc-visa:before{content:"\f1f0";}.fa-centercode:before{content:"\f380";}.fa-centos:before{content:"\f789";}.fa-certificate:before{content:"\f0a3";}.fa-chair:before{content:"\f6c0";}.fa-chalkboard:before{content:"\f51b";}.fa-chalkboard-teacher:before{content:"\f51c";}.fa-charging-station:before{content:"\f5e7";}.fa-chart-area:before{content:"\f1fe";}.fa-chart-bar:before{content:"\f080";}.fa-chart-line:before{content:"\f201";}.fa-chart-pie:before{content:"\f200";}.fa-check:before{content:"\f00c";}.fa-check-circle:before{content:"\f058";}.fa-check-double:before{content:"\f560";}.fa-check-square:before{content:"\f14a";}.fa-cheese:before{content:"\f7ef";}.fa-chess:before{content:"\f439";}.fa-chess-bishop:before{content:"\f43a";}.fa-chess-board:before{content:"\f43c";}.fa-chess-king:before{content:"\f43f";}.fa-chess-knight:before{content:"\f441";}.fa-chess-pawn:before{content:"\f443";}.fa-chess-queen:before{content:"\f445";}.fa-chess-rook:before{content:"\f447";}.fa-chevron-circle-down:before{content:"\f13a";}.fa-chevron-circle-left:before{content:"\f137";}.fa-chevron-circle-right:before{content:"\f138";}.fa-chevron-circle-up:before{content:"\f139";}.fa-chevron-down:before{content:"\f078";}.fa-chevron-left:before{content:"\f053";}.fa-chevron-right:before{content:"\f054";}.fa-chevron-up:before{content:"\f077";}.fa-child:before{content:"\f1ae";}.fa-chrome:before{content:"\f268";}.fa-chromecast:before{content:"\f838";}.fa-church:before{content:"\f51d";}.fa-circle:before{content:"\f111";}.fa-circle-notch:before{content:"\f1ce";}.fa-city:before{content:"\f64f";}.fa-clinic-medical:before{content:"\f7f2";}.fa-clipboard:before{content:"\f328";}.fa-clipboard-check:before{content:"\f46c";}.fa-clipboard-list:before{content:"\f46d";}.fa-clock:before{content:"\f017";}.fa-clone:before{content:"\f24d";}.fa-closed-captioning:before{content:"\f20a";}.fa-cloud:before{content:"\f0c2";}.fa-cloud-download-alt:before{content:"\f381";}.fa-cloud-meatball:before{content:"\f73b";}.fa-cloud-moon:before{content:"\f6c3";}.fa-cloud-moon-rain:before{content:"\f73c";}.fa-cloud-rain:before{content:"\f73d";}.fa-cloud-showers-heavy:before{content:"\f740";}.fa-cloud-sun:before{content:"\f6c4";}.fa-cloud-sun-rain:before{content:"\f743";}.fa-cloud-upload-alt:before{content:"\f382";}.fa-cloudscale:before{content:"\f383";}.fa-cloudsmith:before{content:"\f384";}.fa-cloudversify:before{content:"\f385";}.fa-cocktail:before{content:"\f561";}.fa-code:before{content:"\f121";}.fa-code-branch:before{content:"\f126";}.fa-codepen:before{content:"\f1cb";}.fa-codiepie:before{content:"\f284";}.fa-coffee:before{content:"\f0f4";}.fa-cog:before{content:"\f013";}.fa-cogs:before{content:"\f085";}.fa-coins:before{content:"\f51e";}.fa-columns:before{content:"\f0db";}.fa-comment:before{content:"\f075";}.fa-comment-alt:before{content:"\f27a";}.fa-comment-dollar:before{content:"\f651";}.fa-comment-dots:before{content:"\f4ad";}.fa-comment-medical:before{content:"\f7f5";}.fa-comment-slash:before{content:"\f4b3";}.fa-comments:before{content:"\f086";}.fa-comments-dollar:before{content:"\f653";}.fa-compact-disc:before{content:"\f51f";}.fa-compass:before{content:"\f14e";}.fa-compress:before{content:"\f066";}.fa-compress-alt:before{content:"\f422";}.fa-compress-arrows-alt:before{content:"\f78c";}.fa-concierge-bell:before{content:"\f562";}.fa-confluence:before{content:"\f78d";}.fa-connectdevelop:before{content:"\f20e";}.fa-contao:before{content:"\f26d";}.fa-cookie:before{content:"\f563";}.fa-cookie-bite:before{content:"\f564";}.fa-copy:before{content:"\f0c5";}.fa-copyright:before{content:"\f1f9";}.fa-cotton-bureau:before{content:"\f89e";}.fa-couch:before{content:"\f4b8";}.fa-cpanel:before{content:"\f388";}.fa-creative-commons:before{content:"\f25e";}.fa-creative-commons-by:before{content:"\f4e7";}.fa-creative-commons-nc:before{content:"\f4e8";}.fa-creative-commons-nc-eu:before{content:"\f4e9";}.fa-creative-commons-nc-jp:before{content:"\f4ea";}.fa-creative-commons-nd:before{content:"\f4eb";}.fa-creative-commons-pd:before{content:"\f4ec";}.fa-creative-commons-pd-alt:before{content:"\f4ed";}.fa-creative-commons-remix:before{content:"\f4ee";}.fa-creative-commons-sa:before{content:"\f4ef";}.fa-creative-commons-sampling:before{content:"\f4f0";}.fa-creative-commons-sampling-plus:before{content:"\f4f1";}.fa-creative-commons-share:before{content:"\f4f2";}.fa-creative-commons-zero:before{content:"\f4f3";}.fa-credit-card:before{content:"\f09d";}.fa-critical-role:before{content:"\f6c9";}.fa-crop:before{content:"\f125";}.fa-crop-alt:before{content:"\f565";}.fa-cross:before{content:"\f654";}.fa-crosshairs:before{content:"\f05b";}.fa-crow:before{content:"\f520";}.fa-crown:before{content:"\f521";}.fa-crutch:before{content:"\f7f7";}.fa-css3:before{content:"\f13c";}.fa-css3-alt:before{content:"\f38b";}.fa-cube:before{content:"\f1b2";}.fa-cubes:before{content:"\f1b3";}.fa-cut:before{content:"\f0c4";}.fa-cuttlefish:before{content:"\f38c";}.fa-d-and-d:before{content:"\f38d";}.fa-d-and-d-beyond:before{content:"\f6ca";}.fa-dailymotion:before{content:"\f952";}.fa-dashcube:before{content:"\f210";}.fa-database:before{content:"\f1c0";}.fa-deaf:before{content:"\f2a4";}.fa-delicious:before{content:"\f1a5";}.fa-democrat:before{content:"\f747";}.fa-deploydog:before{content:"\f38e";}.fa-deskpro:before{content:"\f38f";}.fa-desktop:before{content:"\f108";}.fa-dev:before{content:"\f6cc";}.fa-deviantart:before{content:"\f1bd";}.fa-dharmachakra:before{content:"\f655";}.fa-dhl:before{content:"\f790";}.fa-diagnoses:before{content:"\f470";}.fa-diaspora:before{content:"\f791";}.fa-dice:before{content:"\f522";}.fa-dice-d20:before{content:"\f6cf";}.fa-dice-d6:before{content:"\f6d1";}.fa-dice-five:before{content:"\f523";}.fa-dice-four:before{content:"\f524";}.fa-dice-one:before{content:"\f525";}.fa-dice-six:before{content:"\f526";}.fa-dice-three:before{content:"\f527";}.fa-dice-two:before{content:"\f528";}.fa-digg:before{content:"\f1a6";}.fa-digital-ocean:before{content:"\f391";}.fa-digital-tachograph:before{content:"\f566";}.fa-directions:before{content:"\f5eb";}.fa-discord:before{content:"\f392";}.fa-discourse:before{content:"\f393";}.fa-disease:before{content:"\f7fa";}.fa-divide:before{content:"\f529";}.fa-dizzy:before{content:"\f567";}.fa-dna:before{content:"\f471";}.fa-dochub:before{content:"\f394";}.fa-docker:before{content:"\f395";}.fa-dog:before{content:"\f6d3";}.fa-dollar-sign:before{content:"\f155";}.fa-dolly:before{content:"\f472";}.fa-dolly-flatbed:before{content:"\f474";}.fa-donate:before{content:"\f4b9";}.fa-door-closed:before{content:"\f52a";}.fa-door-open:before{content:"\f52b";}.fa-dot-circle:before{content:"\f192";}.fa-dove:before{content:"\f4ba";}.fa-download:before{content:"\f019";}.fa-draft2digital:before{content:"\f396";}.fa-drafting-compass:before{content:"\f568";}.fa-dragon:before{content:"\f6d5";}.fa-draw-polygon:before{content:"\f5ee";}.fa-dribbble:before{content:"\f17d";}.fa-dribbble-square:before{content:"\f397";}.fa-dropbox:before{content:"\f16b";}.fa-drum:before{content:"\f569";}.fa-drum-steelpan:before{content:"\f56a";}.fa-drumstick-bite:before{content:"\f6d7";}.fa-drupal:before{content:"\f1a9";}.fa-dumbbell:before{content:"\f44b";}.fa-dumpster:before{content:"\f793";}.fa-dumpster-fire:before{content:"\f794";}.fa-dungeon:before{content:"\f6d9";}.fa-dyalog:before{content:"\f399";}.fa-earlybirds:before{content:"\f39a";}.fa-ebay:before{content:"\f4f4";}.fa-edge:before{content:"\f282";}.fa-edit:before{content:"\f044";}.fa-egg:before{content:"\f7fb";}.fa-eject:before{content:"\f052";}.fa-elementor:before{content:"\f430";}.fa-ellipsis-h:before{content:"\f141";}.fa-ellipsis-v:before{content:"\f142";}.fa-ello:before{content:"\f5f1";}.fa-ember:before{content:"\f423";}.fa-empire:before{content:"\f1d1";}.fa-envelope:before{content:"\f0e0";}.fa-envelope-open:before{content:"\f2b6";}.fa-envelope-open-text:before{content:"\f658";}.fa-envelope-square:before{content:"\f199";}.fa-envira:before{content:"\f299";}.fa-equals:before{content:"\f52c";}.fa-eraser:before{content:"\f12d";}.fa-erlang:before{content:"\f39d";}.fa-ethereum:before{content:"\f42e";}.fa-ethernet:before{content:"\f796";}.fa-etsy:before{content:"\f2d7";}.fa-euro-sign:before{content:"\f153";}.fa-evernote:before{content:"\f839";}.fa-exchange-alt:before{content:"\f362";}.fa-exclamation:before{content:"\f12a";}.fa-exclamation-circle:before{content:"\f06a";}.fa-exclamation-triangle:before{content:"\f071";}.fa-expand:before{content:"\f065";}.fa-expand-alt:before{content:"\f424";}.fa-expand-arrows-alt:before{content:"\f31e";}.fa-expeditedssl:before{content:"\f23e";}.fa-external-link-alt:before{content:"\f35d";}.fa-external-link-square-alt:before{content:"\f360";}.fa-eye:before{content:"\f06e";}.fa-eye-dropper:before{content:"\f1fb";}.fa-eye-slash:before{content:"\f070";}.fa-facebook:before{content:"\f09a";}.fa-facebook-f:before{content:"\f39e";}.fa-facebook-messenger:before{content:"\f39f";}.fa-facebook-square:before{content:"\f082";}.fa-fan:before{content:"\f863";}.fa-fantasy-flight-games:before{content:"\f6dc";}.fa-fast-backward:before{content:"\f049";}.fa-fast-forward:before{content:"\f050";}.fa-faucet:before{content:"\f905";}.fa-fax:before{content:"\f1ac";}.fa-feather:before{content:"\f52d";}.fa-feather-alt:before{content:"\f56b";}.fa-fedex:before{content:"\f797";}.fa-fedora:before{content:"\f798";}.fa-female:before{content:"\f182";}.fa-fighter-jet:before{content:"\f0fb";}.fa-figma:before{content:"\f799";}.fa-file:before{content:"\f15b";}.fa-file-alt:before{content:"\f15c";}.fa-file-archive:before{content:"\f1c6";}.fa-file-audio:before{content:"\f1c7";}.fa-file-code:before{content:"\f1c9";}.fa-file-contract:before{content:"\f56c";}.fa-file-csv:before{content:"\f6dd";}.fa-file-download:before{content:"\f56d";}.fa-file-excel:before{content:"\f1c3";}.fa-file-export:before{content:"\f56e";}.fa-file-image:before{content:"\f1c5";}.fa-file-import:before{content:"\f56f";}.fa-file-invoice:before{content:"\f570";}.fa-file-invoice-dollar:before{content:"\f571";}.fa-file-medical:before{content:"\f477";}.fa-file-medical-alt:before{content:"\f478";}.fa-file-pdf:before{content:"\f1c1";}.fa-file-powerpoint:before{content:"\f1c4";}.fa-file-prescription:before{content:"\f572";}.fa-file-signature:before{content:"\f573";}.fa-file-upload:before{content:"\f574";}.fa-file-video:before{content:"\f1c8";}.fa-file-word:before{content:"\f1c2";}.fa-fill:before{content:"\f575";}.fa-fill-drip:before{content:"\f576";}.fa-film:before{content:"\f008";}.fa-filter:before{content:"\f0b0";}.fa-fingerprint:before{content:"\f577";}.fa-fire:before{content:"\f06d";}.fa-fire-alt:before{content:"\f7e4";}.fa-fire-extinguisher:before{content:"\f134";}.fa-firefox:before{content:"\f269";}.fa-firefox-browser:before{content:"\f907";}.fa-first-aid:before{content:"\f479";}.fa-first-order:before{content:"\f2b0";}.fa-first-order-alt:before{content:"\f50a";}.fa-firstdraft:before{content:"\f3a1";}.fa-fish:before{content:"\f578";}.fa-fist-raised:before{content:"\f6de";}.fa-flag:before{content:"\f024";}.fa-flag-checkered:before{content:"\f11e";}.fa-flag-usa:before{content:"\f74d";}.fa-flask:before{content:"\f0c3";}.fa-flickr:before{content:"\f16e";}.fa-flipboard:before{content:"\f44d";}.fa-flushed:before{content:"\f579";}.fa-fly:before{content:"\f417";}.fa-folder:before{content:"\f07b";}.fa-folder-minus:before{content:"\f65d";}.fa-folder-open:before{content:"\f07c";}.fa-folder-plus:before{content:"\f65e";}.fa-font:before{content:"\f031";}.fa-font-awesome:before{content:"\f2b4";}.fa-font-awesome-alt:before{content:"\f35c";}.fa-font-awesome-flag:before{content:"\f425";}.fa-font-awesome-logo-full:before{content:"\f4e6";}.fa-fonticons:before{content:"\f280";}.fa-fonticons-fi:before{content:"\f3a2";}.fa-football-ball:before{content:"\f44e";}.fa-fort-awesome:before{content:"\f286";}.fa-fort-awesome-alt:before{content:"\f3a3";}.fa-forumbee:before{content:"\f211";}.fa-forward:before{content:"\f04e";}.fa-foursquare:before{content:"\f180";}.fa-free-code-camp:before{content:"\f2c5";}.fa-freebsd:before{content:"\f3a4";}.fa-frog:before{content:"\f52e";}.fa-frown:before{content:"\f119";}.fa-frown-open:before{content:"\f57a";}.fa-fulcrum:before{content:"\f50b";}.fa-funnel-dollar:before{content:"\f662";}.fa-futbol:before{content:"\f1e3";}.fa-galactic-republic:before{content:"\f50c";}.fa-galactic-senate:before{content:"\f50d";}.fa-gamepad:before{content:"\f11b";}.fa-gas-pump:before{content:"\f52f";}.fa-gavel:before{content:"\f0e3";}.fa-gem:before{content:"\f3a5";}.fa-genderless:before{content:"\f22d";}.fa-get-pocket:before{content:"\f265";}.fa-gg:before{content:"\f260";}.fa-gg-circle:before{content:"\f261";}.fa-ghost:before{content:"\f6e2";}.fa-gift:before{content:"\f06b";}.fa-gifts:before{content:"\f79c";}.fa-git:before{content:"\f1d3";}.fa-git-alt:before{content:"\f841";}.fa-git-square:before{content:"\f1d2";}.fa-github:before{content:"\f09b";}.fa-github-alt:before{content:"\f113";}.fa-github-square:before{content:"\f092";}.fa-gitkraken:before{content:"\f3a6";}.fa-gitlab:before{content:"\f296";}.fa-gitter:before{content:"\f426";}.fa-glass-cheers:before{content:"\f79f";}.fa-glass-martini:before{content:"\f000";}.fa-glass-martini-alt:before{content:"\f57b";}.fa-glass-whiskey:before{content:"\f7a0";}.fa-glasses:before{content:"\f530";}.fa-glide:before{content:"\f2a5";}.fa-glide-g:before{content:"\f2a6";}.fa-globe:before{content:"\f0ac";}.fa-globe-africa:before{content:"\f57c";}.fa-globe-americas:before{content:"\f57d";}.fa-globe-asia:before{content:"\f57e";}.fa-globe-europe:before{content:"\f7a2";}.fa-gofore:before{content:"\f3a7";}.fa-golf-ball:before{content:"\f450";}.fa-goodreads:before{content:"\f3a8";}.fa-goodreads-g:before{content:"\f3a9";}.fa-google:before{content:"\f1a0";}.fa-google-drive:before{content:"\f3aa";}.fa-google-play:before{content:"\f3ab";}.fa-google-plus:before{content:"\f2b3";}.fa-google-plus-g:before{content:"\f0d5";}.fa-google-plus-square:before{content:"\f0d4";}.fa-google-wallet:before{content:"\f1ee";}.fa-gopuram:before{content:"\f664";}.fa-graduation-cap:before{content:"\f19d";}.fa-gratipay:before{content:"\f184";}.fa-grav:before{content:"\f2d6";}.fa-greater-than:before{content:"\f531";}.fa-greater-than-equal:before{content:"\f532";}.fa-grimace:before{content:"\f57f";}.fa-grin:before{content:"\f580";}.fa-grin-alt:before{content:"\f581";}.fa-grin-beam:before{content:"\f582";}.fa-grin-beam-sweat:before{content:"\f583";}.fa-grin-hearts:before{content:"\f584";}.fa-grin-squint:before{content:"\f585";}.fa-grin-squint-tears:before{content:"\f586";}.fa-grin-stars:before{content:"\f587";}.fa-grin-tears:before{content:"\f588";}.fa-grin-tongue:before{content:"\f589";}.fa-grin-tongue-squint:before{content:"\f58a";}.fa-grin-tongue-wink:before{content:"\f58b";}.fa-grin-wink:before{content:"\f58c";}.fa-grip-horizontal:before{content:"\f58d";}.fa-grip-lines:before{content:"\f7a4";}.fa-grip-lines-vertical:before{content:"\f7a5";}.fa-grip-vertical:before{content:"\f58e";}.fa-gripfire:before{content:"\f3ac";}.fa-grunt:before{content:"\f3ad";}.fa-guitar:before{content:"\f7a6";}.fa-gulp:before{content:"\f3ae";}.fa-h-square:before{content:"\f0fd";}.fa-hacker-news:before{content:"\f1d4";}.fa-hacker-news-square:before{content:"\f3af";}.fa-hackerrank:before{content:"\f5f7";}.fa-hamburger:before{content:"\f805";}.fa-hammer:before{content:"\f6e3";}.fa-hamsa:before{content:"\f665";}.fa-hand-holding:before{content:"\f4bd";}.fa-hand-holding-heart:before{content:"\f4be";}.fa-hand-holding-medical:before{content:"\f95c";}.fa-hand-holding-usd:before{content:"\f4c0";}.fa-hand-holding-water:before{content:"\f4c1";}.fa-hand-lizard:before{content:"\f258";}.fa-hand-middle-finger:before{content:"\f806";}.fa-hand-paper:before{content:"\f256";}.fa-hand-peace:before{content:"\f25b";}.fa-hand-point-down:before{content:"\f0a7";}.fa-hand-point-left:before{content:"\f0a5";}.fa-hand-point-right:before{content:"\f0a4";}.fa-hand-point-up:before{content:"\f0a6";}.fa-hand-pointer:before{content:"\f25a";}.fa-hand-rock:before{content:"\f255";}.fa-hand-scissors:before{content:"\f257";}.fa-hand-sparkles:before{content:"\f95d";}.fa-hand-spock:before{content:"\f259";}.fa-hands:before{content:"\f4c2";}.fa-hands-helping:before{content:"\f4c4";}.fa-hands-wash:before{content:"\f95e";}.fa-handshake:before{content:"\f2b5";}.fa-handshake-alt-slash:before{content:"\f95f";}.fa-handshake-slash:before{content:"\f960";}.fa-hanukiah:before{content:"\f6e6";}.fa-hard-hat:before{content:"\f807";}.fa-hashtag:before{content:"\f292";}.fa-hat-cowboy:before{content:"\f8c0";}.fa-hat-cowboy-side:before{content:"\f8c1";}.fa-hat-wizard:before{content:"\f6e8";}.fa-hdd:before{content:"\f0a0";}.fa-head-side-cough:before{content:"\f961";}.fa-head-side-cough-slash:before{content:"\f962";}.fa-head-side-mask:before{content:"\f963";}.fa-head-side-virus:before{content:"\f964";}.fa-heading:before{content:"\f1dc";}.fa-headphones:before{content:"\f025";}.fa-headphones-alt:before{content:"\f58f";}.fa-headset:before{content:"\f590";}.fa-heart:before{content:"\f004";}.fa-heart-broken:before{content:"\f7a9";}.fa-heartbeat:before{content:"\f21e";}.fa-helicopter:before{content:"\f533";}.fa-highlighter:before{content:"\f591";}.fa-hiking:before{content:"\f6ec";}.fa-hippo:before{content:"\f6ed";}.fa-hips:before{content:"\f452";}.fa-hire-a-helper:before{content:"\f3b0";}.fa-history:before{content:"\f1da";}.fa-hockey-puck:before{content:"\f453";}.fa-holly-berry:before{content:"\f7aa";}.fa-home:before{content:"\f015";}.fa-hooli:before{content:"\f427";}.fa-hornbill:before{content:"\f592";}.fa-horse:before{content:"\f6f0";}.fa-horse-head:before{content:"\f7ab";}.fa-hospital:before{content:"\f0f8";}.fa-hospital-alt:before{content:"\f47d";}.fa-hospital-symbol:before{content:"\f47e";}.fa-hospital-user:before{content:"\f80d";}.fa-hot-tub:before{content:"\f593";}.fa-hotdog:before{content:"\f80f";}.fa-hotel:before{content:"\f594";}.fa-hotjar:before{content:"\f3b1";}.fa-hourglass:before{content:"\f254";}.fa-hourglass-end:before{content:"\f253";}.fa-hourglass-half:before{content:"\f252";}.fa-hourglass-start:before{content:"\f251";}.fa-house-damage:before{content:"\f6f1";}.fa-house-user:before{content:"\f965";}.fa-houzz:before{content:"\f27c";}.fa-hryvnia:before{content:"\f6f2";}.fa-html5:before{content:"\f13b";}.fa-hubspot:before{content:"\f3b2";}.fa-i-cursor:before{content:"\f246";}.fa-ice-cream:before{content:"\f810";}.fa-icicles:before{content:"\f7ad";}.fa-icons:before{content:"\f86d";}.fa-id-badge:before{content:"\f2c1";}.fa-id-card:before{content:"\f2c2";}.fa-id-card-alt:before{content:"\f47f";}.fa-ideal:before{content:"\f913";}.fa-igloo:before{content:"\f7ae";}.fa-image:before{content:"\f03e";}.fa-images:before{content:"\f302";}.fa-imdb:before{content:"\f2d8";}.fa-inbox:before{content:"\f01c";}.fa-indent:before{content:"\f03c";}.fa-industry:before{content:"\f275";}.fa-infinity:before{content:"\f534";}.fa-info:before{content:"\f129";}.fa-info-circle:before{content:"\f05a";}.fa-instagram:before{content:"\f16d";}.fa-instagram-square:before{content:"\f955";}.fa-intercom:before{content:"\f7af";}.fa-internet-explorer:before{content:"\f26b";}.fa-invision:before{content:"\f7b0";}.fa-ioxhost:before{content:"\f208";}.fa-italic:before{content:"\f033";}.fa-itch-io:before{content:"\f83a";}.fa-itunes:before{content:"\f3b4";}.fa-itunes-note:before{content:"\f3b5";}.fa-java:before{content:"\f4e4";}.fa-jedi:before{content:"\f669";}.fa-jedi-order:before{content:"\f50e";}.fa-jenkins:before{content:"\f3b6";}.fa-jira:before{content:"\f7b1";}.fa-joget:before{content:"\f3b7";}.fa-joint:before{content:"\f595";}.fa-joomla:before{content:"\f1aa";}.fa-journal-whills:before{content:"\f66a";}.fa-js:before{content:"\f3b8";}.fa-js-square:before{content:"\f3b9";}.fa-jsfiddle:before{content:"\f1cc";}.fa-kaaba:before{content:"\f66b";}.fa-kaggle:before{content:"\f5fa";}.fa-key:before{content:"\f084";}.fa-keybase:before{content:"\f4f5";}.fa-keyboard:before{content:"\f11c";}.fa-keycdn:before{content:"\f3ba";}.fa-khanda:before{content:"\f66d";}.fa-kickstarter:before{content:"\f3bb";}.fa-kickstarter-k:before{content:"\f3bc";}.fa-kiss:before{content:"\f596";}.fa-kiss-beam:before{content:"\f597";}.fa-kiss-wink-heart:before{content:"\f598";}.fa-kiwi-bird:before{content:"\f535";}.fa-korvue:before{content:"\f42f";}.fa-landmark:before{content:"\f66f";}.fa-language:before{content:"\f1ab";}.fa-laptop:before{content:"\f109";}.fa-laptop-code:before{content:"\f5fc";}.fa-laptop-house:before{content:"\f966";}.fa-laptop-medical:before{content:"\f812";}.fa-laravel:before{content:"\f3bd";}.fa-lastfm:before{content:"\f202";}.fa-lastfm-square:before{content:"\f203";}.fa-laugh:before{content:"\f599";}.fa-laugh-beam:before{content:"\f59a";}.fa-laugh-squint:before{content:"\f59b";}.fa-laugh-wink:before{content:"\f59c";}.fa-layer-group:before{content:"\f5fd";}.fa-leaf:before{content:"\f06c";}.fa-leanpub:before{content:"\f212";}.fa-lemon:before{content:"\f094";}.fa-less:before{content:"\f41d";}.fa-less-than:before{content:"\f536";}.fa-less-than-equal:before{content:"\f537";}.fa-level-down-alt:before{content:"\f3be";}.fa-level-up-alt:before{content:"\f3bf";}.fa-life-ring:before{content:"\f1cd";}.fa-lightbulb:before{content:"\f0eb";}.fa-line:before{content:"\f3c0";}.fa-link:before{content:"\f0c1";}.fa-linkedin:before{content:"\f08c";}.fa-linkedin-in:before{content:"\f0e1";}.fa-linode:before{content:"\f2b8";}.fa-linux:before{content:"\f17c";}.fa-lira-sign:before{content:"\f195";}.fa-list:before{content:"\f03a";}.fa-list-alt:before{content:"\f022";}.fa-list-ol:before{content:"\f0cb";}.fa-list-ul:before{content:"\f0ca";}.fa-location-arrow:before{content:"\f124";}.fa-lock:before{content:"\f023";}.fa-lock-open:before{content:"\f3c1";}.fa-long-arrow-alt-down:before{content:"\f309";}.fa-long-arrow-alt-left:before{content:"\f30a";}.fa-long-arrow-alt-right:before{content:"\f30b";}.fa-long-arrow-alt-up:before{content:"\f30c";}.fa-low-vision:before{content:"\f2a8";}.fa-luggage-cart:before{content:"\f59d";}.fa-lungs:before{content:"\f604";}.fa-lungs-virus:before{content:"\f967";}.fa-lyft:before{content:"\f3c3";}.fa-magento:before{content:"\f3c4";}.fa-magic:before{content:"\f0d0";}.fa-magnet:before{content:"\f076";}.fa-mail-bulk:before{content:"\f674";}.fa-mailchimp:before{content:"\f59e";}.fa-male:before{content:"\f183";}.fa-mandalorian:before{content:"\f50f";}.fa-map:before{content:"\f279";}.fa-map-marked:before{content:"\f59f";}.fa-map-marked-alt:before{content:"\f5a0";}.fa-map-marker:before{content:"\f041";}.fa-map-marker-alt:before{content:"\f3c5";}.fa-map-pin:before{content:"\f276";}.fa-map-signs:before{content:"\f277";}.fa-markdown:before{content:"\f60f";}.fa-marker:before{content:"\f5a1";}.fa-mars:before{content:"\f222";}.fa-mars-double:before{content:"\f227";}.fa-mars-stroke:before{content:"\f229";}.fa-mars-stroke-h:before{content:"\f22b";}.fa-mars-stroke-v:before{content:"\f22a";}.fa-mask:before{content:"\f6fa";}.fa-mastodon:before{content:"\f4f6";}.fa-maxcdn:before{content:"\f136";}.fa-mdb:before{content:"\f8ca";}.fa-medal:before{content:"\f5a2";}.fa-medapps:before{content:"\f3c6";}.fa-medium:before{content:"\f23a";}.fa-medium-m:before{content:"\f3c7";}.fa-medkit:before{content:"\f0fa";}.fa-medrt:before{content:"\f3c8";}.fa-meetup:before{content:"\f2e0";}.fa-megaport:before{content:"\f5a3";}.fa-meh:before{content:"\f11a";}.fa-meh-blank:before{content:"\f5a4";}.fa-meh-rolling-eyes:before{content:"\f5a5";}.fa-memory:before{content:"\f538";}.fa-mendeley:before{content:"\f7b3";}.fa-menorah:before{content:"\f676";}.fa-mercury:before{content:"\f223";}.fa-meteor:before{content:"\f753";}.fa-microblog:before{content:"\f91a";}.fa-microchip:before{content:"\f2db";}.fa-microphone:before{content:"\f130";}.fa-microphone-alt:before{content:"\f3c9";}.fa-microphone-alt-slash:before{content:"\f539";}.fa-microphone-slash:before{content:"\f131";}.fa-microscope:before{content:"\f610";}.fa-microsoft:before{content:"\f3ca";}.fa-minus:before{content:"\f068";}.fa-minus-circle:before{content:"\f056";}.fa-minus-square:before{content:"\f146";}.fa-mitten:before{content:"\f7b5";}.fa-mix:before{content:"\f3cb";}.fa-mixcloud:before{content:"\f289";}.fa-mixer:before{content:"\f956";}.fa-mizuni:before{content:"\f3cc";}.fa-mobile:before{content:"\f10b";}.fa-mobile-alt:before{content:"\f3cd";}.fa-modx:before{content:"\f285";}.fa-monero:before{content:"\f3d0";}.fa-money-bill:before{content:"\f0d6";}.fa-money-bill-alt:before{content:"\f3d1";}.fa-money-bill-wave:before{content:"\f53a";}.fa-money-bill-wave-alt:before{content:"\f53b";}.fa-money-check:before{content:"\f53c";}.fa-money-check-alt:before{content:"\f53d";}.fa-monument:before{content:"\f5a6";}.fa-moon:before{content:"\f186";}.fa-mortar-pestle:before{content:"\f5a7";}.fa-mosque:before{content:"\f678";}.fa-motorcycle:before{content:"\f21c";}.fa-mountain:before{content:"\f6fc";}.fa-mouse:before{content:"\f8cc";}.fa-mouse-pointer:before{content:"\f245";}.fa-mug-hot:before{content:"\f7b6";}.fa-music:before{content:"\f001";}.fa-napster:before{content:"\f3d2";}.fa-neos:before{content:"\f612";}.fa-network-wired:before{content:"\f6ff";}.fa-neuter:before{content:"\f22c";}.fa-newspaper:before{content:"\f1ea";}.fa-nimblr:before{content:"\f5a8";}.fa-node:before{content:"\f419";}.fa-node-js:before{content:"\f3d3";}.fa-not-equal:before{content:"\f53e";}.fa-notes-medical:before{content:"\f481";}.fa-npm:before{content:"\f3d4";}.fa-ns8:before{content:"\f3d5";}.fa-nutritionix:before{content:"\f3d6";}.fa-object-group:before{content:"\f247";}.fa-object-ungroup:before{content:"\f248";}.fa-odnoklassniki:before{content:"\f263";}.fa-odnoklassniki-square:before{content:"\f264";}.fa-oil-can:before{content:"\f613";}.fa-old-republic:before{content:"\f510";}.fa-om:before{content:"\f679";}.fa-opencart:before{content:"\f23d";}.fa-openid:before{content:"\f19b";}.fa-opera:before{content:"\f26a";}.fa-optin-monster:before{content:"\f23c";}.fa-orcid:before{content:"\f8d2";}.fa-osi:before{content:"\f41a";}.fa-otter:before{content:"\f700";}.fa-outdent:before{content:"\f03b";}.fa-page4:before{content:"\f3d7";}.fa-pagelines:before{content:"\f18c";}.fa-pager:before{content:"\f815";}.fa-paint-brush:before{content:"\f1fc";}.fa-paint-roller:before{content:"\f5aa";}.fa-palette:before{content:"\f53f";}.fa-palfed:before{content:"\f3d8";}.fa-pallet:before{content:"\f482";}.fa-paper-plane:before{content:"\f1d8";}.fa-paperclip:before{content:"\f0c6";}.fa-parachute-box:before{content:"\f4cd";}.fa-paragraph:before{content:"\f1dd";}.fa-parking:before{content:"\f540";}.fa-passport:before{content:"\f5ab";}.fa-pastafarianism:before{content:"\f67b";}.fa-paste:before{content:"\f0ea";}.fa-patreon:before{content:"\f3d9";}.fa-pause:before{content:"\f04c";}.fa-pause-circle:before{content:"\f28b";}.fa-paw:before{content:"\f1b0";}.fa-paypal:before{content:"\f1ed";}.fa-peace:before{content:"\f67c";}.fa-pen:before{content:"\f304";}.fa-pen-alt:before{content:"\f305";}.fa-pen-fancy:before{content:"\f5ac";}.fa-pen-nib:before{content:"\f5ad";}.fa-pen-square:before{content:"\f14b";}.fa-pencil-alt:before{content:"\f303";}.fa-pencil-ruler:before{content:"\f5ae";}.fa-penny-arcade:before{content:"\f704";}.fa-people-arrows:before{content:"\f968";}.fa-people-carry:before{content:"\f4ce";}.fa-pepper-hot:before{content:"\f816";}.fa-percent:before{content:"\f295";}.fa-percentage:before{content:"\f541";}.fa-periscope:before{content:"\f3da";}.fa-person-booth:before{content:"\f756";}.fa-phabricator:before{content:"\f3db";}.fa-phoenix-framework:before{content:"\f3dc";}.fa-phoenix-squadron:before{content:"\f511";}.fa-phone:before{content:"\f095";}.fa-phone-alt:before{content:"\f879";}.fa-phone-slash:before{content:"\f3dd";}.fa-phone-square:before{content:"\f098";}.fa-phone-square-alt:before{content:"\f87b";}.fa-phone-volume:before{content:"\f2a0";}.fa-photo-video:before{content:"\f87c";}.fa-php:before{content:"\f457";}.fa-pied-piper:before{content:"\f2ae";}.fa-pied-piper-alt:before{content:"\f1a8";}.fa-pied-piper-hat:before{content:"\f4e5";}.fa-pied-piper-pp:before{content:"\f1a7";}.fa-pied-piper-square:before{content:"\f91e";}.fa-piggy-bank:before{content:"\f4d3";}.fa-pills:before{content:"\f484";}.fa-pinterest:before{content:"\f0d2";}.fa-pinterest-p:before{content:"\f231";}.fa-pinterest-square:before{content:"\f0d3";}.fa-pizza-slice:before{content:"\f818";}.fa-place-of-worship:before{content:"\f67f";}.fa-plane:before{content:"\f072";}.fa-plane-arrival:before{content:"\f5af";}.fa-plane-departure:before{content:"\f5b0";}.fa-plane-slash:before{content:"\f969";}.fa-play:before{content:"\f04b";}.fa-play-circle:before{content:"\f144";}.fa-playstation:before{content:"\f3df";}.fa-plug:before{content:"\f1e6";}.fa-plus:before{content:"\f067";}.fa-plus-circle:before{content:"\f055";}.fa-plus-square:before{content:"\f0fe";}.fa-podcast:before{content:"\f2ce";}.fa-poll:before{content:"\f681";}.fa-poll-h:before{content:"\f682";}.fa-poo:before{content:"\f2fe";}.fa-poo-storm:before{content:"\f75a";}.fa-poop:before{content:"\f619";}.fa-portrait:before{content:"\f3e0";}.fa-pound-sign:before{content:"\f154";}.fa-power-off:before{content:"\f011";}.fa-pray:before{content:"\f683";}.fa-praying-hands:before{content:"\f684";}.fa-prescription:before{content:"\f5b1";}.fa-prescription-bottle:before{content:"\f485";}.fa-prescription-bottle-alt:before{content:"\f486";}.fa-print:before{content:"\f02f";}.fa-procedures:before{content:"\f487";}.fa-product-hunt:before{content:"\f288";}.fa-project-diagram:before{content:"\f542";}.fa-pump-medical:before{content:"\f96a";}.fa-pump-soap:before{content:"\f96b";}.fa-pushed:before{content:"\f3e1";}.fa-puzzle-piece:before{content:"\f12e";}.fa-python:before{content:"\f3e2";}.fa-qq:before{content:"\f1d6";}.fa-qrcode:before{content:"\f029";}.fa-question:before{content:"\f128";}.fa-question-circle:before{content:"\f059";}.fa-quidditch:before{content:"\f458";}.fa-quinscape:before{content:"\f459";}.fa-quora:before{content:"\f2c4";}.fa-quote-left:before{content:"\f10d";}.fa-quote-right:before{content:"\f10e";}.fa-quran:before{content:"\f687";}.fa-r-project:before{content:"\f4f7";}.fa-radiation:before{content:"\f7b9";}.fa-radiation-alt:before{content:"\f7ba";}.fa-rainbow:before{content:"\f75b";}.fa-random:before{content:"\f074";}.fa-raspberry-pi:before{content:"\f7bb";}.fa-ravelry:before{content:"\f2d9";}.fa-react:before{content:"\f41b";}.fa-reacteurope:before{content:"\f75d";}.fa-readme:before{content:"\f4d5";}.fa-rebel:before{content:"\f1d0";}.fa-receipt:before{content:"\f543";}.fa-record-vinyl:before{content:"\f8d9";}.fa-recycle:before{content:"\f1b8";}.fa-red-river:before{content:"\f3e3";}.fa-reddit:before{content:"\f1a1";}.fa-reddit-alien:before{content:"\f281";}.fa-reddit-square:before{content:"\f1a2";}.fa-redhat:before{content:"\f7bc";}.fa-redo:before{content:"\f01e";}.fa-redo-alt:before{content:"\f2f9";}.fa-registered:before{content:"\f25d";}.fa-remove-format:before{content:"\f87d";}.fa-renren:before{content:"\f18b";}.fa-reply:before{content:"\f3e5";}.fa-reply-all:before{content:"\f122";}.fa-replyd:before{content:"\f3e6";}.fa-republican:before{content:"\f75e";}.fa-researchgate:before{content:"\f4f8";}.fa-resolving:before{content:"\f3e7";}.fa-restroom:before{content:"\f7bd";}.fa-retweet:before{content:"\f079";}.fa-rev:before{content:"\f5b2";}.fa-ribbon:before{content:"\f4d6";}.fa-ring:before{content:"\f70b";}.fa-road:before{content:"\f018";}.fa-robot:before{content:"\f544";}.fa-rocket:before{content:"\f135";}.fa-rocketchat:before{content:"\f3e8";}.fa-rockrms:before{content:"\f3e9";}.fa-route:before{content:"\f4d7";}.fa-rss:before{content:"\f09e";}.fa-rss-square:before{content:"\f143";}.fa-ruble-sign:before{content:"\f158";}.fa-ruler:before{content:"\f545";}.fa-ruler-combined:before{content:"\f546";}.fa-ruler-horizontal:before{content:"\f547";}.fa-ruler-vertical:before{content:"\f548";}.fa-running:before{content:"\f70c";}.fa-rupee-sign:before{content:"\f156";}.fa-sad-cry:before{content:"\f5b3";}.fa-sad-tear:before{content:"\f5b4";}.fa-safari:before{content:"\f267";}.fa-salesforce:before{content:"\f83b";}.fa-sass:before{content:"\f41e";}.fa-satellite:before{content:"\f7bf";}.fa-satellite-dish:before{content:"\f7c0";}.fa-save:before{content:"\f0c7";}.fa-schlix:before{content:"\f3ea";}.fa-school:before{content:"\f549";}.fa-screwdriver:before{content:"\f54a";}.fa-scribd:before{content:"\f28a";}.fa-scroll:before{content:"\f70e";}.fa-sd-card:before{content:"\f7c2";}.fa-search:before{content:"\f002";}.fa-search-dollar:before{content:"\f688";}.fa-search-location:before{content:"\f689";}.fa-search-minus:before{content:"\f010";}.fa-search-plus:before{content:"\f00e";}.fa-searchengin:before{content:"\f3eb";}.fa-seedling:before{content:"\f4d8";}.fa-sellcast:before{content:"\f2da";}.fa-sellsy:before{content:"\f213";}.fa-server:before{content:"\f233";}.fa-servicestack:before{content:"\f3ec";}.fa-shapes:before{content:"\f61f";}.fa-share:before{content:"\f064";}.fa-share-alt:before{content:"\f1e0";}.fa-share-alt-square:before{content:"\f1e1";}.fa-share-square:before{content:"\f14d";}.fa-shekel-sign:before{content:"\f20b";}.fa-shield-alt:before{content:"\f3ed";}.fa-shield-virus:before{content:"\f96c";}.fa-ship:before{content:"\f21a";}.fa-shipping-fast:before{content:"\f48b";}.fa-shirtsinbulk:before{content:"\f214";}.fa-shoe-prints:before{content:"\f54b";}.fa-shopify:before{content:"\f957";}.fa-shopping-bag:before{content:"\f290";}.fa-shopping-basket:before{content:"\f291";}.fa-shopping-cart:before{content:"\f07a";}.fa-shopware:before{content:"\f5b5";}.fa-shower:before{content:"\f2cc";}.fa-shuttle-van:before{content:"\f5b6";}.fa-sign:before{content:"\f4d9";}.fa-sign-in-alt:before{content:"\f2f6";}.fa-sign-language:before{content:"\f2a7";}.fa-sign-out-alt:before{content:"\f2f5";}.fa-signal:before{content:"\f012";}.fa-signature:before{content:"\f5b7";}.fa-sim-card:before{content:"\f7c4";}.fa-simplybuilt:before{content:"\f215";}.fa-sistrix:before{content:"\f3ee";}.fa-sitemap:before{content:"\f0e8";}.fa-sith:before{content:"\f512";}.fa-skating:before{content:"\f7c5";}.fa-sketch:before{content:"\f7c6";}.fa-skiing:before{content:"\f7c9";}.fa-skiing-nordic:before{content:"\f7ca";}.fa-skull:before{content:"\f54c";}.fa-skull-crossbones:before{content:"\f714";}.fa-skyatlas:before{content:"\f216";}.fa-skype:before{content:"\f17e";}.fa-slack:before{content:"\f198";}.fa-slack-hash:before{content:"\f3ef";}.fa-slash:before{content:"\f715";}.fa-sleigh:before{content:"\f7cc";}.fa-sliders-h:before{content:"\f1de";}.fa-slideshare:before{content:"\f1e7";}.fa-smile:before{content:"\f118";}.fa-smile-beam:before{content:"\f5b8";}.fa-smile-wink:before{content:"\f4da";}.fa-smog:before{content:"\f75f";}.fa-smoking:before{content:"\f48d";}.fa-smoking-ban:before{content:"\f54d";}.fa-sms:before{content:"\f7cd";}.fa-snapchat:before{content:"\f2ab";}.fa-snapchat-ghost:before{content:"\f2ac";}.fa-snapchat-square:before{content:"\f2ad";}.fa-snowboarding:before{content:"\f7ce";}.fa-snowflake:before{content:"\f2dc";}.fa-snowman:before{content:"\f7d0";}.fa-snowplow:before{content:"\f7d2";}.fa-soap:before{content:"\f96e";}.fa-socks:before{content:"\f696";}.fa-solar-panel:before{content:"\f5ba";}.fa-sort:before{content:"\f0dc";}.fa-sort-alpha-down:before{content:"\f15d";}.fa-sort-alpha-down-alt:before{content:"\f881";}.fa-sort-alpha-up:before{content:"\f15e";}.fa-sort-alpha-up-alt:before{content:"\f882";}.fa-sort-amount-down:before{content:"\f160";}.fa-sort-amount-down-alt:before{content:"\f884";}.fa-sort-amount-up:before{content:"\f161";}.fa-sort-amount-up-alt:before{content:"\f885";}.fa-sort-down:before{content:"\f0dd";}.fa-sort-numeric-down:before{content:"\f162";}.fa-sort-numeric-down-alt:before{content:"\f886";}.fa-sort-numeric-up:before{content:"\f163";}.fa-sort-numeric-up-alt:before{content:"\f887";}.fa-sort-up:before{content:"\f0de";}.fa-soundcloud:before{content:"\f1be";}.fa-sourcetree:before{content:"\f7d3";}.fa-spa:before{content:"\f5bb";}.fa-space-shuttle:before{content:"\f197";}.fa-speakap:before{content:"\f3f3";}.fa-speaker-deck:before{content:"\f83c";}.fa-spell-check:before{content:"\f891";}.fa-spider:before{content:"\f717";}.fa-spinner:before{content:"\f110";}.fa-splotch:before{content:"\f5bc";}.fa-spotify:before{content:"\f1bc";}.fa-spray-can:before{content:"\f5bd";}.fa-square:before{content:"\f0c8";}.fa-square-full:before{content:"\f45c";}.fa-square-root-alt:before{content:"\f698";}.fa-squarespace:before{content:"\f5be";}.fa-stack-exchange:before{content:"\f18d";}.fa-stack-overflow:before{content:"\f16c";}.fa-stackpath:before{content:"\f842";}.fa-stamp:before{content:"\f5bf";}.fa-star:before{content:"\f005";}.fa-star-and-crescent:before{content:"\f699";}.fa-star-half:before{content:"\f089";}.fa-star-half-alt:before{content:"\f5c0";}.fa-star-of-david:before{content:"\f69a";}.fa-star-of-life:before{content:"\f621";}.fa-staylinked:before{content:"\f3f5";}.fa-steam:before{content:"\f1b6";}.fa-steam-square:before{content:"\f1b7";}.fa-steam-symbol:before{content:"\f3f6";}.fa-step-backward:before{content:"\f048";}.fa-step-forward:before{content:"\f051";}.fa-stethoscope:before{content:"\f0f1";}.fa-sticker-mule:before{content:"\f3f7";}.fa-sticky-note:before{content:"\f249";}.fa-stop:before{content:"\f04d";}.fa-stop-circle:before{content:"\f28d";}.fa-stopwatch:before{content:"\f2f2";}.fa-stopwatch-20:before{content:"\f96f";}.fa-store:before{content:"\f54e";}.fa-store-alt:before{content:"\f54f";}.fa-store-alt-slash:before{content:"\f970";}.fa-store-slash:before{content:"\f971";}.fa-strava:before{content:"\f428";}.fa-stream:before{content:"\f550";}.fa-street-view:before{content:"\f21d";}.fa-strikethrough:before{content:"\f0cc";}.fa-stripe:before{content:"\f429";}.fa-stripe-s:before{content:"\f42a";}.fa-stroopwafel:before{content:"\f551";}.fa-studiovinari:before{content:"\f3f8";}.fa-stumbleupon:before{content:"\f1a4";}.fa-stumbleupon-circle:before{content:"\f1a3";}.fa-subscript:before{content:"\f12c";}.fa-subway:before{content:"\f239";}.fa-suitcase:before{content:"\f0f2";}.fa-suitcase-rolling:before{content:"\f5c1";}.fa-sun:before{content:"\f185";}.fa-superpowers:before{content:"\f2dd";}.fa-superscript:before{content:"\f12b";}.fa-supple:before{content:"\f3f9";}.fa-surprise:before{content:"\f5c2";}.fa-suse:before{content:"\f7d6";}.fa-swatchbook:before{content:"\f5c3";}.fa-swift:before{content:"\f8e1";}.fa-swimmer:before{content:"\f5c4";}.fa-swimming-pool:before{content:"\f5c5";}.fa-symfony:before{content:"\f83d";}.fa-synagogue:before{content:"\f69b";}.fa-sync:before{content:"\f021";}.fa-sync-alt:before{content:"\f2f1";}.fa-syringe:before{content:"\f48e";}.fa-table:before{content:"\f0ce";}.fa-table-tennis:before{content:"\f45d";}.fa-tablet:before{content:"\f10a";}.fa-tablet-alt:before{content:"\f3fa";}.fa-tablets:before{content:"\f490";}.fa-tachometer-alt:before{content:"\f3fd";}.fa-tag:before{content:"\f02b";}.fa-tags:before{content:"\f02c";}.fa-tape:before{content:"\f4db";}.fa-tasks:before{content:"\f0ae";}.fa-taxi:before{content:"\f1ba";}.fa-teamspeak:before{content:"\f4f9";}.fa-teeth:before{content:"\f62e";}.fa-teeth-open:before{content:"\f62f";}.fa-telegram:before{content:"\f2c6";}.fa-telegram-plane:before{content:"\f3fe";}.fa-temperature-high:before{content:"\f769";}.fa-temperature-low:before{content:"\f76b";}.fa-tencent-weibo:before{content:"\f1d5";}.fa-tenge:before{content:"\f7d7";}.fa-terminal:before{content:"\f120";}.fa-text-height:before{content:"\f034";}.fa-text-width:before{content:"\f035";}.fa-th:before{content:"\f00a";}.fa-th-large:before{content:"\f009";}.fa-th-list:before{content:"\f00b";}.fa-the-red-yeti:before{content:"\f69d";}.fa-theater-masks:before{content:"\f630";}.fa-themeco:before{content:"\f5c6";}.fa-themeisle:before{content:"\f2b2";}.fa-thermometer:before{content:"\f491";}.fa-thermometer-empty:before{content:"\f2cb";}.fa-thermometer-full:before{content:"\f2c7";}.fa-thermometer-half:before{content:"\f2c9";}.fa-thermometer-quarter:before{content:"\f2ca";}.fa-thermometer-three-quarters:before{content:"\f2c8";}.fa-think-peaks:before{content:"\f731";}.fa-thumbs-down:before{content:"\f165";}.fa-thumbs-up:before{content:"\f164";}.fa-thumbtack:before{content:"\f08d";}.fa-ticket-alt:before{content:"\f3ff";}.fa-times:before{content:"\f00d";}.fa-times-circle:before{content:"\f057";}.fa-tint:before{content:"\f043";}.fa-tint-slash:before{content:"\f5c7";}.fa-tired:before{content:"\f5c8";}.fa-toggle-off:before{content:"\f204";}.fa-toggle-on:before{content:"\f205";}.fa-toilet:before{content:"\f7d8";}.fa-toilet-paper:before{content:"\f71e";}.fa-toilet-paper-slash:before{content:"\f972";}.fa-toolbox:before{content:"\f552";}.fa-tools:before{content:"\f7d9";}.fa-tooth:before{content:"\f5c9";}.fa-torah:before{content:"\f6a0";}.fa-torii-gate:before{content:"\f6a1";}.fa-tractor:before{content:"\f722";}.fa-trade-federation:before{content:"\f513";}.fa-trademark:before{content:"\f25c";}.fa-traffic-light:before{content:"\f637";}.fa-trailer:before{content:"\f941";}.fa-train:before{content:"\f238";}.fa-tram:before{content:"\f7da";}.fa-transgender:before{content:"\f224";}.fa-transgender-alt:before{content:"\f225";}.fa-trash:before{content:"\f1f8";}.fa-trash-alt:before{content:"\f2ed";}.fa-trash-restore:before{content:"\f829";}.fa-trash-restore-alt:before{content:"\f82a";}.fa-tree:before{content:"\f1bb";}.fa-trello:before{content:"\f181";}.fa-tripadvisor:before{content:"\f262";}.fa-trophy:before{content:"\f091";}.fa-truck:before{content:"\f0d1";}.fa-truck-loading:before{content:"\f4de";}.fa-truck-monster:before{content:"\f63b";}.fa-truck-moving:before{content:"\f4df";}.fa-truck-pickup:before{content:"\f63c";}.fa-tshirt:before{content:"\f553";}.fa-tty:before{content:"\f1e4";}.fa-tumblr:before{content:"\f173";}.fa-tumblr-square:before{content:"\f174";}.fa-tv:before{content:"\f26c";}.fa-twitch:before{content:"\f1e8";}.fa-twitter:before{content:"\f099";}.fa-twitter-square:before{content:"\f081";}.fa-typo3:before{content:"\f42b";}.fa-uber:before{content:"\f402";}.fa-ubuntu:before{content:"\f7df";}.fa-uikit:before{content:"\f403";}.fa-umbraco:before{content:"\f8e8";}.fa-umbrella:before{content:"\f0e9";}.fa-umbrella-beach:before{content:"\f5ca";}.fa-underline:before{content:"\f0cd";}.fa-undo:before{content:"\f0e2";}.fa-undo-alt:before{content:"\f2ea";}.fa-uniregistry:before{content:"\f404";}.fa-unity:before{content:"\f949";}.fa-universal-access:before{content:"\f29a";}.fa-university:before{content:"\f19c";}.fa-unlink:before{content:"\f127";}.fa-unlock:before{content:"\f09c";}.fa-unlock-alt:before{content:"\f13e";}.fa-untappd:before{content:"\f405";}.fa-upload:before{content:"\f093";}.fa-ups:before{content:"\f7e0";}.fa-usb:before{content:"\f287";}.fa-user:before{content:"\f007";}.fa-user-alt:before{content:"\f406";}.fa-user-alt-slash:before{content:"\f4fa";}.fa-user-astronaut:before{content:"\f4fb";}.fa-user-check:before{content:"\f4fc";}.fa-user-circle:before{content:"\f2bd";}.fa-user-clock:before{content:"\f4fd";}.fa-user-cog:before{content:"\f4fe";}.fa-user-edit:before{content:"\f4ff";}.fa-user-friends:before{content:"\f500";}.fa-user-graduate:before{content:"\f501";}.fa-user-injured:before{content:"\f728";}.fa-user-lock:before{content:"\f502";}.fa-user-md:before{content:"\f0f0";}.fa-user-minus:before{content:"\f503";}.fa-user-ninja:before{content:"\f504";}.fa-user-nurse:before{content:"\f82f";}.fa-user-plus:before{content:"\f234";}.fa-user-secret:before{content:"\f21b";}.fa-user-shield:before{content:"\f505";}.fa-user-slash:before{content:"\f506";}.fa-user-tag:before{content:"\f507";}.fa-user-tie:before{content:"\f508";}.fa-user-times:before{content:"\f235";}.fa-users:before{content:"\f0c0";}.fa-users-cog:before{content:"\f509";}.fa-usps:before{content:"\f7e1";}.fa-ussunnah:before{content:"\f407";}.fa-utensil-spoon:before{content:"\f2e5";}.fa-utensils:before{content:"\f2e7";}.fa-vaadin:before{content:"\f408";}.fa-vector-square:before{content:"\f5cb";}.fa-venus:before{content:"\f221";}.fa-venus-double:before{content:"\f226";}.fa-venus-mars:before{content:"\f228";}.fa-viacoin:before{content:"\f237";}.fa-viadeo:before{content:"\f2a9";}.fa-viadeo-square:before{content:"\f2aa";}.fa-vial:before{content:"\f492";}.fa-vials:before{content:"\f493";}.fa-viber:before{content:"\f409";}.fa-video:before{content:"\f03d";}.fa-video-slash:before{content:"\f4e2";}.fa-vihara:before{content:"\f6a7";}.fa-vimeo:before{content:"\f40a";}.fa-vimeo-square:before{content:"\f194";}.fa-vimeo-v:before{content:"\f27d";}.fa-vine:before{content:"\f1ca";}.fa-virus:before{content:"\f974";}.fa-virus-slash:before{content:"\f975";}.fa-viruses:before{content:"\f976";}.fa-vk:before{content:"\f189";}.fa-vnv:before{content:"\f40b";}.fa-voicemail:before{content:"\f897";}.fa-volleyball-ball:before{content:"\f45f";}.fa-volume-down:before{content:"\f027";}.fa-volume-mute:before{content:"\f6a9";}.fa-volume-off:before{content:"\f026";}.fa-volume-up:before{content:"\f028";}.fa-vote-yea:before{content:"\f772";}.fa-vr-cardboard:before{content:"\f729";}.fa-vuejs:before{content:"\f41f";}.fa-walking:before{content:"\f554";}.fa-wallet:before{content:"\f555";}.fa-warehouse:before{content:"\f494";}.fa-water:before{content:"\f773";}.fa-wave-square:before{content:"\f83e";}.fa-waze:before{content:"\f83f";}.fa-weebly:before{content:"\f5cc";}.fa-weibo:before{content:"\f18a";}.fa-weight:before{content:"\f496";}.fa-weight-hanging:before{content:"\f5cd";}.fa-weixin:before{content:"\f1d7";}.fa-whatsapp:before{content:"\f232";}.fa-whatsapp-square:before{content:"\f40c";}.fa-wheelchair:before{content:"\f193";}.fa-whmcs:before{content:"\f40d";}.fa-wifi:before{content:"\f1eb";}.fa-wikipedia-w:before{content:"\f266";}.fa-wind:before{content:"\f72e";}.fa-window-close:before{content:"\f410";}.fa-window-maximize:before{content:"\f2d0";}.fa-window-minimize:before{content:"\f2d1";}.fa-window-restore:before{content:"\f2d2";}.fa-windows:before{content:"\f17a";}.fa-wine-bottle:before{content:"\f72f";}.fa-wine-glass:before{content:"\f4e3";}.fa-wine-glass-alt:before{content:"\f5ce";}.fa-wix:before{content:"\f5cf";}.fa-wizards-of-the-coast:before{content:"\f730";}.fa-wolf-pack-battalion:before{content:"\f514";}.fa-won-sign:before{content:"\f159";}.fa-wordpress:before{content:"\f19a";}.fa-wordpress-simple:before{content:"\f411";}.fa-wpbeginner:before{content:"\f297";}.fa-wpexplorer:before{content:"\f2de";}.fa-wpforms:before{content:"\f298";}.fa-wpressr:before{content:"\f3e4";}.fa-wrench:before{content:"\f0ad";}.fa-x-ray:before{content:"\f497";}.fa-xbox:before{content:"\f412";}.fa-xing:before{content:"\f168";}.fa-xing-square:before{content:"\f169";}.fa-y-combinator:before{content:"\f23b";}.fa-yahoo:before{content:"\f19e";}.fa-yammer:before{content:"\f840";}.fa-yandex:before{content:"\f413";}.fa-yandex-international:before{content:"\f414";}.fa-yarn:before{content:"\f7e3";}.fa-yelp:before{content:"\f1e9";}.fa-yen-sign:before{content:"\f157";}.fa-yin-yang:before{content:"\f6ad";}.fa-yoast:before{content:"\f2b1";}.fa-youtube:before{content:"\f167";}.fa-youtube-square:before{content:"\f431";}.fa-zhihu:before{content:"\f63f";}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto;}@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:400;font-display:block;src:url(/themes/custom/amerik_aventure/fontawesome/webfonts/fa-brands-400.eot);src:url(/themes/custom/amerik_aventure/fontawesome/webfonts/fa-brands-400.eot#iefix) format("embedded-opentype"),url(/themes/custom/amerik_aventure/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/themes/custom/amerik_aventure/fontawesome/webfonts/fa-brands-400.woff) format("woff"),url(/themes/custom/amerik_aventure/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"),url(/themes/custom/amerik_aventure/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format("svg");}.fab{font-family:'Font Awesome 5 Brands';font-weight:400;}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:400;font-display:block;src:url(/themes/custom/amerik_aventure/fontawesome/webfonts/fa-regular-400.eot);src:url(/themes/custom/amerik_aventure/fontawesome/webfonts/fa-regular-400.eot#iefix) format("embedded-opentype"),url(/themes/custom/amerik_aventure/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/themes/custom/amerik_aventure/fontawesome/webfonts/fa-regular-400.woff) format("woff"),url(/themes/custom/amerik_aventure/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"),url(/themes/custom/amerik_aventure/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format("svg");}.far{font-family:'Font Awesome 5 Free';font-weight:400;}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:block;src:url(/themes/custom/amerik_aventure/fontawesome/webfonts/fa-solid-900.eot);src:url(/themes/custom/amerik_aventure/fontawesome/webfonts/fa-solid-900.eot#iefix) format("embedded-opentype"),url(/themes/custom/amerik_aventure/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/themes/custom/amerik_aventure/fontawesome/webfonts/fa-solid-900.woff) format("woff"),url(/themes/custom/amerik_aventure/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"),url(/themes/custom/amerik_aventure/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg");}.fa,.fas{font-family:'Font Awesome 5 Free';font-weight:900;}
div#navbar.rich-menu{max-width:1163px;border:0px;padding-left:0px;padding-right:0px;margin-bottom:0px;background:#ffffff;border-top:1px solid #F2EFEF;}.region-navigation{width:1164px;}.view-rich-menu .dropdown{float:left;width:193.8px;min-height:50px;border:2px solid #fff;}.view-rich-menu .dropdown.popdown-SAC.open{width:193.6px;}.view-rich-menu .dropdown .dropdown-toggle:hover{cursor:pointer;}.view-rich-menu .dropdown:last-child{margin-right:0px;}.view-rich-menu .dropdown>a{display:block;padding:6px;overflow:hidden;}.paragraph--type--menu-header h4 a{color:#B85C00;}.paragraph--type--menu-header h4 a:hover{color:#B85C00;}.popdown{float:left;overflow:hidden;}.popdown .dropbtn{font-size:16px;border:none;outline:none;color:white;padding:2px;margin:0;width:184px;}.popdown .subtitle{font-size:80%;}.view-id-rich_menu .dropdown-toggle .icon,.view-id-rich_menu .dropdown-toggle .text{display:inline-block;}.view-id-rich_menu .dropdown-toggle .icon{width:25.5px;vertical-align:top;}.view-id-rich_menu .dropdown-toggle .text{width:148.5px;}.view-id-rich_menu .dropdown-toggle .icon img{width:20px;height:20px;}.view-id-rich_menu .dropdown-toggle .title{font-size:15px;line-height:14px;color:#424242;font-weight:700;white-space:nowrap;}.view-id-rich_menu .dropdown-toggle .subtitle{font-size:12px;line-height:15px;color:#424242;letter-spacing:0.22px;white-space:nowrap;}.view-id-rich_menu .dropdown-menu{width:1163px;left:-2px;padding:30px 38px 38px 38px;margin:0px;border:2px solid #707070;}.view-id-rich_menu .dropdown-menu#menu-body-GIR{border-top-left-radius:0px;}.view-id-rich_menu .dropdown-menu#menu-body-INFO{border-top-right-radius:0px;}.view-id-rich_menu .dropdown.open{border:2px solid #707070;border-bottom:0px;border-top-left-radius:5px;border-top-right-radius:5px;position:relative;}.view-id-rich_menu .dropdown.open a.dropdown-toggle{position:absolute;width:100%;margin-bottom:-2px;border-radius:5px;background:#fff;z-index:9999;}.popdown-content{display:none;position:absolute;background-color:#f9f9f9;width:100%;left:0;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);z-index:1;padding:10px;}.popdown-content .header{background:red;padding:16px;color:white;}.popdown:hover .popdown-content{display:block;}.view-id-rich_menu .column{float:left;width:33.33%;padding:10px;background-color:#ccc;height:250px;}.view-id-rich_menu .column a{float:none;color:black;padding:16px;text-decoration:none;display:block;text-align:left;}.view-id-rich_menu .column a:hover{background-color:#ddd;}.view-id-rich_menu .row:after{content:"";display:table;clear:both;}@media screen and (max-width:600px){.view-id-rich_menu .column{width:100%;height:auto;}}.dropdown-menu .col1,.dropdown-menu .col2{float:left;width:50%;}#menu-body-GG{left:-196px;}#menu-body-AG{left:-390px;}#menu-body-SAC{left:-583px;padding-left:37px;}#menu-body-JA{left:-777px;padding-left:37px;}#menu-body-INFO{right:-2px;left:auto;}ul.action-list li{list-style:"\2794";padding-bottom:5px;}div.tarification label{display:inline-block;width:300px;}div.tarification span.value{display:inline-block;width:100px;}div.tarification span.description{display:inline-block;width:300px;}small.footer-product,small.footer-contact{display:block;text-align:right;margin-top:90px;margin-bottom:10px;}table.price>thead>tr>th{text-align:center;}.type-GIR{padding-right:24px;background:url(/themes/custom/amerik_aventure/images/gir.svg) no-repeat top right;background-size:20px 20px;}.type-GG{padding-right:24px;background:url(/themes/custom/amerik_aventure/images/gg.svg) no-repeat top right;background-size:20px 20px;}.type-AG{padding-right:24px;background:url(/themes/custom/amerik_aventure/images/ag.svg) no-repeat top right;background-size:20px 20px;}.carousel{width:440px;}input.error{border:2px solid #f44336;}.main-GIR .container-GG,.main-GIR .container-AG{display:none;}.main-GG .container-GIR,.main-GG .container-AG{display:none;}.main-AG .container-GIR,.main-AG .container-GG{display:none;}.main-catalog>.container>ul>li>ul>li>div{display:inline-block;width:12%;vertical-align:top;border-left:1px solid #cccccc;border-right:1px solid #cccccc;}.main-catalog>.container>ul>li>ul>li:nth-child(even){background-color:#dddddd;}.main-catalog>.container>ul>li>ul>li.head>div{font-weight:bolder;}.paragraph--type--menu-header .text-right{text-align:right;display:block;padding-bottom:10px;cursor:pointer;background:url(/themes/custom/amerik_aventure/images/rectangle.png) no-repeat right 3px;background-size:14px;padding-right:24px;text-transform:capitalize;font-size:15px;line-height:19px;color:#757575;}#menu-body-INFO .paragraph--type--menu-header .text-right,#menu-body-JA .paragraph--type--menu-header .text-right,#menu-body-SAC .paragraph--type--menu-header .text-right{padding-right:25px;}.paragraph--type--menu-header{margin-bottom:35px;}.paragraph--type--menu-header p,.paragraph--type--menu-header ul li{font-size:16px;line-height:19px;text-align:justify;}.paragraph--type--menu-header p a{color:#B85C00;text-decoration:underline;font-weight:bold;}.paragraph--type--menu-header .menu-header-listing li{font-weight:700;line-height:19px;list-style:none;background:url(/themes/custom/amerik_aventure/images/li-img.png) no-repeat left;padding-left:27px;}.paragraph--type--menu-header .menu-header-tab-listing{padding-top:20px;}.paragraph--type--menu-header .menu-header-tab-listing p{width:33%;display:inline-block;padding-left:70px;}.paragraph--type--menu-header .menu-header-tab-listing .accommodation{background:url(/themes/custom/amerik_aventure/images/accommodation.png) no-repeat 30px 8px;}.paragraph--type--menu-header .menu-header-tab-listing .vehicle{background:url(/themes/custom/amerik_aventure/images/vehicle.png) no-repeat 30px 8px;}.paragraph--type--menu-header .menu-header-tab-listing .quality-food{background:url(/themes/custom/amerik_aventure/images/quality-food.png) no-repeat 30px 8px;}.paragraph--type--menu-header .menu-header-tab-listing .activity{background:url(/themes/custom/amerik_aventure/images/activity.png) no-repeat 30px 8px;}.paragraph--type--menu-header .menu-header-tab-listing .kit{background:url(/themes/custom/amerik_aventure/images/kit.png) no-repeat 30px 8px;}.paragraph--type--menu-header .menu-header-tab-listing .services{background:url(/themes/custom/amerik_aventure/images/services.png) no-repeat 30px 8px;}.paragraph--type--menu-body{width:45%;float:left;}.paragraph--type--menu-images{width:50%;float:right;}.paragraph--type--menu-right-content{width:51%;float:right;padding-left:38px;border-left:1px solid #dddddd;}.paragraph--type--menu-images ul.images{list-style:none;padding-left:0px;}.paragraph--type--menu-images ul.images li:first-child img{width:100%;height:auto;margin-bottom:8px;border-radius:5px;}.paragraph--type--menu-images ul.images li:nth-child(2) img,.paragraph--type--menu-images ul.images li:nth-child(3) img,.paragraph--type--menu-images ul.images li:nth-child(4) img{float:left;width:173.65px;height:auto;border-radius:5px;}.paragraph--type--menu-images ul.images li:nth-child(3) img{margin-left:10px;margin-right:10px;}.paragraph--type--menu-body h3,.paragraph--type--menu-right-content h3{font-size:18px;line-height:23px;letter-spacing:0.36px;font-weight:700;margin-top:0px;padding-top:8px;color:#B85C00;border-top:1px solid #dddddd;margin-bottom:10px;}.paragraph--type--menu-body h4,.paragraph--type--menu-right-content h4{font-size:16px;line-height:25px;font-weight:700;letter-spacing:0.3px;padding-left:10px;padding-top:6px;margin:0px;margin-bottom:3px;}.menu-body-durations table tr td{border-right:1px solid lightgray;padding-right:13px;padding-left:13px;}.menu-body-durations table tr td:last-child{border-right:0px;}.paragraph--type--menu-body a,.paragraph--type--menu-right-content a{color:#424242;text-decoration:underline;}#menu-body-GIR .paragraph--type--menu-body p,#menu-body-GG .paragraph--type--menu-body p,#menu-body-AG .paragraph--type--menu-body p,#menu-body-SAC .paragraph--type--menu-body p,#menu-body-JA .paragraph--type--menu-body p,#menu-body-INFO .paragraph--type--menu-body p,#menu-body-INFO .paragraph--type--menu-right-content p,#menu-body-INFO .paragraph--type--menu-body ul li{font-size:14px;line-height:19px;font-weight:400;letter-spacing:0.22px;padding-left:10px;margin-bottom:15px;}#menu-body-INFO .paragraph--type--menu-right-content a,#menu-body-INFO .paragraph--type--menu-body a{font-size:15px;}#menu-body-INFO .paragraph--type--menu-body ul li{margin-bottom:0px !important;}#menu-body-INFO .paragraph--type--menu-body p a,.paragraph--type--menu-right-content p:nth-child(4){display:block;}#menu-body-INFO .paragraph--type--menu-body p a{display:inline-block !important;}.view-id-rich_menu .dropdown-menu#menu-body-GIR .paragraph--type--menu-body .menu-body-destinations p:last-child{margin-bottom:30px;}#menu-body-INFO .paragraph--type--menu-right-content ul{padding-left:25px;}#menu-body-INFO .paragraph--type--menu-right-content ul li{list-style:disc;margin-bottom:4px;}.paragraph--type--menu-body .menu-body-durations,.paragraph--type--menu-right-content .menu-body-durations{margin-top:35px;padding-bottom:32px;}#menu-body-SAC .menu-body-durations{margin-top:20px;}#menu-body-SAC .menu-body-durations h4{padding-right:20px;padding-left:20px;}#menu-body-SAC .menu-body-durations td{height:30px;}#menu-body-GIR .paragraph--type--menu-body .menu-body-dates p{margin-bottom:0px;}.paragraph--type--menu-body span.input-date input{max-width:130px;height:34px;padding:0 32px 0 0;margin:0 11px;text-align:center;font-size:14px;line-height:18px;border:1px solid #424242;background:url(/themes/custom/amerik_aventure/images/calendar.svg) no-repeat right;}.paragraph--type--menu-body span.input-submit a{float:right;padding:8px 11px;margin:20px 20px 0 0;border-radius:8px;font-size:15px;line-height:19px;letter-spacing:0.22px;font-weight:700;text-align:center;color:#fff;background:#B85C00;cursor:pointer;display:block;text-decoration:none;}#richmenu-intro{font-size:19px;line-height:21px;text-align:justify;margin-bottom:20px;}#richmenu-intro-sm{font-size:18px;}#cols{-moz-column-count:3;-moz-column-gap:20px;-webkit-column-count:3;-webkit-column-gap:20px;column-count:3;column-gap:20px;}#cols2{-moz-column-count:2;-moz-column-gap:20px;-webkit-column-count:2;-webkit-column-gap:20px;column-count:2;column-gap:100px;}@media (max-width:768px){#cols,#cols2{column-count:1;}}#menu-body-JA li{padding-top:8px;font-size:17px;}#menu-body-JA li>a,#menu-body-JA h3>a{text-decoration:none;}#menu-body-JA ul{color:#b85c00;list-style:square;}#menu-body-JA > div > div.paragraph.paragraph--type--menu-body.paragraph--view-mode--default > div{padding-left:50px;padding-right:30px;}#menu-body-JA > div > div.paragraph.paragraph--type--menu-right-content.paragraph--view-mode--default > div{padding-left:30px;padding-right:77px;}#menu-body-JA h3{margin-bottom:0px;}#menu-body-JA li>a,#menu-body-JA h3>a{text-decoration:none;}#menu-body-JA li>a:hover,#menu-body-JA h3>a:hover{font-weight:bold;}.bloc-liensutiles .col-sm-3{white-space:nowrap;width      :auto;padding    :0 70px 0 10px;border-left:3px solid #ffdbb6;margin-top :30px;}.bloc-liensutiles .col-sm-3.column-1{margin-left:50px;}.bloc-liensutiles .col-sm-3.column-4{padding-right:0;}.bloc-liensutiles .col-sm-3 li:last-child{margin-bottom:0;}.bloc-liensutiles h2{font-size     :30px;line-height   :40px;font-weight   :700;letter-spacing:0.16px;text-align    :center;font-style    :normal;margin-bottom :0;text-transform:uppercase;}.bloc-liensutiles ul>li>a{color:#424242;}.bloc-liensutiles H3{margin-bottom :12px;margin-top    :0 !important;margin-left   :0;text-transform:uppercase;text-align    :left;color         :#b85c00;}.bloc-liensutiles .col-sm-3 ul li{margin-bottom:10px;list-style   :none;}.bloc-liensutiles .col-sm-3 ul:last-child{margin-bottom:0px;}.bloc-liensutiles .col-sm-3 ul{padding-left:0;}.bloc-liensutiles{margin       :auto;width        :100%;border-radius:6px;padding      :0 20px 20px 20px;}@media only screen and (min-width:1px) and (max-width:767px){.bloc-liensutiles .col-sm-3{white-space:normal;width      :auto;padding    :0 20px 0 20px;}.bloc-liensutiles .col-sm-3.column-1{margin-left:0;}.bloc-liensutiles .col-sm-3{padding:0 0 0 10px;}}.h4-h5-conditions-structuring{border-left:6px #c4c4c4 solid;padding:6px 6px 6px 10px;margin-top:15px;margin-bottom:15px;background-image:linear-gradient(to right,#f5f5f5,#ffffff);}.h4-h5-conditions-structuring h4{margin:0 !important;}.h4-h5-conditions-structuring h5,.h4-h5-conditions-structuring p,.h4-h5-conditions-structuring ul,.h4-h5-conditions-structuring ol{margin-left:10px;}.h4-h5-conditions-structuring h5{margin-top:15px;}.voiraussi{border:1px solid #80808040;border-radius:6px;padding:20px 15px 10px 20px;width:auto;background-image:linear-gradient(#ffffff,whitesmoke);margin-bottom:40px;}.voiraussi h3{padding-bottom:5px;margin-bottom:15px;margin-top:0;color:#808080;}.voiraussi h2{margin-bottom:15px;margin-top:0;text-transform:uppercase;color:#808080;}.voiraussi hr{border-top:1px solid #c0c0c0;}.voiraussi li{list-style:"\2794";padding-bottom:5px;padding-left:20px;color:#808080;}.voiraussi a,.voiraussi a:hover,.voiraussi a:active,.voiraussi a:focus{color:#808080;}#petit-encadre{float:right;width:calc(40% - 0px);min-width:160px;margin:0 10px 10px 20px;padding:10px;background-color:#f8f8f8;border-radius:6px;text-align:left;color:#525252;border:1px solid #bebebe;}#petit-encadre p{text-align:left;}#petit-encadre a{color:#525252;text-decoration:underline;}#petit-encadre h2,#petit-encadre h3,#petit-encadre h4{text-transform:uppercase;font-weight:bold;}#petit-encadre hr{margin-top:15px;margin-bottom:15px;}@media (max-width:768px){#petit-encadre{float:none;margin:10px 0 10px 0;width:100%;}}#petit-encadre :first-child{margin-top:0;}#petit-encadre :last-child{margin-bottom:0;}#simplelinks{color:#424242;text-decoration:underline;}.indentedbloc-important{padding:0px 0px 0px 20px;margin:20px 0px 20px 0px;border-left:red 6px solid;}.indentedbloc-important *{color:red;}.indentedbloc-important a{color:red !important;text-decoration:underline;}.indentedbloc,.optionbloc{padding:0px 0px 0px 20px;border-left:#dddddd 6px solid;}.indentedbloc:last-child{margin:40px 0px 10px 0px;}.indentedbloc *{font-size:15px !important;line-height:20px !important;}.indentedbloc :first-child{margin-top:0px !important;}.indentedbloc *:last-child{margin-bottom:0px !important;}.indentedbloc h2,.indentedbloc h3,.indentedbloc h4{text-transform:uppercase;font-weight:bold;margin-top:20px !important;margin-bottom:6px !important;}.indentedbloc{margin:30px 0px 30px 0px;}.optionbloc{margin:20px 0px 20px 0px;}.optionbloc{font-style:italic;}.optionbloc p{margin-bottom:5px;}.optionbloc li::marker{color:#9f9f9f;}.arrowed{margin-top:4px;margin-left:30px;text-indent:-47px;}p.arrowed:before{content:"\2794";margin-left:20px;margin-right:10px;color:#a8a8a8;font-size:17px;}#encadre_important{border:solid 2px #b85c00;border-top:6px solid #b85c00;padding:25px;background-color:#fbfbfb;margin-top:0px;margin-right:0px;margin-bottom:40px;margin-left:0px;border-radius:6px;font-size:18px;line-height:21px;}#encadre_important h2,#encadre_important h3,#encadre_important h4{margin-top:0px;margin-bottom:15px;color:#b85c00;}.messagecenter{width:80%;margin:0 auto 80px auto;padding:30px;background-color:#fef9f4;border-radius:6px;border:solid 1px #ffdbb6;}.messagecenter p{font-size:20px;line-height:30px;}.messagecenter h3{font-size:26px;line-height:30px;margin:0 0 10px 0;}.messagecenter h2{font-size:30px;line-height:36px;margin:0 0 20px 0;}.messagecenter *{color:#b85c00;text-align:center !important;}.messagecenter a{text-decoration:underline;text-underline-offset:initial;}.messagecenter a:hover{text-underline-offset:3px;}.strong-doc-nocol h2{padding-left:6px;border-left:6px solid #b85c00;text-transform:uppercase;}.strong-doc h2{padding-left:8px;border-left:6px solid #b85c00;text-transform:uppercase;}@media only screen and (min-width:768px){.strong-doc{-moz-column-count:2;-moz-column-gap:40px;-webkit-column-count:2;-webkit-column-gap:40px;column-count:2;column-gap:40px;}}.modal-body .strong-doc{column-count:1;}h2 + p{-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid;}.important_text{color:red;}p.important_text a{color:red;text-decoration:underline;}.important_text a:hover{color:red;font-weight:700;}.petite_note{color:grey;font-style:italic;}.petite_note a{color:grey;font-style:italic;text-decoration:underline;}.intro_large{font-size:18px;line-height:22px;margin-left:10px;margin-bottom:15px;}.bloc_large{font-size:18px;line-height:22px;margin-bottom:15px;}.mimic-products h3{margin-top:20px;line-height:23px;font-weight:700;text-transform:uppercase;margin-bottom:10px !important;}.mimic-products h4{line-height:19px;font-weight:700;margin-top:20px;margin-bottom:3px;}.img_right{float:right;width:360px;height:auto;border-radius:5px;margin:0 0 0 50px;}.hide_in_mobile,.hide_in_desk{display:inline;}@media only screen and (min-width:1px) and (max-width:767px){.hide_in_mobile{display:none;}}@media only screen and (min-width:768px) and (max-width:5000px){.hide_in_desk{display:none;}}.bloc270{min-height:270px;margin-bottom:21px;}.bloc270 .intro_large{margin-left:0px;}@media only screen and (min-width:0px) and (max-width:767px){.bloc270{min-height:auto;margin-bottom:40px;}}.zoom_button{background:#3192c4;border-radius:2px;border-style:none;color:#fff;font-size:13px;line-height:16px;letter-spacing:0.32px;font-weight:700;padding:5px 20px 5px 20px;text-decoration:none;width:auto;height:30px;}#block-search-resultblock{margin:20px;width:70%;border-right:solid #eee 1px;padding-right:20px;}#block-search-resultblock>div.searchheading{margin-top:10px;font-weight:bold;font-size:13px;}#block-search-resultblock>div.summary{color:#777777;margin-bottom:10px;}#block-search-resultblock a{color:#1c92c4;}#block-search-resultblock>div.cat_summary{font-weight:bold;line-height:22px;margin-left:20px;margin-bottom:25px;font-size:16px;}#block-search-resultblock>div.cat_summary>ul{font-weight:normal;}#block-search-resultblock>div.results>div{line-height:20px;margin-bottom:20px;border-left:3px solid #cff1ff;padding-left:10px;}#block-search-resultblock>div.results>div>div.result_title{font-weight:normal;font-size:17px;line-height:22px;margin-left:0px;margin-bottom:0px;}#block-search-resultblock>div.results>div>div.result_title>span{font-weight:normal;font-size:12px;font-style:italic;text-wrap:nowrap;}#block-search-resultblock>div.results>div>div.infoline{font-size:13px;color:#3c763d;}#zoom_searchbox{margin-right:5px;margin-top:5px;margin-bottom:5px;width:300px;height:30px;}#block-search-resultblock>form>label{margin-right:5px;}#block-search-resultblock>div.result_pagescount{margin-bottom:20px;}@media only screen and (min-width:0px) and (max-width:767px){#block-search-resultblock{margin:20px;width:90%;border-right:0px;padding-right:0px;}}table.tableronde{border        :1px solid #b85c00;border-radius :13px;border-spacing:0;float         :right;width         :400px;margin        :0 0 20px 20px;}table.tableronde td,table.tableronde th{border-bottom:1px solid #b85c00;border-left  :1px solid #b85c00;padding      :10px;}table.tableronde tr:last-child>td{border-bottom:none;}table.tableronde tr>td:first-child,table.tableronde tr>th:first-child{border-left:none;}table.nofloat{float :none;width :auto;margin:10px 0 10px 0;}@media only screen and (min-width:1px) and (max-width:767px){table.tableronde{float :none;width :auto;margin:10px 0 10px 0;}}.simple_accessory_table{border-collapse:collapse;margin:6px 0px 30px 40px;box-shadow:0 0 20px rgba(0,0,0,0.15);text-align:center;float:right;max-width:550px;width:auto;overflow-x:scroll;}.simple_accessory_table th{background-color:#424242;color:#ffffff;text-align:center;font-weight:bold;border-bottom:1px solid #747474;}.simple_accessory_table th,.simple_accessory_table td{padding:10px 20px;}.simple_accessory_table tbody{border-bottom:3px solid #b85c00;}.simple_accessory_table tbody tr:nth-of-type(even){background-color:#f3f3f3;}@media only screen and (min-width:0px) and (max-width:767px){.simple_accessory_table{float:none;width:auto;margin:6px 0px 10px 10px !important;}}.simple_accessory_table_nofloat tr.sub-header{color:#ae5700;background-color:#d3d3d3 !important;font-weight:bold;}.simple_accessory_table_nofloat{border-collapse:collapse;margin:10px 0px 10px 0px;box-shadow:0 0 20px rgba(0,0,0,0.15);text-align:center;width:100%;overflow-x:auto;}.simple_accessory_table_nofloat th{background-color:#424242;color:#ffffff;text-align:center;font-weight:bold;border-bottom:1px solid #747474;}.simple_accessory_table_nofloat th,.simple_accessory_table_nofloat td{padding:10px 10px;}.simple_accessory_table_nofloat tbody{border-bottom:3px solid #b85c00;}.simple_accessory_table_nofloat tbody tr:nth-of-type(even){background-color:#f3f3f3;}.tablecontentleft th,.tablecontentleft td{text-align:left;}.nav_button{border-radius:6px;background-color:#b85c00;border:none;color:#FFFFFF;text-align:center;font-size:16px;font-weight:normal;padding:5px 20px 5px 20px;margin:20px 0px 20px 0px;width:auto;transition:all 0.5s;cursor:pointer;float:right;}.nav_button span{cursor:pointer;display:inline-block;position:relative;transition:0.5s;}.nav_button span:after{content:'\00bb';position:absolute;opacity:0;top:0;right:20px;transition:0.5s;}.nav_button:hover span{padding-right:25px;font-weight:normal;color:#ffffff;}.nav_button:hover span:after{opacity:1;right:0;}div.recapline{border:1px solid #424242;padding:.4em 1.4em 1.4em 1.4em;margin-top:20px;border-radius:5px;width:100%;overflow:hidden;line-height:22px;}.recapline h3{margin:14px 0px 10px;}.recapline a:hover,.recapline a:active,.recapline a:link,.recapline a:visited{}.recapline hr{margin-top:25px;margin-bottom:25px;}.simple-country-box a{border-left:1px solid #757575;padding-right:4px;padding-left:4px;}.simple-country-box a:first-child{border-left:0px;padding-left:2px;}div.simpleleft{float:left;}div.simpleright{float:right;}.right-col-galery-type-stdalone-image{float:right;padding:0 0 0 20px;}div.right-col-galery-type-stdalone-image img{width:360px;height:auto;border-radius:5px;margin-bottom:20px;display:block;}@media screen and (max-width:767px){.right-col-galery-type-stdalone-image{display:none;}}.sac-row{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:-10px;}.sac-row .img-txt-bloc{width:46%;margin:10px;border-radius:6px;overflow:hidden;min-width:560px;background-image:linear-gradient(to right,#6a3500,#b85c00);color:#ffffff;}.sac-row .img-txt-bloc a{display:block;height:100%;}.sac-row .img-txt-bloc a:link,.sac-row .img-txt-bloc a:visited,.sac-row .img-txt-bloc a:hover,.sac-row .img-txt-bloc a:active{color:#ffffff;}.sac-row .img-wrapper{float:left;width:200px;height:auto;border-radius:6px;overflow:hidden;}.sac-row .img-wrapper img{display:block;width:200px;height:auto;}.sac-row .text-wrapper{float:left;margin-left:20px;width:calc(100% - 240px);}.sac-row .text-wrapper h3{margin-top:0;font-size:17px;font-weight:bold;}.sac-row .text-wrapper p{margin-top:5px;font-size:15px;}.sac-row .img-txt-bloc:hover{background-image:linear-gradient(to right,#b85c00,#b85c00);border-radius:6px;color:#ffffff;}@media (max-width:767px){.sac-row .img-txt-bloc{width:100%;margin-bottom:20px;border-radius:6px;overflow:hidden;min-width:540px;}.sac-row .img-txt-bloc{width:46%;margin:10px;border-radius:6px;overflow:hidden;min-width:400px;width:100%;}}.stickyfoot{position:fixed;bottom:0;left:0;width:100%;z-index:999;background-image:linear-gradient(#b85c00,#623100);display:flex;align-items:center;justify-content:center;opacity:1;}.stickyfoot:hover{opacity:1;}.package{padding:35px;white-space:nowrap;}.package a{text-decoration:underline;font-weight:bold;color:white;}.package a:hover{text-underline-offset:3px;font-weight:bold;color:white;}.stickyfoot p{font-size:20px;color:white;}.stickyfoot .close{cursor:pointer;position:absolute;top:50%;right:0%;padding:30px 50px;transform:translate(0%,-50%);}.stickyfoot span.close{font-size:30px;color:white;opacity:1;font-weight:normal}.stickyfoot .close:hover{background:#00000080;}.stickyfoot{opacity:0;-webkit-animation:delayedShow 0.1s forwards;-moz-animation:delayedShow 0.1s forwards;-ms-animation:delayedShow 0.1s forwards;-o-animation:delayedShow 0.1s forwards;animation:delayedShow 0.1s forwards;animation-delay:10s;}@keyframes delayedShow{from{opacity:0;}to{opacity:1;}}
body{margin:0px;padding:0px;font-size:15px;line-height:19px;letter-spacing:0.36px;color:#424242;font-weight:normal;font-style:normal;font-family:'Source Sans Pro',sans-serif;}h1.page-header,h1{font-size:30px;line-height:30px;letter-spacing:0.16px;font-weight:bold;margin-top:5px;margin-bottom:10px;}h2{font-size:25px;font-weight:bold;margin-top:40px;margin-bottom:10px;}h3{font-size:18px;font-weight:bold;margin-top:20px;margin-bottom:5px;}h4{font-size:15px;font-weight:bold;margin-top:10px;margin-bottom:2px;}h5{font-size:15px;font-weight:bold;margin-top:10px;margin-bottom:1px;}a,a:hover,a:active,a:focus{color:#B85C00;}.page-header{padding-bottom:20px;border-bottom:1px solid #eeeeee;margin:0px;}.paragraph--type--body .field--name-field-body p{text-align:justify;}footer p{text-align:inherit !important;}.all-our-trip-top-right .body-text{font-size:18px;line-height:23px;}.nav>li>a:hover,.nav>li>a:focus{background-color:transparent;}.main-container{padding-bottom:25px;}.container{width:1190px;}@media (min-width:768px){.loginHeader>div{width:1190px;}#block-quicknodeblock-11{width:1160px;}.container.mainHeader{width:1180px;}.product-detail-page{width:1160px;}.product-detail-header-box{width:1160px;}.region-content{width:1160px;}}.sticky-top.loginHeader nav,.sticky-top.loginHeader .block{display:inline-block;vertical-align:middle;}.overhead .region.region-overhead-right{display:flex;align-items:center;justify-content:flex-end;}.overhead .region.region-overhead-right .block{margin-right:25px;}.sticky-top.loginHeader{font-size:15px;line-height:19px;color:#ffffff;background:#424242;padding:10px 0px;}.sticky-top.loginHeader nav ul li{display:inline-block;}.sticky-top.loginHeader nav ul li a{padding:0px;color:#ffffff;}.sticky-top.loginHeader .menu--top-links li.first{background:url(/themes/custom/amerik_aventure/images/favourite.svg) no-repeat 0%;}.sticky-top.loginHeader .menu--top-links li.first a{padding-left:30px;margin-right:23px;text-decoration:underline;}.sticky-top.loginHeader .menu--top-links li.last{background:url(/themes/custom/amerik_aventure/images/tags.svg) no-repeat 0%;}.sticky-top.loginHeader .menu--top-links .change-currency{padding-left:30px;padding-right:10px;}.sticky-top.loginHeader .menu--top-links .change-currency a,.sticky-top.loginHeader .navbar-right li a{text-decoration:underline;cursor:pointer;}ul.menu.menu--account.nav.navbar-nav.navbar-right li.first a{}#block-agency-nameblock .nom{text-transform:uppercase;}ul.menu.menu--anonymous.nav.navbar-nav.navbar-right .ajax-throbber{display:none;}.sticky-top.loginHeader .paragraph--type--body p{font-weight:700;margin-left:-7px;}.sticky-top.loginHeader .navbar-right li.first{padding-right:10px;margin-right:10px;border-right:1px solid #ffffff;}.first-announcement-header{font-size:15px;line-height:19px;padding:9px 0px;color:#ffffff;background:#646464;}.first-announcement-header p{margin-bottom:0px;text-align:center !important;}.second-announcement-header{background-image:linear-gradient(#b85c00,#753c01);padding:9px 0px;color:#ffffff;}.second-announcement-header p{margin-bottom:4px;line-height:19px;font-size:15px;}.second-announcement-header p:last-child{margin-bottom:0;}.second-announcement-header a{font-size:15px;line-height:19px;color:#fff;font-weight:700;padding-left:30px;height:20px;background:url(/themes/custom/amerik_aventure/images/Vector.svg) no-repeat 0%;background-size:20px;display:inline-block;text-decoration:none;}.promo-top-banner{font-size:16px;line-height:19px;color:#ffd9b3;display:flex;padding:0 0 2px 0;}.promo-content{display:grid;grid-template-columns:auto 1fr;gap:12px;}.promo-icon{margin-top:7px;width:50px;height:50px;background-image:url(https://www.amerikaventure.com/themes/custom/amerik_aventure/css/images/tag2.png);background-size:contain;background-repeat:no-repeat;background-position:center;}.promo-text{display:flex;flex-direction:column;}.promo-top-banner h2{font-weight:bold;font-size:20px;line-height:26px;margin:0px 0px 0px 0px;}.promo-top-banner .promo-text p{margin-top:2px;text-align:left !important;}a.promo-top-banner{text-decoration:none;color:#ffd9b3;}a.promo-top-banner:hover{font-weight:600;}nav#block-amerik-aventure-account-menu,nav#block-anonymousmenu{float:right;}nav#block-amerik-aventure-account-menu .navbar-right,nav#block-anonymousmenu .navbar-right{margin-right:0px !important;}nav#block-anonymousmenu .navbar-nav>li>a{line-height:21px;}.block-views-blockmenu-block-block-mobile,.mobile-header,.mobile-search-close,.mobile-search-block,.global-trip-filter-top-text{display:none;}.container.mainHeader{padding-top:24px;padding-bottom:12px;}.header-left .block-system-branding-block .logo img{max-width:250px;float:left;}#block-amerik-aventure-branding--2 .logo img{max-width:300px;float:left;}.header-right .paragraph--type--body p.tagline{font-size:17.5px;margin-bottom:7px;}.header-right .paragraph--type--body{margin-top:10px;}section#block-searchbox{float:right;padding-top:46px;}section#block-searchbox label,section#block-searchbox button{display:none;}section#block-searchbox input{width:300px;height:40px;font-size:15px;color:#757575;border:1px solid #424242;box-sizing:border-box;padding:7px 7px 7px 35px;border-radius:20px;background:url(/themes/custom/amerik_aventure/images/search.svg) no-repeat 5%;}.paragraph--type--quadrants ul.quadrants{padding:0px;margin-top:20px;margin-bottom:0px;overflow:hidden;}.paragraph--type--quadrants ul.quadrants li{float:left;list-style:none;padding:15px 80px 0px 40px;width:50%;}.paragraph--type--quadrants ul.quadrants li .quadrant-bloc-x2-image-with-label{display:flex;align-items:center;}.paragraph--type--quadrants ul.quadrants li .quadrant-bloc-x2-image-with-label .quadrant-bloc-x2-label{font-size:18px;line-height:22px;letter-spacing:0.36px;color:#424242;font-family:'Source Sans Pro',sans-serif;}.paragraph--type--quadrants ul.quadrants li .quadrant-bloc-x6-image{float:left;margin-right:20px;}.paragraph--type--quadrants ul.quadrants li .quadrant-bloc-x6-image img{width:40px;height:40px;}.gir-quadrant-main-section{max-width:1100px;margin:80px auto 55px;}.page-node-type-trip-list .gir-quadrant-main-section{max-width:1100px;}.gir-quadrant-main-section>div{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:20px;grid-row-gap:20px;}.gir-quadrant-main-section h2{font-size:30px;line-height:40px;font-weight:700;letter-spacing:0.16px;text-align:center;font-style:normal;margin-bottom:20px;}.gir-quadrant{position:relative;min-height:280px;padding:10px;border-radius:5px;box-sizing:border-box;display:inline-block;background:#fafafa;border:1px solid #cccccc;}.gir-quadrant .gir-top-content-section .title-box a{font-size:18px;line-height:19px;font-weight:700;color:#B85C00;display:block;}.gir-quadrant .gir-top-content-section .tour-package-box{font-size:13px;line-height:14px;font-weight:bold;color:#424242;letter-spacing:0.2px;padding:4px 0px 3px 0px;}.gir-quadrant .gir-top-content-section .country-box a{font-size:14px;line-height:14px;letter-spacing:0.2px;font-style:italic;font-weight:normal;color:#424242;display:inline-block;text-decoration:none;border-left:1px solid #757575;padding-right:4px;padding-left:4px;}.gir-quadrant .gir-top-content-section .country-box a:first-child{border-left:0px;padding-left:0px;}.gir-quadrant .gir-top-content-section .description-box{font-size:13px;line-height:14px;font-style:normal;font-weight:normal;padding:1px 0px 12px 0px;color:#757575;}.gir-bottom-content-section{position:absolute;right:10px;left:10px;bottom:10px;overflow:hidden;}.gir-quadrant .gir-bottom-content-section .left-image-box{position:relative;width:55%;float:left;}.gir-quadrant .gir-bottom-content-section .left-image-box img{max-width:185px;width:100%;border-radius:2px;margin-top:10px;}.gir-quadrant .gir-bottom-content-section .left-image-box .overlay-text{position:absolute;bottom:7px;background:rgba(0,0,0,0.5);font-size:12px;border-radius:0px 3px 3px 0px;padding:3px 8px 3px 20px;}.gir-quadrant .gir-bottom-content-section .left-image-box .overlay-text a{color:#fff;}.gir-quadrant .gir-bottom-content-section .right-content-box{width:45%;float:right;}.gir-quadrant .gir-bottom-content-section .right-content-box .next-departures-box{margin:20px 2px 25px 16px;min-height:60px;}.gir-quadrant .gir-bottom-content-section .right-content-box .next-departures-box h4{font-style:normal;font-weight:bold;font-size:13px;line-height:20px;color:#424242;letter-spacing:0.2px;margin:0px;}.gir-quadrant .gir-bottom-content-section .right-content-box .next-departures-box .next-departures-text{font-style:normal;font-weight:normal;font-size:13px;line-height:15px;letter-spacing:0.2px;color:#424242;cursor:help;}.gir-quadrant .gir-bottom-content-section .right-content-box .next-departures-box .next-departures-text span:hover{color:#B85C00;}.gir-quadrant .gir-bottom-content-section .right-content-box .starting-from-box{float:right;}.gir-quadrant .gir-bottom-content-section .right-content-box .starting-from-box .starting-from-text span{font-style:normal;font-weight:bold;font-size:14px;line-height:14px;letter-spacing:0.2px;color:#424242;}.gir-quadrant .gir-bottom-content-section .right-content-box .starting-from-box p{font-size:12px;line-height:14px;font-weight:400;letter-spacing:0.2px;color:#424242;margin-bottom:0px;}.view-temoignages{max-width:1100px;margin:0px auto 50px;}.view-temoignages h2{font-size:30px;line-height:40px;letter-spacing:0.16px;font-weight:700;text-align:center;text-transform:uppercase;margin-top:35px;margin-bottom:20px;}.view-temoignages .views-row{padding:20px;border-radius:5px;margin-right:20px;max-width:347px;min-height:230px;border:1px solid #cccccc;}.view-temoignages .views-row a{color:#424242;text-decoration:none;outline:none;}.view-temoignages .views-field.views-field-title,.view-temoignages .views-field.views-field-field-temoignage-concis{font-size:13px;line-height:14px;letter-spacing:0.2px;font-weight:700;text-align:center;font-style:italic;}.view-temoignages .views-field.views-field-field-appreciation-globale{margin-top:12px;margin-bottom:17px;text-align:center;}.view-temoignages .views-field.views-field-field-temoignage-concis{font-weight:400;text-align:left;margin-bottom:20px;}.view-temoignages .client-section{font-size:12px;line-height:14px;letter-spacing:0.2px;font-weight:700;margin-bottom:5px;}.view-temoignages .views-field.views-field-nothing{font-size:13px;line-height:14px;letter-spacing:0.2px;font-weight:300;}.paragraph--type--quadrants .paragraph--type--quadrant .quadrant-bloc-x5-image-with-label{width:20%;float:left;text-align:center;padding:0px 45px;margin:85px 0px 15px 0px;border-right:1px solid #FDDDBD;overflow:hidden;}.paragraph--type--quadrants .field--item:last-child .paragraph--type--quadrant .quadrant-bloc-x5-image-with-label{border-right:0px;}.paragraph--type--quadrant .quadrant-bloc-x5-image-with-label .quadrant-bloc-x5-label{font-size:14px;line-height:16px;letter-spacing:0.26px;font-style:italic;margin-top:15px;color:#424242;text-decoration:none;}.paragraph--type--quadrant .quadrant-bloc-x5-image-with-label .quadrant-bloc-x6-image{display:flex;justify-content:center;height:70px;}.paragraph--type--quadrant.paragraph-id--19 .quadrant-bloc-x5-image-with-label .quadrant-bloc-x6-image img{max-width:127px;}.paragraph--type--quadrant.paragraph-id--21 .quadrant-bloc-x5-image-with-label .quadrant-bloc-x6-image img{max-width:140px;}.paragraph--type--quadrant.paragraph-id--22 .quadrant-bloc-x5-image-with-label .quadrant-bloc-x6-image img{max-width:126px;}@media screen and (min-width:767px){.container-fluid.footer-cta.footer-cta-top,.container-fluid.footer-cta.footer-cta-bottom,.container-fluid.footer-cta.footer-cta-bottom .row,.container-fluid.footer-cta.footer-cta-top .row{height:110px;}.container-fluid.footer-cta .row{display:flex;align-items:center;padding:20px 25px;}}.container-fluid.footer-cta .col-sm-1{padding-left:0px;text-align:center;}.container-fluid.footer-cta .col-sm-7.left-section h2{margin-top:0px;font-weight:700;font-family:'Montserrat',sans-serif;font-size:24px;line-height:22px;letter-spacing:0.36px;margin-bottom:10px;}.container-fluid.footer-cta .col-sm-7.left-section p{font-size:15px;line-height:19px;}.container-fluid.footer-cta .col-sm-7.left-section p a{color:#ffffff;text-decoration:underline;font-size:13px;}#block-quicknodeblock-8 .container-fluid.footer-cta{background-image:linear-gradient(#1c92c4,#065576);color:#fff;}.col-sm-4.right-section a{display:block;width:350px;padding:15px;color:#424242;font-size:15px;line-height:18px;font-weight:700;letter-spacing:0.3px;text-transform:uppercase;border-radius:8px;text-align:center;text-decoration:none;font-family:'Montserrat',sans-serif;background:linear-gradient(180deg,#FFFFFF 43.2%,#dcdcdc 100%);}#block-quicknodeblock-8 .col-sm-4.right-section a{color:#1C92C4;}footer.footer-section{padding:0px;margin-top:25px;color:#ffffff;background:#424242;}footer.footer-section ul li{list-style:none;}footer.footer-section ul li a,footer.footer-section a{color:#ffffff;}.footer-top-menu.container{padding:50px 0px 45px 0px;}.footer-top-menu.container .col-sm-3{min-height:270px;border-right:2px solid #595959;padding-left:25px;padding-right:28px;}.footer-top-menu.container .col-sm-3:last-child,.footer-bottom-top.container ul li:last-child a{border-right:0px;}.footer-top-menu.container h2{font-size:18px;line-height:23px;font-weight:700;font-family:'Source Sans Pro',sans-serif;letter-spacing:0.36px;margin-top:0px;margin-bottom:10px;}.footer-top-menu.container ul,.footer-bottom-right.col-sm-6 ul{padding-left:0px;}.footer-top-menu.container ul li{padding-bottom:6px;list-style:none;}.footer-top-menu.container ul li a{font-size:13px;line-height:15px;letter-spacing:0.24px;font-weight:400;font-family:'Source Sans Pro',sans-serif;text-decoration:none;}.footer-top-menu.container ul li a:hover{font-weight:bold;}.footer-top-menu.container .col-sm-3.column-4 ul li:last-child,.footer-top-menu.container .col-sm-3.column-4 ul li:nth-last-child(2){border-top:2px solid #595959;margin-top:12px;padding-top:12px;}.footer-top-menu.container .col-sm-3.column-4 ul li:last-child a{background:url(/themes/custom/amerik_aventure/images/exclamation-circle.svg) 0% no-repeat;padding-left:30px;background-size:16px;}.footer-top-menu.container .col-sm-3.column-4 ul li:nth-last-child(2) a{background:url(/themes/custom/amerik_aventure/images/combubble.jpg) 0% no-repeat;padding-left:30px;background-size:19px;}.footer-middle-mobile{display:none;}.footer-middle-desktop,.footer-middle-mobile{padding:20px 0px;text-align:center;background:#595959;}.footer-middle-desktop p,.footer-middle-mobile p{font-size:13px;line-height:15px;letter-spacing:0.24px;font-style:italic;}.footer-middle-desktop p a,.footer-middle-mobile p a,.footer-bottom-left.desktop.col-sm-6 p a{text-decoration:underline;}.footer-bottom-top{padding:50px 0px;}.footer-bottom-top ul{padding-left:0px;text-align:center;}.footer-bottom-top ul li,.footer-bottom-right ul li{display:inline-block;}.footer-bottom-top ul li a{padding:0px 8px;font-size:13px;line-height:15px;font-weight:700;text-decoration:underline;border-right:1px solid #ffffff;}.footer-bottom-top ul li:last-child a{border-right:0px;}.footer-bottom-left.desktop{text-align:center;}.footer-bottom-left.desktop p{font-size:12px;line-height:15px;letter-spacing:0.24px;}.footer-bottom{padding-bottom:60px;}.footer-bottom-right{margin-top:-20px;padding:0px 125px;}.footer-bottom-right strong{font-size:14px;line-height:17px;letter-spacing:0.27px;}.footer-bottom-right ul{text-align:center;padding:12px;margin-top:5px;border-top:1px solid #F2EFEF;border-bottom:1px solid #F2EFEF;}.footer-bottom-right ul li{padding-right:20px;padding-left:20px;}.country-text-mobile,.copyright.col-sm-6{display:none;}.modal-content{border-radius:13px;font-size:16px;line-height:20px;margin:auto;width:100%;}.modal-content .stickyfoot,.modal-content .coupcoeur-stdalone{display:none;}.modal-title{font-weight:700;max-width:90%;}.modal-header{color:#fff;border-bottom:0px;border-top-left-radius:10px;border-top-right-radius:10px;background:#b85c00;padding:10px 15px;}.modal-header .close{background:url(/themes/custom/amerik_aventure/images/close-modal.png) no-repeat;width:18px;height:18px;background-size:100%;opacity:1;margin-top:1px;}.modal-header .close span{display:none;}.modal-body h3{font-weight:700;font-size:20px;}.modal-body ul{list-style:disc;line-height:normal;margin-top:15px;}.modal-body ul li a{color:#424242;text-decoration:underline;}.modal-body .wrapper-page{padding-right:25px;}.modal-body div.modal-long .wrapper-page,.modal-body article.modal-long .wrapper-page{max-height:500px;overflow-y:scroll;}a.white-underline{color:#fff;text-decoration:underline;}.user-login-form .js-form-item label,.user-login-form .js-form-item input{float:left;width:50%;margin-bottom:10px;}.user-login-form .js-form-item input{border:1px solid #424242;}.user-login-form .form-item-forgot p:first-child{margin-bottom:0px;}.user-login-form .form-item-forgot p:first-child a{color:#424242;display:block;text-align:right;text-decoration:underline;}.user-login-form .form-item-forgot p:last-child a{text-align:right;display:block;color:#B85C00;text-decoration:underline;}.user-login-form .form-item-forgot b{border-top:1px solid #F2EFEF;display:block;margin-top:10px;padding-top:7px;}.btn-primary,.btn-primary:hover,.btn-primary:active:hover,.btn-primary:focus{color:#fff;background-color:#B85C00;border-color:#B85C00;}li.menu-item--expanded ul{display:none;}.breadcrumb{padding:2px 35px;border-radius:0px;border-top:1px solid #F2EFEF;border-bottom:1px solid #757575;background-color:#f1f1f1;white-space:nowrap;overflow:hidden;display:flex;justify-content:flex-start;}.breadcrumb a,.breadcrumb li.active{font-size:13px;line-height:26px;letter-spacing:0.26px;color:#424242;font-weight:700;}.breadcrumb li.active{font-weight:normal;}ol.breadcrumb li:before,ol.breadcrumb li:last-child:after{content:none !important;}ol.breadcrumb li:after{content:">";font-weight:500;font-size:13px;padding-left:10px;padding-right:10px;}hr{margin-top:20px;margin-bottom:20px;}@media screen and (min-width:768px){.header-right-tabular p{white-space:normal;}}.product-detail-page.container{width:1162px;}.product-detail-top-box,.product-detail-header-box,.header-right-tabular{overflow:hidden;}.product-detail-top-box{display:flex;align-items:center;margin-bottom:10px;}.product-detail-top-box .title-box h1{font-size:30px;line-height:40px;letter-spacing:0.16px;font-weight:700;margin-top:5px;}.product-detail-top-box .heart-icon{padding-right:45px;text-align:right;}.product-detail-header-left .carousel-inner .item img{border-radius:5px 5px 5px 5px;}.product-detail-header-left .carousel-control.left,.product-detail-header-left .carousel-control.right,.image-section .carousel-control.left,.image-section .carousel-control.right{background-image:none;}.product-detail-header-left div#carousel{width:100%;}.carousel-indicators,.glyphicon-chevron-left:before,.glyphicon-chevron-right:before{display:none;}.carousel-indicators li{background-color:#aaaaaa;border:1px solid #aaaaaa;}.carousel-indicators .active{background-color:#424242;border:1px solid #424242;}.carousel-control{opacity:1;}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{width:15px;background:url(/themes/custom/amerik_aventure/images/tab-slideshow-left.png) no-repeat;}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{width:15px;background:url(/themes/custom/amerik_aventure/images/tab-slideshow-right.png) no-repeat;}.carousel-inner .item img{border-radius:5px 5px 5px 5px;}.product-detail-page .product-detail-header-box{padding:0 15px 25px 15px;margin:0 0 40px 0;}.product-detail-header-right{padding-right:15px;border-left:1px solid #F2EFEF;}.product-detail-next-departure-data,.header-right-groups-box,.header-right-links-box,.product-detail-code-type-duration,.product-detail-level-altutude{padding:0px 15px;}.header-right-groups-box{overflow:hidden;}.header-right-links-box{margin-top:20px;overflow:hidden;}.product-detail-next-departure-data p,.header-right-tabular label,.header-right-tabular span,.header-right-groups-box label,.header-right-groups-box span,.page-panel span,.page-panel label{font-size:14px;line-height:18px;letter-spacing:0.32px;font-weight:700;}.header-right-tabular p{margin-bottom:3px;}.header-right-tabular .tabular-right p:first-child{display:flex;}.header-right-tabular span a{color:#424242;text-decoration:underline;}.header-right-tabular a:hover{text-decoration:none;}.node--type-voyages-guides a.use-ajax.main-space-altitude{padding-right:0px;}.header-right-tabular a.use-ajax.main-space-niveau{padding-right:7px;}.header-right-tabular a.use-ajax label{color:#424242;border-bottom:1px dotted;margin-bottom:0px;padding-bottom:16px;}.header-right-tabular label{min-width:67px;max-width:67px;}span.space-colon{color:#424242;font-weight:700 !important;margin-right:10px;}label.niveau{max-width:44px;min-width:44px;margin-right:4px;}label.altitude{max-width:52px;min-width:52px;margin-right:4px;}.header-right-groups-box .group label,.header-right-groups-box .visit label{min-width:68px;max-width:110px;}.product-detail-next-departure-data p.next-departure-text span.second-text{font-size:15px;line-height:16px;letter-spacing:0.38px;font-weight:700;}@media only screen and (min-width:0px) and (max-width:767px){.next-departure-text a{color:#ffffff;text-decoration:underline;}}.product-detail-next-departure-data p,.header-right-tabular span,.header-right-groups-box span,.page-panel span{font-weight:normal;}.page-panel span{display:table;}.header-right-groups-box .visit label{float:left;padding-right:0px;}.header-right-groups-box .field--name-field-sur-la-route-km{margin-left:-4px;}.header-right-groups-box .visit span{display:table;}.product-detail-next-departure-data a.goto-dates-prices{text-decoration:underline;color:#424242;padding-left:7px;}.niveau-1,.altitude-1{background:url(/themes/custom/amerik_aventure/images/altitude-b-1.svg) no-repeat left;vertical-align:middle;}.niveau-2,.altitude-2{background:url(/themes/custom/amerik_aventure/images/altitude-b-2.svg) no-repeat left;vertical-align:middle;}.niveau-3,.altitude-3{background:url(/themes/custom/amerik_aventure/images/altitude-b-3.svg) no-repeat left;vertical-align:middle;}.niveau-4,.altitude-4{background:url(/themes/custom/amerik_aventure/images/altitude-b-4.svg) no-repeat left;vertical-align:middle;}.niveau-5,.altitude-5{background:url(/themes/custom/amerik_aventure/images/altitude-b-5.svg) no-repeat left;vertical-align:middle;}.niveau,.altitude{display:inline-block;width:85px;height:15px;}a.orange-btn,a.black-btn{background:#B85C00;border-radius:8px;color:#fff;font-size:13px;line-height:16px;letter-spacing:0.32px;font-weight:700;padding:9px 45px;text-decoration:none;width:345px;}a.black-btn{margin-top:10px;background:#424242;}a.orange-btn:hover,a.black-btn:hover,a.orange-btn:active,a.black-btn:active,a.orange-btn:focus,a.black-btn:focus{color:#ffffff;}.product-detail-header-right .header-right-groups-box .field--type-string{display:inline;}.ui-widget-content{color:#424242;}.ui-widget.ui-widget-content{font-family:'Source Sans Pro',sans-serif;overflow:hidden;}.ui-tabs .ui-tabs-nav li{margin:1px .8em 0 0;border-radius:10px 10px 0 0;}.nav-tabs li.ui-tabs-tab a{font-size:15px;line-height:19px;font-weight:700;color:#424242;border-radius:10px 10px 0 0;outline:none;}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:transparent;background:transparent;}.ui-datepicker-calendar .ui-state-active,.ui-datepicker-calendar .ui-widget-content .ui-state-active{background:#1c92c4 !important;border:1px solid #c5c5c5 !important;color:#ffffff !important;}.tab-content-breadcrumb-box{background-image:linear-gradient(white,#f5f5f5);font-size:15px;line-height:21px;padding:15px 30px;border-top:1px dashed #8d8d8d;border-bottom:1px dashed #8d8d8d;margin-bottom:40px;margin-left:-30px;margin-right:-30px;color:#424242;}.ui-widget-header{border:0px;background:none;}.tab-content-text-and-btn{margin-bottom:55px;overflow:hidden;}.tab-content-text-and-btn .text.col-sm-7{padding-left:0px;padding-right:0px;}.tab-content-text-and-btn .btn.col-sm-5{padding-right:0px;box-shadow:none;}.tab-content-text-and-gallery-image{overflow:hidden;}.tab-content-text-and-gallery-image .text.col-sm-7{padding-left:0px;padding-right:0px;padding-bottom:12px;}.tab-content-text-and-gallery-image .gallery-image{padding:0 0 0 100px;margin:20px 0 0 0;}.small.btn.component{max-width:150px;font-size:12px;line-height:14px;letter-spacing:0.2px;font-weight:700;color:#ffffff;padding:8px 7px 8px 30px;margin-bottom:10px;border-radius:6px;display:block;text-align:left;margin-left:auto;}a.small.black-btn{background:#424242 url(/themes/custom/amerik_aventure/images/camera.png) no-repeat 7px;background-size:17px;margin-top:0px;}a.small.orange-btn{background:#B85C00 url(/themes/custom/amerik_aventure/images/comment.svg) no-repeat 7px;}a.small.red-btn{background:#CC0000 url(/themes/custom/amerik_aventure/images/pdf.svg) no-repeat 7px;}.tab-content a{color:#B85C00;cursor:pointer;}.product-detail-page .tab-content h3,.recapline h3{font-size:18px;line-height:23px;letter-spacing:0.36px;font-weight:700;text-transform:uppercase;margin-bottom:25px;}.product-detail-page .tab-content h3,.recapline h3,.extensions_de_voyage h4{margin-bottom:10px !important;}.product-detail-page .tab-content h4{font-size:15px;line-height:19px;font-weight:700;margin-top:20px;margin-bottom:3px;}.tab-content-details-text p,.tab-content-details-text ul li{font-size:15px;line-height:19px;text-align:justify;}.tab-content-details-text ul li{margin-bottom:0px;}.tab-content-text-and-gallery-image.orange-border-heading-cta .tab-content-details-text p,.tab-content-text-and-gallery-image.orange-border-heading-cta .tab-content-details-text ul li{margin-bottom:0px;}.tab-content-text-and-gallery-image .tab-content-gallery-image{margin-bottom:25px;}.tab-content-text-and-gallery-image .tab-content-gallery-image:last-child{margin-bottom:0px;}.tab-content-gallery-image.vertical .tab-content-gallery-blue-bg{margin-bottom:30px;}.example-image-link img{width:360px;height:auto;border-radius:5px;margin-bottom:21px;}.example-image-link:last-child img{margin-bottom:0;}.tab-content-gallery-blue-bg h4{color:#424242;}.trip-quadrant{max-width:360px;padding:8px;margin-bottom:18px;color:#fff;border-radius:8px;background:#424242;}.tab-content-gallery-black-bg .trip-quadrant{background:#424242;}.trip-quadrant a{color:#ffffff !important;}.trip-quadrant-main-box{position:relative;}.trip-quadrant-main-top{overflow:hidden;}.trip-quadrant-main-top-left{width:35%;height:auto;float:left;position:absolute;}.trip-quadrant-main-top-left img{width:100%;height:100%;border-radius:5px;}.trip-quadrant-main-top-right{width:61%;float:right;}.trip-quadrant-main-top-right-title a{font-size:13px;line-height:14px;letter-spacing:0.2px;font-weight:700;margin:10px 0px 3px 0px;display:block;}.trip-quadrant-main-top-bottom{font-size:12px;line-height:13px;letter-spacing:0.2px;font-weight:normal;}.trip-quadrant-main-middle.description-box{background:#146689;font-size:12px;line-height:13px;letter-spacing:0.2px;padding:8px 8px 8px 140px;margin:12px -8px 0 -8px;min-height:42px;}.tab-content-gallery-black-bg .trip-quadrant-main-middle.description-box{background:#146689;}.trip-quadrant-main-bottom{overflow:hidden;}.trip-quadrant-main-bottom-left{float:left;width:70%;font-size:12px;line-height:20px;letter-spacing:0.2px;}.countery-box-bottom-text a,.dollar-text,.countery-box-bottom-text{font-weight:700;}.trip-quadrant-main-bottom-right{width:27%;float:right;font-size:13px;line-height:8px;letter-spacing:0.2px;text-align:right;margin-top:10px;}.tab-content-top-box{position:relative;border-bottom:1px solid #F2EFEF;margin-top:23px;margin-bottom:35px;overflow:hidden;}.tab-content-top-box h3{margin-top:-5px;}.tab-content-top-left.col-sm-6{border-right:1px solid #F2EFEF;padding-left:0px;padding-right:30px;}.tab-content-top-right.col-sm-6{position:initial;min-height:385px;padding-left:30px;padding-right:0;}.field--name-field-exclusions,.field--name-field-inclusions,.field-notes-value,.tab-content-field-body,.tab-content-three-node-data{font-size:15px;line-height:19px;}.tab-content-text-and-btn .text .field--name-body p,.tab-content-text-and-btn .text .field--name-body{font-size:19px;line-height:24px;text-align:justify;}.tab-content-field-body p{letter-spacing:0.36px;text-align:justify;}.tab-content-node-data a{color:#B85C00;text-decoration:underline;}.field--name-field-exclusions,.field--name-field-inclusions{padding-bottom:25px;}.tab-content hr{margin-top:35px;margin-bottom:35px;}.grey-btn-component{position:absolute;bottom:0;right:0;padding-bottom:35px;}.grey-btn-component .grey-btn:last-child{margin-bottom:0px;}a.grey-btn.btn{max-width:275px;font-size:15px;line-height:19px;color:#ffffff;margin-bottom:10px;display:block;margin-left:auto;background:#424242;text-align:left;padding-left:35px;border-radius:8px;}a.grey-btn.btn.search{background:#424242 url(/themes/custom/amerik_aventure/images/search-comp.svg) no-repeat 10px;}a.grey-btn.btn.aeroplane{background:#424242 url(/themes/custom/amerik_aventure/images/aeroplane-comp.svg) no-repeat 10px;}.tab-content-field-debut{padding-bottom:15px;}.field--name-field-debut-fin,.tab-content-field-notes p,.field--name-field-notes-concernant{font-size:15px;line-height:19px;letter-spacing:0.36px;text-align:justify;}.tab-left-content{padding-left:0px;padding-right:0px;}.tab-content-text-image-section{overflow:hidden;}.tab-right-image{margin-top:15px;}.tab-left-content h3{margin-top:0px;}.tab-left-content p{font-size:15px;line-height:16px;letter-spacing:0.3px;text-align:justify;}.tab-left-content ul{margin-top:45px;}.tab-left-content ul li{font-size:14px;line-height:19px;color:#B85C00;text-decoration:underline;}.tab-left-content span.small-text{font-size:10px;}.tab-right-image{padding-right:0px;padding-left:100px;}.tab-right-image img{width:268px;height:200px;border:1px solid #E0E0E0;border-radius:5px;margin-bottom:23px;}.tab-content-pricing-data-black{border:1px solid #757575;border-radius:5px;padding:10px 12px;}.table.table.price-data.black>thead>tr>th,.table.table.price-data.black>tbody>tr>th,.table.table.price-data.black>tfoot>tr>th{padding:5px 11px;font-size:12px;line-height:14px;letter-spacing:0.2px;font-weight:700;vertical-align:middle;text-align:center;border-bottom:0px;border-right:1px dashed #757575;}.table.table.price-data.black>thead>tr>td,.table.table.price-data.black>tbody>tr>td,.table.table.price-data.black>tfoot>tr>td{padding:8px;font-size:12px;line-height:14px;letter-spacing:0.2px;vertical-align:middle;text-align:center;border-top:1px dashed #757575;border-right:1px dashed #757575;}table.table.price-data.black tr td span.USD,table.table.price-data.black tr td span.CAD,table.table.price-data.black tr td span.EUR{font-size:13px;}.table.table.price-data.black>thead>tr>th:last-child,.table.table.price-data.black>tbody>tr>th:last-child,.table.table.price-data.black>tfoot>tr>th:last-child,.table.table.price-data.black>thead>tr>td:last-child,.table.table.price-data.black>tbody>tr>td:last-child,.table.table.price-data.black>tfoot>tr>td:last-child{border-right:0px;}div.legend-labels>.confirme,div.legend-labels>.complet,div.legend-labels>.a-confirmer{padding:1px 3px 1px 3px;}.node--type-voyages-guides .confirme,.node--type-voyages-guides .complet,.node--type-voyages-guides .a-confirmer{display:block;padding:3px;}.node--type-voyages-guides .confirme{color:#3a813d;font-weight:bold;background-color:#e5ffe5;}.node--type-voyages-guides .complet{color:#F44336;background-color:#ffefee;}.node--type-voyages-guides .a-confirmer{color:#424242;background-color:#f4f4f4;}.table.price-data.black a.a-confirmer-reservation,.table.price-data.black a.confirme-reservation{background:#3E8341;border-radius:5px;color:#fff;padding:3px;display:block;cursor:pointer;}.table.price-data.black a.complet-reservation{background:#f44336;border-radius:5px;color:#fff;padding:3px;display:block;cursor:pointer;}.table.price-data.black tr:hover{background-color:#f5f5f5;}.tab-content-pricing-data-blue,.tab-content-pricing-data-orange,.tab-content-pricing-data-green{border:2px solid #1C92C4;padding:15px;border-radius:5px;margin-bottom:25px;}table.table.price-data.black,table.table.price-data.blue,table.table.price-data.orange,table.table.price-data.green,table.table.price-data.thick-black{margin-bottom:0px;border-collapse:inherit;}table.table.price-data.thick-black tr th:nth-child(2),table.table.price-data.thick-black tr th:nth-child(3),table.table.price-data.thick-black tr td:nth-child(2),table.table.price-data.thick-black tr td:nth-child(3){width:50%;}table.table.price-data.thick-black tr td:nth-child(2),table.table.price-data.thick-black tr td:nth-child(3){text-align:left;vertical-align:top;line-height:18px;}table.table.price-data.blue>tbody>tr>th,table.table.price-data.orange>tbody>tr>th,table.table.price-data.green>tbody>tr>th{color:#424242 !important;}.tab-content-pricing-data-orange{border:2px solid #B85C00;}.tab-content-pricing-data-green{border:2px solid #3E8341;}table.table.price-data.blue h3,table.table.price-data.orange h3,table.table.price-data.green h3{font-size:16px;line-height:15px;font-weight:700;color:#1C92C4;margin:0px !important;text-transform:lowercase;}table.table.price-data.orange h3{color:#B85C00;}table.table.price-data.green h3{color:#3E8341;}table.table.price-data.blue>thead>tr>th,table.table.price-data.blue>tbody>tr>th,table.table.price-data.blue>tfoot>tr>th,table.table.price-data.orange>thead>tr>th,table.table.price-data.orange>tbody>tr>th,table.table.price-data.orange>tfoot>tr>th,table.table.price-data.green>thead>tr>th,table.table.price-data.green>tbody>tr>th,table.table.price-data.green>tfoot>tr>th{font-size:13px;line-height:14px;letter-spacing:0.2px;color:#1C92C4;text-align:center;border-top:0px;font-weight:400;vertical-align:middle;}table.table.price-data.blue>thead>tr>th{border-bottom:1px dashed #1C92C4;}table.table.price-data.orange>thead>tr>th{border-bottom:1px dashed #B85C00;}table.table.price-data.green>thead>tr>th{border-bottom:1px dashed #3E8341;}table.table.price-data.blue>tbody>tr>td,table.table.price-data.orange>tbody>tr>td,table.table.price-data.green>tbody>tr>td{border-top:1px dashed transparent;}table.table.price-data.orange>thead>tr>th,table.table.price-data.orange>tbody>tr>th,table.table.price-data.orange>tfoot>tr>th{color:#B85C00;}table.table.price-data.green>thead>tr>th,table.table.price-data.green>tbody>tr>th,table.table.price-data.green>tfoot>tr>th{color:#3E8341;}table.table.price-data.blue>thead>tr>th:first-child,table.table.price-data.blue>tbody>tr>th:first-child,table.table.price-data.blue>tfoot>tr>th:first-child,table.table.price-data.orange>thead>tr>th:first-child,table.table.price-data.orange>tbody>tr>th:first-child,table.table.price-data.orange>tfoot>tr>th:first-child,table.table.price-data.green>thead>tr>th:first-child,table.table.price-data.green>tbody>tr>th:first-child,table.table.price-data.green>tfoot>tr>th:first-child{font-weight:700;text-align:left;border-right:1px dashed #1C92C4;}.node--type-voyages-autotour table.table.price-data.blue>thead>tr>th:first-child,.node--type-voyages-autotour table.table.price-data.blue>tbody>tr>th:first-child,.node--type-voyages-autotour table.table.price-data.blue>tfoot>tr>th:first-child,.node--type-voyages-autotour table.table.price-data.orange>thead>tr>th:first-child,.node--type-voyages-autotour table.table.price-data.orange>tbody>tr>th:first-child,.node--type-voyages-autotour table.table.price-data.orange>tfoot>tr>th:first-child,.node--type-voyages-autotour table.table.price-data.green>thead>tr>th:first-child,.node--type-voyages-autotour table.table.price-data.green>tbody>tr>th:first-child,.node--type-voyages-autotour table.table.price-data.green>tfoot>tr>th:first-child{width:345px;}table.table.price-data.orange>thead>tr>th:first-child,table.table.price-data.orange>tbody>tr>th:first-child,table.table.price-data.orange>tfoot>tr>th:first-child{border-right:1px dashed #B85C00;}table.table.price-data.green>thead>tr>th:first-child,table.table.price-data.green>tbody>tr>th:first-child,table.table.price-data.green>tfoot>tr>th:first-child{border-right:1px dashed #3E8341;}table.table.price-data.blue>tbody>tr>th,table.table.price-data.orange>tbody>tr>th,table.table.price-data.green>tbody>tr>th{border-bottom:0px;}table.table.price-data.blue tr td span,table.table.price-data.orange tr td span,table.table.price-data.green tr td span{font-size:13px;line-height:14px;letter-spacing:0.2px;text-align:center;}td.blue-text span,td.orange-text span,td.green-text span{color:#1C92C4;text-decoration:none !important;font-size:13px !important;}td.orange-text span{color:#B85C00 !important;}td.green-text span{color:#3E8341 !important;}.product-voyages-dolor-text{border:2px solid #757575;padding:19px;border-radius:5px;text-align:center;font-size:13px;line-height:14px;letter-spacing:0.2px;}#menu2 .paragraph.paragraph--type--body,#Tab-DatesTarifs .paragraph.paragraph--type--body{margin-bottom:25px;}.text-with-two-gallery-image .col-sm-7{padding-left:0px;}.text-with-two-gallery-image .col-sm-7 h4{margin-bottom:15px;}.text-with-two-gallery-image .col-sm-5{margin-top:15px;padding:0 0 0 115px;}.text-with-two-gallery-image .col-sm-5 .column img{width:175px;height:132px;margin:0 8px 10px 0;border-radius:5px;border:1px solid #E0E0E0;}.text-with-two-gallery-image .col-sm-5 .column img:last-child{margin-right:0;}iframe#tripline-map-iframe{width:100%;border:0px;}.player .map-control.overmap{font-size:40px !important;}.node--type-voyages-guides #menu4 .tab-content-field-body,.node--type-voyages-guides #Tab-Divers .tab-content-field-body{padding-top:10px;padding-bottom:10px;}.node--type-voyages-guides #menu4 .tab-content-field-body:first-child h3,.node--type-voyages-guides #Tab-Divers .tab-content-field-body:first-child h3{margin-top:10px;}.view-voyages ul,.product-page-listing-component ul{padding-left:0px;}.view-voyages ul li{list-style:none;}.product-page-listing-component{position:relative;padding:10px;border-radius:5px;border:1px solid rgba(0,0,0,0.5);overflow:hidden;margin-top:25px;background-color:#fafafa;}#trip-list ul ul li:first-child .product-page-listing-component{margin-top:2px;}.product-page-listing-component-left-section{position:relative;padding:0px;}.product-page-listing-component-middle-section.col-sm-7{width:64%;}.product-page-listing-component-right-section{padding-right:0px;width:10%;}a.fav.liked,a.fav{position:relative;}a.fav:hover::after{content:"Ajouter à ma liste de voyages favoris";width:215px;position:absolute;top:0px;left:-220px;right:0;font-size:12px;line-height:19px;text-align:center;padding:4px;background:#ffffff;color:#3d3e40;border:1px solid #3d3e40;}a.fav.liked:hover::after{content:"Retirer de ma liste";width:115px;position:absolute;top:0px;left:-120px !important;font-size:12px;line-height:19px;text-align:center;padding:4px;background:#ffffff;color:#3d3e40;border:1px solid #3d3e40;}.listing-component-left-image a img{max-width:265px;height:200px;border-radius:5px;}.page-node-type-angularjs-wrapper .product-page-listing-component.gir .listing-component-middle-title a{color:#F44336;}.listing-component-left-overlay-text a{position:absolute;bottom:7px;background:rgba(0,0,0,0.5);font-size:15px;line-height:19px;border-radius:0px 3px 3px 0px;padding:3px 8px 3px 20px;color:#fff;}.listing-component-middle-title a{font-size:22px;line-height:27px;letter-spacing:0.36px;font-weight:700;color:#B85C00;margin-bottom:1px;display:block;}.listing-component-middle-hr-min-text.ng-binding,.listing-component-middle-hr-breadcrumb-text.ng-binding{font-size:15px;line-height:19px;font-weight:700;}.listing-component-middle-hr-min-text.ng-binding a{font-size:15px;color:#424242;}.listing-component-middle-hr-min-text.ng-binding a::before{content:"|";width:1px;display:inline-block;padding-right:8px;padding-left:4px;}.listing-component-middle-hr-min-text.ng-binding a:first-child::before{content:inherit;}.listing-component-middle-hr-breadcrumb-text.ng-binding{margin-top:9px;color:#424242;font-weight:normal;}.listing-component-middle-listingtext{margin-top:17px;margin-bottom:10px;overflow:hidden;}.product-page-listing-component-middle-section .reservation.ng-binding{background:#b85c00;width:440px;border-bottom-right-radius:5px;border-top-right-radius:5px;color:#fff;padding:5px 10px 5px 35px;font-size:15px;line-height:19px;margin-left:-35px;}.product-page-listing-component-middle-section .reservation.ng-binding a{color:#fff;cursor:pointer;}.listing-component-middle-listingtext ul li{font-size:13px;line-height:16px;letter-spacing:0.32px;text-align:left !important;overflow:hidden;}.listing-component-middle-bottom-text.ng-binding{font-size:12px;line-height:15px;letter-spacing:0.32px;}.listing-component-cta{position:absolute;right:11px;bottom:16px;text-align:center;}.listing-component-middle-listingtext div:last-child span.ng-binding:hover{cursor:help;}.listing-component-cta a{border-radius:5px;color:#fff;font-size:13px;line-height:16px;letter-spacing:0.32px;font-weight:700;padding:5px 12px;text-decoration:none;background:#424242;}.tab-content-text-and-gallery-image.orange-border-heading-cta{margin-top:5px;margin-bottom:25px;overflow:hidden;}.tab-content-text-and-gallery-image.orange-border-heading-cta .text.col-sm-7 h3{color:#B85C00;}.tab-content-text-and-gallery-image.orange-border-heading-cta .text.col-sm-7 hr{border-top:1px solid #B85C00;}.tab-content-text-and-gallery-image.orange-border-heading-cta .text.col-sm-7 hr:first-child{margin-top:20px;}.tab-content-text-and-gallery-image.orange-border-heading-cta a.use-ajax.cta-button{color:#B85C00;float:right;font-size:15px;line-height:19px;text-decoration:underline;margin-top:15px;}.tab-content-text-and-gallery-image.orange-border-heading-cta .gallery-image.col-sm-5 img{width:360px;height:270px;border:1px solid #E0E0E0;border-radius:5px;}.listing-component-middle-listingtext div{font-size:15px;line-height:17px;letter-spacing:0.32px;margin-bottom:2px;}.listing-component-middle-listingtext .col-sm-6{padding-right:0;}.listing-component-middle-listingtext div:last-child{margin-bottom:0px;}.product-page-listing-component.gir .listing-component-middle-listingtext strong{padding-right:20px;}.listing-component-big-cta{border:1px solid rgba(0,0,0,0.5);border-radius:5px;padding:9px 30px;margin-bottom:11px;text-align:center;overflow:hidden;background-color:#ffffff;}.listing-component-big-top-cta-text{font-size:15px;line-height:19px;}.listing-component-big-middle-cta-text.ng-binding{font-size:16px;line-height:19px;letter-spacing:0.3px;font-weight:700;text-decoration:underline;}.listing-component-big-cta .listing-component-big-middle-cta-text.ng-binding{text-decoration:none;}.listing-component-big-bottom-cta-text{font-size:13px;line-height:14px;letter-spacing:0.22px;}.product-page-listing-component.gir{margin-top:25px;}#trip-list ul ul li:first-child .product-page-listing-component.gir{margin-top:2px;}.tab-content-gallery-image.horizontal .tab-content-gallery-blue-bg{margin-top:20px;margin-bottom:15px;}.tab-content-gallery-image.horizontal .extensions_de_voyage{width:100%;overflow:hidden;}.tab-content-gallery-image.horizontal .tab-content-gallery-black-bg{margin-bottom:25px;}.tab-content-gallery-image.horizontal .tab-content-gallery-blue-bg .trip-quadrant,.tab-content-gallery-image.horizontal .tab-content-gallery-black-bg .trip-quadrant{width:32%;min-height:162px;float:left;overflow:hidden;margin-right:2%;margin-bottom:0px;}.tab-content-gallery-image.horizontal .tab-content-gallery-blue-bg .trip-quadrant:last-child,.tab-content-gallery-image.horizontal .tab-content-gallery-black-bg .trip-quadrant:last-child{margin-right:0px;}.tab-content-pricing-data-thick-black-grid-text{border:1px solid #757575;padding:7px 20px;border-radius:5px;font-size:13px;line-height:20px;letter-spacing:0.2px;}.tab-content-pricing-data-thick-black-grid-text p{margin-bottom:0;}.tab-content-pricing-data-thick-black-grid-text strong{padding-left:35px;}.tab-content-pricing-data-thick-black-grid-text strong:first-child{padding-left:0;}.tab-content-pricing-data-thick-black{margin:10px 0 25px 0;border-radius:5px;border:1px solid #757575;border-bottom:0;}table.table.price-data.thick-black>thead{background:#6d6a6a;color:#ffffff;}table.table.price-data.thick-black>thead>tr>td,table.table.price-data.thick-black>thead>tr>th{font-size:13px;line-height:14px;font-weight:700;text-align:center;vertical-align:middle;border-bottom:0px;border-right:1px solid #757575;}table.table.price-data.thick-black>tbody>tr>td{vertical-align:middle;font-size:13px;line-height:14px;letter-spacing:0.2px;text-align:center;border-right:1px solid #757575;border-bottom:1px solid #757575;}table.table.price-data.thick-black>thead>tr>th:last-child,table.table.price-data.thick-black>tbody>tr>td:last-child{border-right:0;border-right:0;}.product-detail-page .ui-tabs .ui-tabs-nav .ui-tabs-anchor{padding:10px 0px;margin:0;width:100%;border:1px solid #424242;border-bottom:0;}.product-detail-page .ui-tabs .ui-tabs-nav,.product-detail-page .ui-widget.ui-widget-content{padding:0px;margin:0px;border:0;}.product-detail-page .tab-content{border:1px solid #424242;margin-top:-1px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;width:100%;overflow:hidden;}.product-detail-page .tab-content ul li{text-align:left;}.product-detail-page .tab-content .tab-content-breadcrumb-box{margin-left:-25px;margin-right:-25px;}.product-detail-page .ui-tabs .ui-tabs-nav li{border-radius:10px 10px 0 0;width:19.44%;text-align:center;margin:0px 8.12px 0px 0px;background:#F5F5F5;border:0;padding:0;margin-bottom:-1px;}.product-detail-page .ui-tabs .ui-tabs-nav li:last-child{margin-right:0px;}.product-detail-page .ui-tabs .ui-tabs-nav li.ui-tabs-active a{border-bottom:1px solid #fff;}.product-detail-page .example-image-link img{width:100%;height:auto;}.container-ng ul{padding-left:0;list-style:none;}section.ng-scope .filters{border-radius:5px;width:100%;overflow:hidden;border-bottom-left-radius:0;border-bottom:0;border-bottom-right-radius:0px;}section.ng-scope .filters .bar{display:flex;justify-content:space-between;background:#424242;border-radius:3px 3px 0 0;align-items:center;padding-right:7px;}section.ng-scope .filters .bar h2{font-size:15px;line-height:19px;font-weight:700;color:#FFFFFF;text-transform:uppercase;margin:7px 14px;}section.ng-scope .filters .bar button{width:19px;height:19px;padding:0px;border-radius:3px;background:#fff;border:0;display:flex;align-items:center;justify-content:center;}section.ng-scope .filters i.fas{font-size:14px;margin-top:1px;margin-left:1px;}section.ng-scope .filters ul{list-style:none;padding-left:0px;}section.ng-scope .filters .product-search li{list-style:none;}section.ng-scope .filters .product-search li label{color:#B85C00;letter-spacing:0.36px;font-size:18px;text-transform:uppercase;line-height:23px;}section.ng-scope .filters .product-search li span{font-size:15px;line-height:15px;}section.ng-scope .filters .product-search li span.checkbox-all{font-weight:bold;text-transform:uppercase;padding-bottom:3px;}section.ng-scope .filters ul.vr_checkboxes{margin:0;margin-bottom:25px;}section.ng-scope .filters .product-search-right ul.vr_checkboxes{margin-bottom:40px;}section.ng-scope .filters ul{list-style:none;padding-left:0px;overflow:unset;max-height:unset;}.page-node-type-page h1.page-header{}.page-node-type-trip-list h1.page-header,.page-node-type-angularjs-wrapper h1.page-header{font-size:30px;line-height:30px;letter-spacing:0.16px;font-weight:bold;margin-top:5px;margin-bottom:10px;padding-bottom:20px;border-bottom:1px solid #eeeeee;}.ng-scope h3{color:#B85C00;}.trip-list-top{margin-bottom:50px;margin-top:20px;}.trip-list-top .carousel{width:100%;}.trip-list-top .body-right-text .field--name-field-header-right-margin ul{margin:0px;padding:0px;}.body-text{width:65%;float:left;}.body-right-text{width:32%;float:right;border-left:1px solid #ccc;padding-left:15px;font-style:italic;}.trip-list-top .body-right-text .field--name-field-header-right-margin ul li{list-style:none;font-size:13px;line-height:18px;padding-bottom:7px;color:#424242;}.trip-list-top .body-right-text .field--name-field-header-right-margin ul li:before{content:"+";padding-right:5px;}.carousel{}section.ng-scope .filters .ul-and-button-close{display:block !important;}.fa-minus:before{content:"\f068";}section.ng-scope .filters .product-search{position:relative;padding:19px 23px 24px;margin:0;display:none;overflow:hidden;border:1px solid #7f7f7f;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:0px;}.product-search-left{width:550px;float:left;overflow:hidden;}.product-search-right{overflow:hidden;width:442px;margin-left:auto;}.product-search-right div a.ng-binding{position:absolute;left:0;right:24px;bottom:24px;width:442px;margin-left:auto;}.product-search-right ul.filter_pays.vr_checkboxes.vtuwb li{background:#EDEDED;margin-bottom:9px;padding:6px 0px 6px 10px;}.product-search-right ul.filter_pays.vr_checkboxes.vtuwb li ul li{width:33.3%;display:inline-table;margin-bottom:0;padding-left:10px;padding-bottom:0;cursor:pointer;}.product-search-left-content>li{width:50%;float:left;overflow:hidden;}section.ng-scope .filters .product-search ul.vr_checkboxes li>span{line-height:19px;padding-left:24px;margin-bottom:3px;background-image:url(/themes/custom/amerik_aventure/css/images/uncheck.svg);background-size:16px;background-position:inherit;cursor:pointer;}section.ng-scope .filters .product-search ul.vr_checkboxes li>span.item-checked{background-image:url(/themes/custom/amerik_aventure/css/images/checkicon.svg);background-size:20px;}.product-search-left-content{overflow:hidden;}.product-search-left .filter-date{margin-bottom:30px;}.gg-list .product-search-left .filter-date,.ag-list .product-search-left .filter-date,.gg-list .product-search-left-content:after,.ag-list .product-search-left-content:after{display:none;}.product-search-left .cta-text a{font-size:12px;color:gray;text-decoration:underline;display:block;}.product-search-left .cta-text{position:absolute;bottom:24px;}.product-search-left .type,.product-search-left .filter-date{position:relative;}.product-search-left .type::before,.product-search-left .filter-date::before,.product-search-left-content>li:nth-child(3)::before{content:"";width:550px;height:1px;background:#F2EFEF;display:block;position:absolute;}.product-search-left .type label,.product-search-left .filter-date label,.product-search-left-content>li:nth-child(3)>label{margin-top:23px;}section.ng-scope .filters .product-search .filter-date li span{width:32%;display:inline-block;}section.ng-scope .filters .product-search .filter-date li .form-group{margin-bottom:10px;}section.ng-scope .filters .product-search .filter-date li .form-group input{font-size:14px;width:185px;height:31px;border:1px solid #424242;padding:6px 31px 6px 13px;outline:none;}section.ng-scope .filters .product-search .filter-date li .form-group span.icon{display:inline;width:30px !important;height:30px;position:relative;}section.ng-scope .filters .product-search .filter-date li .form-group span.icon:before{content:"";display:block;width:30px;height:30.5px;top:-5px;left:-33px;position:absolute;border-left:1px solid #424242;}section.ng-scope .filters .product-search .filter-date li .form-group span.icon:after{content:"";display:block;width:28px;height:25px;top:-2px;left:-31px;position:absolute;background-image:url(/themes/custom/amerik_aventure/css/images/cal.png);background-size:32px;background-position:50% 50%;}section.ng-scope .filters .product-search .filter-date li .form-group input::placeholder{font-size:14px;line-height:18px;color:#424242;}.product-search-right a.ng-binding,.product-search-right button.reset_ng.vr_reset{padding:7px 9px;width:100%;overflow:hidden;background:#B85C00;border:0px;border-radius:5px;font-weight:700;color:#fff;line-height:19px;text-align:center;margin-top:15px;}.product-search-right a.ng-binding{margin-top:9px;display:block;text-decoration:none;}#trip-list .header-top-section{width:100%;overflow:hidden;margin-top:50px;}.block-custom-form ul>li>h3,#trip-list .header-top-section h3,.page-node-type-angularjs-wrapper .container-ng ul.ng-scope li h3{color:#424242;padding-left:46px;display:inline-block;position:relative;font-size:21px;text-transform:uppercase;line-height:23px;letter-spacing:0.36px;font-weight:bold;margin-bottom:20px;margin-left:10px;margin-top:20px;}.block-custom-form li#gir-top-view>h3:before,.block-custom-form li#gg-top-view>h3:before,.block-custom-form li#ag-top-view>h3:before,#trip-list .header-top-section h3:before,.page-node-type-angularjs-wrapper .container-ng ul.ng-scope li h3:before{position:absolute;content:"";width:30px;height:30px;left:0px;top:0px;background-image:url(/themes/custom/amerik_aventure/css/images/users.svg);background-size:30px;background-repeat:no-repeat;}.page-node-type-angularjs-wrapper .container-ng ul.ng-scope li h3{margin-bottom:0px !important;}#trip-list ul.GG .header-top-section h3:before,.block-custom-form li#gg-top-view>h3:before,.page-node-type-angularjs-wrapper .container-ng ul:last-child.ng-scope li h3:before{background-image:url(/themes/custom/amerik_aventure/css/images/user-check-black.svg) !important;}#trip-list ul.AG .header-top-section h3:before,.block-custom-form li#ag-top-view>h3:before,.page-node-type-angularjs-wrapper .container-ng ul:nth-child(2).ng-scope li h3:before{background-image:url(/themes/custom/amerik_aventure/css/images/car-black.svg) !important;}#trip-list .header-top-section .dropdown-right-section{display:inline-block;text-align:right;float:right;margin-top:18px;margin-bottom:20px;}#trip-list .header-top-section .dropdown-right-section select{border:0px;outline:none;color:#757575;font-weight:400;font-size:14px;line-height:14px;letter-spacing:0.22px;}#trip-list .header-top-section .dropdown-right-section select:not([multiple]){-webkit-appearance:none;-moz-appearance:none;background-position:right 55%;background-repeat:no-repeat;background-image:url(/themes/custom/amerik_aventure/css/images/select-dropdown.svg);padding-right:1.5em;cursor:pointer;}.product-no-result{max-width:760px;margin-left:auto;margin-right:auto;margin-top:20px;margin-bottom:20px;}.product-no-result p{font-size:18px;line-height:22px;margin-top:10px;}.product-no-result .title{text-align:center;font-size:30px;line-height:36px;font-weight:700;margin:0px;color:#B85C00;}.product-no-result .text{padding:10px 10px 30px 10px;}.product-no-result .view-content{width:760px;margin:auto;overflow:hidden;text-align:left;}.product-no-result .view-content ul{list-style:none;padding:0px;}.product-no-result .view-content ul li a{width:360px;float:left;margin:0 10px 20px 10px;color:#fff;border-radius:5px;padding:11px 20px 11px 65px;font-size:15px;line-height:19px;font-weight:700;}.product-no-result .view-content ul li.no-result-alert a{background:#F44336 url(/themes/custom/amerik_aventure/css/images/alert.svg) no-repeat left;background-position:15px;font-weight:normal;}.product-no-result .view-content ul li.no-result-car a{background:#424242 url(/themes/custom/amerik_aventure/css/images/car.svg) no-repeat left;background-position:15px;}.product-no-result .view-content ul li.no-result-multiuser a{background:#424242 url(/themes/custom/amerik_aventure/css/images/users-white.svg) no-repeat left;background-position:15px;margin-bottom:0px;}.product-no-result .view-content ul li.no-result-user a{background:#424242 url(/themes/custom/amerik_aventure/css/images/user-check.svg) no-repeat left;background-position:20px;margin-bottom:0px;}.block-custom-form ul{padding:0;list-style:none;}.block-custom-form #gir_top h3,.block-custom-form #gg_top h3,.block-custom-form #ag_top h3{background:#424242;list-style:none;font-size:16px;color:#fff;text-align:center;text-transform:uppercase;font-weight:bold;line-height:15px;padding:14px 0;border-top-left-radius:5px;border-top-right-radius:5px;margin-bottom:0px;display:block;margin:0px;}.block-custom-form #gir_top li.head{background:#757575;color:#fff;border-top-left-radius:5px;border-top-right-radius:5px;margin-bottom:0px;}.block-custom-form ul>li>h3{display:block;}.block-custom-form ul>li>h3:after,.page-node-42.page-node-type-angularjs-wrapper .ng-scope h3:after{content:"";width:53%;height:3px;display:none;position:absolute;right:0px;top:10px;background:#424242;}.block-custom-form ul.GIR-wrapper.GIR li.head>div{vertical-align:middle;font-size:13px;line-height:14px;font-weight:700;padding:20px 0;text-align:center;}.global-head .voyage,.global-body-text .voyage{width:22% !important;}.global-head .plan,.global-body-text .plan{width:12% !important;text-align:center;}.global-head .pays,.global-body-text .pays{width:8% !important;text-align:center;}.global-head .duree,.global-body-text .duree{width:8% !important;text-align:center;}.global-head .taile,.global-body-text .taile{width:10% !important;text-align:center;}.global-head .prix,.global-body-text .prix{width:10% !important;text-align:center;}.global-head .date,.global-body-text .date{width:30% !important;}.paragraph--type--body .field--name-field-body p.header-content-top-data{color:#424242;font-weight:700;font-size:15px;line-height:13px;letter-spacing:0.2px;border-top:1px solid #f5f5f5;border-bottom:1px solid #f5f5f5;padding:10px 0;margin:30px 0 20px !important;display:block;}.paragraph--type--body .field--name-field-body p.header-content-top-data a{color:#424242;position:relative;}.paragraph--type--body .field--name-field-body p.header-content-top-data a:first-child{padding-left:40px;}.paragraph--type--body .field--name-field-body p.header-content-top-data a:nth-child(2){padding-left:60px;}.paragraph--type--body .field--name-field-body p.header-content-top-data a:nth-child(3){padding-left:60px;}.paragraph--type--body .field--name-field-body p.header-content-top-data a:nth-child(3):before,.paragraph--type--body .field--name-field-body p.header-content-top-data a:nth-child(2):before,.paragraph--type--body .field--name-field-body p.header-content-top-data a:first-child:before{position:absolute;content:"";width:20px;height:20px;left:15px;top:0px;background-image:url(/themes/custom/amerik_aventure/css/images/users.svg);background-size:20px;background-repeat:no-repeat;}.paragraph--type--body .field--name-field-body p.header-content-top-data a:nth-child(2):before{left:35px;background-image:url(/themes/custom/amerik_aventure/css/images/user-check-black.svg);}.paragraph--type--body .field--name-field-body p.header-content-top-data a:nth-child(3):before{left:35px;background-image:url(/themes/custom/amerik_aventure/css/images/car-black.svg);}.product-detail-page .ui-tabs .ui-tabs-panel{padding-bottom:10px !important;}body.link-cta-text-remove .link-cta-text-collapsed{display:none;}ul.GIR-wrapper.GIR,ul.GG-wrapper.GG,ul.AG-wrapper.AG{margin-bottom:20px;}.block-custom-form ul>li:nth-child(2) h3,.block-custom-form ul>li:nth-child(3) h3{margin-top:80px;}table.global-head,table.global-body-text{width:100%;}table.global-head thead{background:#6d6a6a;color:#ffffff;}table.global-head tr th{padding:15px 8px;font-size:13px;line-height:14px;text-align:center;border:1px solid #424242;}.global-head th.\32,.global-head th.\33,.global-head th.\34 -5,.global-head th.\36 -7,.global-body-text td.\32,.global-body-text td.\33,.global-body-text td.\34 -5,.global-body-text td.\36 -7,.global-head th.\32 -3,.global-head th.\34 -5,.global-head th.\36 -7,.global-head th.\38 -9,.global-body-text td.\32 -3,.global-body-text td.\34 -5,.global-body-text td.\36 -7,.global-body-text td.\38 -9{width:11.25% !important;text-align:center;}table.global-body-text td{padding:12px 10px;border-right:1px solid #757575;border-bottom:1px solid #757575;border-left:1px solid #757575;font-size:13px;line-height:16px;letter-spacing:0.2px;}table.global-body-text .taile{font-size:12px;}table.global-body-text .voyage h4{font-size:14px;line-height:15px;font-weight:700;color:#424242;margin-top:6px;}.web-pdf-album .web{background:url(/themes/custom/amerik_aventure/images/web.png) no-repeat left;padding-left:25px;}.web-pdf-album .pdf{background:url(/themes/custom/amerik_aventure/images/pdf.png) no-repeat left;margin:0 25px;padding-left:25px;}.web-pdf-album .album{background:url(/themes/custom/amerik_aventure/images/album.png) no-repeat left;padding-left:25px;}table.global-body-text .voyage a,table.global-body-text td.pays a{color:#424242;}table.global-body-text td.plan img{border-radius:5px;}table.global-body-text .pays a{display:block;}table.global-body-text .date h5{float:left;width:45px;margin:0px;font-weight:700;font-size:14px;}table.global-body-text .date p{display:table;}.block-catalogue-block .foot{display:flex;font-size:14px;}.block-catalogue-block .foot .anchor{margin-left:auto;}.page-node-type-angularjs-wrapper .ng-scope h3{margin-top:50px;display:block;}.page-node-type-angularjs-wrapper .product-page-listing-component.gir .listing-component-middle-title a{color:#B85C00;}.link-cta-text-collapsed{padding:30px 23px 25px;margin-top:-5px;border:1px solid #757575;border-top:0px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:flex;align-items:center;}.link-cta-text-collapsed a.link-text{font-size:12px;color:#808080;text-decoration:underline;}.link-cta-text-collapsed a.cta-button{padding:7px 9px;width:442px;color:#fff;font-weight:700;line-height:19px;text-align:center;border-radius:5px;background:#B85C00;margin-left:auto;}#menu-body-SAC .paragraph--type--menu-body,#menu-body-JA .paragraph--type--menu-body{width:44.959%;}.page-node-167 h1.page-header{}.page-node-167 .paragraph--type--body b{padding-left:1.5em;}.view-utensils ul{list-style:none;margin:0px;padding-left:0px;}.view-utensils ul li{width:33%;display:inline-block;text-align:center;border:1px solid #f0f0f0;padding:20px;}.view-utensils ul li a{color:#424242;font-weight:700;font-size:16px;}.view-utensils ul li a:hover{text-decoration:underline;}.view-utensils li:nth-child(2),.view-utensils li:nth-child(5),.view-utensils li:nth-child(8),.view-utensils li:nth-child(11),.view-utensils li:nth-child(14),.view-utensils li:nth-child(17){border-bottom:0;border-left:0;border-right:0;}.view-utensils li:nth-child(17){border-bottom:1px solid #F2EFEF !important;}.view-utensils li:nth-child(1),.view-utensils li:nth-child(3),.view-utensils li:nth-child(4),.view-utensils li:nth-child(6),.view-utensils li:nth-child(7),.view-utensils li:nth-child(9),.view-utensils li:nth-child(10),.view-utensils li:nth-child(12),.view-utensils li:nth-child(13),.view-utensils li:nth-child(15),.view-utensils li:nth-child(16){border-bottom:0px;}.block-router-block .form-block .form-title{font-size:18px;margin-bottom:15px;}.block-router-block .form-block .form-item{margin-left:20px;}.block-router-block .form-block button.submit,.block-questionsetcommentaires-block .form-block button.submit,.block-verifiertarifsetdisponibilites-block .form-block button.submit,.block-inscription-block .form-block button.submit{float:right;text-transform:uppercase;font-weight:bold;background:#B85C00 url(/themes/custom/amerik_aventure/images/right-arrow.png) no-repeat 95px;border-radius:6px;color:#fff;border:0px;padding:8px 33px 8px 10px;margin-top:25px;font-size:13px;line-height:14px;letter-spacing:0.2px;}.page-node-type-sac-list .container-ng .table tr.sac-dark-blue,.page-node-type-sac-list .container-ng .table>thead>tr>th{background:#b85c00;}.page-node-type-sac-list .container-ng .table tr.sac-light-blue{background:#ffc58a;}.page-node-type-sac-list .table tbody{background:#fff7ef;}.page-node-type-sac-list a.reset_ng{text-decoration:underline;color:#b85c00;}.page-node-type-sac-list table.transports-privatifs{table-layout:unset;}.page-node-type-sac-list table{table-layout:fixed;margin-top:25px;}.page-node-type-sac-list table.transports-privatifs td{width:14.28%;font-size:13px;}.page-node-type-sac-list table.sejours,.page-node-type-sac-list table.activites,.page-node-type-sac-list table.voitures,.page-node-type-sac-list table.transports,.page-node-type-sac-list .ng-scope th input,.page-node-type-sac-list .container-ng .table>thead>tr>th,.page-node-type-sac-list .ng-scope th select{width:100%;word-break:normal;}.page-node-type-sac-list table.activites tr th:first-child,.page-node-type-sac-list table.activites tr th:nth-child(2),.page-node-type-sac-list table.activites tr th:nth-child(3){width:130px;}.page-node-type-sac-list .container-ng .table.transports-privatifs>thead>tr>th{width:auto;word-break:normal;font-size:13px;color:#ffffff;}.node--type-sac-list button,.node--type-sac-list select{font-weight:normal;}.page-node-type-sac-list .container-ng table tr th{font-size:13px;}.page-node-type-sac-list .container-ng table tr td{font-size:12px;}.page-node-type-sac-list .container-ng .table tr.sac-dark-blue{color:#fff;}.page-node-type-sac-list table tr th,.page-node-type-sac-list table tr td,.table-bordered{border:1px solid #ffffff;}.page-node-type-sac-list i.fas.fa-info-circle{color:#fff;}.page-node-type-sac-list .ng-scope h3{color:#424242;}.sejours-main-filter{display:flex;align-items:center;}.sejours-main-filter .affichage.ng-binding{margin-left:auto;margin-bottom:-10px;}.page-node-type-sac-list .sac-filter a.selected{position:relative;color:#424242 !important;}.page-node-type-sac-list .ng-scope th input{font-weight:normal;}.node--type-sac-list .ng-scope .non-selected{text-decoration:underline;}.node--type-sac-list h3 a{font-size:16px;line-height:22px;cursor:pointer;}.node--type-sac-list .ng-scope a.selected::after{border-bottom:0px;background:url(/themes/custom/amerik_aventure/images/mobile-menu_active.png) no-repeat 50% 100%;width:16px;height:8px;position:absolute;top:23px;left:0;right:0;margin:auto;text-align:center;content:"";}.page-node-type-sac-list h1.page-header{}.portail-sac-header-content,.page-node-type-portail-sac .node--type-portail-sac .row{margin-bottom:37px;margin-top:20px;}.portail-sac-footer-content{border-top:1px solid #424242;border-bottom:1px solid #424242;padding-top:15px;padding-bottom:15px;padding-left:55px;background:url(/themes/custom/amerik_aventure/images/to-do-list.png) no-repeat left;}.page-node-type-portail-sac .node--type-portail-sac .col-sm-3 img{width:200px;border-radius:5px;}.page-node-type-portail-sac .node--type-portail-sac .col-sm-9{padding-left:100px;}.page-node-type-portail-sac .node--type-portail-sac .col-sm-9 a{font-weight:bold;color:#424242;font-size:17px;}.portail-sac-footer-content p,.page-node-type-portail-sac .node--type-portail-sac .col-sm-9 p{margin:0px;}@media only screen and (min-width:768px) and (max-width:1140px){body{width:1163px;}.container,.footer-cta .right-section a{width:100%;}.product-detail-page .ui-tabs .ui-tabs-nav li{width:19.42%;}.tab-content-gallery-image.horizontal .tab-content-gallery-blue-bg .trip-quadrant,.tab-content-gallery-image.horizontal .tab-content-gallery-black-bg .trip-quadrant{margin-right:3px;}.footer-top-menu .col-sm-3 ul{width:244.5px;}}@media only screen and (min-width:1141px) and (max-width:1220px){body,.container,.footer-cta .right-section a{width:100%;}.footer-top-menu .col-sm-3 ul{width:244.5px;}}
.star-ratings{unicode-bidi:bidi-override;color:#ccc;font-size:20px;position:relative;margin:auto;padding:0;}.fill-ratings{color:#B85C00;padding:0;position:absolute;z-index:1;display:block;top:0;left:0;overflow:hidden;// Allows us to grab the width of the span elements
    span{display:inline-block;}}.empty-ratings{padding:0;display:block;z-index:0;}}
body .USD{display:inline;}body .CAD,body .EUR{display:none;}body.USD .USD{display:inline;}body.USD .CAD,body.USD .EUR{display:none;}body.CAD .CAD{display:inline;}body.CAD .USD,body.CAD .EUR{display:none;}body.EUR .EUR{display:inline;}body.EUR .USD,body.EUR .CAD{display:none;}body .GO2USD,body.USD .GO2USD{display:none;}body.CAD .GO2USD,body.EUR .GO2USD{display:block;}body.CAD .GO2CAD{display:none;}body.USD .GO2CAD,body.EUR .GO2CAD{display:block;}body.EUR .GO2EUR{display:none;}body.USD .GO2EUR,body.CAD .GO2EUR{display:block;}li.GO2USD:before,li.GO2CAD:before,li.GO2EUR:before{content:"\279c";margin-right:8px;}
.slider-home-content{position:relative;width:100%;}.slider-home-content-box{position:absolute;left:0;right:0;bottom:100px;padding:0px 30px;display:flex;align-items:center;}.slider-home-content-left{max-width:85%;float:left;}.slider-home-content-right{margin-left:auto;}.slider-home-content-box .slider-home-text{color:#fff;font-size:30px;line-height:40px;letter-spacing:0.16px;font-family:'Source Sans Pro',sans-serif;font-weight:700;font-style:normal;}.slider-home-content .slider-home-image{width:100%;max-height:493px;}.slider-home-content .slider-home-image img{width:100%;height:auto;}.slider-home-sub-text{color:#fff;font-size:19px;line-height:23px;letter-spacing:0.36px;font-family:'Source Sans Pro',sans-serif;font-weight:700;font-style:normal;}.slider-home-destination-link a{border:1px solid #FFFFFF;box-sizing:border-box;border-radius:8px;font-size:15px;line-height:16px;text-align:center;letter-spacing:0.26px;font-family:'Source Sans Pro',sans-serif;padding:11px 15px;text-transform:uppercase;color:#fff;font-weight:bold;background-color:#00000040;}.slider-home-destination-link a:hover{background:#8B4702;color:#fff;border:1px solid #8B4702;text-decoration:none;}.paragraph--type--slideshow .slick-arrow{position:absolute;z-index:111;top:50%;font-size:0px;border:0px;transform:translateY(-50%);padding:4px 15px;border-radius:50%;}.paragraph--type--slideshow .slick-next{right:15px;height:30px;opacity:0.7;background:#424242 url(/themes/custom/amerik_aventure/images/slideshow-right.svg) no-repeat 10px;}.paragraph--type--slideshow .slick-prev{left:15px;height:30px;opacity:0.7;background:#424242 url(/themes/custom/amerik_aventure/images/slideshow-left.svg) no-repeat 10px;}.paragraph--type--slideshow .slick-next:before,.paragraph--type--slideshow .slick-prev:before{font-size:0px;}section.global-trip-filter{position:relative;}section.global-trip-filter .filters{position:absolute;bottom:30px;left:0;right:0;z-index:999;display:none;}.path-frontpage section.global-trip-filter .filters{display:block;}section.global-trip-filter ul{margin:0px 0 0 30px;padding:0px;}section.global-trip-filter ul li{margin:0px;padding:0px;list-style:none;display:inline-block;margin-right:25px;}section.global-trip-filter ul li select.vr_select{color:#424242;width:260px;padding:8px 12px 9px 12px;border-radius:4px;font-family:'Source Sans Pro',sans-serif;font-style:normal;font-weight:normal;font-size:15px;line-height:19px;-webkit-appearance:none;background:#fff url(/themes/custom/amerik_aventure/images/dropdown-arrow.svg) no-repeat 95% 50%;}section.global-trip-filter .filters button.submit{position:absolute;top:0;right:29px;padding:6.5px 35px;background:#8B4702;border:1px solid #8B4702;box-sizing:border-box;border-radius:8px;font-family:'Source Sans Pro',sans-serif;font-style:normal;font-weight:bold;font-size:18px;line-height:23px;letter-spacing:0.36px;color:#ffffff;}
.slick-list,.slick-slider,.slick-track{position:relative;display:block;border-radius:6px}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
.slick-dots,.slick-next,.slick-prev{position:absolute;display :block;padding :0}.slick-dots li button:before,.slick-next:before,.slick-prev:before{font-family            :slick;-webkit-font-smoothing :antialiased;-moz-osx-font-smoothing:grayscale}.slick-loading .slick-list{background:url(/themes/custom/amerik_aventure/images/ajax-loader.gif) center center no-repeat #fff}.slick-next,.slick-prev{font-size        :0;line-height      :0;bottom           :-50px;width            :20px;height           :20px;margin-top       :-10px\9;-webkit-transform:translate(0,-50%);-ms-transform    :translate(0,-50%);transform        :translate(0,-50%);cursor           :pointer;color            :transparent;border           :none;outline          :0;background       :0 0;z-index          :1}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-size  :20px;line-height:1;opacity    :.75;color      :#fff}[dir=rtl] .slick-prev{right:-25px;left :auto}.slick-prev:before{content:'←'}.slick-next:before,[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left :-25px}[dir=rtl] .slick-next:before{content:'←'}.slick-dots{bottom    :-52px;width     :calc(100% - 20px);list-style:none;text-align:center}.slick-dots li{position:relative;display :inline-block;width   :5px;height  :20px;margin  :0 5px;padding :0;cursor  :pointer}.slick-dots li button{font-size  :0;line-height:0;display    :block;width      :20px;height     :20px;padding    :5px;cursor     :pointer;color      :transparent;border     :0;outline    :0;background :0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size  :35px;line-height:20px;position   :absolute;top        :0;left       :0;width      :20px;height     :20px;content    :'•';text-align :center;opacity    :.25;color      :#000}.slick-dots li.slick-active button:before{opacity:.75;color  :#000}.view-temoignages button.slick-prev.slick-arrow,.view-temoignages button.slick-next.slick-arrow{height       :28px;border-radius:50%;padding      :3px 14px;opacity      :0.5;bottom       :-60px;display      :block;}.view-temoignages button.slick-prev.slick-arrow{background:#aaaaaa url(/themes/custom/amerik_aventure/images/slideshow-left.svg) no-repeat 10px;}.view-temoignages button.slick-next.slick-arrow{background:#aaaaaa url(/themes/custom/amerik_aventure/images/slideshow-right.svg) no-repeat 10px;}.view-temoignages button.slick-prev.slick-arrow:hover{background:#424242 url(/themes/custom/amerik_aventure/images/slideshow-right.svg) no-repeat 10px;}.view-temoignages button.slick-next.slick-arrow:hover{background:#424242 url(/themes/custom/amerik_aventure/images/slideshow-right.svg) no-repeat 10px;}.view-temoignages button.slick-prev.slick-arrow::before,.view-temoignages button.slick-next.slick-arrow::before{content:none;}.view-temoignages button.slick-prev{left:1%;}.view-temoignages button.slick-next{right:calc(1% + 20px);}.view-temoignages.view-display-id-block_home .views-row{height:auto;}.view-temoignages.view-display-id-block_home .slick-slider .slick-track{align-items:stretch !important;display    :flex !important;}
@media only screen and (min-width:0px) and (max-width:400px){.gir-quadrant{min-height:282px;}.gir-quadrant .gir-bottom-content-section .right-content-box .next-departures-box{margin:25px 15px;}.gir-quadrant .gir-bottom-content-section .right-content-box .next-departures-box h4,.gir-quadrant .gir-bottom-content-section .right-content-box .next-departures-box .next-departures-text{}.container-fluid.footer-cta .col-sm-1 img{max-width:51px;}.footer-top-menu.container .col-sm-3{margin:0 0 25px 50px;}.footer-bottom-right ul li{padding-right:3.45%;padding-left:3.45%;}.carousel{width:100%;}}@media only screen and (min-width:401px) and (max-width:767px){.gir-quadrant .gir-bottom-content-section .right-content-box .next-departures-box{margin:25px 12px 40px 12px;}.container-fluid.footer-cta .col-sm-1 img{max-width:64px;}.footer-top-menu.container .col-sm-3{margin:0 0 25px 70px;}.footer-bottom-right ul li{padding-right:4%;padding-left:4%;}}@media only screen and (min-width:0px) and (max-width:767px){#drupal-modal .modal-body{overflow:scroll !important;}h1.page-header,h1{font-size:21px;font-weight:bold;margin-bottom:0px;margin-top:0px;line-height:25px;letter-spacing:0.16px;}h2{font-size:19px;font-weight:bold;margin-bottom:5px;margin-top:25px;}h3{font-size:16px;font-weight:bold;margin-bottom:2px;margin-top:20px;}h4{font-size:15px;font-weight:bold;margin-bottom:2px;margin-top:10px;}.container{width:100%;}.block-views-blockmenu-block-block-mobile,.footer-middle-mobile,.country-text-mobile,.copyright.col-sm-6,#block-quicknodeblock-11,section#block-searchbox label,section#block-searchbox button{display:block;}.view-rich-menu,.slider-home-sub-text,.footer-middle-desktop,.footer-bottom-left,.header-right .field.field--name-field-body,.container.mainHeader,#block-toplinks,.view-temoignages button.slick-prev.slick-arrow,.view-temoignages button.slick-next.slick-arrow,.breadcrumb,.navbar-header,.body-right-text,#trip-list .header-top-section .dropdown-right-section{display:none !important;}.sticky-top.loginHeader{padding:0px;}.section.layout-container{font-size:13px;}.first-announcement-header{font-size:10px;line-height:15px;letter-spacing:0.2px;}.mobile-header{position:relative;display:flex;align-items:center;padding:8px 0px;margin-top:10px;justify-content:space-evenly;}.region.region-overheader{text-align:right;}.header-left.col-sm-6{padding-left:0px;margin:auto;}.header-left .block-system-branding-block .logo img{width:162px;height:98px;}#block-amerik-aventure-branding--2 .logo img{width:162px;height:98px;}.navbar .logo{margin-right:0px;}.sticky-top.loginHeader .navbar-right li.first{padding-right:6px;margin-right:6px;}section#block-searchbox{position:absolute;top:60px;right:30px;margin:auto;float:none !important;padding-top:0px !important;display:none;z-index:999;}.mobile-header .header-right span{background:url(/themes/custom/amerik_aventure/images/search-button.svg) no-repeat center;width:22px;height:22px;color:transparent;cursor:pointer;background-size:19px;}.path-frontpage section.global-trip-filter .filters{display:none;}.user-logged-in section.global-trip-filter .filters{top:297px;}section.global-trip-filter .filters{position:fixed;top:160px;padding:15px;height:100%;background:#424242;display:none;padding-bottom:265px;overflow-y:scroll;overflow-x:hidden;}section.global-trip-filter ul{margin:0px;}section.global-trip-filter ul li,section.global-trip-filter ul li select.vr_select,section.global-trip-filter .filters button.submit{width:100%;margin-bottom:10px;}.mobile-first-level-close,section.global-trip-filter .filters .mobile-search-close{color:#fff;font-size:15px;line-height:16px;letter-spacing:0.26px;font-weight:600;padding:7px 42px;margin:-15px -15px 12px -15px;border-bottom:4px solid #fff;background:#727272 url(/themes/custom/amerik_aventure/images/back-button.svg) no-repeat 20px;}.mobile-first-level-close{margin:0px;cursor:pointer;}section.global-trip-filter .filters .mobile-search-close{cursor:pointer;}.global-trip-filter-top-text{color:#fff;font-weight:700;margin-bottom:10px;}section.global-trip-filter .filters .mobile-search-block{color:#fff;padding:15px 15px 20px 15px;margin:15px -15px -15px -15px;border-top:3px solid #fff;background:#1C92C4;display:flex !important;justify-content:center;}section.global-trip-filter .filters .mobile-search-block label{margin-bottom:0px;}section.global-trip-filter .filters .mobile-search-block input{width:100%;border:0px;height:30px;margin-bottom:7px;color:#424242;font-size:15px;line-height:19px;padding:8px 12px 9px 12px;}section.global-trip-filter .filters .mobile-search-block input::placeholder{color:#424242;font-size:14px;font-weight:600;font-size:15px;line-height:19px;padding:8px 12px 9px 12px;font-weight:400;}section.global-trip-filter .filters .mobile-search-block button{width:100%;border:0px;height:35px;border-radius:7px;background:#dcf1f9;color:#1c92c4;font-weight:700;}section.global-trip-filter .filters button.submit{position:initial;color:#424242;text-transform:uppercase;background:#e5e5e5;border:1px solid #ffffff;margin-bottom:20px;}.header-right.col-sm-2{margin-left:auto;}.paragraph--type--slideshow{margin-left:-15px;margin-right:-15px;}.paragraph--type--slideshow .slick-prev{background:url(/themes/custom/amerik_aventure/images/slideshow-left.svg) no-repeat 10px;background-size:15px;left:0;}.paragraph--type--slideshow .slick-next{background:url(/themes/custom/amerik_aventure/images/slideshow-right.svg) no-repeat 10px;background-size:15px;right:5px;}.slider-home-content-box{bottom:10px;padding:0px 10px;}.slider-home-content .slider-home-image{width:100%;max-height:155px;}.slider-home-content-left{max-width:64%;float:left;}.slider-home-content-box .slider-home-text{font-size:14px;line-height:15px;}.slider-home-destination-link a{padding:2px 15px;font-size:13px;line-height:14px;letter-spacing:0.2px;border-radius:6px;text-transform:none;background:rgba(0,0,0,0.5);}.progressBarContainer{height:4px;background:#B85C00;}.paragraph--type--quadrants ul.quadrants{margin-top:0px;margin-bottom:0;padding:0 15px;}.paragraph--type--quadrants ul.quadrants li{float:none;padding:0;width:100%;margin-top:25px;margin-bottom:2px;overflow:hidden;}.paragraph--type--quadrants ul.quadrants li .quadrant-bloc-x6-image{margin-right:20px;}.paragraph--type--quadrants ul.quadrants li .quadrant-bloc-x6-image img{width:28px;height:30px;}.paragraph--type--quadrants ul.quadrants li .quadrant-bloc-x2-image-with-label .quadrant-bloc-x2-label{font-size:13px;line-height:13px;letter-spacing:0.2px;}.gir-quadrant-main-section{max-width:100%;margin:50px 0 0 0;}.gir-quadrant-main-section h2{font-size:21px;line-height:21px;letter-spacing:0.3px;margin-bottom:15px !important;}.gir-quadrant-main-section>div{display:initial;}.gir-quadrant{width:100%;margin-bottom:15px;border:1px solid #E0E0E0;}.view-temoignages .views-row{margin-right:0px;}.view-temoignages h2{margin-bottom:15px !important;}.paragraph--type--quadrants .paragraph--type--quadrant .quadrant-bloc-x5-image-with-label{width:50%;float:left;padding:0px 14px;border-right:0;margin:50px 0px 0px 0px;overflow:hidden;}.paragraph--type--quadrants .field--item:last-child .paragraph--type--quadrant .quadrant-bloc-x5-image-with-label{width:100%;}.paragraph--type--quadrants .field--item:last-child .paragraph--type--quadrant .quadrant-bloc-x5-image-with-label .quadrant-bloc-x6-image,.paragraph--type--quadrants .field--item:last-child .paragraph--type--quadrant .quadrant-bloc-x5-image-with-label .quadrant-bloc-x5-label{width:50%;margin:auto;}.paragraph--type--quadrant .quadrant-bloc-x5-image-with-label .quadrant-bloc-x6-image{display:inline-table;}.container-fluid.footer-cta .container{padding-left:0px;padding-right:0px;}.container-fluid.footer-cta .row{display:initial;}.container-fluid.footer-cta .col-sm-1{padding-left:0px;float:left;}.col-sm-7.left-section{float:right;width:77%;padding-left:0px;padding-right:0px;}.container-fluid.footer-cta .col-sm-7.left-section h2{font-size:19px;line-height:17px;}.container-fluid.footer-cta .col-sm-7.left-section p{font-size:13px;line-height:16px;}.col-sm-4.right-section{width:100%;float:left;margin-top:15px;padding:0px;}.col-sm-4.right-section a{width:100%;padding:13px 0px;font-size:12px;line-height:15px;letter-spacing:0.24px;}.footer-top-menu.container{padding:40px 0px 15px 0px;}.footer-top-menu.container .col-sm-3{min-height:auto;border-left:2px solid #757575;border-right:0px;padding-left:15px;}.footer-top-menu.container h2{font-size:19px;line-height:19px;}.footer-top-menu.container ul li a{font-size:14px;line-height:14px;letter-spacing:0.22px;}.footer-bottom-top{padding:15px 0px;background:#595959;margin-left:-17px;margin-right:-17px;}.footer-bottom-top ul li a{line-height:25px;border-right:0px;}.footer-bottom-main.container-fluid{padding-left:17px;padding-right:17px;}.footer-bottom{padding:0 0 40px 0;}.footer-bottom-right{padding:0px;}.footer-bottom-left p{font-size:10px;line-height:13px;}.footer-middle-mobile{background:none;margin-bottom:35px;}.footer-middle-mobile p{font-size:13px;line-height:15px;margin-bottom:15px;}.country-text-mobile{margin-top:25px;margin-bottom:35px;text-align:center;}.country-text-mobile p{text-align:center;font-size:13px;line-height:15px;}.country-text-mobile p:first-child{margin-bottom:30px;}.copyright.col-sm-6{text-align:center;font-size:10px;line-height:13px;letter-spacing:0.2px;}.copyright.col-sm-6 a{text-decoration:underline;}.modal-body h3,.modal-content{font-size:14px;line-height:16px;letter-spacing:0.2px;}.modal-header{padding:10px;}.modal-title{font-size:13px;}.modal-header .close{width:20px;height:20px;}.navbar-collapse .region.region-navigation-collapsible .contextual-region{position:initial;}.view-display-id-block_mobile ul.menu-level-0>li.menu-item--expanded .menu-level-2 li.go-back,.view-display-id-block_mobile ul.menu-level-0>li.menu-item--expanded .menu-level-1 li:nth-child(1){display:none;}body.lock-scroll header,body.burger-menu-close header,body.search-close header{position:fixed;top:0;left:0;right:0;z-index:999;}div#navbar.rich-menu .navbar-collapse{position:fixed;width:100%;max-height:inherit;height:100%;margin-left:0px;padding-left:0px;padding-right:0px;background:#ffffff;overflow-y:scroll;z-index:999;}div#navbar.rich-menu .navbar-collapse .region.region-navigation-collapsible{padding-bottom:215px;}ul.menu.menu-level-0,ul.menu.menu-level-1{padding:0px;color:#ffffff;list-style:none;transition:left .4s;height:100vh;}li.menu-item--expanded.open-expanded-menu>ul{padding-top:10px;}li.menu-item--expanded .close-expanded-menu{position:absolute;left:0;right:0;top:0;background:#424242;transition:left .2s;z-index:1;overflow-y:scroll;}.menu.menu-level-0>li.menu-item{padding:20px;font-weight:700;margin-bottom:4px;background:#424242;text-transform:uppercase;}.menu.menu-level-0>li.menu-item a{position:relative;color:#ffffff;display:block;}.menu.menu-level-0>li.menu-item:nth-child(6){background:#1C92C4 url(/themes/custom/amerik_aventure/images/lock.svg) no-repeat right;padding:8.5px 20px;background-position:94% 25px;}.menu.menu-level-0>li.menu-item>a.bg-blue{max-width:230px;}.menu.menu-level-0>li.menu-item:nth-child(4)>a:after,.menu.menu-level-0>li.menu-item:nth-child(5)>a:after,.menu.menu-level-0>li.menu-item.menu-item--expanded>a:after{background:url(/themes/custom/amerik_aventure/images/right-arrow.svg) no-repeat;content:"";width:13px;height:20px;background-size:12px;float:right;display:block;}.menu.menu-level-0>li.menu-item.mobile-price-display-menu,.menu.menu-level-0>li.menu-item:nth-child(7).menu-item--active-trail,.menu.menu-level-0>li.menu-item:last-child{padding:15px 20px 15px 45px;font-size:15px;line-height:16px;text-transform:inherit;}.mobile-price-display-menu a,.menu.menu-level-0>li.menu-item:nth-child(7).menu-item--active-trail a.is-active,.menu.menu-level-0>li.menu-item:last-child a{float:right;text-decoration:underline;}.menu.menu-level-0>li.menu-item:last-child a{cursor:pointer;}.menu.menu-level-0>li.menu-item.mobile-price-display-menu,.menu.menu-level-0>li.menu-item:nth-child(7).menu-item--active-trail{background:#727272 url(/themes/custom/amerik_aventure/images/favourite.svg) no-repeat 20px 17px;background-size:17px;}.menu.menu-level-0>li.menu-item:last-child{background:#727272 url(/themes/custom/amerik_aventure/images/tags.svg) no-repeat 20px 17px;background-size:17px;}li.go-back{font-size:15px;line-height:16px;letter-spacing:0.26px;padding:7px 42px;border-bottom:4px solid #fff;cursor:pointer;background:#727272 url(/themes/custom/amerik_aventure/images/back-button.svg) no-repeat 20px;}.menu.menu-level-1>li.menu-item{margin-top:15px;margin-bottom:20px;padding-left:25px;}.menu.menu-level-0>li.menu-item:nth-child(2) .menu.menu-level-1>li.menu-item{padding:6px 15px 6px 25px;border-bottom:4px solid #fff;margin:0;}.menu.menu-level-1>li.menu-item>a{font-size:15px;line-height:15px;display:block;}.menu.menu-level-1 .menu_link_content .field--name-field-subtitle{font-size:11px;line-height:14px;letter-spacing:0.22px;text-transform:initial;padding-top:3px;padding-left:40px;color:#d3d3d3;font-weight:400;}.menu.menu-level-1 li.menu-item img{float:left;margin-right:15px;margin-top:12px;width:27px;}ul.menu.menu-level-2{list-style:none;padding-left:20px;}ul.menu.menu-level-2 li.menu-item a{font-size:14px;line-height:18px;letter-spacing:0.28px;font-weight:400;text-transform:capitalize;display:block;}ul.menu.menu-level-1 li.menu-item.menu-item--expanded a{width:100%;}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#fff;}.navbar-default .navbar-toggle .icon-bar{background-color:#424242;}.navbar-default .navbar-toggle{margin-right:0px;border-color:#fff;}.navbar-toggle .icon-bar{width:25px;height:3px;}.search-close button.navbar-toggle,.burger-menu-close .mobile-header .header-right span{background:url(/themes/custom/amerik_aventure/images/close.png) no-repeat center !important;}.search-close button.navbar-toggle span{background-color:transparent !important;}.product-detail-top-box .title-box h1{font-size:21px;line-height:25px;letter-spacing:0.3px;}.product-detail-header-box .product-detail-header-right.col-sm-7,.product-detail-header-box .product-detail-header-left.col-sm-5,.product-detail-page .title-box.col-sm-11,.product-detail-page .container{padding:0px;}.product-detail-top-box.container{position:relative;}.product-detail-top-box .heart-icon{position:absolute;padding-right:0;right:0;bottom:10px;}.product-detail-header-left .carousel-indicators{bottom:-6px;}.product-detail-header-left .carousel-indicators li{background-color:#C4C4C4;border:1px solid #C4C4C4;width:8px;height:8px;margin:0;}.product-detail-header-left .carousel-indicators li{width:8px;height:8px;}.product-detail-header-left .carousel-indicators .active{background-color:#fff;border:1px solid #fff;}.product-detail-page .product-detail-header-right{border-left:0px;}.product-detail-page .product-detail-header-banner-bottom{color:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-left:1px solid #424242;padding:14px 10px 12px;background:#424242;}.product-detail-next-departure-data,.header-right-groups-box,.product-detail-code-type-duratiion,.product-detail-level-altutude{padding:0px 10px;}.product-detail-next-departure-data{padding:0;}.header-right-tabular a.use-ajax label{color:#fff;}.niveau-1,.altitude-1{background:url(/themes/custom/amerik_aventure/images/altitude-w-1.svg) no-repeat left;vertical-align:middle;}.niveau-2,.altitude-2{background:url(/themes/custom/amerik_aventure/images/altitude-w-2.svg) no-repeat left;vertical-align:middle;}.niveau-3,.altitude-3{background:url(/themes/custom/amerik_aventure/images/altitude-w-3.svg) no-repeat left;vertical-align:middle;}.niveau-4,.altitude-4{background:url(/themes/custom/amerik_aventure/images/altitude-w-4.svg) no-repeat left;vertical-align:middle;}.niveau-5,.altitude-5{background:url(/themes/custom/amerik_aventure/images/altitude-w-5.svg) no-repeat left;vertical-align:middle;}.header-right-tabular p{overflow:hidden;}.header-right-tabular label{min-width:57px;max-width:57px;float:left;}.header-right-tabular span.tabular-value{display:table;}.header-right-tabular a.use-ajax.main-space-niveau{padding-right:0;}span.space-colon{color:#ffffff;}label.niveau{max-width:41px;min-width:41px;}label.altitude{max-width:49px;min-width:49px;}.header-right-groups-box .field--name-field-sur-la-route-km{margin-left:0px;}.header-right-tabular span a{color:#ffffff;}.tabular-left.col-sm-6{padding:0;width:48%;float:left;border-right:1px solid #fff;}.tabular-right.col-sm-6{padding:0px;width:48%;float:right;}.header-right-groups-box{width:100%;overflow:hidden;padding:0px;}.header-right-groups-box .group label{width:31%;display:inline-block;}.header-right-groups-box .group{display:flex;padding-bottom:7px;}.header-right-groups-box span{width:69%;overflow:hidden;display:inline-block;}.header-right-groups-box .visit label{float:left;padding-right:15px;width:31%;}.header-right-links-box{margin-top:10px;padding-left:0px;padding-right:0px;}hr.header-right-links-top-hr{display:none;}.header-right-links-box .btn{min-height:52px;display:flex;align-items:center;justify-content:center;}.header-right-links-box a.orange-btn{float:left;width:49%;padding:9px 3px;background:#B85C00;white-space:break-spaces;}.header-right-links-box a.black-btn{width:49%;float:right;padding:9px 3px;background:#1C92C4;white-space:break-spaces;margin-top:0px;}.product-detail-page .tab-content{border:none;margin-top:0px;background:#f5f5f5;}.ui-tabs .ui-tabs-panel{padding:1em;}.tab-content-breadcrumb-box{padding:7px 1.25em;margin-bottom:15px;font-size:15px;line-height:16px;font-weight:400;letter-spacing:0.2px;}.tab-content-body-text .field--name-body p{font-size:16px;}.tab-content-breadcrumb-bottom-box .col-sm-5{display:none;}.tab-content-breadcrumb-bottom-box .col-sm-5.mobile{display:block;}a.btn.component{margin-left:0;}.gallery.tab-content-right-box{padding:0;}.trip-quadrant-main-bottom-left div{display:inline-block;padding-top:15px;}.product-detail-header-left .carousel-inner .item img{width:100%;height:auto;border-radius:5px 5px 0px 0px;}.product-detail-header-left .carousel-inner{position:relative;width:100%;overflow:hidden;}.product-detail-page .ui-tabs .ui-tabs-nav,.product-detail-page .ui-widget.ui-widget-content{background:#424242;border-radius:10px 10px 5px 5px;}.product-detail-page .ui-tabs .ui-tabs-nav li{border-radius:0;width:20%;text-align:center;margin:0px;background:transparent;margin-bottom:0;}.product-detail-page .ui-tabs .ui-tabs-nav li a{border:0px !important;border-bottom:0px !important;padding:10px 7px !important;background:transparent;font-size:11px;line-height:13px;font-weight:400;color:#fff;white-space:break-spaces;display:flex;align-items:center;justify-content:center;min-height:60px;}.product-detail-page .ui-tabs .ui-tabs-nav .ui-tabs-anchor:after{position:absolute;height:35px;right:0;top:12px;width:1px;background:#ffffff;content:"";}.product-detail-page .ui-tabs .ui-tabs-nav li:last-child .ui-tabs-anchor:after{display:none;}.product-detail-page .product-detail-header-box{padding:0 0px 10px 0px;margin:0 0 0px 0;}.product-detail-page .ui-tabs .ui-tabs-nav li.ui-tabs-active a:before{border-bottom:0px;background:url(/themes/custom/amerik_aventure/images/mobile-menu_active.png) no-repeat 50% 100%;width:16px;height:8px;position:absolute;top:59px;left:29px;content:"";}.tab-content-text-and-gallery-image .gallery-image{padding:0 0 0 0px;}.tab-content-text-and-btn .text.col-sm-7{padding-right:0px;}.tab-content-text-and-btn{margin-bottom:0px;}.tab-content-text-and-btn .btn.mobile.col-sm-5{padding-left:0;margin-top:10px;margin-bottom:10px;float:right;}.field--name-field-debut-fin,.tab-content-field-notes p,.field--name-field-notes-concernant,.tab-content-text-and-btn .text,.tab-content-text-and-btn .text .field--name-body p,.tab-content-text-and-btn .text .field--name-body ul li{font-size:15px;line-height:18px;letter-spacing:0.2px;}.tab-content-text-and-gallery-image.orange-border-heading-cta .gallery-image.col-sm-5 img{width:100%;height:auto;}.tab-content-details-text p,.tab-content-details-text ul li{font-size:15px;line-height:18px;letter-spacing:0.2px;text-align:inherit;}.extensions_de_voyage h3{font-size:16px;}.tab-content-gallery-blue-bg .extensions_de_voyage h3{color:#424242;}.product-detail-page .tab-content h3,.extensions_de_voyage h4{font-size:16px !important;line-height:15px !important;letter-spacing:0;font-weight:bold !important;}.tab-content-top-box h3{margin-top:auto;}.product-detail-page .tab-content h4{font-size:15px;line-height:18px;text-align:left;margin-top:15px;}.tab-content-top-left.col-sm-6{border-right:0;padding-right:0px;}.product-detail-page ul{margin-left:1em;}.tab-content hr{margin-top:15px;margin-bottom:15px;}.field--name-field-exclusions,.field--name-field-inclusions,.field-notes-value,.tab-content-field-body,.tab-content-field-body p,.tab-content-field-body a,.tab-left-content p,.tab-content-three-node-data{font-size:15px;line-height:18px;letter-spacing:0.2px;}.tab-content-top-right.col-sm-6,.tab-content-top-left.col-sm-6{border-right:0;padding:0px;min-height:auto;}.grey-btn-component{position:unset;}a.grey-btn.btn{margin-left:0;}.tab-left-content ul{margin-top:20px;}.tab-right-image{padding-right:0px;padding-left:0;}.tab-right-image{margin-top:25px;}.tab-content-text-and-gallery-image .tab-content-gallery-image,.tab-content-gallery-image.vertical .tab-content-gallery-blue-bg{margin-bottom:30px;}.trip-quadrant-main-middle.description-box{padding:8px 8px 8px 133px;}.trip-quadrant-main-top-right{width:62%;}.tab-content-pricing-data-black,.tab-content-pricing-data-thick-black{overflow-y:scroll;}iframe#tripline-map-iframe{min-height:250px;height:auto;}.view-voyages ul,.product-page-listing-component ul{margin:0px;}.product-page-listing-component-middle-section.col-sm-7{padding:0px;width:unset;}.listing-component-left-image a img{max-width:100%;height:auto;}.listing-component-middle-title a{font-size:18px;line-height:20px;display:block;letter-spacing:0.2px;}.listing-component-middle-hr-min-text.ng-binding{font-size:13px;line-height:14px;font-weight:700;padding:4px 0px 3px 0px;letter-spacing:0.2px;}.listing-component-middle-hr-min-text.ng-binding a::before{content:none;}.listing-component-middle-hr-breadcrumb-text.ng-binding{font-size:13px;line-height:14px;padding:4px 0px 3px 0px;}.listing-component-middle-hr-min-text span a{font-size:13px !important;line-height:13px;letter-spacing:0.2px;font-style:italic;font-weight:normal;color:#424242;display:inline-block;text-decoration:none;border-left:1px solid #757575;padding-right:4px;padding-left:4px;}.listing-component-middle-hr-min-text span a:first-child{border-left:0px;padding-left:0px;margin-top:5px;}.product-page-listing-component .product-page-listing-component-left-section{width:55%;float:left;margin-bottom:5px;}.product-page-listing-component .listing-component-middle-listingtext{width:45%;float:right;padding:0px 10px;margin:0px;text-align:left !important;}.listing-component-middle-listingtext div{margin-bottom:5px;}.product-page-listing-component .listing-component-left-overlay-text a{font-size:12px;padding:3px 5px 3px 20px;}.product-page-listing-component .listing-component-middle-listingtext strong{padding-right:0px !important;font-size:13px;display:block;}.product-page-listing-component.gir .product-page-listing-component-middle-section .reservation.ng-binding{width:100%;border-bottom-right-radius:0;border-top-right-radius:0;padding:5px 10px;font-size:13px;line-height:14px;margin-left:0;margin-top:10px;overflow:hidden;}.product-page-listing-component-right-section{display:none;}.product-detail-code-type-duration,.product-detail-level-altutude{padding-left:0px;padding-right:0px}.tab-content-pricing-data-blue,.tab-content-pricing-data-orange,.tab-content-pricing-data-green{padding:7px;overflow-y:scroll;}.text-with-two-gallery-image .col-sm-5{padding:0 0 0 0px;text-align:center;margin-top:20px;}.tab-content-gallery-image.horizontal .tab-content-gallery-blue-bg .trip-quadrant,.tab-content-gallery-image.horizontal .tab-content-gallery-black-bg .trip-quadrant{width:100%;margin-right:0px;margin-bottom:15px;}.tab-content-gallery-image.horizontal .tab-content-gallery-blue-bg .trip-quadrant:last-child,.tab-content-gallery-image.horizontal .tab-content-gallery-black-bg .trip-quadrant:last-child{margin-bottom:0;}.tab-content-pricing-data-thick-black-grid-text{padding:7px;}.tab-content-pricing-data-thick-black-grid-text strong{padding-left:5px;}.tab-content-text-and-gallery-image.orange-border-heading-cta{margin-bottom:0;overflow:inherit;}.tab-content-text-and-gallery-image .text.col-sm-7{overflow:hidden;}.listing-component-cta{position:relative;top:7px;right:0;bottom:11px;width:135px;}body.search-close #block-search-filterblock,body.burger-menu-close #navbar-collapse,.product-page-listing-component.gir .listing-component-cta .listing-component-big-bottom-cta-text,.product-page-listing-component.gir .listing-component-cta a,.product-page-listing-component.gg .listing-component-cta,.product-page-listing-component.ag .listing-component-cta,.product-page-listing-component.gg .listing-component-middle-bottom-text.ng-binding,.product-page-listing-component.ag .listing-component-middle-bottom-text.ng-binding{display:none;}.product-page-listing-component{border:1px solid #E0E0E0;}.product-page-listing-component.gir .product-page-listing-component-left-section,.product-page-listing-component.gg .product-page-listing-component-left-section,.product-page-listing-component.ag .product-page-listing-component-left-section{width:51%;}.product-page-listing-component.gir,.product-page-listing-component.gg,.product-page-listing-component.ag{margin-top:24px;min-height:282px;}.product-page-listing-component.gir .listing-component-middle-hr-breadcrumb-text,.product-page-listing-component.gg .listing-component-middle-hr-breadcrumb-text,.product-page-listing-component.ag .listing-component-middle-hr-breadcrumb-text{-webkit-line-clamp:2;margin-top:0;margin-bottom:25px;padding-bottom:0;color:#757575;}.product-page-listing-component.gir .product-page-listing-component-left-section,.product-page-listing-component.gg .product-page-listing-component-left-section,.product-page-listing-component.ag .product-page-listing-component-left-section{position:absolute;bottom:5px;}.page-node-type-angularjs-wrapper ul li:nth-child(17) .product-page-listing-component.gir .product-page-listing-component-left-section{bottom:95px;}.product-page-listing-component.gir .listing-component-left-image a img,.product-page-listing-component.gg .listing-component-left-image a img,.product-page-listing-component.ag .listing-component-left-image a img{max-width:185px;width:100%;border-radius:2px;}.product-page-listing-component.gir .listing-component-middle-hr-min-text.ng-binding,.product-page-listing-component.gg .listing-component-middle-hr-min-text.ng-binding,.product-page-listing-component.ag .listing-component-middle-hr-min-text.ng-binding{-webkit-line-clamp:2;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;}.product-page-listing-component.gir .listing-component-middle-listingtext,.product-page-listing-component.gg .listing-component-middle-listingtext,.product-page-listing-component.ag .listing-component-middle-listingtext{height:110px;overflow:hidden;}body.burger-menu-close section.global-trip-filter .filters,.mobile-search-close,.mobile-search-block,.global-trip-filter-top-text{display:block !important;}.block-verifiertarifsetdisponibilites-block .form-block .col-sm-4,.block-inscription-block .form-block .col-sm-4,.block-register-block .form-block .col-sm-4{border-left:0px !important;padding:0px 15px 15px 15px !important;}.form-block .col-sm-4 .help{}.form-block .form-item.dates-de-voyage-prevues---envisagees>div{width:59%;margin-right:0;margin-bottom:5px;}.col-sm-8 .form-items{padding-left:0 !important;}.pt-15{padding:15px 15px 5px 15px !important;}.form-block .form-item>label{width:100%;}.block-inscription-block .form-items select,.form-block .form-item>input{width:100% !important;}.voyage-sur-mesure fieldset{border:none !important;padding:15px !important;}.voyage-sur-mesure fieldset legend::after{content:none !important;}.col2 .form-item{width:100%;margin-right:0;}.voyage-sur-mesure .form-item.select-voyage select{width:100% !important;margin-bottom:5px;}.img_right{width:100%;margin-bottom:5px;}.intro_large{margin-left:0;}.select-voyage td{width:100%;display:block;}.col2 .form-item{width:100% !important;float:left;margin-right:0px !important;}.page-panel .col-left.col-sm-6{padding-right:0 !important;}.page-panel .col-right.col-sm-6{border-left:0px !important;padding-left:0 !important;padding-right:0px !important;margin-top:10px !important;}#colorbox,#cboxWrapper,#cboxContent,#cboxLoadedContent,#cboxLoadedContent img{height:100% !important;}#colorbox{top:125px !important;}#cboxWrapper{max-height:319px !important;}#cboxLoadedContent img{margin-top:0px !important;min-height:270px !important;max-height:270px !important;}.product-no-result .view-content{width:100%;}.product-no-result .title{font-size:30px;line-height:34px;text-transform:initial;margin:0px auto 0px;}.product-no-result .view-content ul li a{width:300px;margin:0 auto 13px auto;padding:10px 10px 10px 53px;font-size:13px;line-height:14px;float:unset;display:block;}.product-no-result .view-content ul li.no-result-multiuser a{margin-bottom:13px;}.all-our-trip-top-right .body-text{width:100%;font-size:16px;line-height:19px;padding-top:30px;margin-top:-5px;margin-left:5px;}.trip-list-top{margin-bottom:15px;}.page-node-type-angularjs-wrapper .container-ng ul.ng-scope li h3,#trip-list .header-top-section h3,.block-custom-form ul>li>h3{font-size:16px;line-height:16px;text-transform:lowercase;margin-bottom:20px;padding:10px 10px 10px 60px;margin-left:-15px;margin-right:-15px;margin-top:30px;color:#ffffff;background:#424242;display:block;}.page-node-type-angularjs-wrapper .container-ng ul.ng-scope li h3:before,#trip-list .header-top-section h3:before,.block-custom-form ul>li>h3:before{background-image:url(/themes/custom/amerik_aventure/css/images/users-white.svg) !important;background-size:100% !important;width:23px !important;height:23px !important;top:11px !important;left:20px !important;}.page-node-type-angularjs-wrapper .container-ng ul:nth-child(2).ng-scope li h3:before,#trip-list ul.AG .header-top-section h3:before,.block-custom-form li#ag-top-view>h3:before{background-image:url(/themes/custom/amerik_aventure/css/images/car.svg) !important;}.page-node-type-angularjs-wrapper .container-ng ul:last-child.ng-scope li h3:before,#trip-list ul.GG .header-top-section h3:before,.block-custom-form li#gg-top-view>h3:before{background-image:url(/themes/custom/amerik_aventure/css/images/user-check.svg) !important;}.page-node-type-angularjs-wrapper .container-ng ul.ng-scope li h3::after,#trip-list .header-top-section h3::after,.block-custom-form li#gir-top-view>h3:after,.block-custom-form li#gg-top-view>h3:after,.block-custom-form li#ag-top-view>h3:after{content:"";width:10px;height:10px;display:block;position:absolute;top:auto;bottom:-5px;right:65px;transform:rotate(45deg);background:#424242;}#trip-list .header-top-section h3{margin-left:0px;margin-right:0px;}#trip-list ul.GIR,#trip-list ul.GG,#trip-list ul.AG{margin-left:-15px;margin-right:-15px;}#trip-list ul.GIR ul,#trip-list ul.GG ul,#trip-list ul.AG ul{margin-left:15px;margin-right:15px;}#trip-list .header-top-section{margin-top:0px;}section.ng-scope .filters .bar,.link-cta-text-collapsed{display:none;}.page-node-type-trip-list h1.page-header,.page-node-type-angularjs-wrapper h1.page-header{font-size:21px;line-height:25px;}.page-node-type-page h1.page-header,.page-node-type-page h2{font-size:21px;line-height:25px;letter-spacing:0.3px;}.tab-content-pricing-data-thick-black-grid-text strong:first-child,.tab-content-pricing-data-thick-black-grid-text strong:nth-child(2){padding-left:0;}strong.break-mobile{display:block;}table.table.price-data.thick-black{width:820px;max-width:820px;}table.table.price-data.thick-black tr th:nth-child(2),table.table.price-data.thick-black tr th:nth-child(3),table.table.price-data.thick-black tr th:nth-child(4),table.table.price-data.thick-black tr td:nth-child(2),table.table.price-data.thick-black tr td:nth-child(3),table.table.price-data.thick-black tr td:nth-child(4){width:200px;max-width:200px;}table.table.price-data.black{width:700px;max-width:700px;}table.table.price-data.black tr th,table.table.price-data.black tr td{width:80px;max-width:80px;}.product-detail-level-altutude span.niveau.niveau-2,.product-detail-level-altutude span.niveau.niveau-3{margin-left:51px;}.product-detail-level-altutude span.altitude.altitude-2,.product-detail-level-altutude span.altitude.altitude-3{margin-left:43px;}ul.GIR-wrapper.GIR,ul.GG-wrapper.GG,ul.AG-wrapper.AG{overflow-y:scroll;}.paragraph--type--body .field--name-field-body p.header-content-top-data{margin:0!important;padding:0;border:none;}.paragraph--type--body .field--name-field-body p.header-content-top-data a{display:block;margin:10px 0px;}.paragraph--type--body .field--name-field-body p.header-content-top-data a:nth-child(3):before,.paragraph--type--body .field--name-field-body p.header-content-top-data a:nth-child(2):before,.paragraph--type--body .field--name-field-body p.header-content-top-data a:first-child:before{left:0;}.paragraph--type--body .field--name-field-body p.header-content-top-data a:first-child,.paragraph--type--body .field--name-field-body p.header-content-top-data a:nth-child(2),.paragraph--type--body .field--name-field-body p.header-content-top-data a:nth-child(3){padding-left:30px;}table.global-head,table.global-body-text{width:915px;}.block-custom-form ul>li:nth-child(2) h3,.block-custom-form ul>li:nth-child(3) h3{margin-top:25px;}.carousel-inner,.tab-content-gallery-image{pointer-events:none;}.header-right-groups-box .visit{display:flex;}.product-page-listing-component.gir .taille-des-groupes{display:none;}.product-page-listing-component.gir .listing-component-middle-listingtext{padding:0px;}.product-page-listing-component.gir .listing-component-middle-listingtext .prochains-départs{margin:20px 2px 25px 16px;}.product-page-listing-component.gir{position:relative;}.product-page-listing-component.gir .listing-component-cta{position:absolute;top:initial;bottom:4px;right:10px;width:auto;}.product-page-listing-component.gir .listing-component-big-cta{border:0;padding:0;background-color:#fafafa;text-align:left;}.product-page-listing-component.gir .listing-component-big-top-cta-text{font-size:13px;line-height:14px;font-weight:400;letter-spacing:0.2px;color:#424242;margin-bottom:0px;}.product-page-listing-component.gir .listing-component-big-middle-cta-text.ng-binding{font-style:normal;font-weight:bold;font-size:14px;line-height:17px;letter-spacing:0.2px;color:#424242;}.product-page-listing-component.gir .prochains-départs span.ng-binding{font-size:13px;line-height:13px;letter-spacing:0.2px;}.product-page-listing-component.gir .listing-component-middle-hr-breadcrumb-text{margin-bottom:7px;}.path-frontpage .paragraph--type--slideshow{display:none;}.page-node-type-sac-list table{table-layout:fixed;}.page-node-type-sac-list table.sejours{table-layout:fixed;width:100%;}.sejours-main-filter,.voitures-main-filter,.transferts-main-filter,.activites-main-filter{display:inline;}.activites-main-filter.sac-filter,.sejours-main-filter.sac-filter,.transferts-main-filter.sac-filter,.voitures-main-filter.sac-filter{width:1160px;display:flex;align-items:center;}.overflow-with-scroll{overflow-x:scroll;}.page-node-type-sac-list .container-ng .table>thead>tr>th{word-break:normal;width:105px;}.page-node-type-sac-list table.activites tr th:first-child{width:130px;}.page-node-type-sac-list .container-ng{}.page-node-type-sac-list h1.page-header{font-size:21px;line-height:25px;letter-spacing:0.3px;margin-bottom:0;}.node--type-sac-list .ng-scope a.selected::after{top:18px;display:none;}.without-gallery .form-comm-left .col-sm-6{padding-left:0px !important;padding-right:0px !important;}.without-gallery .form-comm-left .col-sm-6 p a,.without-gallery .form-comm-right .col-sm-6 p a{width:100% !important;}.form-comm-right .col-sm-6{padding:0px;}.without-gallery .form-comm-right h3.mt-top{margin-top:0px !important;}.without-gallery .form-comm-left .col-sm-6{margin-bottom:25px;}.without-gallery .form-comm-left .col-sm-6::after{content:none !important;}}@media only screen and (min-width:1141px) and (max-width:1170px){.view-id-rich_menu .dropdown-toggle .title{font-size:14.95px;}}@media only screen and (min-width:768px) and (max-width:1140px){section.global-trip-filter ul li{margin-right:1.4%;}}@media only screen and (min-width:1141px) and (max-width:1170px){section.global-trip-filter ul li{margin-right:8px;}}@media only screen and (min-width:1141px) and (max-width:1187px){.product-detail-page .ui-tabs .ui-tabs-nav li{width:19.49%;margin:0px 7px 0px 0px;margin-bottom:-1px !important;}}
.node-agency-profile-edit-form button.dropdown-toggle,.node-agency-profile-edit-form .form-type-vertical-tabs,body.path-user nav,body.page-node-type-agency-profile nav{display:none;}
[ng\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x- ng-cloak{display:none !important;}section.loading .processing{display:block;text-align:center;}section .processing{display:none;}.modal-body .form-group{margin-bottom:0;}.wrapper-bouton{text-align:right;padding-top:4px;clear:both;margin-bottom:25px;}.wrapper-bouton a{font-size:13px;margin-right:30px;}.new-account-link{text-align:left;}.wrapper-new{border-top:1px dashed #8d8d8d;border-bottom:1px dashed #8d8d8d;padding-top:12px;padding-bottom:12px;background-color:#f8f8f8;padding-left:10px;padding-right:10px;}.wrapper-bouton a,.wrapper-new a{text-decoration:underline;}.country-box a{font-size:14px;line-height:14px;letter-spacing:0.2px;font-weight:normal;color:#424242;display:inline-block;text-decoration:none;border-left:1px solid #757575;padding-right:4px;padding-left:4px;}.country-box a:first-child{border-left:0px;padding-left:0px;}.header-right-tabular label a.use-ajax{color:#424242;border-bottom:1px dashed;text-decoration:dashed;}.header-right-tabular a.use-ajax,.header-right-tabular a.use-ajax label{cursor:help;}table.table.price-data.blue h3,table.table.price-data.orange h3,table.table.price-data.green h3{text-transform:uppercase;}.tab-content-pricing-data-blue .use-ajax,.tab-content-pricing-data-green .use-ajax,.tab-content-pricing-data-orange .use-ajax{border-bottom:1px dotted;cursor:help;}.tab-content-pricing-data-blue .use-ajax{color:#1C92C4;}.tab-content-pricing-data-green .use-ajax{color:#3E8341;}.tab-content-pricing-data-orange .use-ajax{color:#B85C00;}.tab-content-pricing-data-blue .use-ajax:hover,.tab-content-pricing-data-green .use-ajax:hover,.tab-content-pricing-data-orange .use-ajax:hover{text-decoration:none;}@media print{a:link:after,a:visited:after{content:"";}}.pdf-wrapper .product-detail-page .product-detail-header-banner-bottom{background:#FFFFFF;}.pdf-wrapper .product-detail-page .product-detail-header-banner-bottom *{color:#424242;}.pdf-wrapper .header-right-tabular a.use-ajax label{color:#424242;}.pdf-wrapper .niveau-1,.pdf-wrapper .altitude-1{background:url(/themes/custom/amerik_aventure/pdf-images/altitude-b-1.png) no-repeat left;}.pdf-wrapper .niveau-2,.pdf-wrapper .altitude-2{background:url(/themes/custom/amerik_aventure/pdf-images/altitude-b-2.png) no-repeat left;}.pdf-wrapper .niveau-3,.pdf-wrapper .altitude-3{background:url(/themes/custom/amerik_aventure/pdf-images/altitude-b-3.png) no-repeat left;}.pdf-wrapper .niveau-4,.pdf-wrapper .altitude-4{background:url(/themes/custom/amerik_aventure/pdf-images/altitude-b-4.png) no-repeat left;}.pdf-wrapper .niveau-5,.pdf-wrapper .altitude-5{background:url(/themes/custom/amerik_aventure/pdf-images/altitude-b-5.png) no-repeat left;}.tab-content-pdf>div{page-break-after:always;}.GIR-wrapper li>div,.GG-wrapper li>div,.AG-wrapper li>div{width:12%;display:inline-block;vertical-align:top;}.gir .listing-component-middle-hr-breadcrumb-text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;}.gg .listing-component-middle-hr-breadcrumb-text,.ag .listing-component-middle-hr-breadcrumb-text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;}.gir-quadrant .region-ellipsis,.trip-quadrant .region-ellipsis{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;}.filters .bar,.filters .bar h2{cursor:pointer;}section.ng-scope .filters .product-search li .vr_radios label{color:#424242;letter-spacing:0.36px;text-transform:none;font-size:15px;line-height:15px;text-indent:10px;font-weight:400;}.product-page-listing-component-middle-section .reservation{background:#F44336;width:407px;border-bottom-right-radius:5px;border-top-right-radius:5px;color:#fff;padding:5px 10px 5px 35px;font-size:15px;line-height:19px;margin-left:-35px;}.promo .listing-component-big-cta{border:1px dashed;color:#b85c00;padding:2px;}.promo .listing-component-cta a{background:#b85c00;width:130px;display:block;}.promo .listing-component-cta{bottom:11px;}section.ng-scope .filters .product-search-right ul.vr_checkboxes{margin-bottom:0px;}element.style{padding-bottom:0;}section.ng-scope .filters .product-search{position:relative;padding:19px 23px 24px;margin:0;display:none;overflow:hidden;border:1px solid #7f7f7f;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:0px;}section.ng-scope .filters .ul-and-button-close{padding-bottom:0;border-bottom:none;}.cta-button.modifier{display:inline-block;}.link-cta-text-collapsed a.cta-button.modifier{margin-left:0px;color:#424242;border:1px solid #424242;background-color:#FFFFFF;}.flex-space-between{display:flex;justify-content:space-between;}.parleragent-wrapper .flex-space-between strong{width:28%;}.block-parleragent-block,.block-parleragent-block-right{padding-top:10px;}.parleragent-wrapper{margin-inline:10px;width:45%;float:left;}.parleragent-wrapper.right{margin:0;}.parleragent-wrapper.left{border-right:1px solid #ddd;margin-left:45px;}.parleragent-wrapper.left .block-parleragent-block{margin-right:25px;}.block-parleragent-block-right{margin-left:20px;}.parleragent-wrapper.left .Reach-you{background-color:#f1f1f1;border-radius:6px;padding:20px;margin-top:50px;font-size:14px}.block-parleragent-block-right .write-us{border-top:1px solid #ddd;margin-top:30px;padding-top:10px;}.parleragent-wrapper.left .Reach-you p{display:flex;justify-content:space-between;}.parleragent-wrapper.left .Reach-you table tbody tr td p{padding-left:0;display:inline-block;justify-content:space-between;}.parleragent-wrapper .buttons-down{display:flex;margin-top:20px;justify-content:space-between;align-items:center;}.parleragent-wrapper.left .Reach-you p.select-deselect{flex-direction:column;row-gap:5px;align-items:flex-start;margin:10px 0px 10px 0px;}.parleragent-wrapper.left .Reach-you p.send-report{display:block;text-align:left;margin-top:10px;}.parleragent-wrapper.left .Reach-you p.send-report button{float:none;width:304px;}.parleragent-wrapper table.hours{width:100%;}.parleragent-wrapper table.hours tr td{vertical-align:baseline;padding-bottom:5px;}.parleragent-wrapper table.hours tr td input{margin-right:5px;}.parleragent-wrapper h3{margin-bottom:20px;}.select-deselect button{border:none;background-color:transparent;text-decoration:underline;}.faq-footer-content-wrap{margin-top:30px;padding:15px;}.faq-footer-content-wrap .view-footer{margin-bottom:15px;}.faq-footer-content-wrap .view-content{display:flex;flex-direction:column;}.faq-footer-content-wrap .view-content .item-list .bar{display:flex;column-gap:10px;margin-left:25px;width:15%;}.faq-footer-content-wrap .view-content .item-list .question-wrapper{display:flex;}.faq-footer-content-wrap .view-content .item-list .bar .field-content{margin-bottom:15px;}.faq-footer-content-wrap .view-content .item-list{border-top:1px solid;padding:15px 0px;}.faq-footer-content-wrap .view-content .item-list>ul{margin:20px 0px 10px 60px;list-style:none;padding:20px 40px 20px 20px;border:solid #ccc 1px;border-radius:6px;}.faq-footer-content-wrap .view-content .item-list div.views-field.views-field-body>div.field-content>ul{list-style:circle;margin-bottom:20px;}.faq-footer-content-wrap .view-content .item-list ul .views-field{display:flex;justify-content:space-between;margin-bottom:10px;}.view-faqs .top div.view-filters.full-width,.view-temoignages .top div.view-filters.full-width{width:100%;float:none;padding:15px;}.view-temoignages .top div.view-filters.full-width{padding:15px 0px;}.view-temoignages .top div.view-filters.full-width .form-checkboxes{margin-bottom:30px;}.view-faqs .top div.view-filters.full-width .bef-exposed-form .form--inline .form-item{width:100%;}.view-temoignages .top div.view-filters.full-width .bef-exposed-form .form--inline>.form-item{float:none;}.view-faqs .top div.view-filters.full-width legend,.view-temoignages .top div.view-filters.full-width legend{border:none;margin-bottom:10px;}.view-faqs .view-filters .form-actions{margin-top:15px;}.view-faqs .top div.view-filters.full-width .fieldgroup{margin-top:15px;}.faq-footer-content-wrap .field-content{width:88%}.faq-footer-content-wrap .view-content .item-list:first-child{border-top:1px solid;}.faq-footer-content-wrap .view-content .item-list .views-label{font-weight:bold;}.faq-footer-content-wrap .view-content .item-list .bar .views-label{margin-right:50px;}.view-faqs .view-filters .form--inline.form-inline.clearfix{background:#EDEDED;;padding:15px;width:100%;border:1px solid;border-radius:5px;padding-inline:40px}.view-faqs .view-filters .form--inline input.form-text{width:100%;border:1px solid;margin:15px 0;}.view-faqs .view-filters .form--inline span.fieldset-legend{font-size:15px;font-weight:bold;}.view-faqs .view-filters .form--inline .form-checkboxes.bef-select-all-none{display:grid;grid-template-columns:1fr 1fr 1fr;margin-bottom:15px;align-items:baseline;}.view-faqs .view-filters .bef-toggle{margin:10px 0;}.view-faqs .view-filters .form-actions{width:100%;display:flex;justify-content:flex-end;}.view-faqs .view-filters label.control-label.option{vertical-align:unset;display:flex;column-gap:5px;}.view-faqs .top div.view-header,.view-faqs .top div.view-filters,.view-temoignages .top div.view-header,.view-temoignages .top div.view-filters{float:left;width:49.5%;}.view-faqs .form-inline .checkbox input[type="checkbox"]{margin-top:3px;}.view-faqs .top div.view-header{padding-right:40px;margin-bottom:25px;}.view-faqs button.form-submit,.view-temoignages button.form-submit,.view-faqs button.form-submit:hover,.view-temoignages button.form-submit:hover,.view-faqs button.form-submit:focus,.view-temoignages button.form-submit:focus{background:#B85C00;border-radius:8px;color:#fff;font-weight:700;padding:9px 45px;border:0px;float:left;}.view-temoignages .view-filters .form--inline.form-inline.clearfix{background:#EDEDED;;padding:15px;width:100%;border:1px solid;border-radius:5px;padding-inline:40px;margin-bottom:20px;}.view-temoignages .view-filters .form--inline input.form-text{width:100%;border:1px solid;margin:15px 0;}.view-temoignages .view-filters .form--inline span.fieldset-legend{font-size:15px;font-weight:bold;}.view-temoignages .view-filters .form--inline .form-checkboxes.bef-select-all-none{display:grid;grid-template-columns:1fr 1fr 1fr;margin-bottom:15px;align-items:baseline;}.view-temoignages.view-filters .bef-toggle{margin:10px 0;}.view-temoignages .view-filters .form-actions{width:100%;display:flex;justify-content:flex-end;}.view-temoignages .view-filters label.control-label.option{vertical-align:unset;display:flex;column-gap:5px;}.view-temoignages .form-inline .checkbox input[type="checkbox"]{margin-top:3px;}.view-temoignages .top div.view-header{padding-right:40px;margin-bottom:25px;}.nid-290 .view-temoignages .views-row .views-field.views-field-title{float:left;padding-left:15px;background:url(/themes/custom/amerik_aventure/images/arrow-right.png);background-repeat:no-repeat;background-size:30px;padding:10px;}.nid-290 .view-temoignages .views-row .views-field.views-field-title .field-content{margin-left:70px;}.nid-290 .views-field.views-field-field-references-produits{background:url(/themes/custom/amerik_aventure/images/arrow-left.png);background-repeat:no-repeat;padding:3px;background-position:100%;background-size:30px;padding:3px 10px 10px 10px;}.nid-290 .view-temoignages .views-row{margin-right:0px;}.nid-290 .view-temoignages .views-field.views-field-title{font-size:20px;}.nid-290 .view-temoignages .views-field.views-field-field-appreciation-globale{float:right;margin:0;}.nid-290 .view-temoignages .views-row .views-field.views-field-body{margin-top:40px;margin-left:25px;}.nid-290 .view-temoignages .views-field.views-field-nothing{font-weight:normal;color:#424242;margin-left:26px;}.nid-290 .views-field.views-field-field-references-produits,.nid-290 .views-field.views-field-field-references-produits .field-content a{color:#424242;font-size:13px;}.nid-290 .views-field.views-field-field-references-produits .field-content a{text-decoration:underline;}.nid-290 .views-field.views-field-field-references-produits{margin-left:15px;}.nid-290 .view-header,.nid-290 .view-footer{font-weight:bold;}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{background-color:#b85c00;border:none;}.pagination>li>a,.pagination>li>span{color:#6c6c6c;}.view-temoignages.view-display-id-liste .views-field-field-prenom-client{float:left;margin-right:5px;margin-top:15px;font-weight:bold;margin-left:25px;text-transform:capitalize;}.view-temoignages.view-display-id-liste .views-field.views-field-field-nom-client{margin-bottom:10px;margin-right:1px;margin-top:15px;font-weight:bold;float:left;text-transform:uppercase;}.view-temoignages.view-display-id-liste .views-field.views-field-field-nationalite-client{margin-bottom:10px;margin-right:6px;margin-top:15px;font-weight:bold;margin-left:26px;}.nid-290 .view-temoignages .view-content{margin-top:25px;}.nid-290 .view-temoignages .views-row .views-field.views-field-body>div>p{font-style:italic;text-align:left;line-height:20px;}.node--type-activites .page-panel-table .custom-block-bottom-text .label-span span ul{padding-left:15px;}.custom-block-bottom-text .label-span{display:flex;margin-bottom:15px;column-gap:15px;}.custom-block-bottom-text .label-span label{width:20%;}.custom-block-bottom-text .label-span span{width:80%}.album-btn-under-slide{background:#424242 url(/themes/custom/amerik_aventure/images/camera.png) no-repeat 7px;background-size:17px;margin-top:10px;max-width:150px;font-size:12px;line-height:14px;letter-spacing:0.2px;font-weight:700;color:#ffffff;padding:8px 7px 8px 30px;margin-bottom:10px;border-radius:6px;display:block;text-align:left;}.album-btn-under-slide:hover{color:#ffffff;}.form-block .form-title{font-size:17px;margin-bottom:15px;}.form-block .col-sm-8{padding:15px}.form-voyageurs .voyageur-1,.form-voyageurs .voyageur-2{border-radius:5px;}.form-voyageurs .form-block .form-item{display:flex;}.form-voyageurs .col-top-block-wrapper .col-top .col1 .form-block.clearfix{margin-top:0px;border:none;}.form-voyageurs .col-top-block-wrapper .col-top .col1{margin-top:4px;}.block-inscription-block .form-items input{margin-bottom:10px;}.form-voyageurs .col-top-block-wrapper .col-top .col1 .form-items .form-item{margin-top:0px;margin-bottom:10px;}.form-voyageurs .col-bot .form-items.right .form-item.last.flex-row{justify-content:space-between;}.form-voyageurs .col-bot .form-items.right .form-item.last.flex-row .control-label.option{width:30%;}.form-voyageurs .col-top-block-wrapper .col-top .col2 .form-items.right .form-item{margin-top:0px;margin-bottom:0px;}.form-voyageurs .col-top-block-wrapper .col-top .col2 .form-items .form-item textarea{height:150px;resize:none;}textarea{resize:none;height:60px;}.form-voyageurs .form-block .form-item span.date-de-naissance-wrapper{width:100%;}.form-voyageurs .col-top{display:flex;justify-content:space-between;}.block-inscription-block .form-voyageurs .col1{width:50%}.block-inscription-block .form-voyageurs .form-block .form-item input,.block-inscription-block .form-voyageurs .form-block .form-item select{width:100%}.block-inscription-block .form-voyageurs .col1 .form-items select.date-de-naissance-jj,.block-inscription-block .form-voyageurs .col1 .form-items select.date-de-naissance-mm,.block-inscription-block .form-voyageurs .form-block .form-item .date-de-naissance-wrapper input.date-de-naissance-yyyy{width:32%}.block-inscription-block .col2 .form-item{width:100%;}h3.form-title-coloured{background:#6c6c6c;padding:10px;border-radius:5px 5px 0px 0px;margin:0px;color:white;margin-bottom:10px;}.col-top-block-wrapper{padding:10px;}.go-back-submit-wrapper{display:flex;justify-content:flex-end;column-gap:15px;margin-top:15px;}.form-block .go-back-submit-wrapper button.submit{margin:0px;background:#B85C00 url(/themes/custom/amerik_aventure/images/right-arrow.png) no-repeat 92%;}.form-block .go-back-submit-wrapper button.go-back{float:right;text-transform:uppercase;background:#6c6c6c url(/themes/custom/amerik_aventure/images/left-arrow.png) no-repeat 5px;border-radius:6px;color:#fff;border:0px;padding:8px 10px 8px 33px;font-size:13px;line-height:14px;letter-spacing:0.2px;font-weight:bold;}.ds-1col .page-panel{margin:0px;border:0px;padding:0 15px 15px 15px;}.page-node-type-activites .page-panel h4,.page-node-type-sejours .page-panel h4{margin-top:20px;}.page-panel .col-right ul>li{list-style-type:disc;margin-left:20px;}.page-panel .col-right span,.page-panel .col-right label{line-height:20px;}.page-panel .col-right label{min-width:160px;float:left;}.form-block .help{font-size:14px;font-style:italic;color:#6c6c6c;padding:0px;}.form-block .help ul{padding-left:15px;list-style:disc;}.step2 .form-block .form-voyageurs{width:66%;}.step3.custom-validation div.contact-anonymous.form-block.clearfix.left-help .form-items.right.main-contact div.form-item{margin-top :5px;}.step3.custom-validation div.contact-anonymous.form-block.clearfix.left-help div.form-title{padding :15px 15px 0 15px;}.step3.custom-validation div.form-items.right.main-contact{padding :0 15px 15px 40px;}.form-block .form-voyageurs{padding:15px;}.form-block .form-voyageurs .voyageur-info{display:flex;flex-direction:column;}.form-block .form-voyageurs .voyageur-info .editable{border-radius:5px;border-radius:5px;border:1px solid gray;margin-bottom:15px;}.form-block .form-items.sum{padding:15px;}.form-block .form-item label.error{position:relative;}.input-with-error{width:100%;}.form-block .date-de-naissance-wrapper .error{padding:0px;}.form-block .form-item>input{width:70%}.block-inscription-block .col2 .left .form-title{font-size:14px;}.form-block.clearfix.left-help .form-items,.form-block.clearfix.left-help .form-title{padding:15px;}.form-block.clearfix.left-help input[type=text],.form-block.clearfix.left-help select,.form-block.clearfix.left-help textarea{width:70%;}.step3.custom-validation .form-block.clearfix.left-help input[type=text],.step3.custom-validation .form-block.clearfix.left-help select,.step3.custom-validation .form-block.clearfix.left-help textarea{width:100%;}.form-block .form-items.sum .recap-text-wrapper{display:flex;flex-direction:column;background:#6c6c6c;border-radius:10px;padding:10px;}.form-block .form-items.sum h3{text-align:center;margin:0px;color:white;border-bottom:1px solid white;padding-bottom:5px;}.form-block .form-items.sum .form-item{display:flex;color:white;}.form-block .form-items.sum .form-item label.option{width:22%}.flex-row{display:flex;align-items:center;}.flex-column{display:flex;flex-direction:column;}label.control-label.option{font-size:16px;}label.control-label.option.title,.form-block .form-title.title{font-size :15px !important;}.voyage-sur-mesure .form-block .form-items.mg-sm{padding-bottom:5px;}button.submit.align-end{align-self:flex-end;}input.form-text.numberonly{align-self:flex-start;}.col2 .form-item.full-width,.col2 .form-item.full-width input{width:100%}.form-block .form-item.dates-de-voyage-prevues---envisagees .mobile-flex{display:flex;justify-content:space-between;width:59.5%;row-gap:5px;}.form-item.dates-de-voyage-prevues---envisagees input{text-transform:uppercase;}.mobile-flex div{width:49%;}label.control-label.option.mgr{margin:0px 0px 0px 20px;}.voyage-sur-mesure .form-item-wrapper{display:flex;}.voyage-sur-mesure .form-item.flex-row label{width:50%}.voyage-sur-mesure fieldset .form-block .form-item-wrapper .form-item>input[type=text]{width:100%}.block-voyagesurmesure-block .form-block .form-item{margin-top:initial;}.block-voyagesurmesure-block label.control-label.option{margin-bottom:10px;}.voyage-sur-mesure .form-block .form-items.checkboxes .form-item.flex-row{display:flex;}.voyage-sur-mesure .form-block .form-items.checkboxes .form-item.flex-row .control-label.autre{width:20%;}.voyage-sur-mesure .form-block .form-items.checkboxes .form-item-wrapper .form-item.flex-row{display:flex;width:63%;margin-right:0px;}.voyage-sur-mesure .form-items ul.col3{display:grid;grid-template-columns:1fr 1fr 1fr;}.voyage-sur-mesure .form-item.quarter{width:35%}.voyage-sur-mesure .form-item.large{width:70%;margin-right:0px;}.form-block .form-item.precisions>label.option{width:10%;}.voyage-sur-mesure .form-item.flex-row .semi-half{width:20%;margin-right:10px;}.questions-et-commentaires .col-sm-8.bn{border:none;}.questions-et-commentaires .form-block.clearfix,.block-inscription-block .form-block.clearfix{display:flex;}.view-filters.form-group.full-width .form-checkboxes .form-checkboxes{display:grid;grid-template-columns:1fr 1fr 1fr;margin-bottom:15px;}.qec-last-contact .go-back-submit-wrapper{margin-bottom:10px;}p.title{font-size :15px !important;margin-bottom :0 !important;}.contact-anonymous.form-block.clearfix.left-help .flex-column,.contact-agent.form-block.clearfix.left-help .flex-row{width:66%;}.contact-anonymous.form-block.clearfix.left-help .flex-column .form-items{width:100%;}.form-item.le-budget.flex-row input.form-text.numberonly.align-start{margin-bottom:0px;}.col-right.col-sm-7.label-value-region ul li:first-child h2.group.ng-binding{margin-top:0px;}.gallery-image.col-sm-5{display:none;}.region-text-wrapper{margin-top:20px}.col-right.col-sm-7.label-value-region h2.group.ng-binding{margin-top:40px;}.ui-tabs.ui-corner-all.ui-widget.ui-widget-content .tab-content .ui-tabs-panel{padding:0px;}.tab-content{padding:1em 1.4em}.node--type-fiche-zone .page-panel .col-left img.img-responsive{width:440px;height:332px;border-radius:5px;object-fit:contain;}#backtotop{background:url(/themes/custom/amerik_aventure/images/chevron-up-white.png)#424242;background-position:center;background-size:80%;background-repeat:no-repeat;border-radius:5px;width:50px;height:70px;border:0;bottom:20px;cursor:pointer;display:none;position:fixed;right:20px;text-indent:-9999px;border:white 3px solid;}#backtotop:hover{opacity:0.8;outline:2px solid #ffffff;}#backtotop{opacity:0.6;outline:none;}@media only screen and (min-width:0px) and (max-width:767px){.cta-button.modifier{margin-right:10px;}.col-right.col-sm-7.label-value-region .ng-scope ul{padding:0px}.contact-anonymous.form-block.clearfix.left-help .flex-column,.contact-anonymous.form-block.clearfix.left-help .flex-column .form-items,.contact-agent.form-block.clearfix.left-help .flex-row{width:100%;}.form-voyageurs .col-bot .form-items.right .form-item.last.flex-row .control-label.option{width:100%;}.view-filters.form-group.full-width .form-checkboxes .form-checkboxes{align-items:baseline;}.nid-290 .views-field.views-field-field-references-produits{padding:3px 0px;}.questions-et-commentaires .form-block.clearfix,.block-inscription-block .form-block.clearfix{flex-direction:column;}.voyage-sur-mesure .form-item.flex-row .semi-half{width:30%;padding-right:5px;}.voyage-sur-mesure .form-item table.hebergements .control-label.option{margin-right:0px;margin-left:0px;}.voyage-sur-mesure .form-item.quarter,.voyage-sur-mesure .form-item.large{width:100%;}table.hebergements tbody{display:grid;grid-template-columns:1fr 1fr;}table.hebergements tbody tr{display:grid;}.voyage-sur-mesure .form-items ul.col3{display:grid;grid-template-columns:1fr 1fr;}.voyage-sur-mesure .form-item.flex-row label{width:100%}.voyage-sur-mesure .form-block .form-items.checkboxes .form-item-wrapper .form-item.flex-row{flex-direction:row;width:100%}.voyage-sur-mesure .form-block .form-items.checkboxes .form-item.flex-row .control-label.autre,.form-block .form-item.precisions>label.option{width:35%;}.flex-row{flex-direction:column;align-items:flex-start;}.voyage-sur-mesure ul.col3{columns:1;-webkit-columns:1;-moz-columns:1;}.form-item-wrapper{flex-direction:column;}.ds-1col .custom-block-bottom-text h3,.ds-1col small.footer-product{text-align:left;}.mobile-flex div{width:100%;}.flex-space-between{flex-direction:column;}.parleragent-wrapper.left .Reach-you p.select-deselect{align-items:center;}.parleragent-wrapper .flex-space-between strong{width:100%;}.parleragent-wrapper{float:none;width:100%;}.parleragent-wrapper.left{border-right:none;margin-left:0px;}.parleragent-wrapper.left .block-parleragent-block{margin-right:0px;margin-bottom:25px;}.parleragent-wrapper.left .Reach-you p{flex-direction:column;}.block-parleragent-block-right{margin-left:0px;}.parleragent-wrapper.left .Reach-you{margin-top:25px;}.parleragent-wrapper .buttons-down{flex-direction:column;}.parleragent-wrapper table.hours tr td{display:flex;align-items:center;}.parleragent-wrapper table.hours tr{display:flex;}.ds-1col .page-panel{margin:0px;border:0px;padding:0;}.ds-1col .page-panel .col-left,.ds-1col .page-panel .col-right{padding:0px;border-left:none;}.ds-1col .page-panel .label-value-region .label-span-holder{}div.col-left.col-sm-4>img{margin-bottom:10px;}.ds-1col .page-panel .label-value-region .label-span-holder.noWrap{flex-direction:row;}.page-panel .col-right.label-value-region label{min-width:120px;float:left;}.ds-1col .page-panel .label-value-region{display:flex;flex-direction:column;row-gap:8px;margin-top:15px;}.ds-1col .page-panel .label-value-region label{margin-bottom:2px;}.ds-1col .page-panel .label-value-region h3{margin:0px;margin-bottom:10px;}.ds-1col .page-panel .label-value-region hr{width:100%;}.page-panel-table .table{width:1190px;max-width:1190px;}.page-panel-table{overflow-x:scroll;}.faq-footer-content-wrap .field-content{width:100%}.faq-footer-content-wrap .view-content .item-list .question-wrapper{flex-direction:column;}.faq-footer-content-wrap .view-content .item-list .bar{margin-left:0px;width:100%;}.faq-footer-content-wrap .view-content .item-list ul .views-field{flex-direction:column;margin-bottom:15px;}.faq-footer-content-wrap .question-wrapper .field-content{padding-left:30px;}.faq-footer-content-wrap .view-content .item-list>ul{margin-left:8px;}.view-faqs .view-filters .form--inline.form-inline.clearfix{padding-inline:10px;}.view-faqs .top div.view-filters.full-width,.view-temoignages .top div.view-filters.full-width{padding:0px;}.view-faqs .view-filters .form-actions{justify-content:flex-start;}.view-faqs .top div.view-filters,.view-faqs .top div.view-header,.view-temoignages .top div.view-header,.view-temoignages .top div.view-filters{float:left;width:100%;}.view-faqs .top div.view-header{padding-right:0px;}.view-temoignages .view-filters .form--inline.form-inline.clearfix{padding-inline:10px}.view-temoignages .view-filters .form-actions{justify-content:flex-start;}.view-temoignages .top div.view-header{padding-right:0px;}.nid-290 .view-temoignages .views-row .views-field.views-field-title{float:none;padding-left:15px;}.nid-290 .view-temoignages .views-field.views-field-field-appreciation-globale{float:none;margin:0;}.nid-290 .view-temoignages .views-row .views-field.views-field-body{margin-top:20px;margin-left:0px;}.nid-290 .view-temoignages .views-row{margin-right:0px;}.nid-290 .view-temoignages .views-row .views-field.views-field-title .field-content{margin-left:15px;line-height:22px;}.view-temoignages.view-display-id-liste .views-field-field-prenom-client,.nid-290 .view-temoignages .views-field.views-field-nothing,.nid-290 .views-field.views-field-field-references-produits{margin-left:0px}.nid-290 .view-temoignages .views-row .views-field.views-field-body>div>p{font-style:italic;text-align:left;}.node--type-activites .page-panel-table .custom-block-bottom-text .label-span span ul{padding-left:0px;}.custom-block-bottom-text .label-span label{width:100%;}.custom-block-bottom-text .label-span span{width:100%;}.custom-block-bottom-text .label-span{flex-direction:column;}.form-voyageurs .form-block .form-item{flex-direction:column;}.form-voyageurs .col-top{flex-direction:column;}.step2 .form-block .form-voyageurs,.block-inscription-block .form-voyageurs .col1,.block-inscription-block .form-voyageurs .form-block .form-item .date-de-naissance-wrapper input.date-de-naissance-yyyy,.block-inscription-block .col1,.block-inscription-block .col2,.col-bot .form-item.last,.form-block>.help.border-true,.form-block .form-items.sum .form-item label.option,.form-block .form-items{width:100%;padding:0px;}.form-items.last-contact{width:90%;}.form-block.clearfix.left-help input[type=text],.form-block.clearfix.left-help select,.form-block.clearfix.left-help textarea{width:100%;}.form-block.clearfix.left-help input[type=radio]{width:auto;}.form-block .help,.form-block .help.border-true{padding:0px;border:none;margin-top:15px}.form-block .form-items.sum .form-item{flex-direction:column;}.col-bot .form-item{float:none;}.form-block .form-items.sum{width:100%;padding:0px;}.form-block.clearfix.left-help .form-items,.form-block.clearfix.left-help .form-title,.block-inscription-block .form-block .col-sm-8,.block-inscription-block .form-block .col-sm-8.pt-15{padding:15px 0px !important;}.block-verifiertarifsetdisponibilites-block .form-block .col-sm-8,.block-verifiertarifsetdisponibilites-block .form-block .col-sm-4{padding:15px 0px !important;}.verifier-tarifs-et-disponibilites .form-block .form-item>label.minWidth{width:40%}.mobile-flex{flex-direction:column;}}body.display-filters .cta-button.modifier{display:none;}.link-text.notes{display:none;}body.display-filters .link-text.notes{display:inline-block;}body.path-user .field--name-field-email{padding-top:10px;}.agent-left{padding-right:8px;}.agent-right{padding-left:8px;}.agent-left,.agent-right{width:50%;float:left;}@media only screen and (min-width:0px) and (max-width:767px){.agent-left,.agent-right{width:100%;float:none;}.agent-left{padding:0 0 8px 0;}.agent-right{padding:8px 0 0 0;}}.page-node-1065 .page-header{}.page-node-1065 .view-filters form{max-width:558px;margin-left:auto;margin-right:0;}.page-node-1065 .view-filters{text-align:right;}.page-node-1065 .view-filters button{border:1px solid #1c92c4;background-color:#1c92c4;padding:7px 9px;color:#fff;font-weight:700;line-height:19px;text-align:center;border-radius:5px;background:#1c92c4;}.page-node-1065 .view-filters button:hover{background-color:#fff;color:#1c92c4;}.view-id-articles_d_interet .view-content{padding-top:12px;}.view-id-articles_d_interet .view-content td{width:14%;}.view-id-articles_d_interet .view-content td:first-of-type{width:72%;}option.grand-region{padding-top:4px;text-indent:5px;}option.cntry{padding-left:12px;text-indent:50px}.page-panel{border-style:solid;border-width:thin;border-color:#d9d9d9;border-radius:6px;margin:20px;padding:20px;overflow:hidden;}.carousel-control.left,.carousel-control.right{background-image:none;}.page-panel .col-left.col-sm-6{padding-left:0px;padding-right:30px;}.page-panel .col-right.col-sm-6{padding-left:30px !important;padding-top:0 !important;}@media only screen and (min-width:0px) and (max-width:767px){.page-node-4313 .page-panel .col-right.col-sm-6{padding-left:0 !important;}}.contact-agency .form-block .form-items{width:100%;padding-right:10px;}.contact-agency .form-block .form-items p.title{font-size :16px !important;}.contact-agency .form-block .form-item select{width:100%;}.contact-agency .form-block .form-items select.fixed-agency{font-weight:bold;background-color:#ffffff;padding:6px;font-size:16px;height:auto;}.contact-agency button.submit{background:#B85C00;border-radius:8px;color:#fff;font-weight:700;padding:9px 45px;border:0px;width:304px;float:left;}button.submit{background:#B85C00;border-radius:8px;color:#fff;font-weight:700;padding:9px 45px;border:0px;float:left;}.contact-agency .form-item.recaptcha,.view-coordonnees-agences .field--name-field-horaires-d-affaire{margin:10px 0;}.view-coordonnees-agences .views-exposed-form{margin-top:10px !important;}.page-node-4313 .contact-agency h2{margin-top:0;font-size:28px;margin-bottom:10px;}.page-node-4313 .contact-agency h3{color:#ffffff;margin-bottom:20px;margin-top:30px;display:block;background-color:#b85c00;padding:6px;border-radius:6px 6px 0 0;}.address{padding:10px 0px 5px 0px;}.page-panel p,.page-panel .label-span-holder{margin-bottom:5px;overflow:hidden;}.page-panel .label-span-holder span ul{padding:0;}.page-panel .col-left.col-sm-5{padding-top:10px;margin-bottom:10px;}.page-panel-table .table{margin-top:25px;border:1px solid #ddd;}.page-panel-table.table>thead>tr>th,.page-panel-table .table>tbody>tr>td{border:1px solid #ddd;text-align:center;}.page-panel-table .table>tbody>tr>th{text-align:left;}.page-panel-table .table>thead>tr:first-child>th{background:#757575;color:#fff;border:0px;text-transform:uppercase;}.page-panel-table .table>thead>tr:first-child>th{background:#424242;color:#fff;text-align:center;border-right:#fff 1px solid;}.page-panel-table .table tr.second-head th{background:#ddd;text-align:center;border-right:1px solid #fff;}.node--type-transferts .page-panel .col-right.col-sm-8 label{min-width:175px;}.page-panel .col-left img{max-width:100%;}.sticky-top.loginHeader p{margin-bottom:0px;}.page-panel .col-left p i{text-align:center;display:block;font-size:12px;line-height:14px;padding-top:7px;}.page-panel .geolocation-map-container.js-show{border-radius:5px;}div.page-panel div.col h2{padding-top:0;margin-top:0;margin-bottom:15px;}div.page-panel div.col p{margin-bottom:5px;}div.page-panel div.col ul li{padding-bottom:40px;}div.page-panel div.col .field--name-field-region-location{margin-bottom:40px;margin-right:20px;}div.page-panel div.col .geolocation-map-container{border-radius:8px;}div.page-panel ul{list-style-type:none;}.panel-body .field--label{display:inline-block;width:45%;}.panel-body .field--item{display:inline-block;width:55%;}.custom-block-bottom-text h3{text-align:center;font-weight:700;padding-top:10px;margin-top:0px;margin-bottom:25px;}.custom-block-bottom-text{border:#dddddd 1px solid;border-radius:6px;padding:20px 30px;margin-bottom:20px;}.custom-block-bottom-text.lastbloc{background-color:#424242;color:white}.custom-block-bottom-text.lastbloc a{color:white;text-decoration:underline;}.node--type-sejours .custom-block-bottom-text .label-span span ul{padding-left:0;}.node--type-sejours .custom-block-bottom-text .label-span span ul li{list-style:none;}.node--type-sejours .custom-block-bottom-text .label-span span ul li ul{display:table;border-bottom:#cbcbcb dashed 1px;padding-bottom:5px;margin-bottom:5px;}.node--type-sejours .custom-block-bottom-text.lastbloc .label-span span ul li ul{display:table;border-bottom:#9c9c9c solid 1px;padding-bottom:5px;margin-bottom:5px;padding-left:10px;border-left:#9c9c9c solid 1px;}.node--type-sejours .custom-block-bottom-text.lastbloc span.saison-label{font-weight:bold;}.page-panel h3{color:#B85C00;margin-bottom:20px;margin-top:0px;}.node--type-sejours .page-panel h3{color:#ffffff;margin-bottom:20px;margin-top:0px;background-color:#424242;padding:4px 0 4px 6px;border-radius:6px;}.agent-left .panel-title,.agent-right .panel-title{font-weight:bold;font-size:20px;color:#424242;}.agent-left .panel-body .panel-heading .panel-title,.agent-right .panel-body .panel-heading .panel-title{font-weight:bold;font-size:18px;background-color:#ffffff;border:none;}.panel-default>.panel-heading{color:#424242;background-color:#f5f5f5;border-color:#ddd;margin-bottom:1px;}.agent-left .panel-body .panel-default>.panel-heading,.agent-right .panel-body .panel-default>.panel-heading{background-color:white;border:none;}.agent-left .panel-body .panel-body,.agent-right .panel-body .panel-body{margin-top:0px;padding-top:0px;}.annonces-communiques .panel-body .field--label,.annonces-communiques .panel-body .field--item,.outils-liens-utiles .panel-body .field--label,.outils-liens-utiles .panel-body .field--item,.conditions-de-vente-tarifs-confidentiels .panel-body .field--label,.conditions-de-vente-tarifs-confidentiels .panel-body .field--item{display:block;width:100%;}ul.conditions h4{margin-bottom:6px;font-size:15px;font-weight:bold;}ul.conditions>li{padding-bottom:20px;}ul.conditions>li li{background:url(/themes/custom/amerik_aventure/images/dot.png);}.commission{float:right;}ul.conditions>li li span{background:white;}ul.conditions span.commission-label{padding-right:4px;}ul.conditions span.commission{padding-left:4px;padding-right:20px;}.panel-body>div:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.gap-info{margin-top:20px;}.conditions-de-vente-tarifs-confidentiels .panel-body,.outils-liens-utiles .panel-body{padding-top:20px;padding-bottom:20px;}.agent-left .links{margin-top:30px;}.wrapper-page{margin-top:20px;}.wrapper-page .body{width:60%;float:left;padding-left:20px;}.wrapper-page .body :first-child{margin-top:0;}.wrapper-page .gallery{width:40%;float:left;padding:0px 20px 20px 100px;}.with-gallery div>ul>li,.with-gallery div>ol>li,.without-gallery div>ul>li,.without-gallery div>ol>li{margin-top:5px !important;}.modal-body>ul>li{margin-top:5px;}.without-gallery .wrapper-page .body,.modal-content .wrapper-page .body{width:100%;float:none;}.without-gallery .wrapper-page .gallery,.modal-content .wrapper-page .gallery{width:100%;float:none;display:none;}.without-gallery .form-comm-left .col-sm-6 p,.without-gallery .form-comm-right .col-sm-6 p{text-align:unset !important;margin-top:15px;}.without-gallery .form-comm-left .col-sm-6 p a,.without-gallery .form-comm-right .col-sm-6 p a{border:2px solid #424242;border-radius:5px;padding:7px;display:block;color:#424242;padding-left:65px;width:80%;}.without-gallery .form-comm-right .col-sm-6 p a{width:67%;min-height:75px;border:2px solid #1C92C4;font-weight:bold;color:#1C92C4;padding-top:15px;}.without-gallery .form-comm-left .col-sm-6{position:relative;padding-left:100px;}.without-gallery .form-comm-left .col-sm-6::after{content:"";width:1px;height:100%;background:#eeee;display:block;position:absolute;top:0;right:45px;}.without-gallery .body h3{}.without-gallery .form-comm-right h3{color:#1C92C4;}.without-gallery .form-comm-right h3.mt-top{margin-top:54px;}.without-gallery a.particulier{background:url(/themes/custom/amerik_aventure/images/particulier.png) no-repeat left;background-position:15px 50%;background-size:40px;}.without-gallery a.agent{background:url(/themes/custom/amerik_aventure/images/agent.png) no-repeat left;background-position:15px 50%;background-size:40px;}.without-gallery a.fournisseur{background:url(/themes/custom/amerik_aventure/images/fournisseur.png) no-repeat left;background-position:15px 50%;background-size:40px;}.without-gallery a.recherche{background:url(/themes/custom/amerik_aventure/images/recherche.png) no-repeat left;background-position:15px 50%;background-size:40px;}.without-gallery a.répertoire-location{background:url(/themes/custom/amerik_aventure/images/R%C3%A9pertoire-location.png) no-repeat left;background-position:15px 50%;}.without-gallery a.mettre-store{background:url(/themes/custom/amerik_aventure/images/Mettre-store.png) no-repeat left;background-position:15px 50%;}.col-sm-8 .form-items{width:100%;padding-left:20px;padding-right:0px;}.block-register-block .form-block:first-child,.block-inscription-block .form-block:first-child,.block-router-block .form-block:first-child{margin-top:10px;}.form-block{border-bottom:1px solid #eee;}input.full-width{max-width:100% !important;width:100% !important;}.font-normal{font-weight:normal;}.form-block select{height:25px;}.form-item.precisions{display:flex;}.form-block.remove-border{border-bottom:0px;}.voyage-sur-mesure input.form-text.remove-margin{margin-bottom:0;}.form-block.listing-inline .form-items .form-item{display:flex;}.voyage-sur-mesure .form-block .form-item>input{margin-bottom:0px;}select.dates-exactes{width:59.5%;}.block-verifiertarifsetdisponibilites-block .form-block .col-sm-8,.block-inscription-block .form-block .col-sm-8{border-right:0px;}.block-verifiertarifsetdisponibilites-block .form-block .col-sm-4,.block-inscription-block .form-block .col-sm-4,.block-register-block .form-block .col-sm-4,.page-panel .col-right.col-sm-6,.form-block .help.border-true,.questions-et-commentaires .col-sm-4.bl,.page-panel .col-right{border-left:1px solid #eee;padding:15px;}.block-register-block .form-block .col-sm-4{border-left:0px;}.block-questionsetcommentaires-block input.form-text{width:100%;}.block-questionsetcommentaires-block textarea{min-height:175px;resize:none;}.block-register-block .form-block,.block-register-block .form-block .col-sm-8{border-right:1px solid #eee;}.block-register-block .form-block .form-title{margin-top:15px;margin-bottom:20px;font-size:17px;}.block-register-block .form-block .form-item:last-child{margin-bottom:15px;}.block-register-block .form-item.mt-17{margin-top:17px;margin-bottom:17px;}.block-register-block .form-item.mt-15{padding-top:15px;}.block-register-block .form-block label{font-weight:normal;}.pt-15{padding:15px;}.pb-15{padding-bottom:15px;}.block-register-block .form-block .form-items button.submit{background:#B85C00;border-radius:6px;color:#fff;font-weight:700;padding:8px 45px;border:0px;float:right;font-size:13px;line-height:14px;letter-spacing:0.2px;margin-top:10px;}.voyage-sur-mesure fieldset{border:2px solid #707070;border-radius:10px;padding:20px 50px 50px 50px;margin-bottom:35px;}.voyage-sur-mesure fieldset legend::after{content:"";width:88%;height:2px;background:#707070;position:absolute;top:8px;right:0;}.voyage-sur-mesure fieldset:nth-child(2) legend::after{width:66%;top:8px;}.voyage-sur-mesure fieldset:last-child legend::after{width:85.5%;}.voyage-sur-mesure .form-block .form-items{width:100%;padding-bottom:25px;padding-right:0px;}.voyage-sur-mesure .form-item p label{font-weight:normal;}span.ui-spinner{margin-right:7px;}.voyage-sur-mesure .form-item.select-voyage select{width:33%;}table.hebergements label{margin-left:10px;margin-right:10px;}table.hebergements tr td{vertical-align:initial;}.form-block .les-criters span{margin-right:25px;}.voyage-sur-mesure fieldset button.submit{background:#B85C00;border-radius:8px;color:#fff;font-weight:700;padding:9px 45px;border:0px;float:right;}.voyage-sur-mesure .text-content textarea{resize:none;min-height:100px;}.voyage-sur-mesure .text-content p{padding-left:25px;font-style:italic;font-size:13px;}.voyage-sur-mesure fieldset .form-block .form-item>input{width:80%;}.voyage-sur-mesure fieldset legend{margin-bottom:0px;border-bottom:0px;position:relative;padding-inline:10px;}@media only screen and (min-width:0px) and (max-width:767px){.wrapper-page .body{width:100%;float:none;padding-left:0px;}.voyage-sur-mesure fieldset legend{padding-inline:0px;}.wrapper-page .gallery{width:100%;float:none;display:none;}div.page-panel div.col ol,div.page-panel div.col ul{padding-left:0;}}@media only screen and (min-width:768px){.form-item-field-agency-location-proximity.form-group{display:none;}}.view-id-marks,.view-id-marks div{display:inline-block;}.view-id-marks ul{list-style-type:none;padding:0;margin:0;}.voitures-main-filter,.transferts-main-filter{display:flex;align-items:center;}.voitures-main-filter .affichage,.transferts-main-filter .affichage{margin-left:auto;margin-bottom:-10px;}.taille_de_groupe{font-weight:bolder;}.ui-autocomplete .ui-state-active{color:#424242;}.location-input-client-location{display:none;}.form-item-field-agency-location-proximity{display:none;}.view-coordonnees-agences .page-panel .geolocation-map-container.js-show{max-height:inherit;}.field--name-field-body p.actions{padding-top:6px;text-align:center;}.field--name-field-body p.actions span.orange-btn{min-width:160px;}.field--name-field-body p.actions>span{cursor:pointer;}.orange-btn{background:#B85C00;border-radius:8px;color:#fff;font-size:13px;line-height:16px;letter-spacing:0.32px;font-weight:700;padding:9px 45px;text-decoration:none;}.block-agency-block .form-block .form-item>label.error{position:absolute;right:0;top:18px;padding-top:6px;}table.voitures thead tr:last-child th,table.voitures tbody tr:last-child td{border-bottom:none;}table.voitures.table>tbody+tbody{border-top:1px solid #ddd;}section.ng-scope .table-bordered>thead>tr>th,section.ng-scope .table-bordered>thead>tr>td{border-bottom-width:1px;}.activites-main-filter{display:flex;align-items:center;}.activites-main-filter .affichage.ng-binding{margin-left:auto;margin-bottom:-10px;}.activites-main-filter select{margin-top:15px;margin-left:10px;margin-right:10px;padding:2px;}.view-temoignages .top div.view-header h2{text-align:left;font-size:17px;line-height:inherit;}.view-temoignages.view-display-id-liste .views-row{max-width:100%;margin-bottom:20px;}.view-temoignages.view-display-id-liste .views-field-field-references-produits article,.view-temoignages.view-display-id-liste .views-field-field-references-produits div{display:inline-block;}.view-temoignages.view-display-id-liste .views-label-field-references-produits::after{content:" : ";}.saison-grid li{clear:both;}span.saison-label{}.sejour-type a.use-ajax{cursor:help;}.sejour-type span.ajax-throbber{display:inline;}.view-faqs .view-content .item-list.faq-close>ul{display:none;}.view-faqs .view-content .item-list .bar{cursor:pointer;}.view-faqs .view-content .item-list.faq-close .bar::before{content:"+";background-color:transparent;color:black;font-weight:bold;border:1px solid;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;}.view-faqs .view-content .item-list .bar::before{content:"-";background-color:black;color:white;font-weight:bold;width:20px;height:20px;text-align:center;border-radius:2px;align-items:center;justify-content:center;}input[name="entrez_la_date_de_debut"],input[name="entrez_la_date_de_fin"]{color:#424242;}.page-panel .node--type-agency-profile span{display:inline-block;}.page-panel .col-left .gm-style img{max-width:none;}@media only screen and (min-width:0px) and (max-width:414px){.before-pays{display:none;}span.-pays{display:block;}}#block-search-resultblock{float:left;}#block-quicknodeblock-12{float:left;width:25%;}#block-quicknodeblock-12 a{color:#1c92c4;}#block-quicknodeblock-12>article>div>div>div>div>div>h2:first-of-type{margin-top:20px;}@media only screen and (min-width:0px) and (max-width:767px){#block-quicknodeblock-12{float:none;width:90%;margin:20px;}}body.page-node-721 #block-quicknodeblock-4{clear:both;}@media only screen and (min-width:401px) and (max-width:767px){#block-search-resultblock{float:none;width:98%;}#block-quicknodeblock-12{float:none;width:98%;margin:20px;}}.error-wrapper{padding:20px 20px 10px 20px;border:2px solid #f44336;border-radius:5px;color:#f44336;margin-bottom:10px;margin-top:10px;}.error-wrapper p{font-weight:bold;}.contact-agency .form-block .form-items select.fixed-agency.error{border-color:#f44336;border-width:2px;}.block-custom-form .error-wrapper ul,div.page-panel .error-wrapper ul{list-style-type:disc;padding-left:1.5em;}input[type=checkbox].error,input[type=radio].error,textarea.error{outline:2px solid #f44336;}.form-block .summary.error{border:2px solid #f44336;color:#424242;padding:4px;border-radius:5px;}.summary label{display:block;}.modal-body{overflow:hidden !important;}optgroup{font-weight:700;text-transform:uppercase;}.contact-agency hr{clear:both;}#drupal-modal--body p{text-align:left;}.fancybox-title-float-wrap{margin-bottom:-80px;}ul.check-box{list-style-type:"\2610   ";}.grandcadre{border:2px solid #424242;border-radius:6px;padding:20px;margin-top:20px;}.grandcadre hr{border-top:1px solid #c0c0c0;}.grandcadre h3{padding-bottom:10px;}.grandcadre h2{margin-top:0;}.sommaire{border:1px solid #b85c0040;border-radius:6px;padding:20px 20px 15px 30px;width:auto;background-image:linear-gradient(#ffffff,#fff8f2);margin-bottom:60px;box-shadow:8px 8px 8px -4px #dfdfdf;}.sommaire ul{list-style-type:square;color:#b85c00;}.sommaire li{font-size:16px;line-height:20px;color:#b85c00;}.sommaire h2{color:#b85c00;text-transform:uppercase;}.sommaire a,.sommaire a:hover,.sommaire a:active,.sommaire a:focus{color:#b85c00 !important;}.modal-body .sommaire #cols2{column-count:1;}.node--type-article hr{margin-top:35px;margin-bottom:35px;}.node--type-article h3{margin-bottom:10px;}.node--type-article h2{text-transform:uppercase;}.collapsiblesection{background-color:#e2f1e2;color:#3c763d;cursor:pointer;padding:6px;width:100%;border:none;text-align:left;outline:none;font-size:15px;border-radius:6px 6px 0px 0px;}.collapsiblesection:hover{font-weight:bold;}.collapsiblesectioncontent{padding:0;display:none;overflow:hidden;background-color:#ffffff;}.legend-table{display:block;width:100%;padding:6px;border-collapse:collapse;margin-top:14px;margin-bottom:0;font-size:13px;border:#757575 solid 1px;border-radius:6px;}.legend-row{display:table-row;}.legend-labels,.legend-contents{display:table-cell;padding:3px;text-align:left;}.legend-labels{min-width:0;width:1%;white-space:nowrap;}.legend-table h4{margin:3px !important;margin-bottom:6px !important;padding-bottom:4px;font-size:12px !important;border-bottom:1px dashed #757575;}.legend-table hr{margin-top:3px;margin-bottom:8px;}.modal-content{border-radius:13px;font-size:16px;line-height:20px;margin:auto;width:100%;border:8px solid #424242;}.modal-title{font-weight:700;max-width:90%;font-size:20px;}.modal-header{color:#fff;border-bottom:0px;border-top-left-radius:0px;border-top-right-radius:0px;background:#424242;padding:10px 15px;}.text-align-right{text-align:right !important;}.table-currency-change{background-color:#424242;border-radius:6px;padding:8px 10px 8px 8px;float:right;color:white;margin-top:12px;}div.table-currency-change a{color:white;text-decoration:underline;font-weight:bold;}.table-currency-change p{background:url(/themes/custom/amerik_aventure/images/tags.svg) no-repeat 0%;padding-left:30px;}
