/**
 * PEIRANI CUSTOM CSS
 * DPI-DESIGN.FR
 * FEVRIER 2018
 */

body {

}

#header .header-nav {
    display: none;
}

div#_desktop_logo > * {
    padding-left: 20px;
}

header#header {
    padding-top: 5px;
}

div#_desktop_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}

div#_desktop_logo > h1 {
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #282828;
    line-height: 0;
    padding-bottom: 2px;
    letter-spacing: 0.03em;
}

.header-links-wrapper div#_desktop_cart {
    display: none;
}

.header-links-wrapper a,
.header-links-wrapper p {
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0.025em;
    color: #282828;
    margin-bottom: 0;
}

.col-md-6.header-links {
    height: 80px;
}

.header-top .row {
    height: 100%;
}

.header-top {
    height: 100px;
}

.header-links-wrapper {
    height: 100%;
}

.header-links-wrapper > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    height: 100%;
}

.header-links-wrapper .col-md-6.call-us-block {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.user-info a {
    display: block;
    position: relative;
}

.user-info a:before {
    content: '';
    display: block;
    background-image: url('../images/head.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 33px;
    height: 33px;
    position: absolute;
    top: -7px;
    left: -38px;    
}

.user-info a i {
    display: none;
}

a:hover, 
#header a:hover,
.footer-container li a:hover {
    color: #969696;
}

div#_desktop_top_menu {
    width: 100%;
    float: none;
    background-color: #282828;
    min-height: 75px;
    height: 75px;
}

div#_desktop_top_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 917px;
    margin: 0 auto;
    height: 100%;
}

div#_desktop_top_menu ul li a {
    color: #ffffff;
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.03em;
}

section#wrapper {
    padding-top: 0;
}

.no-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body#index .carousel-control.right {right: 5px;}

body#index .carousel-control.left {left: 5px;}

div#carousel {
    margin-bottom: 0;
}

.carousel .carousel-inner {
    margin-bottom: 0;
}

#index #main .page-footer {
    margin-bottom: 0;
}

li.carousel-item img {
    display: none;
}

.carousel .carousel-item {}

.carousel .carousel-inner {
    height: auto;
}

.slide-div-image {
    height: calc(100vh - 180px);
    height: calc(70vh - 180px);
    min-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.carousel .carousel-item .caption {
    width: 100%;
    max-width: 100%;
    height: auto;
    bottom: auto;
    top: 25%;
    text-align: center;
    left: auto;
}

.carousel .carousel-item .caption h2 {
    font-family: 'Oswald';
    font-weight: 300;
    font-style: normal;
    font-size: 64px;
    color: #ffffff;
    line-height: 1.4em;
    text-transform: uppercase;
}

.carousel .carousel-item .caption .caption-description h2 {
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    color: #000000;
    color: #ffffff;
    text-transform: unset;
}

#carousel figure {
    margin: 0;
}

.custom-search-form {
    position: absolute;
    top: 300px;
    width: 100%;
}

.custom-search-form-wrap {
    position: relative;
    width: 800px;
    margin: 0 auto;
}

.custom-search-form-first-level {
    background-color: #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 32px 10px;
}

.custom-search-form-first-level > div:first-child {
    width: 10%;
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
}

.custom-search-form-first-level > div:nth-child(2) {
    width: 70%;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
}

.custom-search-form-first-level > div:nth-child(3) {
    width: 20%;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
}

.first-level-input input {
    width: 90%;
    background-color: transparent;
    border: none;
    color: #000000;
    padding: 10px;
}

.first-level-icon svg g path {
    fill: #b1b1b1;
}

.search-submit-button button {
    border: none;
    background-color: #f08200;
    padding: 10px;
    width: 100%;
    border-radius: 50px;
    color: #ffffff;
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    outline: none;
}

.custom-search-form-second-level {
    background-color: rgba(240, 240, 240, 0.51);
    padding: 20px 10px 40px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.custom-search-form-second-level > div {
    width: 30%;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
}

.custom-search-form-second-level > div > *,
.custom-search-form-second-level > div > div > * {
    width: 100%;
    height: 33px;
    border: none;
    border-radius: 50px;
    padding-left: 20px;
}

.first-level-icon svg {
    width: 33px;
    height: 33px;
}

.first-level-icon {
    padding-left: 15px;
    padding-top: 3px;
}

.carousel .carousel-control.left, 
.carousel .carousel-control.right {
    /*top: 40%;*/
}

.row-home-categories {
    padding: 65px 70px;
}

.row-home-categories img {
    width: 100%;
    height: auto;
}

.row-home-categories .col-md-9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.row-home-categories .row {
    margin-right: -20px;
    margin-left: -20px;
}

.row-home-categories .row > div {
    padding-right: 20px;
    padding-left: 20px;
}

.row-home-categories > div {
    padding-right: 20px;
    padding-left: 20px;    
}

.row-transport {
    margin-top: 2.8%;
}

.row-categories-wrap {
    position: relative;
}

.row-categories-wrap a {
    display: block;
}

.row-categories-inner-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
}

.row-categories-inner-wrap h6 {
    font-family: 'Oswald';
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.01em;
}

.row-categories-inner-wrap button {
    font-family: 'Oswald';
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 30px;
    color: #000000;
    background-color: #ffffff;
    padding: 6px 30px;
    border-radius: 50px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: none;
}

.row-categories-wrap a:hover button {
    background-color: #f08200;
    color: #000000;
}

.histoire-first-level.histoire-fourth-level img,
.row-categories-wrap img {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1.2) translate3d(0, 0, 0);
            transform: scale(1.2) translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    overflow: hidden;
}

.row-categories-wrap {
    overflow: hidden;
}

.row-categories-wrap.excursions,
.row-categories-wrap.excursions a {
    border-top-left-radius: 60px;
    border-color: transparent;
}

.row-categories-wrap.excursions img {
    border-top-left-radius: 60px;
}

.row-categories-wrap.un-ce,
.row-categories-wrap.un-ce a {
    border-bottom-right-radius: 60px;
    border-color: transparent;  
}

.row-categories-wrap.un-ce img{
    border-bottom-right-radius: 60px;
}

.histoire-first-level.histoire-fourth-level:hover img,
.row-categories-wrap a:hover img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); 
}

.row-categories-wrap a:hover button {
    background-color: #f08200;
    color: #000000;
}

.row-categories-wrap.un-ce a:hover img{
    border-bottom-right-radius: 60px;
    border-color: transparent;
}

.row-categories-wrap .row-categories-inner-wrap:after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000057;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.row-categories-wrap a:hover .row-categories-inner-wrap:after {
    opacity: 1;
}

.row-home-categories.clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
}

.row-categories-wrap.un-ce {
    height: 100%;
}

.voyage_categories {
    padding: 0 70px;
    margin-bottom: 45px;
}

.voyage_categories h2 {
    font-family: 'Oswald';
    font-weight: 300;
    font-style: normal;
    font-size: 45px;
    line-height: 69.1px;
    padding-bottom: 20px;
    text-align: center;
    color: #646464;
}

.subcategory-image-wrap {
    float: left;
    width: 20%;
    margin: 0 15px;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
}

.subcategory-image-wrap img {
    width: 100%;
}

.voyage_categories #subcategories > div {
    /* display: flex; */
    /* flex-wrap: wrap; */
}

.subcategory-image-wrap h5 a {
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    color: #646464;
    text-align: center;
    display: block;
    padding-top: 25px;
}

.voyage_categories div#subcategories {
    padding: 0 100px;
}

a.slick-arrow svg {
    width: 50px;
    height: 50px;
    display: block;
}

a.slick-arrow {
    position: absolute;
    top: 30%;
}

a.slick-arrow svg path {
    fill: #bab5b5;
}

a.custom-arrow-left.slick-arrow {
    left: -85px;
}

a.custom-arrow-right.slick-arrow {
    right: -85px;
}

.subcategory-image a {
    display: block;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.subcategory-image .subcategory-description {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.subcategory-image .subcategory-description p {
    font-family: 'Oswald';
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
    font-size: 22px;
    padding: 0 105px;
    text-align: center;
    margin-bottom: 0;
    display: none;
}

.subcategory-image .subcategory-description h4 {
    display: none;
}

.subcategory-image a:hover h4,
.subcategory-image a:hover p {
    display: none;
}

.subcategory-image img {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.subcategory-image a:hover img {
    -webkit-transform: scale(1.00);
        -ms-transform: scale(1.00);
            transform: scale(1.00);
}

.subcategory-image {
}

.subcategory-image a .subcategory-description:after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000057;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.subcategory-image a:hover .subcategory-description:after {
    opacity: 1;
}

.subcategory-description div p {
    text-align: center;
}

.subcategory-description div p:first-child {
    font-family: 'Oswald';
    font-weight: 300;
    font-style: normal;
    font-size: 22px;
    color: #ffffff;
    line-height: 27px;
}

.subcategory-description div p:nth-child(3) {
    font-family: 'Oswald';
    font-weight: 300;
    font-style: normal;
    font-size: 22px;
    color: #f08200;
}

.subcategory-description div h4 {
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    line-height: 27px;
}

.bon-plan-container .bon-plan {
    margin-top: 40px;
    margin-left: 70px;
    margin-right: 70px; 
}

.bon-plan-container .bon-plan img {
    width: 100%;
}

.bon-plan-inner a {
    font-family: 'Oswald';
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 30px;
    color: #000000;
    background-color: #ffffff;
    padding: 6px 30px;
    border-radius: 50px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: none;    
}

.bon-plan-inner h4 {
    font-family: 'Oswald';
    font-weight: 300;
    font-style: normal;
    font-size: 40px;  
    color: #ececec;  
}

.bon-plan-inner h4 em {
    font-family: 'Oswald';
    font-weight: 300;
    font-style: normal;
    font-size: 40px;  
    color: #f08200;  
}

.bon-plan {
    position: relative;
    overflow: hidden;
}

.bon-plan:hover .bon-plan-inner {
    background-color: rgba(0, 0, 0, 0.3);
}

.bon-plan .bon-plan-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.bon-plan img {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.bon-plan:hover img {
    -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
            transform: scale(1.0);
}

.bon-plan:hover .bon-plan-inner a {
    background-color: #f08200;
} 

footer#footer > .container {
    display: none;
    padding-top: 0;
}

footer#footer {
    padding-top: 0;
}

.footer-container {
    padding-top: 40px;
    -webkit-box-shadow: none;
            box-shadow: none;
    /* background-color: red; */
    margin-top: 0;
}

footer#footer {
    /* padding-top: 50px; */
    background-color: #f1f1f1;
    /* margin-top: 50px; */
}

section#wrapper {
    /* margin-bottom: 50px; */
}

.footer-container .container {
    padding-top: 50px;
    background-color: #ffffff;
    margin-top: 50px;
}

.footer-container .container {
    width: 100%;
    padding-left: 85px;
    padding-right: 85px;
    padding-left: 0;
    padding-right: 0;
}

#footer div#block_myaccount_infos {
    display: none;
}

#footer .block-contact {
    display: none;
}

#footer .links > .row > div:first-child, 
#footer .links > .row > div:nth-child(2) {
    display: none;
}

#footer .links > .row > div:first-child, 
#footer .links > .row > div:nth-child(2) {
    display: none;
}

#footer .block-social {
    display: none;
}

.col-md-4.links {
    width: 70%;
}

#footer .links > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer-container .container > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-container .container .row > div {
    /* width: auto; */
}

.footer-container .block_newsletter {
    width: 30%;
}

.footer-container .block_newsletter > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

footer#footer h3 {
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;
    line-height: 74px;
    margin-bottom: 0;
    font-size: 20px;
    color: #646464;
    text-transform: uppercase;
}

.footer-container .block_newsletter p,
.footer-container li a {
    padding-top: 0;
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #616161;
    padding-bottom: 12px;
}

.footer-container li a:hover {
    color: #646464;
}

.footer-container li a {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.footer-credits p span {
    color: #969696;
}

.footer-credits p a {
    border-bottom: 1px solid transparent;
    -webkit-transition: border 0.5s ease;
    -o-transition: border 0.5s ease;
    transition: border 0.5s ease;
    padding: 0 0 5px 0;
}

.footer-credits p a:hover {
    border-bottom: 1px solid #646464;
}

.block_newsletter p {
    padding-right: 15px;
    padding-left: 15px;
}

.footer-container .block_newsletter > .row > * {
    width: 100%;
}

input.circle-ok {
    background-color: #646464;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    padding: 0;
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    margin-left: 10px;
}

.block_newsletter form input[type=text].circle-input-box {
    border: 50px;
    display: block;
    border-radius: 50px;
    border-color: transparent;
    border: 1px solid transparent;
    background-color: #f0f0f0;
    color: #646464;
    padding-left: 25px;
    letter-spacing: 0.035em;    
}

.block_newsletter form input[type=text].circle-input-box::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #646464;
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.035em;    
}
.block_newsletter form input[type=text].circle-input-box::-moz-placeholder { /* Firefox 19+ */
    color: #646464;
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.035em;    
}
.block_newsletter form input[type=text].circle-input-box:-ms-input-placeholder { /* IE 10+ */
    color: #646464;
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.035em;    
}
.block_newsletter form input[type=text].circle-input-box:-moz-placeholder { /* Firefox 18- */
    color: #646464;
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.035em;    
}

footer#footer h3#block-newsletter-label {
    color: #f08201;
}

.footer-container .block_newsletter p {
    color: #f08201;
}

.block_newsletter form input[type=text].circle-input-box {
    background-color: #f08201;
}

.block_newsletter form input[type=text].circle-input-box {
    color: #ffffff;   
    font-weight: normal; 
}

.block_newsletter form input[type=text].circle-input-box::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;  
    font-weight: normal;
}

.block_newsletter form input[type=text].circle-input-box::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;  
    font-weight: normal;
}

.block_newsletter form input[type=text].circle-input-box:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
    font-weight: normal;
}

.block_newsletter form input[type=text].circle-input-box:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;   
    font-weight: normal;
}

input.circle-ok {
    background-color: #f08201;
}

input.circle-ok:hover {
    background-color: #606060;
}

.footer-credits p, .footer-credits a {
    margin-bottom: 0;
    text-align: center;
    padding: 40px 0 50px 0;
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #646464;
}

.footer-blocks-inner-image-container > img {
    width: 100%;
}

.footer-blocks-inner-image-container {}

.footer-block-inner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 11;
    opacity: 0.6;
    text-align: center;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.footer-blocks-inner {
    position: relative;
}

.footer-blocks-inner > a {
    display: block;
}

.footer-block-inner-content h2 {
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 22px;
}

.footer-blocks-inner-image-container:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.footer-blocks-inner a:hover {}

.footer-blocks-inner a:hover .footer-blocks-inner-image-container:before {
    background-color: rgba(0, 0, 0, 0.55);
}

.footer-blocks-inner a:hover .footer-block-inner-content {
    opacity: 0.8;
}

.footer-blocks-wrapper {
    margin-top: 70px;
    margin-bottom: 32px;
}

body#index .menu ul > li:first-child a {
    color: #f08200;
}

.menu ul > li a {
    position: relative;
}

.menu ul > li.category a.dropdown-item:hover:after {
    content: '';
    display: block;
    width: 11px;
    height: 6px;
    background-image: url(../images/menu-hover-down.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 39%;
    right: -5px;
}

#header .top-menu a[data-depth="0"]:hover,
.menu ul > li a:hover {
    color: #f08200;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.top-menu .sub-menu {
    top: 75px !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: rgba(40, 40, 40, 0.85);
    position: absolute;
    padding: 30px 0 40px 140px;
}

.top-menu .sub-menu > ul {
    display: block !important;
}

.top-menu .sub-menu > ul > li {
    float: none !important;
}

.top-menu .sub-menu li a {
    text-transform: capitalize;
    font-size: 14px;
}

body#category nav.breadcrumb {
    display: none;
}

body#category {}

.category-image-container {
    position: relative;
}

.category-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.category-title .h1 {
    font-family: 'Oswald';
    font-weight: 300;
    font-style: normal;
    font-size: 45px;
    color: #ffffff;
}

.category-image img {
    width: 100%;
}

.category-image {
    height: calc(100vh - 180px);
    height: calc(70vh - 180px);
    min-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.category-image img {
    display: none;
}

/**
 * PRODUCT LIST - START
 */

section#products {
    padding: 0 70px;
    padding: 0;
}

#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
    /* width: 24.878836833602584%; */
    /* width: 100%; */
    width: 298px;
    width: 22.696115765422697%;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
}

#products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature {
    /* width: 24.878836833602584%; */
    margin: 0 1.1%;
    width: 22.696115765422697%;
    height: auto;
    -ms-flex-preferred-size: 22.696115765422697%;
        flex-basis: 22.696115765422697%;
    margin-bottom: 30px;
}

#products .products, .featured-products .products, .product-accessories .products, .product-miniature .products {
}

.thumbnail-container a {
    display: block;
    width: 100%;
}

#products img, .featured-products img, .product-accessories img, .product-miniature img {
    margin-left: 0;
    height: 100%;
    width: 100%;
}

ul.product-flags {
    position: relative;
    top: auto;
    bottom: auto;
    display: none;
}

#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations {
    width: 100%;
}

#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
    position: relative;
    width: 100%;
    height: auto;
}

#products .thumbnail-container:focus .highlighted-informations.no-variants, #products .thumbnail-container:hover .highlighted-informations.no-variants, .featured-products .thumbnail-container:focus .highlighted-informations.no-variants, .featured-products .thumbnail-container:hover .highlighted-informations.no-variants, .product-accessories .thumbnail-container:focus .highlighted-informations.no-variants, .product-accessories .thumbnail-container:hover .highlighted-informations.no-variants, .product-miniature .thumbnail-container:focus .highlighted-informations.no-variants, .product-miniature .thumbnail-container:hover .highlighted-informations.no-variants,.product-miniature .thumbnail-container .highlighted-informations.no-variants {
    position: relative;
    bottom: auto;
    height: auto;
    display: block;
    display: none;
}

#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations {
    position: relative;
    bottom: auto;
    height: auto;
    display: block;
    display: none;
}

#products .thumbnail-container:focus .product-description:after, #products .thumbnail-container:hover .product-description:after, .featured-products .thumbnail-container:focus .product-description:after, .featured-products .thumbnail-container:hover .product-description:after, .product-accessories .thumbnail-container:focus .product-description:after, .product-accessories .thumbnail-container:hover .product-description:after, .product-miniature .thumbnail-container:focus .product-description:after, .product-miniature .thumbnail-container:hover .product-description:after {
    display: none;
}

#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
    text-align: left;
    margin-bottom: 20px;
}

#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
    text-align: left;
    font-family: 'Oswald';
    font-weight: normal;
    font-style: normal;
    color: #282828;
    font-size: 25px;
    line-height: 1.25em;
    min-height: 60px;
}

#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
    padding: 15px;
}

.product-additional-description h3 {
    font-family: 'Open Sans';
    font-weight: bold;
    font-style: normal;
    color: #000000;
    font-size: 12px;
    position: relative;
    padding-left: 32px;
    padding-top: 3px;
    padding-top: 0;
}

.product-additional-description h3:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('../images/icon-calendar.png');
    background-size: contain;
    background-repeat: no-repeat;    
}

.product-additional-description h4 {
    font-family: 'Open Sans';
    font-weight: bold;
    font-style: normal;
    color: #000000;
    font-size: 12px;
    position: relative;
    padding-left: 32px;
    padding-top: 3px;
    padding-top: 0;
}

.product-additional-description em {
    font-family: 'Open Sans';
    font-weight: bold;
    font-style: normal; 
    color: #f07500;   
}

.product-additional-description h4:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('../images/icon-clock.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.product-price-and-shipping span {
    font-family: 'Open Sans';
    font-weight: bold;
    font-style: normal; 
    color: #f07500;  
    font-size: 30px;
    margin: 30px 0 20px 0; 
    display: block;
    text-align: left;   
}

.product-additional-description-short p {
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    color: #282828;
    font-size: 12px;
}

#products .product-thumbnail, .featured-products .product-thumbnail, .product-accessories .product-thumbnail, .product-miniature .product-thumbnail {
    overflow: hidden;
}

#products img, .featured-products img, .product-accessories img, .product-miniature img {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

#products .thumbnail-container:hover img {
    -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
            transform: scale(1.0);
}

div#js-product-list-top {
    display: none;
}

section#products {
    padding-top: 70px;
}

.product-category h6 {
    font-family: 'Open Sans';
    font-weight: bold;
    font-style: normal;
    color: #282828;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.05em;
}

.product-category {
    background-color: #f07500;
    padding: 10px 50px 5px 50px;
    position: absolute;
    top: -20px;
    left: auto;
}

div#js-product-list nav.pagination {
    display: none;
}


.custom-load-container {
    text-align: center;
    margin-top: 55px;
    margin-bottom: 30px;
}

.custom-load-container a {
    display: inline-block;
    background-color: #ffffff;
    padding: 15px 25px 15px 25px;
    font-family: 'Oswald';
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.1em;
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
    border: 1px solid transparent;
    border-radius: 50px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.custom-load-container a:hover {
    background-color: #f07500;
    color: #ffffff;
}

/**
 * PRODUCT LIST - END
 */

.bon-plan-container .bon-plan {
    margin-left: 50px;
    margin-right: 60px;
}

#wrapper .breadcrumb {
    display: none;
}

#product div#content-wrapper {
    /*margin: 0 70px;*/
}

.product-additional {
    padding: 0 70px;
    position: relative;
    max-width: 1440px;
    margin: 0 auto;    
}

.product-slider-image img {
    width: 100%;
}

.floated-container-product-title {
    background-color: rgba(255, 255, 255, 0.75);
    position: relative;
    top: -119px;
}

.product-title-container h1 {
    margin-bottom: 0;
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: normal;
    font-size: 35px;
    color: #282828;
    padding-left: 70px;
    text-transform: none;
}

.cproduct-price-container p {
    margin-bottom: 0;
    padding-bottom: 5px;
    color: #ffffff;
    font-family: 'Oswald';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0.025em;
}

.floated-container-product-title > div {
    height: 100%;
}

.product-title-container {
    min-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-right: 50px;
}

#product-modal .modal-content .modal-body .image-caption {
    display: none;
}

.cproduct-price-container {
    min-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #f07500;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.product-additional-details {
    position: relative;
    top: -120px;
    background-color: #ffffff;
    /*padding-top: 50px !important;*/
}

.cproduct-price-container p,
.cproduct-price-container p.custom-price {
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    letter-spacing: normal;
    padding-top: 10px;
}

.cproduct-price-container p em,
.cproduct-price-container p.custom-price em {
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
}

.product-additional-details {
    background-color: #ffffff;
    /*padding: 0 15px;*/
    height: 100%;
}

.product-additional-details .product-additional-description > * {
    float: left;
    text-transform: uppercase;
    font-size: 16px;
}

.product-additional-details .product-additional-description {
    padding-left: 90px;
    padding-top: 25px;
    padding-bottom: 20px;
}

.product-additional-details .product-additional-description h4 {
    padding-left: 80px;
}

.product-additional-details .product-additional-description h4:before {
    left: 50px;
}

.product-tabs-container {
    padding-left: 30px;
    padding-top: 30px;
    background-color: #f1f1f1;
}
.product-right-sided-top {
    background-color: #282828;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.product-right-sided-top h4 {
    font-family: 'Oswald';
    font-weight: 300;
    font-style: normal;
    color: #f07500;
    font-size: 18px;
    letter-spacing: 0.025em;
}

.product-right-sided-top h5, 
.product-right-sided-top h5 a, 
.product-right-sided-top h6, 
.product-right-sided-top h6 a {
    font-family: 'Oswald';
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0.025em;
}

.product-additional-details .tab-content {
    background-color: #ffffff;
}

.product-additional-details ul.nav.nav-tabs {
    padding: 0 30px 30px 30px;
    border-bottom: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.product-additional-details ul.nav.nav-tabs li a {
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #646464;
}

.product-additional-details ul.nav.nav-tabs li.active a, 
.product-additional-details ul.nav.nav-tabs li a:hover {
    color: #f07500;
}

.product-additional-details .tab-content {
    background-color: #ffffff;
}

.product-additional-details ul.nav.nav-tabs {
    padding: 0 30px 30px 50px;
    border-bottom: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.product-additional-details ul.nav.nav-tabs li a {
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #646464;
}

.product-additional-details ul.nav.nav-tabs li a.active,
.product-additional-details ul.nav.nav-tabs li.active a, 
.product-additional-details ul.nav.nav-tabs li a:hover {
    color: #f07500;
}

.custom-product-header-container .col-md-5, 
.custom-product-header-container .col-md-7,
.product-additional-details .col-md-5.clearfix, 
.product-additional-details .col-md-7.clearfix {
    padding-right: 0;
    padding-left: 0;
}

.product-additional-details .tab-content {
    padding: 40px 50px;
}

.product-right-sided-container {}

.product-additional-details .product-right-sided-container {
    padding-right: 15px;
}

.product-additional-details .col-md-5.custom-product-price.clearfix {
    padding-right: 15px;
}

.product-additional-details .product-cover img {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.product-additional-details .product-cover {
    margin-bottom: 0;
}

.product-additional-details .product-right-share-container {
    background-color: #f0f0f0;
    padding: 25px 0;
    text-align: center;
}

.product-additional-details ul.product-images.js-qv-product-images {
    margin-bottom: 0;
}

.product-additional-details .images-container .product-images>li.thumb-container>.thumb {
    margin-bottom: 0;
}

.product-additional-details .product-right-share-container a {
    padding: 0 10px;
}

.product-additional-details .product-right-share-container p {
    font-family: 'Oswald';
    font-weight: 300;
    font-style: normal;
    color: #282828;
    font-size: 18px;
    letter-spacing: 0.025em;
}

.product-brochure {
    padding: 15px 0;
    text-align: center;
    /* background-color: #d5b700; */
}

.product-brochure {
    padding: 0;
}

.product-brochure img {
    padding-right: 15px;
}

.product-brochure a {
    font-family: 'Oswald';
    font-weight: normal;
    font-style: normal;
    color: #282828;
    font-size: 18px;
}

.product-additional-details .product-images>li.thumb-container>.thumb.selected, 
.product-additional-details  .product-images>li.thumb-container>.thumb:hover {
    border-color: transparent;
    border: none;
}

.product-additional-details .images-container .product-images>li.thumb-container>.thumb {
    margin: 0;
}

.product-right-sided-top h5 img, 
.product-right-sided-top h6 img {
    padding-right: 15px;
}

.row-bon-plan-container .bon-plan {
    margin-top: 0;
}

.tab-pane em {
    display: block;
    font-family: 'Oswald';
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #f07500;
    padding-bottom: 10px;
}

.tab-pane strong {
    font-family: 'Open Sans';
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    color: #282828;
}

.tab-pane p {
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: normal;
}

.custom-product-header-container.clearfix {
    padding-right: 15px;
    padding-left: 20px;
}

#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
    margin-bottom: 0;
}

.product-tabs-container.container-Excursions {
    padding-top: 0;
}

.product-slider-image {
    position: relative;
}

.slider-image-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.slider-image-text p {
    font-family: 'Oswald';
    font-weight: 300;
    font-style: normal;
    font-size: 45px;
    color: #ffffff;
}

.histoire-first-level img,
.groupes-first-level img {
    width: 100%;
    height: auto;
}

.page-content.page-cms {
    padding: 0;
}

#wrapper > .container-fluid {
    padding: 0;
}

#wrapper > .container-fluid > .row {
    margin: 0;
}

.histoire-first-level > .row,
.groupes-first-level > .row {
    margin: 0;
}

.histoire-first-level > .row > .col-md-12,
.groupes-first-level > .row > .col-md-12 {
    padding: 0;
}

.histoire-first-level-column.clearfix,
.groupes-first-level-column.clearfix {
    position: relative;
}

.groupes-inner-left-container-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding: 6%;
    background-image: url('../images/groupe-hover.jpg');
    background-size: cover;
    background-repeat: no-repeat;      
}
.groupes-inner-left-container h1 {
    font-family: 'Oswald';
    font-weight: 300;
    font-style: normal;
    font-size: 45px;
    line-height: 1.6666666666666667em;
    color: #ffffff;
}

.groupes-inner-left-container p {
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5714285714285714em;
}

.histoire-first-level {
    position: relative;
}

.histoire-first-level > .row {
    position: relative;
}

.histoire-image-description {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.histoire-image-description h1 {
    font-family: 'Oswald';
    font-weight: 300;
    font-style: normal;
    font-size: 45px;
    color: #ffffff;
    line-height: 1.4em;
    text-transform: uppercase;
}

.histoire-image-description p {
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    color: #ffffff;
}

.histoire-second-level {
    text-align: center;
}

.static-title h2, .static-title h2 em {
    font-family: 'Oswald';
    font-weight: 300;
    font-style: normal;
    font-size: 35px;
}

.histoire-second-level {
    padding: 115px 0;
    background: #f0f0f0;
}

.histoire-second-level .static-title h2 {
    margin-bottom: 75px;
}

.static-content p {
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #646464;
    line-height: 1.6428571428571428em;
}

.histoire-second-level p {
    max-width: 916px;
    margin: 0 auto;
}

.histoire-third-level {
    display: block;
    width: 100%;
    height: auto;
    padding: 100px 0 90px;
    background-color: #cdc4b6;
}

.histoire-third-level .static-title {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 100px
}

.histoire-third-level .static-content {
    float: left;
    width: 50%;
}

.histoire-fourth-level {

    clear: both;
}

.histoire-third-level h2 {
    color: #ffffff;
}

.static-list li {
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #646464;
    line-height: 1.6428571428571428em;
}

.static-list ul {
    list-style: disc;
}

.static-title h2 em {
    color: #f08200;
}

.histoire-fourth-level .histoire-image-description h1 {
    color: #f08200;
    font-weight: normal;
    font-size: 40px;
    text-transform: none;
    line-height: 1.3em;
    text-align: center;
}

.histoire-fourth-level .histoire-image-description h1 em {
    font-weight: 300;
    color: #ffffff;
    font-style: normal;
    display: block;
}

.histoire-fifth-level {
    padding: 75px 0;
    text-align: center;
    background-color: #f0f0f0;
}

.histoire-fifth-level h2 {
    color: #f08200;
    margin-bottom: 20px;
}

.histoire-fifth-level p {
    max-width: 740px;
    margin: 0 auto;
}

.bon-plan.bon-plan-static img {
    width: 100%;
    height: auto;
}

.bon-plan.bon-plan-static {
    margin: 0 70px;
}

.bon-plan-static-wrapper {
    background-color: #f0f0f0;
}

.brochures-wrapper .groupes-inner-left-container-wrapper {
    background-image: none;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 15%;
}

.brochures-wrapper .groupes-inner-left-container h1 {
    color: #282828;
}

.brochures-title-container h2 {
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    color: #282828;
}

.brochures-title-container p {
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #282828;
    line-height: 1.3em;    
}

.download-brochures-container .download-brochures-container-inside, .receive-brochures-container .receive-brochures-container-inside {
    max-width: 1020px;
    margin: 0 auto;
    padding: 50px 0;
    padding-left: 120px;
}

.brochures-title-container:before {
    content: '';
    width: 120px;
    height: 120px;
    background-color: orange;
    display: block;
    position: absolute;
    top: -22px;
    left: -140px;
}

.brochures-title-container {
    position: relative;
}

.brochures-title-container.download-brochures:before {
    background-color: transparent;
    background-image: url('../images/download.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 98px;
    height: 98px;
}

.brochures-title-container.devis-brochures:before {
    background-color: transparent;
    background-image: url('../images/devis.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 98px;
    height: 98px;
}

.brochures-title-container.receive-brochures:before {
    background-color: transparent;
    background-image: url('../images/brochures.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 98px;
    height: 98px;
}

.groupes-text-container h2 {
    font-family: 'Oswald';
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
    color: #646464;
    text-align: center;
}

.groupes-text-container {
    padding: 70px 0;
}

.page-groupe .bon-plan-static-wrapper {
    padding: 60px 0;
    padding-bottom: 0;
}

.page-groupe .footer-container {
    padding-top: 0;
}

.groupes-wrapper.transport-wrapper {
    position: relative;
}

.transport-floated-contents {}

.transport-floated-contents img {
    width: 78px;
    height: 78px;
}

.transport-floated-one {
    background-color: #ffffff;
}

.transport-floated-two {
    background-color: #ed6d02;
}

.transport-floated {
    padding: 10px;
    margin: 10px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}

.transport-floated img {
    width: 78px;
    height: 78px;
}

.groupes-wrapper.transport-wrapper {
    position: relative;
}

.transport-floated-contents {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

img.url-link {
    width: 126px;
    height: 73px;
}

.transport-floated-one-inner h3 {
    font-family: 'Oswald';
    font-weight: normal;
    font-style: normal;
    color: #ed6d02;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 35px;
    font-size: 22px;
}

.transport-floated-one-inner p,
.transport-floated-one-inner p a {
    font-family: 'Oswald';
    font-weight: normal;
    font-style: normal;
    color: #646464;
    padding-bottom: 15px;
    text-decoration: underline;
    line-height: 1.3em;
}

.transport-floated.transport-floated-two p {
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    color: #ffffff;
}

.transport-floated.transport-floated-two img:first-child {
    margin-bottom: 18px;
}

.transport-floated.transport-floated-two p a {
    font-family: 'Oswald';
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    color: #ffffff;
}

.transport-floated.transport-floated-two p.url-link a {
    font-family: 'Oswald';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.065em;
}

.transport-floated.transport-floated-one {
    border-top-left-radius: 50px;
}

.transport-floated.transport-floated-two {
    border-bottom-right-radius: 50px;
}

.groupes-wrapper.transport-wrapper .groupes-second-level-container,
.groupes-wrapper.transport-wrapper .groupes-third-level-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 70px;
    background-color: #f0f0f0;
}

section#content.page-transport {
    background-color: #f0f0f0;
}

.page-transport .second-level-text-container h2 {
    font-family: 'Oswald';
    font-weight: 300;
    font-style: normal;
    font-size: 35px;
    color: #ed6d02;
    margin-bottom: 0;
    margin-bottom: 30px;
    margin-top: 60px;
}

.page-transport .second-level-text-container p {
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #282828;
    line-height: 1.5714285714285714em;
    margin-bottom: 0;
    padding-bottom: 80px;
}

.page-transport .second-level-text-container p:nth-child(2) {
    border-bottom: 1px solid #c8c8c8;
    
}

.page-transport .second-level-text-container h2:first-child {
    margin-top: 0;
}

.groupes-wrapper.transport-wrapper .groupes-third-level-container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.groupes-wrapper.transport-wrapper .groupes-third-level-container h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 0;
    font-family: 'Oswald';
    font-weight: 300;
    font-style: normal;
    font-size: 35px;
    color: #646464;    
}

.groupes-wrapper.transport-wrapper .groupes-third-level-container .third-level-text-container a {
    font-family: 'Oswald';
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 30px;
    color: #ffffff;
    background-color: #ed6d02;
    padding: 13px 30px;
    border-radius: 50px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: none;
    margin-left: 100px;
}

.groupes-wrapper.transport-wrapper .groupes-third-level-container .third-level-text-container a:hover {
    background-color: #646464;
}

.groupes-wrapper.transport-wrapper .groupes-third-level-container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.brochures-wrapper.contact-wrapper .groupes-inner-left-container-wrapper {
    padding: 0;
}

.brochures-wrapper.contact-wrapper .groupes-inner-left-container-wrapper {
    padding-right: 9%;
}

.brochures-wrapper.contact-wrapper .groupes-inner-left-container h1 {
    color: #ffffff;
    line-height: 1.3em;
}

.brochures-wrapper.contact-wrapper .groupes-inner-left-container p a {
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-bottom: 1px solid transparent;
}

.brochures-wrapper.contact-wrapper .groupes-inner-left-container p a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

.groupes-second-level.contact-second-level {
    background-color: #f0f0f0;
}

.groupes-second-level.contact-second-level .contact-title {
    text-align: center;
    padding: 60px;
}

.groupes-second-level.contact-second-level .contact-title h1 {
    font-family: 'Oswald';
    font-weight: 300;
    font-style: normal;
    font-size: 35px;
    color: #646464;
}

li#cms-category-5 > div > ul {
    margin-left: 45.5%;
}

.page-pratique .histoire-image-description {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 12%;
}

.page-pratique .histoire-image-description h1 {
    text-transform: capitalize;
}

.pratique-second-level {
    max-width: 1440px;
    margin: 0 auto;
    background-color: #f0f0f0;
}

.pratique-second-level-container.clearfix {
    padding: 80px;
}

.pratique-second-level-container > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.pratique-second-level-container h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 0;
    font-family: 'Oswald';
    font-weight: 300;
    font-style: normal;
    font-size: 35px;
    color: #646464;
    padding-right: 100px;
}

.pratique-second-level-container .pratique-right h2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 0;
}

.pratique-second-level-container .pratique-left h2 {
    color: #f07e00; 
}

.pratique-listing h3 {
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
}

.pratique-listing ul {
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 20px;
}

.pratique-listing ul li {
    color: #646464;
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
}

.pratique-third-level-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 200px;
}

.pratique-listing ul:last-child {
    border-bottom: 1px solid transparent;
}

.pratique-listing ul, .pratique-listing h3 {
    padding-left: 25px;
}

/*.pratique-listing ul li:before {
    content: "â€¢";
    color: #f07e00;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}*/
.pratique-third-level {
    padding-top: 80px;
    padding-bottom: 20px;
}

.pratique-second-level-container h2 a {
    color: #646464;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pratique-second-level-container h2 a:hover {
    color: #f07e00;    
}

body.cms-id-18 .pratique-second-level-container .pratique-left h2 a, 
body.cms-id-19 .pratique-second-level-container .pratique-right h2 a {
    color: #f07e00;
}

.page-pratique .bon-plan-static-wrapper {
    padding-top: 80px;
}

.pratique-conditions-generales-container {
    padding-bottom: 100px;
}

.pratique-conditions-generales-container p strong {
    color: #1e1e1e;
}

.pratique-conditions-generales-container h3 {
    font-family: 'Oswald';
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    color: #646464;
    padding-bottom: 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid #c8c8c8;
}

.download-brochures-container .download-brochures-container-inside, .receive-brochures-container .receive-brochures-container-inside {
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px 200px 50px 320px;
}

.download-brochures-container {
    background-color: #f0f0f0;
}

.brochures-title-container p {
    color: #646464;
}

.peirani-formulaire-container.formulaire-devis .html_box p {
    background-color: grey;
    display: inline-block;
    color: #ffffff;
    padding: 10px 40px;
    min-width: 210px;
    text-align: center;
    border-radius: 50px;
    text-transform: uppercase;
    font-family: 'Oswald';
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.1em;
    font-size: 12px;
}

.peirani-formulaire-container.formulaire-devis {
    padding-top: 60px;
}

.form-group.input_box input,
input#f_devis_date_depart_periode,
.select_box select {
    border-radius: 50px;
    border-color: #ffffff;
    background-color: #ffffff;
}

.form-group.input_box textarea {
    background-color: #ffffff;
}

.peirani-contact-form-container label,
.receive-brochures-container label,
.peirani-formulaire-container label {
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    color: #646464;
}

.peirani-contact-form-container ::-webkit-input-placeholder,
.receive-brochures-container ::-webkit-input-placeholder,
.peirani-formulaire-container ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    color: #646464;  
}

.peirani-contact-form-container ::-moz-placeholder,
.receive-brochures-container ::-moz-placeholder,
.peirani-formulaire-container ::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    color: #646464;
}

.peirani-contact-form-container :-ms-input-placeholder,
.receive-brochures-container :-ms-input-placeholder,
.peirani-formulaire-container :-ms-input-placeholder { /* IE 10+ */
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    color: #646464;
}

.peirani-contact-form-container :-moz-placeholder,
.receive-brochures-container :-moz-placeholder,
.peirani-formulaire-container :-moz-placeholder { /* Firefox 18- */
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    color: #646464;
}

label[for=f_devis_ville_de_depart],
label[for=f_devis_nom],
label[for=f_devis_prenom],
label[for=f_devis_email],
label[for=f_devis_numero_de_telephone] {
    visibility: hidden;
}

label[for=f_devis_destination_souhaitee],
label[for=f_devis_demande],
label[for=f_devis_date_depart_periode],
label[for=f_devis_identification],
label[for=f_devis_identifications_du_groupe] {
    padding-left: 15px;
}

.peirani-formulaire-container div#gformbuilderpro_7 {
    padding-bottom: 45px;
}

.form-control:focus, 
.input-group.focus,
.form-group.input_box input:focus, 
input#f_devis_date_depart_periode:focus, 
.select_box select:focus {
    outline: none;
    border-color: #f08200;
}

button#submitForm {
    font-family: 'Oswald';
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 30px;
    color: #ffffff;
    background-color: #f08200;
    padding: 6px 30px;
    border-radius: 50px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: none;
    min-width: 150px;
    text-align: center;
}

.formulaire-brochures .form-group.input_box input, 
.formulaire-brochures input#f_devis_date_depart_periode, 
.formulaire-brochures .select_box select {
    background-color: #f0f0f0;
}


label[for=f_brochures_societe_entite],
label[for=f_brochures_service],
label[for=f_brochures_nom_prenom],
label[for=f_brochures_adresse],
label[for=f_brochures_code_postal],
label[for=f_brochures_email],
label[for=f_brochures_ville] {
    visibility: hidden;
}

.receive-brochures-container {
    padding-top: 85px;
    padding-bottom: 100px;
}

.receive-brochures-container {
    padding-top: 85px;
    padding-bottom: 10px;
}

.peirani-contact-form-container .gformbuilderpro_action,
.receive-brochures-container .gformbuilderpro_action,
.peirani-formulaire-container .gformbuilderpro_action {
    text-align: right;
    margin-top: 25px;
}

.brochures-download-button a {
    font-family: 'Oswald';
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 30px;
    color: #ffffff;
    background-color: #646464;
    padding: 6px 30px;
    border-radius: 50px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: none;
    margin: 20px 0;
    display: inline-block;
}

.brochures-content,
.brochures-image {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.brochures-content:hover .brochures-image:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
}

.brochures-image {
    position: relative;
}

.brochures-content:hover .brochures-download-button a {
    background-color: #f08200;
    color: #ffffff;
}


.peirani-brochures-container-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.peirani-brochures-container-inner > div {
    margin: 0 15px;
}

.brochures-download-button {
    text-align: center;
}

label[for=f_contact_objet],
label[for=f_contact_societe],
label[for=f_contact_civilite],
label[for=f_contact_nom],
label[for=f_contact_prenom],
label[for=f_contact_email],
label[for=f_contact_numero_de_telephone],
label[for=f_contact_message],
label[for=f_brochures_courrier_civilite],
label[for=f_brochures_courrier_nom],
label[for=f_brochures_courrier_prenom],
label[for=f_brochures_courrier_adresse],
label[for=f_brochures_courrier_email],
label[for=f_brochures_courrier_code_postal],
label[for=f_brochures_courrier_ville],
label[for=f_brochures_courrier_message] {
    visibility: hidden;
}

.page-brochures .download-brochures-container {
    background-color: #ffffff;
    padding-top: 80px;
}

.page-brochures .receive-brochures-container {
    background-color: #f0f0f0;
}

.peirani-contact-form-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 300px;
}

.select_box select {
    font-size: 12px;
}

.footer-container .container > .row,
.footer-blocks-wrapper > .row {
    padding: 0 70px;
}

.header-links-wrapper > div:nth-child(4) {
    display: none;
}

.header-links-wrapper > div {
    width: 33.333333333333336%;
}

div#_desktop_top_menu ul li.current a {
    color: #f08200;
}

.footer-credits p:nth-child(2) {
    padding-top: 0;
}

.footer-credits p:nth-child(1) {
    padding-bottom: 0;
}

body.category-excursions .category-form.custom-search-form {
    display: none;
}

.row-home-categories, div#subcategories, .bon-plan-container .bon-plan, .footer-container .container > .row, .footer-blocks-wrapper > .row, section#products {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 70px;
    padding-right: 70px;
}

.product-right-share-container {
    display: none;
}

.product-right-sided-top h5, .product-right-sided-top h5 a, .product-right-sided-top h6, .product-right-sided-top h6 a {
    width: 240px;
}

body.cms-id-6 div#_desktop_top_menu ul li#lnk-contact a,
body.cms-id-11 div#_desktop_top_menu ul li#lnk-peirani a,
body.cms-id-18 div#_desktop_top_menu ul li#cms-category-5 > a, 
body#category.category-id-13 div#_desktop_top_menu ul li#lnk-excursions-journee a {
    color: #f08200;
}

#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
    margin-bottom: 20px;
}

.product-additional-description h3 {
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.custom-load-container a.disable-me {
    background-color: #ff7c00;
    color: #ffffff;
    cursor: not-allowed;
}

.first-level-input input {
    outline: none;
}

.histoire-first-level.histoire-fourth-level {
    overflow: hidden;
}


.blockUI.blockMsg.blockPage {
    background: none !important;
    border: none !important;
    color: #fff !important;
}

.blockUI.blockMsg.blockPage h1 {
    font-size: 3vw;
}

#js-product-list .no-results{
    text-align: center;
    font-family: 'Oswald';
    font-weight: 300;
    font-style: normal;
    display: block;
    width: 100%;
}

/**
 * WIDTHS - START
 */

.row-home-categories,
div#subcategories,
.bon-plan-container .bon-plan,
.footer-container .container > .row,
.footer-blocks-wrapper > .row,
section#products {
    max-width: 1900px;
    margin: 0 auto;
}

.bon-plan-container .bon-plan {
    margin-top: 40px;
}

.row-home-categories, div#subcategories, .bon-plan-container .bon-plan, .footer-container .container > .row, .footer-blocks-wrapper > .row, section#products {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 70px;
    padding-right: 70px;
}

.bon-plan-container .bon-plan {
    padding-left: 0;
    padding-right: 0;
    max-width: 1300px;
}

.bon-plan-another-container {
    /* margin: 0 70px; */
    display: block;
}

.page-pratique .pratique-second-level {
    max-width: 100%;
}

.bon-plan.bon-plan-static {
    max-width: 1300px;
    margin: 0 auto;
}

/**
 * WIDTHS - END
 */


/**
 * DISABLE TEMPORARILY
 */

.bon-plan-container {
    display: none;
}


.cms-id-15 .bon-plan-container,
.cms-id-16 .bon-plan-container {
    display: block;
}

section#content.page-content.page-not-found {
    text-align: center;
}

#pagenotfound .page-not-found .search-widget, #products .page-not-found .search-widget {
    margin: 0 auto;
    padding: 0;
    width: 280px;
}

.tab-content p,
.tab-pane p {
    font-size: 14px;
    color: #000000;
}

/* label.required_label.toplabel:after {
    display: none;
} */

.additional-form-text {
    max-width: 790px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.additional-form-text p {
    line-height: normal;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #000000;
}

.additional-form-text p a {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
    color: #3e3c3c;
}

.additional-form-text p a:hover {
    color: #f08200;
}

.groupes-wrapper .additional-form-text p {
    text-align: center;
    padding-top: 50px;
}

#mobile__desktop_logo {
    display: none;
}

.gformbuilderpro_content label:after {
    display: none;
}

#mobile-subcategories  {
    display: none;
}

.groupes-second-level > .row > div img {
    max-width: 100%;
}

#header a.orange-color {
    color: #f08201;
}

#header a.orange-color:hover {
    color: #969696;
}

#header a {
    transition: all 0.5s ease;
}

.header-links-wrapper .col-md-6.call-us-block {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

#category.category-id-13 .product-category {
    display: none;
}

body#category.category-id-parent-12.category-depth-level-3 .product-category {
    display: none;
}

.footer-container .block_newsletter p.alert {
    font-size: 12px;
    background-color: transparent;
    border: none;
    padding-top: 15px
}

div#thankyou-page > div.alert-success {
    display: none;
}

div#thankyou-page p {
    margin: 0;
    text-align: center;
    font-size: 12px;
    color: #f08201;
}

.product-brochure a {
    display: block;
    margin: 15px 0;
    background-color: #d5b700;
    padding: 15px 0;
    min-height: 70px;
}

a.brochure-product.imprimer-brochures img {
    display: none;
}

a.brochure-product.imprimer-brochures {
    padding-top: 25px;
    margin-top: 0;
}

.printable-section {
	display: none;
}

.peirani-popup-close:after {
    content: 'x';
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 14px;
}

body.category-id-25 .category-title {
    display: flex;
    flex-direction: column;
}

body.category-id-25 .category-title h1 {
    font-family: 'Oswald';
    font-weight: 300;
    font-style: normal;
    display: none;
}

body.category-id-25 h1.h1 {
    display: block;
}

body.category-id-25 .category-title p {
    max-width: 1440px;
    margin: 0 10%;
    text-align: center;
    padding: 15px 0;
    font-size: 13.5px;
    display: none;
}

body.category-id-25 .category-banner-wrapper {
    background-color: #ffffff;    
}

body.category-id-25 .category-form.custom-search-form {
    display: none;
}

body.category-id-25  .category-image {

}

body.category-id-24 .category-form.custom-search-form {
    display: none;
}

body.category-id-24 .category-title,
body.category-id-25 .category-title {
    height: 50%;
}

#lac-product-customizer.lac-product-customizer-chocolats .js-select-saveur-item {
    height: auto;
    margin-bottom: 25px;
}

#lac-product-customizer.lac-product-customizer-chocolats .js-select-saveur-item > span {
    width: 100%;
    margin: 0;
    display: inline-block;
    text-align: center;
    padding-top: 10px;
}

@media (min-width: 1200px) {

    .container {
        width: 1900px;
        max-width: 100%;        
    }

    .header-top .container {
        width: 1440px;
        max-width: 100%;        
    }    

}

@media (max-width: 1440px) {
    


}

@media (max-width: 1200px){

    .header-links-wrapper a, 
    .header-links-wrapper p, 
    div#_desktop_logo > h1,
    div#_desktop_top_menu ul li a,
    .subcategory-image-wrap h5 a {
        font-size: 14px;
    }

    .carousel .carousel-item .caption h2 {
        font-size: 48px;
    }

    .row-categories-inner-wrap h6 {
        font-size: 24px;
    }

    .row-categories-inner-wrap button {
        font-size: 10px;
    }

    .voyage_categories h2 {
        font-size: 36px;
    }

    .brochures-wrapper.contact-wrapper .groupes-inner-left-container h1 {
        font-size: 28px;
    }

    footer#footer h3 {
        font-size: 14px;
    }

    .footer-container .block_newsletter p, 
    .footer-container li a,
    .footer-credits p, 
    .footer-credits a {
        font-size: 12px;
    }

    .footer-block-inner-content h2 {
        font-size: 16px;
    }

    .footer-block-inner-content img {
        width: 30%;
    }

    a.slick-arrow svg {
        width: 30px;
        height: 30px;
    }

    .histoire-image-description h1 {
        font-size: 32px;
    }

    .static-title h2, .static-title h2 em {
        font-size: 28px;
    }

    .bon-plan-inner h4,
    .bon-plan-inner h4 em {
        font-size: 32px;
    }   

    .transport-floated img {
        width: 50px;
        height: 50px;
    }  

    .peirani-contact-form-container {
        max-width: 100%;
        padding: 0 150px;
    }

    .contact-wrapper .groupes-inner-left-container p {
        font-size: 12px;
    }             

}

@media (max-width: 1024px) {

    #products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
        font-size: 18px;
    }

    #products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature {
        width: 30.696116%;
        -ms-flex-preferred-size: 30.696116%;
            flex-basis: 30.696116%;
    }

    .static-list ul {
        padding: 0 25px 0 0;
    }  

    .download-brochures-container .download-brochures-container-inside, .receive-brochures-container .receive-brochures-container-inside {
        padding: 50px 80px 50px 210px;
    }     

    .pratique-second-level-container .pratique-left h2 {
        padding-right: 0;
    }

    .pratique-second-level-container h2 {
        text-align: center;
        display: block;
        font-size: 24px;
    }

    .page-transport .second-level-text-container h2 {
        font-size: 24px;
    }

    .pratique-third-level-container {
        max-width: 100%;
        padding: 0 140px;
    } 

    .page-transport .second-level-text-container p {
        padding-bottom: 20px;
    }

    .page-transport .second-level-text-container h2 {
        margin-top: 15px;
    }   
    
    .groupes-wrapper.transport-wrapper .groupes-third-level-container h2 {
        font-size: 24px
    }  

    .brochures-wrapper.contact-wrapper .groupes-inner-left-container h1 {
        font-size: 24px;
    } 
    
    .brochures-wrapper.contact-wrapper .groupes-inner-left-container-wrapper {
        padding-right: 6%;
    }       

}

@media (max-width: 991px) {

    #header .header-top > .container {
        width: 100%;
    }

    div#_desktop_logo {
        width: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    #header .header-top {
        height: auto;
    }

    .header-links-wrapper > div {
        height: auto;
        width: 50%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .col-md-6.header-links {
        height: auto;
        padding-top: 20px;
        padding-bottom: 0px;
        text-align: center;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
    }

    .header-top .row {
        width: 100%;
    }

    .header-links-wrapper a, 
    .header-links-wrapper p, 
    div#_desktop_logo > h1,
    div#_desktop_top_menu ul li a,
    .subcategory-image-wrap h5 a,
    #mobile__desktop_logo h1 {
        font-size: 12px;
    }

    .carousel .carousel-item .caption h2 {
        font-size: 32px;
    }

    .custom-search-form-wrap {
        width: 610px;
    }

    #_desktop_logo {
        display: none;
    }

    #mobile__desktop_logo {
        display: none;
    }  

    .row-categories-inner-wrap h6 {
        font-size: 16px
    } 

    .static-content p {
        padding: 0 20px;
    }  

    .additional-form-text {
        text-align: center;
    }  

    .transport-floated-contents {
        position: relative;
        bottom: auto;
        right: auto;
    }

    .transport-floated {
        border-radius: 0 !important;
        margin: 0;
    }   

    .brochures-wrapper.contact-wrapper .groupes-inner-left-container-wrapper {
        padding-right: 30px;
    }   

    .brochures-wrapper.contact-wrapper .groupes-inner-left-container h1 {
        font-size: 18px;
        text-align: center;
    }

    .brochures-wrapper.contact-wrapper .groupes-inner-left-container h1 br {
        display: none;
    }

    .contact-wrapper .groupes-inner-left-container p {
        font-size: 11px;
        text-align: center;
    }

    .brochures-wrapper.contact-wrapper .groupes-inner-left-container-wrapper {
        padding-right: 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }              

}

@media (max-width: 767px) {

    div#mobile__desktop_logo {
        text-align: center;
        display: block;
    }

    .col-md-6.header-links {}

    .header-links-wrapper > div {
        width: 100%;
    }

    .header-links-wrapper.clearfix {
        padding-left: 45px;
        padding-bottom: 15px;
    }

    div#mobile__desktop_logo > * {
        padding-left: 15px;
    }

    div#mobile__desktop_logo > h1 {
        padding-left: 45px;
        padding-top: 5px;
        font-family: 'Open Sans';
        font-weight: normal;
        font-style: normal;
        font-size: 13px;
        letter-spacing: 0.025em;
    }

    #mobile_top_menu_wrapper {
        display: block !important;
    }

    #mobile_top_menu_wrapper {
        background: transparent;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #header .header-top a[data-depth="0"], #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li a {
        font-size: 12px;
        font-weight: normal;
        padding-top: 2px;
        padding-bottom: 2px;
        text-transform: capitalize;
        border-bottom: none;
    }

    .top-menu .sub-menu, #mobile_top_menu_wrapper .top-menu .sub-menu {
        padding: 20px;
        background: none;
    } 
    
    div#_mobile_contact_link {
        display: none;
    } 
    
    .navbar-toggler {
        height: auto;
        width: 2em;
    }   

    .row-home-categories.clearfix {
        display: block;
    }

    .row-home-categories .col-md-9 {
        display: block;
    }

    .row-categories-wrap img,
    .row-categories-wrap {
        border-radius: 0 !important;
    }

    .row-categories-wrap {
        margin: 25px 0;
    }

    .row-categories-wrap.un-ce img {
        height: 60% !important;
    }

    .footer-blocks {
        margin: 25px 40px;
    }

    .footer-container .container > .row {
        display: block;
    }

    .col-md-4.links {
        width: 100%;
    }

    #footer .links > .row {
        display: block;
        width: 100%;
        margin: 0;
    }

    .footer-container .block_newsletter {
        width: 100%;
    }  
    
    .custom-search-form-wrap {
        width: 100%;
        padding: 0 15px;
    }

    .custom-search-form-first-level > div:nth-child(3) {
        display: block;
        width: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-top: 15px;
    }

    .custom-search-form-first-level {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 6px 10px;
    }

    input#stay-destination,
    input#stay-destination::-webkit-input-placeholder {
        font-size: 12px;
    }

    .custom-search-form-first-level > div:nth-child(2) {
        width: 80%;
        -ms-flex-preferred-size: 80%;
            flex-basis: 80%;
    }

    select#stay-in-days {
        font-size: 12px;
        padding-left: 15px;
    }

    input#stay-date {
        font-size: 12px;
        padding-left: 17px;
    }

    select#stay-price {
        font-size: 12px;
        padding-left: 15px;
    }

    .custom-search-form-second-level {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .custom-search-form-second-level > div {
        width: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }

    .custom-search-form-second-level > div > *, .custom-search-form-second-level > div > div > * {
        padding-left: 0;
        margin: 2px;
    }

    .search-submit-button button {
        font-size: 12px;
        padding: 5px;
    }

    .custom-search-form {
        top: 330px;
    }  

    #products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature {
        width: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #products .thumbnail-container .product-description, .featured-products .thumbnail-container .product-description, .product-accessories .thumbnail-container .product-description {
        -webkit-box-shadow: none;
                box-shadow: none;
    }  

    .histoire-third-level .static-title,
    .histoire-third-level .static-content {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;

    }

    .static-list ul {
        padding: 0;
        margin: 0;
        list-style: none;
        padding: 0 20px;
    } 
    
    .histoire-image-description h1, .bon-plan-inner h4, .bon-plan-inner h4 em, .groupes-text-container h2, .groupes-inner-left-container h1 {
        font-size: 18px;
    }

    .histoire-image-description p {
        font-size: 14px;
    }

    .bon-plan-inner a {
        font-size: 10px;
        padding: 2px 15px;
    }  
    
    .footer-container .links .h3 {
        font-size: 12px;
    }

    .groupes-inner-left-container p, .brochures-title-container p {
        font-size: 12px;
    } 

    .brochures-title-container.devis-brochures:before {
        display: none;
    }

    .download-brochures-container .download-brochures-container-inside, .receive-brochures-container .receive-brochures-container-inside {
        padding: 25px;
    }   
    
    .groupes-inner-left-container-wrapper {
        width: 100%;
    }

    .pratique-third-level-container {
        padding: 25px;
    }

    .pratique-second-level-container > .row {
        display: block;
    }

    .col-md-6.clearfix.pratique-left {
        padding-bottom: 25px;
    } 

    .transport-floated {
        width: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }

    .transport-floated-contents {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }  
    
    .page-transport .second-level-text-container h2:first-child {
        margin-top: 40px;
    }   

    .groupes-wrapper.transport-wrapper .groupes-third-level-container .row {
        display: block;
        width: 100%;
        text-align: center;
    }

    .groupes-wrapper.transport-wrapper .groupes-third-level-container h2 {
        display: block;
        text-align: center;
        margin-bottom: 35px;
    }

    .third-level-text-container {
        text-align: center;
    }

    .groupes-wrapper.transport-wrapper .groupes-third-level-container h2 br {
        display: none;
    }

    .groupes-wrapper.transport-wrapper .groupes-third-level-container .third-level-text-container a {
        margin-left: 0;
    } 

    .cms-id-6 .brochures-wrapper.contact-wrapper .groupes-inner-left-container-wrapper {
        width: 37%;
    }  
    
    .peirani-contact-form-container {
        padding: 0 25px;
    }

    .select_box select {
        max-width: 100%;
    }               

}

@media (max-width: 475px) {
    
    .row-home-categories, div#subcategories, .bon-plan-container .bon-plan, .footer-container .container > .row, .footer-blocks-wrapper > .row, section#products, .voyage_categories, .groupes-wrapper.transport-wrapper .groupes-second-level-container, .groupes-wrapper.transport-wrapper .groupes-third-level-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .voyage_categories div#subcategories {
        padding: 0 80px;
    }    

    .subcategory-image-wrap {
        width: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }   

    #mobile-subcategories  {
        display: block;
    }  

    #subcategories  {
        display: none;
    }

    .mobile-subcategory-image-wrap h5 a {
        font-family: 'Open Sans';
        font-weight: normal;
        font-style: normal;
        font-size: 18px;
        color: #646464;
        text-align: center;
        display: block;
        padding-top: 25px;    
    }

    #mobile-subcategories .subcategory-description {
        display: none;
    }

    div#mobile-subcategories a {
        display: block;
        text-align: center;
    } 
    
    .custom-search-form-second-level {
        padding-bottom: 20px;
    }       

}

@media print {

	.header-top {
	    display: none;
	}

	.product-tabs-container ul li {
	    display: none;
	}
	
	.product-tabs-container ul li:nth-child(2) {
	    display: block;
	}
	
	.product-additional-details > .row .col-md-5 {
	    display: none;
	}
	
	footer#footer {
	    display: none;
	}

	.product-additional {
	    max-width: 100%;
	    padding: 0 10px;
	}
	
	.floated-container-product-title {
	    position: relative;
	    top: auto;
	    width: 100%;
	}
	
	.product-additional-details {
	    top: auto;
	    width: 100%;
	    overflow-y: hidden;
	}
	
	.product-title-container h1 {
	    font-size: 26px;
	}
	
	.cproduct-price-container p, .cproduct-price-container p.custom-price {
	    font-size: 22px;
	    display: inline-block;
	}
	
	.cproduct-price-container {
	    display: block;
	    text-align: center;
	    min-height: auto;
	    padding: 15px 0;
	}
	
	.tab-content p, .tab-pane p {
	    font-size: 12px;
	}
	
	.product-additional-details .tab-content {
	    padding: 8%;
	}
	
	.product-tabs-container {
	    padding: 0;
	    width: 100%;
	}
	
	body#product {
	    overflow-x: hidden;
	}
	
	.product-title-container {
	    min-height: auto;
	    padding: 20px 0;
	}	
	
}

#_desktop_logo p {

        font-family: 'Open Sans';
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        color: #282828;
        line-height: 0;
        padding-bottom: 2px;
        letter-spacing: 0.03em;
        margin-bottom: 6px;
}

.text-center {
    text-align: center;
}

.h1-title-home {
    font-size: 2.3rem;
    margin-top: 30px;
    margin-bottom: 50px;
}

.p-home {
    margin-bottom: 50px;
}

.mb-30 {
    margin-bottom: 150px;
}

#block-home-2 h2 {
    font-family: 'Oswald';
    font-weight: 300;
    font-style: normal;
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 20px;
    color: #646464;
    margin-top: 18px;
}

.row-categories-inner-wrap h2 {
    font-family: 'Oswald';
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.01em;
}

.subcategory-image-wrap p a {
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    color: #646464;
    text-align: center;
    display: block;
    padding-top: 25px;
}