/*
*
* LOAD FONT
*
*/

@font-face {
    font-family: 'abril_fatfaceregular';
    src: url('../fonts/abrilfatface-regular-webfont.woff2') format('woff2'),
        url('../fonts/abrilfatface-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,700');


body {
    background-color: #eeeeee;
}


textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}


/*
*
* DEFINE TITLE
*
*/


p {
    margin: 0;
}

.titre-big {
    font-size: 88px;
    line-height: 74px;
    font-family: 'abril_fatfaceregular';
    font-weight: 100;
}

@media screen and (max-width: 1200px) {
    .titre-big {
        font-size: 74px;
        line-height: 66px;
    }
}

@media screen and (max-width: 991px) {
    .titre-big {
        font-size: 56px;
        line-height: 52px;
    }
}

@media screen and (max-width: 576px) {
    .titre-big {
        font-size: 40px;
        line-height: 34px;
    }
}

/*@media screen and (min-width: 2300px)
{
    .titre-big
    {
        font-size: 150px;
        line-height: 125px;
    }
}*/


.titre-h1 {
    font-family: 'abril_fatfaceregular';
    font-weight: 100;
    font-size: 81px;
}

@media screen and (max-width: 1200px) {
    .titre-h1 {
        font-size: 66px;
    }
}

@media screen and (max-width: 991px) {
    .titre-h1 {
        font-size: 50px;
    }
}

@media screen and (max-width: 767px) {
    .titre-h1 {
        font-size: 45px;
    }
}

@media screen and (max-width: 576px) {
    .titre-h1 {
        font-size: 40px;
    }
}

/*@media screen and (min-width: 2300px)
{
    .titre-h1
    {
        font-size: 135px;
        line-height: 125px;
    }
}*/

.titre-h2 {
    font-size: 60px;
    line-height: 58px;
    font-weight: 100;
    font-family: 'abril_fatfaceregular';
}

@media screen and (max-width: 1200px) {
    .titre-h2 {
        font-size: 50px;
        line-height: 48px;
        margin: 0;
    }
}

@media screen and (max-width: 576px) {
    .titre-h2 {
        font-size: 40px;
        line-height: 40px;
        /* 34px */
    }
}

/*@media screen and (min-width: 2300px)
{
    .titre-h2
    {
        font-size: 100px;
        line-height: 92px;
    }
}*/

.titre-h3 {
    font-size: 40px;
    font-weight: 100;
    font-family: 'abril_fatfaceregular';
}

@media screen and (max-width: 1200px) {
    .titre-h3 {
        font-size: 32px;
        line-height: 38px;
        margin: 0;
    }
}

/*@media screen and (min-width: 2300px)
{
    .titre-h3
    {
        font-size: 65px;
        font-family: 'abril_fatfaceregular';
    }
}*/

.titre-h4 {
    font-size: 24px;
    font-weight: 100;
    line-height: 26px;
    font-family: 'abril_fatfaceregular';
}

.titre-h5 {
    font-size: 20px;
    font-weight: 100;
    line-height: 26px;
    font-family: 'abril_fatfaceregular';
}

/*@media screen and (min-width: 2300px)
{
    .titre-h4
    {
        font-size: 30px;
        line-height: 32px;
    }
}*/


.titre-small {
    font-size: 24px;
    font-weight: 100;
    line-height: 29px;
    font-family: 'Montserrat', sans-serif;
}

@media screen and (min-width: 1200px) {
    .titre-small {
        font-size: 20px;
        line-height: 26px;
    }
}

@media screen and (min-width: 1200px) {
    .titre-small {
        font-size: 18px;
        line-height: 24px;
    }
}

/*@media screen and (min-width: 2300px)
{
    .titre-small
    {
        font-size: 30px;
        line-height: 35px;
    }
}*/

.texte-base {
    font-size: 16px;
    line-height: 29px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: black;
}

.texte-base b {
    font-weight: 600;
}

.texte-base.big-txt {
    font-size: 18px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.btn-base {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 30px 10px 10px;
    border: 1px solid #c07e11;
}

.btn-base.noArrow {
    padding: 10px;
    border: 1px solid #c07e11;
}

/*@media screen and (min-width: 2300px)
{
    .btn-base
    {
        font-size: 18px;
    }
}*/

.btn-base::after {
    content: ">";
    position: absolute;
    right: 12px;
}

.btn-base.noArrow::after {
    content: "";
    position: absolute;
    right: 0;
}

.w100 {
    width: 100%;
}

/*
*
* DEFINE COLOR
*
*/

/* Brun clair */
.color_1 {
    color: #EEEEEE;
}

.bg_1 {
    background-color: #EEEEEE;
}

/* Brun foncÃ© */
.color_2 {
    color: #C07E11;
}

.bg_2 {
    background-color: #C07E11;
}

/* Noir */
.color_3 {
    color: #000000;
}

.bg_3 {
    background-color: #000000;
}

/* Blanc */
.color_4 {
    color: #FFFFFF;
}

.bg_4 {
    background-color: #FFFFFF;
}


.full-h {
    height: 100%;
}


.ligne {}

.ligne .col-2 {
    width: 50%;
    float: left;
    min-height: 10px;
}

.ligne .col-3 {
    width: 33.333%;
    float: left;
    min-height: 10px;
}

.ligne .col-4 {
    width: 25%;
    float: left;
    min-height: 10px;
}

.ligne .col-7 {
    width: 75%;
    float: left;
    min-height: 10px;
}

.ligne .col-6 {
    width: 66.666%;
    float: left;
    min-height: 10px;
}

/*
*
* REINIT BASE
*
*/

#wrapper {
    background: white;
    box-shadow: none;
    padding-top: 0;
    padding-top: 141px;
    margin-bottom: 0 !important;
}

#main .page-footer,
#main .page-content,
#main .page-header {
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
    #wrapper {
        margin-bottom: 25px;
        z-index: 5;
        position: relative;
        background: white;
    }
}

@media screen and (max-width: 991px) {
    #wrapper {
        padding-top: 138px;
    }
}

@media screen and (max-width: 767px) {
    #_desktop_user_info {
        margin-right: 11px;
    }

    #wrapper {
        padding-top: 102px;
    }

    #header.small-menu .container-content {
        padding-top: 0px;
        padding-bottom: 80px !important;
    }
}


/*@media screen and (max-width: 420px)
{
    #wrapper
    {
        margin-top: 80px;
    }
}*/
/*
@media screen and (min-width: 2300px)
{
    #wrapper
    {
        margin-top: 315px;
    }
}*/

/* BTN */

[role="button"],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    -ms-touch-action: none;
    touch-action: none;
}

.btn-base-effect {
    color: #a28b3e;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 10px;
    text-transform: uppercase;
    border: 1px solid #c07e11;
    background: transparent;
}

.btn-base-effect.btn-effect-black {
    color: black;
    border: 1px solid black;
}

.btn-base-effect p {
    z-index: 5;
    position: relative;

}

.btn-base-effect span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #c07e11;
    transition: width 0.7s ease-in-out, height 0.7s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.btn-base-effect.btn-effect-black span {
    background-color: black;
}

.btn-base-effect p {
    color: #c07e11;
    margin: 0 !important;
    padding: 0;
    transition: 0.2s ease color;
}

.btn-base-effect.btn-effect-black p {
    color: black;
}


.btn-base-effect:hover p {
    color: white;
    transition: 0.2s ease color;
}

.btn-base-effect.black:hover p {
    color: black;
    transition: 0.2s ease color;
}

.btn-base-effect:hover span {
    width: 400px;
    height: 400px;
}

.btn-base-effect:active {
    background-color: #c07e11;
}


@media screen and (max-width: 991px) {
    .hide991 {
        display: none;
    }
}



/* GENERAL */
::selection {
    color: white;
    background: #c07e11;
}

::-moz-selection {
    color: white;
    background: #c07e11;
}

* {
    outline: none !important;
}

.offset-0 {
    padding: 0px;
}

.fond-noir {
    background-color: #000000;
}

.fond-brun {
    background-color: #c07e11;
}

.fond-blanc {
    background-color: #ffffff;
}

.brun {
    color: #c07e11;
}

.noir {
    color: #000000;
}

.blanc {
    color: #ffffff;
}

/* FOOTER */
body#checkout #footer,
#footer {
    background: #eeeeee;
    z-index: 5;
}

.copyright {
    color: #000000;
    transition: all 0.3s;
}

.copyright:hover {
    color: #c07e11;
}



/* BURGER */

#header .burger-custom::after {
    content: "MENU";
    font-family: 'Montserrat', sans-serif;
    color: #c07e11;
    top: 35px;
    display: block;
    position: absolute;
    font-size: 12px;
    text-align: center;
    width: 100%;
    font-weight: bolder;
    transition: 0.2s ease color;
    z-index: 999;
}

#header.open .burger-custom::after {
    /*color: white;*/
    transition: 0.2s ease color;
}

.burger-custom {
    height: 32px;
    width: 40px;
    position: absolute;
    top: 30px;
    left: 0px;
    z-index: 999;
}

.small-menu .burger-custom {
    top: 12px;
}

@media screen and (max-width: 991px) {
    .burger-custom {
        top: 15px;
        left: 0px;
    }
}

@media screen and (max-width: 576px) {
    .burger-custom {
        left: 15px;
    }
}

.burger-custom span:nth-child(1),
.burger-custom span:nth-child(2),
.burger-custom span:nth-child(3) {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 5px;
    display: block;
    transition: 0.2s ease height, background-color 0.15s ease;
}

.burger-custom span:nth-child(1) {
    top: 0px;
}

.burger-custom span:nth-child(2) {
    top: 12px;
}

.burger-custom span:nth-child(3) {
    top: 24px;
}

.burger-custom.open span:nth-child(1),
.burger-custom.open span:nth-child(2) {
    /*height: 12px;*/
    transition: 0.15s ease height, background-color 0.15s ease;
}

.burger-custom.open span {
    /*background-color: #8f612f;*/
}


.burger-custom span:nth-child(4) {
    width: 40px;
    height: 4px;
    background: white;
    position: absolute;
    top: 50%;
    right: -50%;
    opacity: 0;
    transform: translateX(0%) translateY(-50%) rotate(45deg);
    transition: ease opacity 0s, ease right 0.15s, ease transform 0.15s;
}

.burger-custom.open span:nth-child(4) {
    width: 40px;
    height: 4px;
    background: white;
    position: absolute;
    top: 50%;
    right: 50%;
    opacity: 1;
    transform: translateX(50%) translateY(-50%) rotate(45deg);
    transition: ease opacity 0.15s 0.15s, ease right 0.15s 0.15s, ease transform 0.15s 0.15s;
}

.burger-custom span:nth-child(5) {
    width: 40px;
    height: 4px;
    background: white;
    position: absolute;
    top: 50%;
    left: -50%;
    opacity: 0;
    transform: translateX(0%) translateY(-50%) rotate(-45deg);
    transition: ease opacity 0s, ease left 0.15s, ease transform 0.15s;
}

.burger-custom.open span:nth-child(5) {
    width: 40px;
    height: 4px;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transition: ease opacity 0.15s 0.15s, ease left 0.15s 0.15s, ease transform 0.15s 0.15s;
}





/* HEADER + FOOTER + HOME */




#header {
    background: #fff;
    color: #000000;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: 500;
    transition: 0.5s linear border;
    border-bottom: 1px solid white;
    top: 0px;
}

#header.small-menu {
    transition: 0.5s linear border;
    /* border-bottom: 1px solid #c07e11;*/
}

#header .container-content {
    padding-top: 15px;
    padding-bottom: 65px;
    transition: padding linear 0.3s;
}

#header.small-menu .container-content {
    padding-top: 0px;
    padding-bottom: 0px;
    transition: padding linear 0.3s;
}

@media screen and (max-width: 991px) {
    #header .container-content {
        padding-top: 0;
        padding-bottom: 100px;
    }

    #header.small-menu .container-content {
        padding-top: 0px;
        padding-bottom: 40px;
    }
}

/*@media screen and (max-width: 420px)
{
    #header .container-content
    {
        padding-top: 0;
        padding-bottom: 80px;
    }
}*/
/*
@media screen and (min-width: 2300px)
{
    #header .container-content
    {
        padding-top: 55px;
        padding-bottom: 200px;
    }
}*/



#header .container {
    width: 100%;
    padding: 0;
}

#header .header-nav {
    border-bottom: none;
    max-height: 60px;
    margin-bottom: 0;
    width: 240px;
    margin-left: auto;
}

@media screen and (max-width: 991px) {
    #header .header-nav {
        width: 100%;
        max-height: 38px;
    }

    #header .row {
        margin: 0;
    }
}

#header .header-nav #_desktop_user_info {
    height: 60px;
    width: 60px;
    text-align: center;
}

#header .header-nav .blockcart {
    background: #c07e11;
    position: relative;
    color: white;
    padding: 0;
    margin-left: 0;
    text-align: center;
    height: 60px;
    width: 60px;
}

.footer-menu {
    display: none;
}


@media screen and (max-width: 1600px) {
    #header .header-nav .hidden-md-up.burgerpanel {
        display: inherit !important;
    }

    header.open .footer-menu {
        z-index: 10000;
        position: fixed;
        bottom: 15px;
        left: 0;
        display: block;
        width: 100%;
        text-align: right;
    }

    header.open .footer-menu img {
        margin-right: 15px;
        display: none;
    }



    #calque_menu_white {
        position: absolute;
        bottom: 0px;
        z-index: 999;
        width: 120px;
        display: block;
        left: 50%;
        transform: translateX(-50%);
    }


    #calque_menu_white .st0 {
        fill: #FFFFFF;
    }

    #calque_menu_white .st1 {
        fill: #FFFFFF;
    }

    #calque_menu_white .st2 {
        fill: #FFFFFF;
        clip-path: none;
    }

    #calque_menu_white .st3 {
        clip-path: url(#SVGID_2_);
    }

    #calque_menu_white .st4 {
        clip-path: url(#SVGID_4_);
    }

}

@media screen and (max-width: 991px) {
    header.open .footer-menu img {
        display: inherit;
        width: 35px;
    }

    #calque_menu_white {
        width: 80px;
    }
}

@media screen and (max-width: 991px) {

    #header .header-nav #_desktop_user_info,
    #header .header-nav #_mobile_user_info,
    #header .header-nav .blockcart,
    #header .header-nav .blockcart.active {
        height: 49px;
        width: 49px;
        margin-left: 0;
        margin-top: 0px;
    }


}


@media screen and (max-width: 576px) {

    #header .header-nav #_desktop_user_info,
    #header .header-nav #_mobile_user_info,
    #header .header-nav .blockcart,
    #header .header-nav .blockcart.active {
        height: 35px;
        width: 35px;
    }


}



#header .logo {
    width: 215px;
    transition: linear width 0.2s;

}

@media screen and (max-width: 991px) {
    #header .logo {
        width: 162px;
        transition: linear width 0.2s;
    }
}

@media screen and (max-width: 400px) {
    #header .logo {
        width: 100px;
        transition: linear width 0.2s;
    }
}

/*
@media screen and (min-width: 2300px)
{
    #header .logo
    {
        width: 194px;
    }
}*/

#header.small-menu .logo {
    width: 166px;
    transition: linear width 0.2s;
    margin-top: -12px;
}

@media screen and (max-width: 991px) {
    #header.small-menu .logo {
        width: 150px;
        margin-top: -15px;
    }
}

@media screen and (max-width: 400px) {
    #header.small-menu .logo {
        width: 100px;
        margin-top: -15px;
    }
}

#header .header-top {
    width: 0;
}

#header .header-nav .blockcart .header {
    margin-top: 0;
    height: 100%;
    width: 100%;
}

#header .header-nav .blockcart .header .cart-products-count {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: black;
    line-height: 16px;
    width: 16px;
    font-size: 10px;
    border-radius: 20px;
}

#header .header-nav .blockcart .header i,
#header .header-nav .user-info i {
    color: white;
    line-height: 60px;
}

@media screen and (max-width: 991px) {

    #header .header-nav .blockcart .header i,
    #header .header-nav .user-info i {
        color: white;
        line-height: 48px;
        font-size: 26px;
    }
}

@media screen and (max-width: 576px) {

    #header .header-nav .blockcart .header i,
    #header .header-nav .user-info i {
        color: white;
        line-height: 35px;
        font-size: 18px;
    }
}

#header .header-nav .user-info {
    margin-left: 0;
    margin-top: 0;
    height: 100%;
    text-align: center;
    white-space: nowrap;
    background: black;
    color: white;
}

#header .header-top {
    height: 0;
    overflow: hidden;
}

#header .header-nav .language-selector,
#header .header-nav #_desktop_language_selector {
    margin-top: 0;
    white-space: nowrap;
    width: 60px;
    text-align: center;
    line-height: 60px;
}

@media screen and (max-width: 991px) {

    #header .header-nav .language-selector,
    #header .header-nav #_desktop_language_selector {
        width: 49px;
        line-height: 49px;
    }
}

@media screen and (max-width: 767px) {

    #header .header-nav .language-selector,
    #header .header-nav #_desktop_language_selector {
        display: none;
    }
}

#header .header-nav #_desktop_language_selector .material-icons {
    line-height: 21px;
}

#_fb_header_link i {
    position: relative;
    line-height: 60px;
    height: 100%;
    width: 100%;
}

#_fb_header_link a {
    display: block;
    color: #c07e11;
    line-height: 60px;
}

#_fb_header_link svg {
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#_fb_header_link svg path {
    fill: black;
    transition: 0.2s ease fill;
}

#_fb_header_link:hover svg path {
    fill: #c07e11;
    transition: 0.2s ease fill;
}

#_fb_header_link {
    width: 60px;
    text-align: center;
    height: 60px;
    position: relative;
}

#header .mainMenu {
    position: fixed;
    left: calc(50% - 650px);
    top: 160px;
    transform: translateX(-100%);
    transition: 0.2s linear top;
    z-index: 11000;
}


@media screen and (max-width: 1600px) {

    #header .mainMenu {
        display: none;
    }

    .mainMenu .item::after {
        display: none;
    }

    #header .mainMenu {
        position: fixed;
        top: 50%;
        transition: none;
        padding-left: 0px;
        width: 1140px;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
}

@media screen and (max-width: 1200px) {
    #header .mainMenu {
        width: 960px;

    }


}

@media screen and (max-width: 991px) {
    #header .mainMenu {
        width: 720px;

    }
}

@media screen and (max-width: 767px) {
    #header .mainMenu {
        width: 540px;
    }
}

@media screen and (max-width: 576px) {
    #header .mainMenu {
        width: 100%;
        padding-left: 15px;

    }
}

/*
@media screen and (min-width: 2300px)
{
    #header .mainMenu
    {
        position: fixed;
        left: calc(50% - 1021px);
        top: 315px;
        transform: translateX(-100%);
        transition: 0.2s linear top;
    }
}*/

#header.small-menu .mainMenu {
    top: 100px;
    transition: 0.2s linear top;
}



.mainMenu .item {
    line-height: 48px;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    text-align: right;
}


.resp-social-menu {
    display: none;
}

@media screen and (max-width: 1600px) {
    .mainMenu .item {

        line-height: 42px;
        text-transform: uppercase;
        font-size: 36px;
        position: relative;
        font-family: 'abril_fatfaceregular';
        font-weight: 100;
        margin-bottom: 30px;
        text-transform: inherit;
        text-align: left;
    }





    #header .mainMenu .item a:hover {
        color: white;

    }

    .resp-social-menu {
        display: block;
    }

    .resp-social-menu svg,
    .resp-social-menu img {
        height: 40px;
        margin-right: 30px;
    }

}


@media screen and (max-width: 1600px) {
    .mainMenu .item {
        margin-bottom: 25px;
    }
}

.resp-social-menu svg,
.resp-social-menu img {
    height: 40px;
    margin-right: 20px;
}

@media screen and (max-width: 1200px) {
    .mainMenu .item {

        line-height: 32px;
        font-size: 28px;
    }

    .resp-social-menu svg,
    .resp-social-menu img {
        height: 30px;
        margin-right: 20px;
    }

}

@media screen and (max-width: 767px) {
    .mainMenu .item {
        line-height: 36px;
        font-size: 26px;
    }

    .resp-social-menu img {
        height: 25px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 350px) {
    .mainMenu .item {
        line-height: 26px;
        font-size: 20px;
    }
}

/*@media screen and (min-width: 2300px)
{
    .mainMenu .item
    {
        line-height: 74px;
        text-transform: uppercase;
        font-size: 23px;
    }
}*/


.mainMenu .item::after {
    content: "";
    height: 1px;
    width: 135px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #c07e11;
}

@media screen and (max-width: 991px) {

    .mainMenu .item::after {
        background: transparent;
    }
}

/*@media screen and (min-width: 2300px)
{
    .mainMenu .item::after
    {
        width: 155px;
    }
}*/

#header .logoMain {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10000;
}

#header .header-top {
    padding-bottom: 0;
}

#index .container {
    width: 100%;
    padding: 0;
}

#index .carousel {
    box-shadow: none;
}









@media screen and (max-width: 767px) {

    #index .carousel .panel-slider .roue,
    #index .carousel .slider-home-top .custom-next,
    #index .carousel .slider-home-top .custom-prev {
        display: none;
    }
}


#index .carousel .slider-home-top .slick-list.draggable,
#index .carousel .slider-home-top .slick-track,
#index .carousel .slider-home-top .slick-slide,
#index .carousel .slider-home-top .slick-slide div {
    height: 100%
}

#index .carousel .slider-home-top {
    height: 100%;
    width: 50%;
    margin-left: auto;
    position: absolute;
    margin-bottom: 0;
    top: 0;
    right: 0;
    background: black;
}



/*@media screen and (max-width: 767px) { MODIF SLIDER HOME */

@media screen and (max-width: 991px) 
{ 
    #index .carousel .slider-home-top {
        height: 52.5vw;
        width: 100%;
        padding-bottom: 0;
        position: absolute;
        top: 0;
        left: 0;
    }
}

.carousel .carousel-control .icon-next {
    right: 50px;
}




.carousel .carousel-control .icon-previous {
    left: 50px;
}

.carousel .carousel-item .caption {
    top: 0;
    left: inherit;
    bottom: inherit;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}


.carousel {
    margin: 0;
}

.carousel .presentation h1 {
    margin-left: 135px;
    margin-bottom: 45px;
    z-index: 50;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .carousel .presentation h1 {
        margin-left: 115px;
        margin-bottom: 38px;
    }
}

@media screen and (max-width: 991px) {
    .carousel .presentation h1 {
        margin-left: 80px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #roueTopHome
    {
        display: none;
    }
    .carousel .presentation h1 .color_4 {
        color: black;
    }
}

@media screen and (max-width: 767px) {
    

    .carousel .presentation h1 {
        margin-left: 0;
        padding: 0 55px;
        width: 100%;
    }

    .carousel .presentation h1 .ligne_2 {
        padding-left: 27px;
    }
}

@media screen and (max-width: 576px) {
    .carousel .presentation h1 br {
        display: none;
    }

    .carousel .presentation h1 {
        width: 100%;
        margin-bottom: 0;
        margin-left: 0;
        padding-left: 30px;
        padding-right: 30px;
    }


    .carousel .presentation h1 .mg_small {
        margin-left: 50px;
        display: block;
        transition: 0.4s ease margin;
    }

    .carousel .presentation h1 .ligne_2 {
        padding-left: 0px;
    }
}

.carousel .presentation[data-lang="DE"] h1 {
    margin-left: 39px;
}

@media screen and (max-width: 1200px) {
    .carousel .presentation[data-lang="DE"] h1 {
        margin-left: 34px;
    }
}

@media screen and (max-width: 991px) {
    .carousel .presentation[data-lang="DE"] h1 {
        margin-left: 80px;
    }
}

@media screen and (max-width: 767px) {
    .carousel .presentation[data-lang="DE"] h1 {
        margin-left: 0;
        padding: 0 55px;
        width: 100%;
    }

    .carousel .presentation[data-lang="DE"] h1 br {
        display: none;
    }

    .carousel .presentation[data-lang="DE"] h1 .ligne_2 {
        padding-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .carousel .presentation[data-lang="DE"] h1 {
        padding: 0 30px;
    }
}



.carousel .presentation[data-lang="EN"] h1 .ligne_2 {
    margin-left: 88px;
}

@media screen and (max-width: 1200px) {
    .carousel .presentation[data-lang="EN"] h1 .ligne_2 {
        margin-left: 76px;
    }
}


@media screen and (max-width: 991px) {
    .carousel .presentation[data-lang="EN"] h1 .ligne_2 
    {
        margin-left: 0;
        padding-left: 0;
    }

    .carousel .presentation h1 br 
    {
        display: none;
    }
}





/*@media screen and (min-width: 2300px)
{
    .carousel .presentation h1
    {
        margin-left: 231px;
        margin-bottom: 75px;
    }
}*/

.carousel .presentation .logo {
    left: calc(50% - 168px);
    position: relative;
    margin-top: 100px;
    margin-bottom: 23px;
    width: 220px;
    z-index: 50;
}

@media screen and (max-width: 1200px) {
    .carousel .presentation .logo {
        left: calc(50% - 129px);
        margin-top: 85px;
        margin-bottom: 20px;
        width: 168px;
    }
}

@media screen and (max-width: 991px) {
    .carousel .presentation .logo {
        left: calc(50% - 97px);
        margin-top: 60px;
        margin-bottom: 20px;
        width: 127px;
    }
}

/*@media screen and (max-width: 767px) { MODIF SLIDER HOME */
@media screen and (max-width: 991px) 
{ 
    .carousel .presentation .logo {
        left: inherit;
        width: 200px;
        position: relative;
        display: block;
        margin: 0 auto;
        margin-top: -43px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 576px) {
    .carousel .presentation .logo {
        width: 182px;
        margin-top: -39.5px;
    }
}

/*@media screen and (min-width: 2300px)
{
    .carousel .presentation .logo
    {
        left: calc(50% - 295px);
        width: 376px;
        margin-top: 167px;
        margin-bottom: 40px;
    }
}*/


.carousel .presentation {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 40px;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .carousel .presentation {
        padding-bottom: 30px;
    }
}


@media screen and (max-width: 991px) {
    .carousel .presentation {
        padding-bottom: 70px;
    }
}

/*@media screen and (max-width: 767px) { MODIF SLIDER HOME */
@media screen and (max-width: 991px) 
{ 
    .carousel .presentation {
        padding-bottom: 0px;
        padding-top: 52.5vw;
        position: relative;
    }
}

/*@media screen and (min-width: 2300px)
{
    .carousel .presentation
    {
        padding-bottom: 70px;
    }
}*/

.carousel .presentation .contenu {
    width: 335px;
    margin-left: 175px;
    text-align: right;
}

@media screen and (max-width: 1200px) {
    .carousel .presentation .contenu {
        width: 282px;
        margin-left: 147px;
    }
}

@media screen and (max-width: 991px) {
    .carousel .presentation .contenu 
    {
        width: auto;
        margin-left: 80px;
        margin-right: 80px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .carousel .presentation .contenu {
        width: calc(100% - 110px);
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (max-width: 576px) {
    .carousel .presentation .contenu {
        width: 100%;
        margin: 0;
        text-align: center;
        padding: 50px 30px;
    }
}

/*@media screen and (min-width: 2300px)
{
    .carousel .presentation .contenu
    {
        width: 570px;
        margin-left: 300px;
    }
}*/


.carousel .presentation .contenu p {
    margin-bottom: 30px;
    text-align: left;
}

@media screen and (max-width: 576px) {
    .carousel .presentation .contenu p {
        margin-bottom: 50px;
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*@media screen and (min-width: 2300px)
{
    .carousel .presentation .contenu p
    {
        margin-bottom: 50px;
    }
}*/





.container-content {
    position: relative;
    width: 1140px;
    margin: 0 auto;
    display: block;
}

/*@media screen and (min-width: 2300px)
{
    .container-content
    {
        width: 1942px;
    }
}*/

@media screen and (max-width: 1200px) {
    .container-content {
        width: 960px;
    }
}

@media screen and (max-width: 991px) {
    .container-content {
        width: 720px;
    }
}

@media screen and (max-width: 767px) {
    .container-content {
        width: 540px;
    }
}


@media screen and (max-width: 576px) {
    .container-content {
        width: 100%;
    }
}


#index .visite-panel-home .ligne {
    height: auto;
}

#index .visite-panel-home .ligne .col-2 {
    position: relative;
    float: inherit;
    left: 50%;
}

@media screen and (max-width: 991px) {
    #index .visite-panel-home .ligne .col-2 {
        position: relative;
        float: inherit;
        left: 0;
        width: 100%;
        padding-top: 240px;
    }
}

@media screen and (max-width: 767px) {
    #index .visite-panel-home .ligne .col-2 {
        padding-top: 180px;
    }
}

@media screen and (max-width: 576px) {
    #index .visite-panel-home .ligne .col-2 {
        padding-top: calc(100% / 3);
    }
}

#index .visite-panel-home .ligne .col-4 {
    position: absolute;
    float: inherit;
}


@media screen and (max-width: 991px) {
    #index .visite-panel-home .ligne .col-4 {
        width: calc(100%/3);
        height: 240px;
        top: 0;
        z-index: 10;
    }
}

@media screen and (max-width: 767px) {
    #index .visite-panel-home .ligne .col-4 {
        height: 180px;
    }
}

@media screen and (max-width: 576px) {
    #index .visite-panel-home .ligne .col-4.small-screen .team-item.ronds {
        padding-bottom: 100%;
    }

    #index .visite-panel-home .ligne .col-4 {
        height: 0;
        padding-bottom: calc(100% / 3);
    }
}



#index .visite-panel-home .ligne .col-4:nth-child(1),
#index .visite-panel-home .ligne .col-4:nth-child(2) {
    left: 50%;
    transition: 0.8s ease left;
}


#index .visite-panel-home.visible .ligne .col-4:nth-child(1) {
    left: 0%;
    transition: 0.8s ease left;
}

#index .visite-panel-home.visible .ligne .col-4:nth-child(2) {
    left: 25%;
    transition: 0.8s ease left;
}






#index .visite-panel-home .ligne .col-4.small-screen {
    display: none;
}

@media screen and (max-width: 991px) {

    #index .visite-panel-home .ligne .col-4:nth-child(1),
    #index .visite-panel-home.visible .ligne .col-4:nth-child(1) {
        left: 0%;
        transition: 0s ease left;
    }

    #index .visite-panel-home .ligne .col-4:nth-child(2),
    #index .visite-panel-home.visible .ligne .col-4:nth-child(2) {
        left: calc(100% / 3);
        transition: 0s ease left;
    }

    #index .visite-panel-home .ligne .col-4.small-screen {
        display: inherit;
        left: calc((100% / 3) * 2);
    }

}


#index .visite-panel-home .contenu .btn-base {
    margin-left: auto;
    display: table;
}

#index .visite-panel-home .contenu .texte-base {
    display: block;
    margin: 0;
    padding-bottom: 18px;
    padding-top: 25px;
}

@media screen and (max-width: 1200px) {
    #index .visite-panel-home .contenu .texte-base br {
        display: none;
    }

    #index .visite-panel-home .contenu .texte-base {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

@media screen and (max-width: 576px) {
    #index .visite-panel-home .contenu .texte-base {
        padding-bottom: 50px;
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px;

    }

    #index .visite-panel-home .contenu {
        text-align: center;
    }

    #index .visite-panel-home .contenu .titre-h2,
    #index .visite-panel-home .contenu .texte-base {
        text-align: left;
    }
}

/*@media screen and (min-width: 2300px)
{
    #index .visite-panel-home .contenu .texte-base
    {
        padding-bottom: 30px;
        padding-top: 45px;
    }
}*/

#index .visite-panel-home .contenu h1 span {
    padding-left: 0px;
    transition: 0.4s ease padding;
}

#index .visite-panel-home .contenu h1 span.visible {
    padding-left: 75px;
    transition: 0.4s ease padding;
}

@media screen and (max-width: 1200px) {
    #index .visite-panel-home .contenu h1 span.visible {
        padding-left: 60px;
    }
}

@media screen and (max-width: 576px) {
    #index .visite-panel-home .contenu h1 span.visible {
        padding-left: 50px;
    }
}

#index .visite-panel-home .contenu {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 38px;
    padding-bottom: 30px;
}

@media screen and (max-width: 1200px) {
    #index .visite-panel-home .contenu {
        padding-left: 80px;
        padding-right: 80px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 576px) {
    #index .visite-panel-home .contenu {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/*@media screen and (min-width: 2300px)
{
    #index .visite-panel-home .contenu
    {
        padding-left: 160px;
        padding-right: 180px;
        padding-top: 65px;
        padding-bottom: 50px;
    }
}



@media screen and (min-width: 2300px)
{
    #index .visite-panel-home .ligne
    {
        height: 540px;
    }
}*/


#index .visite-panel-home {
    margin-top: 82px;
}

@media screen and (max-width: 1200px) {
    #index .visite-panel-home {
        margin-top: 60px;
    }
}

@media screen and (max-width: 576px) {
    #index .visite-panel-home {
        margin-top: 0px;
    }
}

/*@media screen and (min-width: 2300px)
{
    #index .visite-panel-home
    {
        margin-top: 140px;
    }
}*/

#index .visite-panel-home .col-4:nth-child(1) {
    background-image: url('/img/home-viste/home-cave-1.jpg');
    background-position: center;
    background-size: cover;
}

#index .visite-panel-home .col-4:nth-child(2) {
    background-image: url('/img/home-viste/home-cave-2.jpg');
    background-position: center;
    background-size: cover;
}

#custom-text {
    text-align: left;
    padding: 0;
}

#custom-text p {
    color: white;
}


/* LANGUE MOBILE HEADER */

#_mobile_language_selector #language-selector-label {
    display: none;
}

#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
    padding: 0;
}













/* FILL LOGO HOME */

.stWhiteBig {
    fill: white;
}

@media screen and (max-width: 767px) {
    .fillWhiteRep {
        fill: white !important;
    }

    .stWhiteBig {
        fill: #222221;
    }
}

@media screen and (max-width: 1600px) {
    header::after {
        content: "";
        background: transparent;
        transition: 0.2s ease background;

    }

    header.open::after {
        content: "";
        background: #c07e11;
        transition: 0.2s ease background;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        position: fixed;
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: 900px;

    }

    header.small-menu {
        box-shadow: 0px 0px 10px #aaa;
    }
}



@media screen and (max-width: 1200px) {
    header.open::after {
        background-size: 700px;
    }


}


@media screen and (max-width: 991px) {
    header.open::after {
        background-size: 600px;
    }

    header {}
}



@media screen and (max-width: 767px) {


    header.open::after {
        background-size: 500px;
    }
}

@media screen and (max-width: 576px) {
    header.open::after {
        background-size: 400px;
        background-position: bottom center;
    }
}



/* FOOTER */
body#checkout #footer,
#footer {
    padding: 65px 0;
    position: relative;
    box-shadow: none;
}

@media screen and (max-width: 1200px) {
    #footer {
        padding-top: 50px;
        padding-bottom: 0px;
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    #footer {
        padding-top: 30px;
    }
}

#footer .footer-container {
    margin-top: 0;
    padding-top: 0;
}

#footer .ligne-footer {
    overflow: hidden;
}

#footer .panel-logo-footer {
    margin-left: 0;
    margin-right: 60px;
    float: left;
}

@media screen and (max-width: 1200px) {
    #footer .panel-logo-footer {
        margin-right: 0px;
    }
}

@media screen and (max-width: 991px) {
    #footer .panel-logo-footer {
        margin-right: 0px;
    }
}

@media screen and (max-width: 767px) {
    #footer .panel-logo-footer {
        margin-right: 0;
        float: none;
    }
}

/*@media screen and (min-width: 2300px)
{
    #footer .panel-logo-footer
    {
        margin-left: 70px;
        margin-right: 168px;
        float: left;
  }
}*/

#footer .panel-logo-footer .logo-footer {
    width: 175px;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
    #footer .panel-logo-footer .logo-footer {
        width: 130px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
    }
}

@media screen and (max-width: 767px) {
    #footer .panel-logo-footer .logo-footer {
        width: 162px;
        margin: 0;
    }
}

/*
@media screen and (min-width: 2300px)
{
    #footer .panel-logo-footer .logo-footer
    {
        width: 240px;
    }
}*/

#footer .panel-logo-footer .logo-footer-100 {
    width: 105px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    #footer .panel-logo-footer .logo-footer-100 {
        width: 80px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
    }
}

@media screen and (max-width: 767px) {
    #footer .panel-logo-footer .logo-footer-100 {
        display: none;
    }
}

#footer .panel-adresse-footer {
    float: left;
    margin-right: 60px;
}

@media screen and (max-width: 1200px) {
    #footer .panel-adresse-footer {
        margin-right: 0px;
    }
}


@media screen and (max-width: 991px) {
    #footer .panel-adresse-footer {
        margin-right: 0px;
    }
}

@media screen and (max-width: 767px) {
    #footer .panel-adresse-footer {
        margin-right: 0;
        float: none;
        text-align: center;
    }
}

/*
@media screen and (min-width: 2300px)
{
    #footer .panel-adresse-footer
    {
        margin-right: 168px;
    }
}*/

#footer p,
#footer .footer-container li a,
#footer a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 25px;
    padding: 0;
    margin: 0;
}

#footer .footer-container ul,
#footer .footer-container li {
    margin-bottom: 0;
}

#footer p span,
#footer .h3,
#footer .h3 a {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #c07e11;
}

@media screen and (max-width: 991px) {

    #footer p span,
    #footer .h3,
    #footer .h3 a {
        font-size: 16px;
        line-height: 28px;
    }
}

#footer .lien-footer-panel {
    float: left;
    margin-right: 60px;
}

@media screen and (max-width: 1200px) {
    #footer .lien-footer-panel {
        margin-right: 0px;
    }
}

@media screen and (max-width: 991px) {
    #footer .lien-footer-panel {
        margin-right: 0px;
    }
}

@media screen and (max-width: 767px) {
    #footer .lien-footer-panel {
        margin-right: 0;
        float: none;
        text-align: center;
    }
}

/*
@media screen and (min-width: 2300px)
{
    #footer .lien-footer-panel
    {
        margin-right: 168px;
    }
}*/

#footer #block_myaccount_infos {
    float: left;
}

@media screen and (max-width: 767px) {
    #footer #block_myaccount_infos {
        padding-right: 0;
        float: none;
        text-align: center;
    }
}

/*
@media screen and (min-width: 2300px)
{
    #footer #block_myaccount_infos
    {
        margin-right: 168px;
    }
}*/

#footer .panel-social-footer {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 40px;
    display: block;
}

@media screen and (max-width: 1200px) {
    #footer .panel-social-footer {
        width: 100%;
        margin-top: 0;
    }
}

/*
@media screen and (min-width: 2300px)
{
    #footer .panel-social-footer
    {
        float: left;
        width: 240px;
        margin-top: 0;
    }
}*/


#footer .social {
    padding-top: 0px;
    text-align: center;
}

/*@media screen and (min-width: 2300px)
{
    #footer .social
    {
        padding-top: 30px;
        text-align: right;
    }
}*/


#footer .social img,
#footer .social svg {
    padding-left: 15px;
    height: 35px;
    padding-right: 15px;
}


#footer .social img:nth-child(1),
    #footer .social svg:nth-child(1) {
        max-width: 90px;
    }

    #footer .social img:nth-child(2),
    #footer .social svg:nth-child(2),
        #footer .social svg:nth-child(3) {
        max-width: 65px;
    }

@media screen and (max-width: 1200px) {
    #footer .social {
        padding: 50px 0;
        text-align: center;
    }

    #footer .social img,
    #footer .social svg {
        margin: 0 10px;
        padding: 0;
        height: 25px;
    }

    #footer .social img:nth-child(1),
    #footer .social svg:nth-child(1) {
        max-width: 45px;
    }

    #footer .social img:nth-child(2),
    #footer .social svg:nth-child(2) {
        max-width: 25px;
    }
}

@media screen and (max-width: 767px) {
    #footer .social {
        padding: 30px 0;
    }
}

/*
@media screen and (min-width: 2300px)
{
    #footer .social svg,
    #footer .social img
    {
        padding-left: 15px;
        height: 49px;
    }
}*/

#footer .link-download {
    padding-left: 5px;
    font-size: 14px;
    display: inline-block;
}

#footer .lien-footer-panel,
.panel-logo-footer,
.panel-social-footer,
#footer #block_myaccount_infos,
links lien-footer-panel,
#footer .panel-adresse-footer {
    width: 240px;
}

@media screen and (max-width: 991px) {
    #footer .panel-logo-footer {
        width: 100%;
        margin: 0;
        text-align: center;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    #footer .panel-logo-footer {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {

    #footer .lien-footer-panel,
    .panel-logo-footer,
    .panel-social-footer,
    #footer #block_myaccount_infos,
    links lien-footer-panel,
    #footer .panel-adresse-footer {
        width: 100%;
    }
}


.download-catalogue {
    display: none;
}

/*
@media screen and (min-width: 2300px)
{
    .download-catalogue
    {
        display: inherit;
    }
}*/

.logo-livre {
    height: 20px;
}

/*
@media screen and (min-width: 2300px)
{
    #footer .link-download
    {
        padding-left: 15px;
        font-size: 15px;
        display: inline-block;
    }

    .logo-livre
    {
        height: 30px;
    }
}*/

#footer .disclaimer {
    overflow: hidden;
    padding-top: 40px;
}

/*
@media screen and (min-width: 2300px)
{
    #footer .disclaimer
    {
        overflow: hidden;
        padding-top: 65px;
    }
}*/



#footer .disclaimer .part-1 
{
    width: 30%;
    vertical-align: middle;
    text-align: left;
}

#footer .disclaimer.table
{
    display: table;
}

#footer .disclaimer .ligne
{
    display: table-row;
    font-size: 11px;
    width: 100%;
}

#footer .disclaimer .part-1,
#footer .disclaimer .part-2,
#footer .disclaimer .part-3 
{
    display: table-cell;
    font-size: 11px;
}

#footer .disclaimer .part-3 a {
    font-size: 11px;
}

#footer .disclaimer .part-1
{
    width: 30%;
    vertical-align: middle;
    text-align: left;
}

#footer .disclaimer .part-2 
{
    width: 40%;
    vertical-align: middle;
    text-align: center;
}

#footer .disclaimer .part-3 
{
    width: 30%;
    vertical-align: middle;
    text-align: right;
}

/*
@media screen and (min-width: 2300px)
{
    #footer .disclaimer .part-3
    {
        float: right;
    }
}*/

@media screen and (max-width: 1200px) {
    #footer .disclaimer {
        padding-top: 0;
    }

    #footer .disclaimer .part-1 {
        display: none;
    }

    #footer .disclaimer .part-2 {
        width: 50%;
        text-align: left;
    }

    #footer .disclaimer .part-3 {
        width: 50%;
    }
}

@media screen and (max-width: 1200px) {
    #footer .disclaimer {
        padding-top: 0;
    }

    #footer .disclaimer .part-1 {
        display: none;
    }

    #footer .disclaimer .part-2 {
        width: 100%;
        text-align: center;
        display: block;
    }

    #footer .disclaimer .part-3 {
        width: 100%;
        text-align: center;
        display: block;
    }
}

/*
@media screen and (min-width: 2300px)
{
    #footer .disclaimer .part-1
    {
        padding-left: 40px;
        padding-right: 615px;
    }

    #footer .disclaimer .part-1,
    #footer .disclaimer .part-2,
    #footer .disclaimer .part-3
    {
        font-size: 12px;
    }
}*/

#footer .disclaimer .part-3 a {
    color: black;
}



#footer .disclaimer-resp {
    display: none;
}

@media screen and (max-width: 767px) {

    #footer .disclaimer .part-1,
    #footer .disclaimer .part-2,
    #footer .disclaimer .part-3 {
        font-size: 11px;
        text-align: center;
        line-height: 17px;
        float: none;
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media screen and (max-width: 1200px) {
    #footer .disclaimer-resp {
        display: block;
        background: black;
        color: white;
        font-size: 11px;
        line-height: 17px;
        text-align: center;
        padding: 7px 45px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {

    #block_myaccount_infos .float-xs-right,
    .links.lien-footer-panel .float-xs-right {
        display: none !important;
    }

    .links .title {
        padding: 5px;
        border-bottom: 0px solid #f6f6f6;
        cursor: pointer;
    }

    .footer-container .links ul>li {
        padding: 5px;

        border-bottom: none;
        font-weight: 700;
    }

    .footer-container .links ul {
        background-color: transparent;
        margin-bottom: 0;
    }
}














/*

PAGE CMS

*/


#cms .breadcrumb,
#cms .page-header {
    display: none;
}

#cms .container {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

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

#cms .page-content.page-cms {
    text-align: left;
}


/* PAGE ABOUT */

#apropos #content {
    border: none;
    padding: 0;
    box-shadow: none;
}

#apropos .container {
    width: 100%;
    padding: 0;
}

#a-propos.col-xs-12,
#a-propos .col-xs-12,
#a-propos.col-sm-12,
#a-propos .col-sm-12,
#a-propos .col-md-6,
#a-propos .col-lg-6,
#a-propos .a-propos-section-1 {
    padding: 0;
}

#a-propos .case-texte-1 {
    padding: 45px 80px;
}

@media screen and (max-width: 1200px) {
    #a-propos .case-texte-1 {
        padding: 40px 67px;
    }
}

@media screen and (max-width: 991px) {
    #a-propos .case-texte-1 {
        padding: 30px 50px;
    }
}

@media screen and (max-width: 576px) {
    #a-propos .case-texte-1 {
        background: white;
        padding: 30px;
        padding-top: 20px;
        color: black;
    }

    #a-propos .case-texte-1 .color_4 {
        color: black;
    }

    #a-propos .case-texte-1 .texte-base {
        padding-left: 15px;
    }
}

/*
@media screen and (min-width: 2300px)
{
    #a-propos .case-texte-1
    {
        padding: 75px 140px;
    }
}*/

#a-propos .case-texte-1 h1 {
    padding-bottom: 45px;
}

@media screen and (max-width: 1200px) {
    #a-propos .case-texte-1 h1 {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    #a-propos .case-texte-1 h1 {
        padding-bottom: 40px;
    }
}

/*
@media screen and (min-width: 2300px)
{
    #a-propos .case-texte-1 h1
    {
        padding-bottom: 75px;
    }
}*/

#a-propos .case-texte-1 h1 span {
    padding-left: 75px;
}

@media screen and (max-width: 1200px) {
    #a-propos .case-texte-1 h1 span {
        padding-left: 62px;
    }
}

@media screen and (max-width: 991px) {
    #a-propos .case-texte-1 h1 span {
        padding-left: 40px;
    }
}

@media screen and (max-width: 576px) {
    #a-propos .case-texte-1 h1 span {
        padding-left: 45px;
    }
}

/*
@media screen and (min-width: 2300px)
{
    #a-propos .case-texte-1 h1 span
    {
        padding-left: 125px;
    }
}*/

#a-propos .a-propos-section-1 {
    background-image: url(/img/fond/fond-vigne-about.png);
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    #a-propos .a-propos-section-1 {
        background-size: 100% 52.5vw;
        background-position: bottom center;
        padding-bottom: 52.5vw;
    }
}

@media screen and (max-width: 767px) {
    #a-propos .a-propos-section-1 {
        padding-bottom: 265px;
        background-size: 100% 265px;
    }
}

/*
@media screen and (min-width: 2300px)
{
    #a-propos .a-propos-section-1
    {
        background-size: 50% auto;
    }
}*/

#a-propos .cube {
    padding: 50px 30px;
    height: 285px;
}

@media screen and (max-width: 1200px) {
    #a-propos .cube {
        padding: 37px;
        height: 300px;
    }
}

@media screen and (max-width: 991px) {
    #a-propos .cube {
        padding: 50px;
        width: 50%;
        text-align: center;
    }
}

@media screen and (max-width: 576px) {
    #a-propos .cube {
        padding: 50px 30px;
        height: 265px;
        width: 100%;
        text-align: left;
    }
}

/*
@media screen and (min-width: 2300px)
{
    #a-propos .cube
    {
        padding: 90px 75px;
        height: 485.5px;
    }
}*/

#a-propos .cube h2 {
    margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
    #a-propos .cube h2 {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 991px) {
    #a-propos .cube h2 {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 576px) {
    #a-propos .cube h2 {
        margin-bottom: 40px;
    }
}

/*
@media screen and (min-width: 2300px)
{
    #a-propos .cube h2
    {
        margin-bottom: 70px;
    }
}*/


@media screen and (max-width: 576px) {
    #a-propos .cube .texte-base {
        padding-left: 15px;
    }
}


#a-propos .cube.a-propos-img-inauguration {
    background-image: url(/img/fond/fond-about.png);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    #a-propos .cube.a-propos-img-inauguration {
        background-image: url(/img/fond/fond-about.png);
        background-size: cover;
        background-position: left center;
        background-repeat: no-repeat;
        padding: 0;
    }
}

#a-propos .cube.a-propos-img-inauguration.resp-cube {
    display: none;
}

@media screen and (max-width: 576px) {
    #a-propos .cube.a-propos-img-inauguration.no-resp-cube {
        display: none;
    }

    #a-propos .cube.a-propos-img-inauguration.resp-cube {
        display: inherit;
    }
}


.a-propos-section-2 {
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 82px;
    /* 140 */
    margin-bottom: 82px;
    /* 140 */
}

@media screen and (max-width: 991px) {
    .a-propos-section-2 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 576px) {
    .a-propos-section-2 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

/*
@media screen and (min-width: 2300px)
{
    .a-propos-section-2
    {
        margin-top: 140px;
        margin-bottom: 140px;
    }
}*/



.a-propos-section-2 .history {
    padding-left: 105px;
    padding-top: 210px;
    padding-right: 45px;
    padding-bottom: 75px;
    width: 570px;
    position: relative;
    left: calc(50% - 285px);
    transform: translateX(-50%);
    z-index: 50;
}

.a-propos-section-2 .history::before {
    transition: 0.8s ease opacity;
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(/img/fond/fond-histoire.png);
    background-size: 570px;
    background-position: left top;
    background-repeat: no-repeat;
}

.a-propos-section-2 .history.visible::before {

    opacity: 1;
    transition: 0.8s ease opacity;
}

@media screen and (max-width: 1200px) {
    .a-propos-section-2 .history {
        padding-left: 90px;
        padding-top: 175px;
        padding-right: 40px;
        padding-bottom: 65px;
        width: 480px;
        left: calc(50% - 240px);
        background-size: 480px;
    }

    .a-propos-section-2 .history::before {
        background-size: 480px;
    }
}

@media screen and (max-width: 991px) {
    .a-propos-section-2 .history {
        padding: 30px 50px;
        width: 720px;
        left: inherit;
        margin: 0 auto;
        display: block;
        transform: none;
    }

    .a-propos-section-2 .history::before {
        background-size: 360px;
        background-position: top right;
    }
}

@media screen and (max-width: 767px) {
    .a-propos-section-2 .history {
        padding: 50px 30px;
        width: 100%;
        margin: 0 auto;
        display: block;
        transform: none;
    }

    .a-propos-section-2 .history::before {
        background-size: auto 275px;
        background-position: top right;
    }
}

/*
@media screen and (min-width: 2300px)
{
    .a-propos-section-2 .history
    {
        padding: 30px;
        width: 972px;
        left: calc(50% - 485.5px );
        background-size: 972px;
    }
}*/

.a-propos-section-2 .history h2 {
    padding-bottom: 55px;
    padding-left: 25px;
}

@media screen and (max-width: 1200px) {
    .a-propos-section-2 .history h2 {
        padding-bottom: 45px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 991px) {
    .a-propos-section-2 .history h2 {
        padding-bottom: 100px;
        padding-left: 0px;
    }
}

@media screen and (max-width: 576px) {
    .a-propos-section-2 .history h2 {
        padding-bottom: 150px;
        padding-top: 0px;
        padding-left: 0px;
    }
}

/*@media screen and (min-width: 2300px)
{
    .a-propos-section-2 .history h2
    {
        padding-bottom: 95px;
        padding-left: 40px;
    }
}*/

.a-propos-section-2 .history h2 .padding-titre {
    padding-left: 0px;
    transition: 0.4s ease padding;
}

.a-propos-section-2 .history.visible h2 .padding-titre {
    padding-left: 130px;
    transition: 0.4s ease padding;
}

@media screen and (max-width: 1200px) {
    .a-propos-section-2 .history.visible h2 .padding-titre {
        padding-left: 110px;
    }
}

@media screen and (max-width: 991px) {
    .a-propos-section-2 .history.visible h2 .padding-titre {
        padding-left: 80px;
    }
}

@media screen and (max-width: 576px) {
    .a-propos-section-2 .history.visible h2 .padding-titre {
        padding-left: 70px;
    }

    .a-propos-section-2 .history .texte-base {
        padding-left: 15px;
    }
}

/*@media screen and (min-width: 2300px)
{
    .a-propos-section-2 .history.visible h2 .padding-titre
    {
        padding-left: 220px;
    }
}*/

.a-propos-section-2 .slider-history {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}


@media screen and (max-width: 991px) {
    .a-propos-section-2 .slider-history {
        position: relative;
        width: 720px;
        min-height: 520px;
        margin: 0 auto;
        overflow: hidden;
    }
}


@media screen and (max-width: 767px) {
    .a-propos-section-2 .slider-history {
        width: 100%;
        min-height: 70vw;
    }
}


/* ANIM 576 A PROPOS */

@media screen and (max-width: 576px) {
    #a-propos .cube {
        background: white;
        transition: background 0.4s ease;
    }

    #a-propos .cube-txt-1 .titre-h3,
    #a-propos .cube-txt-1 p,
    #a-propos .cube-txt-1 .titre-h3 span,
    #a-propos .cube-txt-2 .titre-h3,
    #a-propos .cube-txt-2 p,
    #a-propos .cube-txt-2 .titre-h3 span,
    #a-propos .cube-txt-3 .titre-h3,
    #a-propos .cube-txt-3 p,
    #a-propos .cube-txt-3 .titre-h3 span {
        color: black;
        transition: 0.4s ease color;
    }


    #a-propos .cube-txt-1.visible {
        background-color: black;
        transition: background 0.4s ease;
    }

    #a-propos .cube-txt-3.visible {
        background-color: #C07E11;
        transition: background 0.4s ease;
    }

    #a-propos .cube-txt-3.visible .titre-h3,
    #a-propos .cube-txt-1.visible .titre-h3,
    #a-propos .cube-txt-1.visible p {
        color: white;
        transition: 0.4s ease color;
    }

    #a-propos .cube-txt-1.visible .titre-h3 span,
    #a-propos .cube-txt-2.visible .titre-h3 span {
        color: #C07E11;
        transition: 0.4s ease color;
    }
}



#equipe .bobi {
    overflow: hidden;
    padding: 0 !important;
}

@media screen and (max-width: 991px) {
    #equipe .bobi {
        position: relative;
        width: 100%;
    }
}

#equipe .bobi .team-item {
    width: 190px;
    height: 190px;
    float: left;
    position: relative;
}

@media screen and (max-width: 1200px) {
    #equipe .bobi .team-item {
        width: 160px;
        height: 160px;
    }
}

@media screen and (max-width: 991px) {
    #equipe .bobi .team-item {
        width: 180px;
        height: 180px;
    }
}

@media screen and (max-width: 991px) {
    #equipe .bobi .team-item {
        width: 33%;
        height: 180px;
    }
}

@media screen and (max-width: 767px) {
    #equipe .bobi .team-item {
        width: calc(100% / 3);
        height: 0;
        padding-bottom: calc(100% / 3);
    }
}

/*
@media screen and (min-width: 2300px)
{
    #equipe .bobi .team-item
    {
        width: 242.75px;
        height: 242.75px;
    }
}*/

#equipe .bobi .team-item.rayure::after {
    background: url('/img/fond/Pattern_Bandes_black.svg');
    background-size: 47px;
}

#equipe .bobi .team-item.portrait::after,
#equipe .bobi .team-item.portrait .photo {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: grey;
    border-radius: 50%;
    transition: 0.2s ease border-radius, opacity 0.2s ease;
    cursor: pointer;
}

#equipe .bobi .team-item.portrait::after {
    background: #c07e11;
    opacity: 0;
}

#equipe .bobi .team-item.portrait:hover::after {
    content: "";
    border-radius: 0%;
    opacity: 0.75;
    transition: 0.2s ease border-radius, opacity 0.2s ease;
}

#equipe .bobi .team-item.roue {
    overflow: hidden;
}

#equipe .bobi .team-item.roue::after {
    content: "";
    background: url(/img/pictos/roue_noir.svg);
    height: 200%;
    width: 200%;
    position: absolute;
    top: 0;
    right: 0;
    background-size: 100%;
    transition: 0.8s transform ease;
}

#equipe .bobi .team-item.roue:hover::after {
    content: "";
    transform: rotate(180deg);
    transition: 0.8s transform ease;
}

#index .visite-panel-home .ligne .col-4.small-screen,
#equipe .bobi .team-item.rond-anim {
    overflow: hidden;
}

#equipe .bobi .team-item.rond-anim::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    transition: 0.4s ease border;
    border: 40px solid black;
}


#equipe .bobi .team-item.rond-anim:hover::after {
    content: "";
    transition: 0.4s ease border;
    border: 80px solid #C07E11;
}


#equipe .bobi .team-item.rayure {
    overflow: hidden;
}

#equipe .bobi .team-item.rayure::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background-image: url(/img/fond/Pattern_Bandes_black.svg);
    background-size: 10%;
    transition: 0.8s ease left;
}

#equipe .bobi .team-item.rayure:hover::after {
    left: -100%;
    transition: 0.8s ease left;
}

#index .visite-panel-home .ligne .col-4.small-screen .team-item.ronds {
    height: 100%;
}

#index .visite-panel-home .ligne .col-4.small-screen .team-item.ronds,
#equipe .bobi .team-item.ronds {
    background: white;
    transition: 0.2s ease background;
}

#index .visite-panel-home .ligne .col-4.small-screen .team-item.ronds.visible,
#equipe .bobi .team-item.ronds:hover {
    background: #c07e11;
    transition: 0.2s 0.4s ease background;
}

#index .visite-panel-home .ligne .col-4.small-screen .team-item.ronds .rond,
#equipe .bobi .team-item.ronds .rond {
    background: black;
    height: calc(100% / 3);
    width: calc(100% / 3);
    border-radius: 50%;
    position: absolute;
    transition: 0.2s ease background, 0.2s top ease, 0.2s left ease;
}

#index .visite-panel-home .ligne .col-4.small-screen .team-item.ronds .rond:nth-child(1),
#equipe .bobi .team-item.ronds .rond:nth-child(1) {
    top: 0;
    left: 0;
}

#index .visite-panel-home .ligne .col-4.small-screen .team-item.ronds.visible .rond:nth-child(1),
#equipe .bobi .team-item.ronds:hover .rond:nth-child(1) {
    background: white;
    transition: 0.2s 0.4s ease background, 0.2s top ease, 0.2s left ease;
}


#index .visite-panel-home .ligne .col-4.small-screen .team-item.ronds .rond:nth-child(2),
#equipe .bobi .team-item.ronds .rond:nth-child(2) {
    top: 0;
    left: calc(100% / 3);
    background: #c07e11;
}

#index .visite-panel-home .ligne .col-4.small-screen .team-item.ronds.visible .rond:nth-child(2),
#equipe .bobi .team-item.ronds:hover .rond:nth-child(2) {
    background: white;
    transition: 0.2s 0.4s ease background, 0.2s top ease, 0.2s left ease;
}

#index .visite-panel-home .ligne .col-4.small-screen .team-item.ronds .rond:nth-child(3),
#equipe .bobi .team-item.ronds .rond:nth-child(3) {
    top: 0;
    left: calc((100% / 3) * 2);
    background: #c07e11;
}


#index .visite-panel-home .ligne .col-4.small-screen .team-item.ronds.visible .rond:nth-child(3),
#equipe .bobi .team-item.ronds:hover .rond:nth-child(3) {
    background: white;
    transition: 0.2s 0.4s ease background, 0.2s top ease, 0.2s left ease;
}


#index .visite-panel-home .ligne .col-4.small-screen .team-item.ronds .rond:nth-child(4),
#equipe .bobi .team-item.ronds .rond:nth-child(4) {
    top: calc(100% / 3);
    left: calc(100% / 6);
}

#index .visite-panel-home .ligne .col-4.small-screen .team-item.ronds.visible .rond:nth-child(4),
#equipe .bobi .team-item.ronds:hover .rond:nth-child(4) {
    left: 0;
    background: white;
    transition: 0.2s 0.4s ease background, 0.2s top ease, 0.2s left ease;
}

#index .visite-panel-home .ligne .col-4.small-screen .team-item.ronds .rond:nth-child(5),
#equipe .bobi .team-item.ronds .rond:nth-child(5) {
    top: calc(100% / 3);
    left: calc((100% / 6) + (100% / 3));
}

#index .visite-panel-home .ligne .col-4.small-screen .team-item.ronds.visible .rond:nth-child(5),
#equipe .bobi .team-item.ronds:hover .rond:nth-child(5) {
    left: calc((100% / 3) * 2);
    background: white;
    transition: 0.2s 0.4s ease background, 0.2s top ease, 0.2s left ease;
}


#equipe .bobi .team-item.ronds .rond:nth-child(6),
#equipe .bobi .team-item.ronds .rond:nth-child(7),
#equipe .bobi .team-item.ronds .rond:nth-child(8),
#equipe .bobi .team-item.ronds .rond:nth-child(9),
#index .visite-panel-home .ligne .col-4.small-screen .team-item.ronds .rond:nth-child(6),
#index .visite-panel-home .ligne .col-4.small-screen .team-item.ronds .rond:nth-child(7),
#index .visite-panel-home .ligne .col-4.small-screen .team-item.ronds .rond:nth-child(8),
#index .visite-panel-home .ligne .col-4.small-screen .team-item.ronds .rond:nth-child(9) {
    background: #c07e11;
    top: calc(100% - (100% / 3));
    left: calc(50% - (100% / 6));

}

#index .visite-panel-home .ligne .col-4.small-screen .team-item.ronds.visible .rond:nth-child(6),
#equipe .bobi .team-item.ronds:hover .rond:nth-child(6) {
    background: white;
    transition: 0.2s 0.4s ease background, 0.2s top ease, 0.2s left ease;
}

#index .visite-panel-home .ligne .col-4.small-screen .team-item.ronds.visible .rond:nth-child(7),
#equipe .bobi .team-item.ronds:hover .rond:nth-child(7) {
    left: 0;
    background: white;
    transition: 0.2s 0.4s ease background, 0.2s top ease, 0.2s left ease;
}

#index .visite-panel-home .ligne .col-4.small-screen .team-item.ronds.visible .rond:nth-child(8),
#equipe .bobi .team-item.ronds:hover .rond:nth-child(8) {
    left: calc((100% / 3) * 2);
    background: white;
    transition: 0.2s 0.4s ease background, 0.2s top ease, 0.2s left ease;
}

#index .visite-panel-home .ligne .col-4.small-screen .team-item.ronds.visible .rond:nth-child(9),
#equipe .bobi .team-item.ronds:hover .rond:nth-child(9) {
    top: calc(50% - (100% / 6));
    background: white;
    transition: 0.2s 0.4s ease background, 0.2s 0.2s top ease, 0.2s left ease;
}



#equipe .bobi .team-item.semi {
    overflow: hidden;
}

#equipe .bobi .team-item.semi .sphere {
    height: 137.5%;
    width: 137.5%;
    background: black;
    bottom: -68.75%;
    position: absolute;
    left: -68.75%;
    border-radius: 137.5%;
    transition: background 0.2s 0.3s ease, bottom 0.3s ease, left 0.3s ease;
}

#equipe .bobi .team-item.semi:hover .sphere {
    background: #c07e11;
    bottom: 31.25%;
    left: 31.25%;
    transition: background 0.2s 0.3s ease, bottom 0.3s ease, left 0.3s ease;
}

#equipe .details {
    padding-left: 75px;
    padding-top: 75px;
    padding-right: 50px;
    padding-bottom: 50px;
    height: 760px;
}


@media screen and (max-width: 1200px) {
    #equipe .details {
        padding-left: 62px;
        padding-top: 62px;
        padding-right: 42px;
        padding-bottom: 42px;
        height: 640px;
    }
}

@media screen and (max-width: 991px) {
    #equipe .details {
        padding: 30px 50px;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    #equipe .details {
        padding: 50px 30px;
        height: auto;
    }
}

/*
@media screen and (min-width: 2300px)
{
    #equipe .details
    {
        padding-left:130px;
        padding-top: 130px;
        padding-right: 90px;
        padding-bottom: 100px;
        height: 728.25px;
    }
}*/

#equipe .details h2 {
    padding-bottom: 30px;
}

@media screen and (max-width: 1200px) {
    #equipe .details h2 {
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 991px) {
    #equipe .details h2 {
        display: none;
    }
}

@media screen and (min-width: 2300px) {
    #equipe .details h2 {
        padding-bottom: 50px;
    }
}

#equipe .details .texte-base {
    padding-left: 10px;
}

/*
@media screen and (min-width: 2300px)
{
    #equipe .details .texte-base
    {
        padding-left: 20px;
    }
}*/

#equipe .details .nom {
    padding-bottom: 15px;
    display: block;
}

/*
@media screen and (min-width: 2300px)
{
    #equipe .details .nom
    {
        padding-bottom: 25px;
        display: block;
    }
}*/

#equipe .details h2 .paddingL {
    display: block;
    padding-left: 65px;
}

@media screen and (max-width: 1200px) {
    #equipe .details h2 .paddingL {
        padding-left: 55px;
    }
}

/*
@media screen and (min-width: 2300px)
{
    #equipe .details h2 .paddingL
    {
        display: block;
        padding-left: 115px;
    }
}
*/

/* PAGE LISTE PRODUITS */

#category .breadcrumb {
    display: none;
}

#category #wrapper .container {
    width: 100%;
    padding: 0;
}

#category .liste-contenu {
    padding-left: 140px;
    padding-top: 90px;
}

@media screen and (max-width: 1200px) {
    #category .liste-contenu {
        padding-left: 0px;
        padding-top: 75px;
    }
}

@media screen and (max-width: 991px) {
    #category .liste-contenu {
        padding-top: 55px;
    }
}

@media screen and (max-width: 767px) {
    #category .liste-contenu {
        padding-top: 40px;
    }
}

@media screen and (max-width: 576px) {
    #category .liste-contenu {
        padding: 30px;
    }
}

/*
@media screen and (min-width: 2300px)
{
    #category .liste-contenu
    {
        padding-left: 240px;
        padding-top: 160px;
    }
}*/

#category .titre-page {
    padding-bottom: 70px;
    position: relative;
}

@media screen and (max-width: 1200px) {
    #category .titre-page {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 991px) {
    #category .titre-page {
        padding-bottom: 45px;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    #category .titre-page {
        padding-bottom: 30px;
    }
}

/*
@media screen and (min-width: 2300px)
{
    #category .titre-page
    {
        padding-bottom: 120px;
    }
}*/

#category .titre_category {
    padding-left: 45px;
    padding-bottom: 25px;
    position: relative;
}

@media screen and (max-width: 991px) {
    #category .titre_category {
        padding-left: 30px;
    }
}

@media screen and (max-width: 576px) {
    #category .titre_category {
        padding-left: 15px;
        padding-bottom: 15px;
    }
}

/*
@media screen and (min-width: 2300px)
{
    #category .titre_category
    {
        padding-left: 75px;
        padding-bottom: 45px;
    }
}*/

#category .liste-subs 
{
    overflow: hidden;
    padding-left: 45px;
    margin-bottom: 30px;
    width: 80%;
    z-index: 40;
    position: relative;
}


@media screen and (max-width: 991px) {
    #category .liste-subs {
        padding-left: 30px;
        margin-bottom: 20px;
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    #category .liste-subs {
        padding-left: 15px;
        margin-bottom: 15px;
    }
}

/*
@media screen and (min-width: 2300px)
{
    #category .liste-subs
    {
        padding-left: 75px;
        width: 1000px;
    }
}*/

#category .liste-subs .sub-item {
    float: left;
    padding: 8px 25px;
    border: 1px solid #747474;
    margin-right: 15px;
    margin-bottom: 15px;
    line-height: 16px;
    color: #747474;
    cursor: pointer;
    transition: 0.1s ease color, 0.1s ease border;
}

@media screen and (max-width: 576px) {
    #category .liste-subs .sub-item {
        margin-right: 8px;
        margin-bottom: 8px;
        font-size: 14px;
        padding: 8px 10px;
    }
}


#category .liste-subs .sub-item.select,
#category .liste-subs .sub-item:hover {
    border: 1px solid #C07E11;
    color: #C07E11;
    transition: 0.1s ease color, 0.1s ease border;
}

#category .list_produit {
    overflow: hidden
}

@media screen and (max-width: 1200px) {
    #category .list_produit {
        margin: 50px auto;
    }
}

@media screen and (max-width: 991px) {
    #category .list_produit {
        margin: 40px auto;
    }
}

#category .list_produit .product-item {
    width: calc(100% / 3);
    float: left;
    position: relative;
    margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
    #category .list_produit .product-item {
        width: calc(100% / 2);
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    #category .list_produit .product-item {
        width: 60%;
        margin: 0 auto;
        margin-bottom: 60px;
        display: block;
        float: none;
    }
}

@media screen and (max-width: 576px) {
    #category .list_produit .product-item {
        width: 100%;
        margin-bottom: 50px;
    }
}

/*
@media screen and (min-width: 2300px)
{
    #category .list_produit .product-item
    {
        margin-bottom: 120px;
    }
}*/

#category .list_produit .product-item .image {
    width: 147.5px;
    text-align: center;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    #category .list_produit .product-item .image {
        width: 125px;
    }
}


@media screen and (max-width: 576px) {
    #category .list_produit .product-item .image {
        width: 100%;
    }
}

/*
@media screen and (min-width: 2300px)
{
    #category .list_produit .product-item .image
    {
        width: 250px;
    }
}*/

.panel-accordion {
    overflow: hidden;
    transition: 0.2s height ease;
}

#category .list_produit .product-item .miniature {
    width: 325px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 1200px) {
    #category .list_produit .product-item .miniature {
        width: 275px;
    }
}

@media screen and (max-width: 576px) {
    #category .list_produit .product-item .miniature {
        width: 275px;
        left: auto;
        transform: none;
    }
}

/*@media screen and (min-width: 2300px)
{
    #category .list_produit .product-item .miniature
    {
        width: 550px;
    }
}*/

#category .list_produit .product-item .informations {
    position: absolute;
    width: calc(100% - 147.5px);
    bottom: 60px;
    right: 0;
    height: auto;
    padding-top: 0;
}

@media screen and (max-width: 1200px) {
    #category .list_produit .product-item .informations {
        width: calc(100% - 125px);
        bottom: 50px;
    }
}

@media screen and (max-width: 991px) {
    #category .list_produit .product-item .informations {
        bottom: 40px;
    }
}

@media screen and (max-width: 576px) {
    #category .list_produit .product-item .informations {
        bottom: 0;
        position: relative;
        padding-top: 40px;
        margin: 0 auto;
        text-align: center;
        width: 90%;
    }
}

/*@media screen and (min-width: 2300px)
{
    #category .list_produit .product-item .informations
    {
        width: calc(100% - 250px);
        bottom: 105px;
    }
}*/

#category .list_produit .product-item .informations h3 {
    padding-bottom: 25px;
}

@media screen and (max-width: 576px) {
    #category .list_produit .product-item .informations h3 {
        padding-bottom: 15px;
        margin: 0;
    }
}

/*@media screen and (min-width: 2300px)
{
    #category .list_produit .product-item .informations h3
    {
        padding-bottom: 40px;
    }
}*/







/* PAGE VISITES */


    .intro-panel {
        position: relative;
        margin: 0 auto;
        margin-bottom: 80px;
        max-width: 1800px;
    }

    .intro-panel .slide img
    {
        width: 100%;
    }

@media screen and (max-width: 767px) {
    .intro-panel {
        position: relative;
        width: 540px;
        margin: 0 auto;
        display: block;
        padding-top: 0px;
    }
}

@media screen and (max-width: 576px) {
    .intro-panel {
        width: 100%;
        overflow: hidden;
    }
}


.panel-slider-visite {
    position: relative;
    top: 0;
    left: 50%;
    width: 50%;
    height: auto;
}

.panel-slider-visite .slick-track,
.panel-slider-visite .slick-list
{
    height: 100%;
}

@media screen and (max-width: 767px) {
    .panel-slider-visite {
        height: 430px;
    }
}

@media screen and (max-width: 576px) {
    .panel-slider-visite {
        height: 76.5vw;
    }
}


.intro-panel .contenu 
{
    padding-top: 0;
    padding-left: 135px;
    padding-bottom: 0;
    width: 570px;
    left: calc(50% - 285px);
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    z-index: 50;
}

@media screen and (max-width: 1200px) {
    .intro-panel .contenu {
        padding-top: 0px;
        padding-left: 0px;
        /* 115 */
        padding-bottom: 0px;
        width: 480px;
        left: calc(50% - 240px);
    }
}

@media screen and (max-width: 991px) {
    .intro-panel .contenu 
    {
        padding-top: 50px;
        padding-bottom: 50px;
        left: inherit;
        position: relative;
        top: inherit;
        transform: none;
        width: 720px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .intro-panel .contenu {
    
        width: 540px;
        left: 0;
        margin: 0 auto;
        display: block;
        transform: none;
    }
}

@media screen and (max-width: 576px) {
    .intro-panel .contenu {
        padding: 50px 30px;
        padding-top: 0;
        width: 100%;
    }
}

.intro-panel .contenu h1 {
    padding-bottom: 60px;
    margin-left: 60px;
    width: 150%;
}

@media screen and (max-width: 1200px) {
    .intro-panel .contenu h1 {
        padding-bottom: 30px;
        padding-left: 110px;
    }
}

@media screen and (max-width: 991px) {
    .intro-panel .contenu h1 
    {
        padding: 0 20pc 40px 20px;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .intro-panel .contenu h1 {
        display: none;
    }
}

.intro-panel[data-lang="DE"] .contenu h1 .ligne-2 {
    padding-left: 59px;
}

.intro-panel[data-lang="FR"] .contenu h1 .ligne-2 {
    padding-left: 150px;
}

.intro-panel[data-lang="EN"] .contenu h1 .ligne-2 {
    padding-left: 105px;
}

@media screen and (max-width: 1200px) {
    .intro-panel[data-lang="DE"] .contenu h1 .ligne-2 {
        padding-left: 51px;
    }

    .intro-panel[data-lang="FR"] .contenu h1 .ligne-2 {
        padding-left: 110px;
    }

    .intro-panel[data-lang="EN"] .contenu h1 .ligne-2 {
        padding-left: 85px;
    }
}

@media screen and (max-width: 991px) {
    .intro-panel[data-lang="DE"] .contenu h1 {
        padding-left: 0;
    }

    .intro-panel[data-lang="DE"] .contenu h1 .ligne-2 {
        padding-left: 46px;
    }

    .intro-panel[data-lang="FR"] .contenu h1 .ligne-2 {
        padding-left: 50px;
    }

    .intro-panel[data-lang="FR"] .contenu h1 .ligne-2 .color_4
    {
        color: black;
    }

    .intro-panel[data-lang="EN"] .contenu h1 .ligne-2 {
        padding-left: 65px;
    }

    .panel-slider-visite {
        position: relative;
        top: 0;
        left: 0;
        width: 720px;
        height: auto;
        margin: 0 auto;
    }
}

.intro-panel .contenu .texte {
    padding-left: 0px;
    /* 90 */
    width: 380px;
    /* 550 */
}

@media screen and (max-width: 1200px) {
    .intro-panel .contenu .texte {
        width: 450px;
        /* 550 */
    }
}

@media screen and (max-width: 991px) {
    .intro-panel .contenu .texte {
        width: 100%;
        padding: 0px 20px;
    }
}

@media screen and (max-width: 767px) {
    .intro-panel .contenu .texte {
        width: 100%;
    }

    .panel-slider-visite 
    {
        width: 540px;
        overflow: hidden;
    }
}

@media screen and (max-width: 576px) {
    .intro-panel .contenu .texte {
        padding: 0 15px;
    }

    .panel-slider-visite 
    {
        width: 100%;
        overflow: hidden;
    }
}

.intro-panel .contenu .texte .intro {
    padding-bottom: 0px;
    /* 75 */
    /*text-transform: uppercase;*/
}

@media screen and (max-width: 1200px) {
    .intro-panel .contenu .texte .intro {
        padding-bottom: 0px;
    }
}

#visite .container {
    width: 100%;
    padding: 0;
}

#visite .container #content {
    border: none;
    box-shadow: none;
    padding: 0;
}

.intro-panel .slider-visites {
    position: relative;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .intro-panel .slider-visites {
        width: 100%;
        overflow: hidden;
        height: auto;
    }
}



/* ------------------------------------------------------------------------------------- */

.choix-visite-panel h2 {
    padding-left: 135px;
    /* 230 */
    margin-bottom: 105px;
    /* 180 */
}

@media screen and (max-width: 1200px) {
    .choix-visite-panel h2 {
        padding-left: 115px;
        margin-bottom: 90px;
    }
}

@media screen and (max-width: 991px) {
    .choix-visite-panel h2 {
        padding-left: 85px;
        margin-bottom: 65px;
    }
}

@media screen and (max-width: 767px) {
    .choix-visite-panel h2 {
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 50px;
    }
}

.choix-visite-panel h2 .ligne-2 {
    padding-left: 60px;
}

@media screen and (max-width: 1200px) {
    .choix-visite-panel h2 .ligne-2 {
        padding-left: 65px;
    }
}

@media screen and (max-width: 991px) {
    .choix-visite-panel h2 .ligne-2 {
        padding-left: 50px;
    }
}

@media screen and (max-width: 767px) {
    .choix-visite-panel h2 .ligne-3 {
        display: block;
        padding-top: 5px;
    }

    .choix-visite-panel h2 .ligne-2,
    .choix-visite-panel h2 .ligne-3 {
        padding-left: 40px;
    }
}


.choix-visite-panel .liste-items {
    margin-bottom: 160px;
    /* 275 */
}

.choix-visite-panel .liste-items .item {
    height: 285px;
    /* 485.5 */
    margin-bottom: 60px;
    /* 105 */
    transition: 0.1s ease height;
}

@media screen and (max-width: 1200px) {
    .choix-visite-panel .liste-items .item {
        height: 240px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 991px) {
    .choix-visite-panel .liste-items .item {
        height: 480px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 576px) {
    .choix-visite-panel .liste-items .item {
        height: auto;
        margin-bottom: 50px;
    }

    .choix-visite-panel h2 {
        padding: 15px 30px;
    }
}


.choix-visite-panel .liste-items .item .col {
    float: left;
    position: relative;
}

.choix-visite-panel .liste-items .item .col.col-name {
    height: 100%;
    width: 50%;
    background-color: white;
    position: relative;
    z-index: 3;

}

@media screen and (max-width: 991px) {
    .choix-visite-panel .liste-items .item .col.col-name {
        width: 100%;
        height: auto;
    }
}

.choix-visite-panel .liste-items .item .col.col-name::after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 22px solid white;
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;

}

@media screen and (max-width: 1200px) {
    .choix-visite-panel .liste-items .item .col.col-name::after {
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
        border-left: 18px solid white;
        right: -18px;
    }
}

@media screen and (max-width: 991px) {
    .choix-visite-panel .liste-items .item .col.col-name::after {
        border-right: 13px solid transparent;
        border-left: 13px solid transparent;
        border-top: 13px solid white;
        right: inherit;
        bottom: -13px;
        top: inherit;
        transform: none;
        left: calc(25% + 6.5px);
        border-bottom: none;
    }
}

@media screen and (max-width: 576px) {
    .choix-visite-panel .liste-items .item .col.col-name::after {
        border-right: 22px solid transparent;
        border-left: 22px solid transparent;
        border-top: 22px solid white;
        right: inherit;
        bottom: -22px;
        top: inherit;
        left: 50%;
        border-bottom: none;
        transform: translateX(-50%);
    }
}




.choix-visite-panel .liste-items .item .col.col-name .txt-accor {
    overflow: hidden;
    opacity: 1;
    height: 0;
    transition: 0.1s height ease;
}


@media screen and (max-width: 1200px) {
    .choix-visite-panel .liste-items .item .col.col-name .txt-accor .texte-base {
        padding-left: 170px;
    }
}

@media screen and (max-width: 991px) {
    .choix-visite-panel .liste-items .item .col.col-name .txt-accor {
        height: auto !important;
    }

    .choix-visite-panel .liste-items .item .col.col-name .txt-accor .texte-base {
        padding-left: 40px;
    }
}

@media screen and (max-width: 991px) {
    .choix-visite-panel .liste-items .item .col.col-name .txt-accor .texte-base {
        padding-left: 45px;
    }
}

.choix-visite-panel .liste-items .item .col.col-name .texte-base {
    padding-left: 200px;
    padding-bottom: 0px;
    padding-top: 30px;
    padding-right: 30px;
}

.choix-visite-panel .liste-items .item .col.col-name a {
    margin-left: 170px;
    margin-top: 30px;
    /* 50 */
}

@media screen and (max-width: 1200px) {
    .choix-visite-panel .liste-items .item .col.col-name a {
        margin-left: 145px;
        margin-top: 25px;
    }
}

@media screen and (max-width: 991px) {
    .choix-visite-panel .liste-items .item .col.col-name a {
        margin-left: 40px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 576px) {
    .choix-visite-panel .liste-items .item .col.col-name a {
        margin-left: 45px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.choix-visite-panel .liste-items .item .col.col-name h3 {
    padding-top: 40px;
    /* 70 */
    padding-left: 135px;
    /* 285 */
}

@media screen and (max-width: 1200px) {
    .choix-visite-panel .liste-items .item .col.col-name h3 {
        padding-top: 32px;
        padding-left: 115px;
    }
}

@media screen and (max-width: 991px) {
    .choix-visite-panel .liste-items .item .col.col-name h3 {
        padding-top: 20px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 576px) {
    .choix-visite-panel .liste-items .item .col.col-name h3 {
        padding-top: 0px;
        padding-left: 45px;
        padding-right: 45px;
    }
}

.choix-visite-panel .liste-items .item .col.col-name h3 .ligne-2 {
    padding-left: 35px;
    /* 60 */
}

@media screen and (max-width: 1200px) {
    .choix-visite-panel .liste-items .item .col.col-name h3 .ligne-2 {
        padding-left: 30px;
    }
}

@media screen and (max-width: 991px) {
    .choix-visite-panel .liste-items .item .col.col-name h3 .ligne-2 {
        padding-left: 25px;
    }
}

.choix-visite-panel .liste-items .item .col.col-desc {
    left: -50%;
    position: relative;
    transition: 0.4s linear left;
    z-index: 2;
    padding: 25px;
}

@media screen and (max-width: 1200px) {
    .choix-visite-panel .liste-items .item .col.col-desc {
        padding: 20px;
    }
}

@media screen and (max-width: 991px) {
    .choix-visite-panel .liste-items .item .col.col-desc {
        width: 50%;
        height: 240px;
    }
}

.choix-visite-panel .liste-items .item .col.col-desc .titreVisite {
    font-family: Noto Sans, sans-serif;
    font-weight: bold;
    display: block;
    color: black;
    padding-top: 5px;
    font-size: 16px;
    line-height: 20px;
}


/*.choix-visite-panel .liste-items .item:hover .col.col-desc*/
.choix-visite-panel .liste-items .item .col.col-desc {
    left: 0%;
    transition: 0.4s linear left;

}

.choix-visite-panel .liste-items .item .col.col-prix {
    left: -75%;
    position: relative;
    transition: 0.4s linear left;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .choix-visite-panel .liste-items .item .col.col-prix {
        width: 50%;
        height: 240px;
    }
}

/*.choix-visite-panel .liste-items .item:hover .col.col-prix*/
.choix-visite-panel .liste-items .item .col.col-prix {
    left: 0%;
    transition: 0.4s linear left;
}


.choix-visite-panel .liste-items .item .col.col-desc,
.choix-visite-panel .liste-items .item .col.col-prix {
    height: 100%;
    width: 25%;
}

@media screen and (max-width: 991px) {

    .choix-visite-panel .liste-items .item .col.col-desc,
    .choix-visite-panel .liste-items .item .col.col-prix {
        height: 240px;
        width: 50%;
    }
}

@media screen and (max-width: 576px) {

    .choix-visite-panel .liste-items .item .col.col-desc,
    .choix-visite-panel .liste-items .item .col.col-prix {
        height: 300px;
        width: calc(100% - 60px);
        display: block;
        float: none;
        padding: 30px;
        margin: 0 auto;
    }

    .choix-visite-panel .liste-items .item .col.col-name {
        float: none;
    }
}

.choix-visite-panel .liste-items .item .col.col-desc::after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 22px solid #c07e11;
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}




@media screen and (max-width: 1200px) {
    .choix-visite-panel .liste-items .item .col.col-desc::after {
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
        border-left: 18px solid #c07e11;
        right: -18px;
    }
}

@media screen and (max-width: 991px) {
    .choix-visite-panel .liste-items .item .col.col-desc::after {
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-left: 13px solid #c07e11;
        right: -13px;
    }
}

@media screen and (max-width: 576px) {
    .choix-visite-panel .liste-items .item .col.col-desc::after {
        border-right: 22px solid transparent;
        border-left: 22px solid transparent;
        border-top: 22px solid #c07e11;
        right: inherit;
        bottom: -22px;
        top: inherit;
        left: 50%;
        border-bottom: none;
        transform: translateX(-50%);
    }


    .choix-visite-panel .liste-items .item .col.col-desc .titre-h4
    {
        padding-top: 20px;
    }


}

/* ----------------------------------------------------------------------------------------------------- */

.informations-panel-visites {
    overflow: hidden;
}

.informations-panel-visites .case-visite {
    float: left;
    height: 285px;
    width: 285px;
    padding: 40px;
}

.informations-panel-visites .case-visite.horaires {
    border-left: 1px solid #c07e11;
    border-top: 1px solid #c07e11;
    border-bottom: 1px solid #c07e11;
}

.informations-panel-visites .case-visite.contact {
    border-top: 1px solid #c07e11;
    border-bottom: 1px solid #c07e11;
}

@media screen and (max-width: 1200px) {
    .informations-panel-visites .case-visite {
        height: 240px;
        width: 240px;
        padding: 25px;
    }
}

@media screen and (max-width: 991px) 
{
    .informations-panel-visites .case-visite.contact 
    {
        border-top: none;
        border-bottom: 1px solid #c07e11;
    }
}

@media screen and (max-width: 767px) {
    .informations-panel-visites .case-visite {
        height: 270px;
        width: 270px;
        padding: 30px;
    }

    .informations-panel-visites .case-visite.contact 
    {
        border-left: 1px solid #c07e11;
    }
}


@media screen and (max-width: 576px) {
    .informations-panel-visites .case-visite {
        height: auto;
        width: 100%;
        float: none;
    }

    .informations-panel-visites .case-visite.horaires
    {
        border-left: none;
        border-bottom: none;
    }

}

.informations-panel-visites .case-visite h3 {
    padding-bottom: 30px;
}

@media screen and (max-width: 1200px) {
    .informations-panel-visites .case-visite h3 {
        padding-bottom: 25px;
    }
}

.informations-panel-visites .case-visite.duree {
    border: 1px solid #c07e11;

}

.informations-panel-visites .case-visite.contact .texte-base {
    display: none;
}

.informations-panel-visites .case-visite.contact .visite-contenu-contact .btn-base-effect {
    color: white;
    border: 1px solid #c07e11;
    background: #c07e11;
}

@media screen and (max-width: 576px) 
{
    .informations-panel-visites .case-visite.contact .visite-contenu-contact .btn-base-effect 
    {
        margin: 40px 15px 0px 0;
    }
}

.informations-panel-visites .case-visite.contact .visite-contenu-contact {
    text-align: center;
    width: 100%;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}


.informations-panel-visites .case-visite.big {
    width: 570px;
    background-image: url('/img/fond/fond-access.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
}

@media screen and (max-width: 1200px) {
    .informations-panel-visites .case-visite.big {
        width: 480px;
    }
}

@media screen and (max-width: 991px) {
    .informations-panel-visites .case-visite.big {
        width: 240px;
    }
}

@media screen and (max-width: 767px) {
    .informations-panel-visites .case-visite.big {
        width: 270px;
    }
}

.informations-panel-visites .case-visite.image {
    background-image: url('/img/fond/fond-tonneau.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
}

@media screen and (max-width: 991px) {
    .informations-panel-visites .case-visite.image {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .informations-panel-visites .case-visite.image {
        display: inherit;
        height: 400px;
    }

    
    .informations-panel-visites .case-visite.duree 
    {
        border: none;
        border-top: 1px solid #c07e11;
    }
}


.see-prod {
    display: table;
    margin: 80px auto;
}

@media screen and (max-width: 576px) {
    .see-prod {
        display: table;
        margin: 60px auto;
    }
}


.img-prod-visite {
    position: absolute;
    bottom: 50px;
    width: calc(100% - 50px);
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .img-prod-visite {
        bottom: 20px;
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 576px) {
    .img-prod-visite {
        bottom: 30px;
        width: calc(100% - 60px);
    }
}


.svg-vin,
.svg-jus,
.svg-amuse,
.svg-crem {
    width: 30px;
    /* 60 */
    vertical-align: bottom;
    margin: 0 5px;
}

@media screen and (max-width: 1200px) {

    .svg-vin,
    .svg-jus,
    .svg-amuse,
    .svg-crem {
        width: 20px;
        margin: 0 3px;
    }
}



@media screen and (max-width: 991px) {

    .svg-vin,
    .svg-jus,
    .svg-amuse,
    .svg-crem {
        width: 30px;
        margin: 0 5px;
    }
}


.choix-visite-panel .liste-items .item .col.col-prix {
    padding: 0;
}

@media screen and (max-width: 576px) {
    .choix-visite-panel .liste-items .item .col.col-prix {
        padding: 30px;
    }
}

.choix-visite-panel .liste-items .item .col.col-prix .texte-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    line-height: 18px;
    padding: 25px;
}

@media screen and (max-width: 1200px) {
    .choix-visite-panel .liste-items .item .col.col-prix .texte-bottom {
        font-size: 12px;
        line-height: 18px;
        padding: 20px;
    }
}

@media screen and (max-width: 576px) {
    .choix-visite-panel .liste-items .item .col.col-prix .texte-bottom {
        padding: 30px;
    }
}

.choix-visite-panel .liste-items .item .col.col-prix .contenu-prix {
    display: table;
    left: 50%;
    top: 50%;
    position: relative;
    transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 1200px) {
    .choix-visite-panel .liste-items .item .col.col-prix .contenu-prix {
        left: 20px;
        top: 20px;
        transform: none;
    }
}

@media screen and (max-width: 576px) {
    .choix-visite-panel .liste-items .item .col.col-prix .contenu-prix {
        left: 50%;
        top: 60px;
        transform: translateX(-50%);
    }
}


.choix-visite-panel .liste-items .item .col.col-prix .contenu-prix .prix {
    font-weight: bold;
    font-size: 40px;
    line-height: 46px;
}

@media screen and (max-width: 1200px) {
    .choix-visite-panel .liste-items .item .col.col-prix .contenu-prix .prix {
        font-size: 35px;
        line-height: 41px;
    }
}

@media screen and (max-width: 991px) {
    .choix-visite-panel .liste-items .item .col.col-prix .contenu-prix .prix {
        font-size: 32px;
        line-height: 38px;
    }
}

@media screen and (max-width: 576px) {
    .choix-visite-panel .liste-items .item .col.col-prix .contenu-prix .prix {
        font-size: 40px;
        line-height: 46px;
    }
}

.contenu-trip {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.contenu-trip img {
    width: 160px;
    /* 270 */
    margin-bottom: 25px;
    /* 45 */
}

@media screen and (max-width: 1200px) {
    .contenu-trip img {
        width: 135px;
        margin-bottom: 20px;
    }
}

.horaire-txt .big {
    font-size: 40px;
    font-weight: bold;
}

.horaire-txt .middle {
    font-size: 22px;
    font-weight: bold;
    padding-right: 2px;
}

@media screen and (max-width: 576px) {
    .informations-panel-visites .case-visite.horaires .texte-base {
        padding: 0 15px;
    }

    .informations-panel-visites .case-visite.contact {
        padding: 50px 30px;
    }

    .informations-panel-visites .case-visite.contact .texte-base {
        padding: 30px;
        padding-left: 15px;
        display: inherit;
    }

    .informations-panel-visites .case-visite h3,
    .informations-panel-visites .case-visite a {
        margin-bottom: 0;
        margin-left: 15px;
    }

    .informations-panel-visites .case-visite h3 {
        padding-bottom: 0;
        margin-left: 0px;
    }

    .informations-panel-visites .case-visite.contact .visite-contenu-contact {
        text-align: left;
        width: 100%;
        top: inherit;
        position: relative;
        transform: none;
    }

    .informations-panel-visites .case-visite.temp {
        padding: 50px 45px;
    }

    .informations-panel-visites .case-visite.big {
        display: none;
    }

    .informations-panel-visites .case-visite.duree h3 {
        padding-bottom: 50px;
    }

    .informations-panel-visites .case-visite.duree .horaire-txt {
        padding-bottom: 20px;
        text-align: center;
        font-weight: bold;
    }

    .informations-panel-visites .case-visite.duree h3 span {
        padding-left: 30px;
    }

    .informations-panel-visites .case-visite.trip {
        padding: 50px 30px;
    }

    .informations-panel-visites .case-visite.trip .contenu-trip {
        text-align: center;
        position: relative;
        top: 0;
        transform: none;
    }

    .contenu-trip img {
        width: 100%;
        margin-bottom: 50px;
        max-width: 265px;
    }
}





.temp-panel {
    position: relative;
}

.temp-panel .temperature {
    font-size: 60px;
    line-height: 40px;
    font-weight: bold;
    padding-bottom: 40px;
}

@media screen and (max-width: 1200px) {
    .temp-panel .temperature {
        font-size: 48px;
        padding-bottom: 30px;
    }
}


.temp-panel .thermometre {
    position: absolute;
    right: 0;
    width: 25px;
    top: 0;
}

@media screen and (max-width: 1200px) {
    .temp-panel .thermometre {
        width: 20px;
    }
}


.informations-panel-visites .case-visite.big {
    position: relative;

}


.informations-panel-visites .case-visite.big .content {
    position: absolute;
    bottom: 25px;
    right: 25px;
    text-align: right;
}

@media screen and (max-width: 991px) {
    .informations-panel-visites .case-visite.big .content br {
        display: none;
    }

    .informations-panel-visites .case-visite.big .content {
        position: absolute;
        bottom: 0;
        right: 0px;
        width: 100%;
        padding: 25px;
        text-align: center;
    }
}


@media screen and (max-width: 767px) {
    .informations-panel-visites .case-visite.big .content {
        position: absolute;
        bottom: 50%;
        transform: translateY(50%);
        width: 100%;
        padding: 30px;
        text-align: center;
        left: 0;
    }
}


.informations-panel-visites .case-visite.big .content img {
    width: 105px;
    /* 180 */
    margin-bottom: 10px;

}

/* TITRE PAGE VISITES RESP */

.titre-h2.respVisite,
.titre-big.respVisite {
    display: none;
}

@media screen and (max-width: 991px) {

    #_fb_header_link,
    #mobile_top_menu_wrapper,
    #_mobile_language_selector {
        display: none;
    }
}

@media screen and (max-width: 767px) {

    .titre-h2.respVisite,
    .titre-big.respVisite {
        width: 540px;
        margin: 0 auto;
        display: block;
        padding: 0;
        padding-top: 50px;
    }

    .titre-h2.respVisite .ligne-2,
    .titre-big.respVisite .ligne-2 {
        padding-left: 40px;
    }


    #_desktop_cart {
        position: absolute;
        top: 0;
        right: 0px;
    }

    #_desktop_user_info {
        position: absolute;
        top: 0;
        right: 38px;
    }

}


@media screen and (max-width: 576px) {

    .titre-h2.respVisite,
    .titre-big.respVisite {
        width: 100%;
        padding: 30px;
    }

    .titre-big.respVisite .ligne-2 {
        padding-left: 40px;
    }

    #_desktop_cart {
        position: absolute;
        top: 0;
        right: 0px;
    }

    #_desktop_user_info {
        position: absolute;
        top: 0;
        right: 24px;
    }
}


.carousel .presentation .logo .st0 {
    fill: #222221;
}

.carousel .presentation .logo .st1 {
    fill: #AF7D16;
}

.carousel .presentation .logo .st2 {
    clip-path: url(#SVGID_2_LOGO_HOME);
}

.carousel .presentation .logo .st3 {
    clip-path: url(#SVGID_4_LOGO_HOME);
}









/* ARROW SLIDER */

#index .slider-avis .custom-prev svg,
#apropos .slide-about-panel .custom-prev svg,
#section-blog-home .blog-slider .custom-prev svg,
#index .sliderSelection .custom-prev svg,
#visite .intro-panel .slider-visites .custom-prev svg,
#index .carousel .slider-home-top .custom-prev svg {
    height: 16px;
    width: 16px;
    position: absolute;
    top: 13px;
    left: 13px;
}


#index .slider-avis .custom-next svg,
#apropos .slide-about-panel .custom-next svg,
#section-blog-home .blog-slider .custom-next svg,
#index .sliderSelection .custom-next svg,
#visite .intro-panel .slider-visites .custom-next svg,
#index .carousel .slider-home-top .custom-next svg {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 13px;
    right: 13px;
}


@media screen and (max-width: 767px) {

    #section-blog-home .blog-slider .custom-prev svg,
    #section-blog-home .blog-slider .custom-next svg {
        bottom: 13px;
        top: inherit;
    }
}

#index .slider-avis .custom-prev svg polygon,
#index .slider-avis .custom-prev svg path,
#apropos .slide-about-panel .custom-prev svg polygon,
#apropos .slide-about-panel .custom-prev svg path,
#section-blog-home .blog-slider .custom-prev svg polygon,
#section-blog-home .blog-slider .custom-prev svg path,
#visite .intro-panel .slider-visites .custom-prev svg polygon,
#visite .intro-panel .slider-visites .custom-prev svg path,
#index .carousel .slider-home-top .custom-prev svg polygon,
#index .carousel .slider-home-top .custom-prev svg path,
#index .sliderSelection .custom-prev svg polygon,
#index .sliderSelection .custom-prev svg path {
    fill: white;
    transition: 0.2s ease fill;
}

#index .slider-avis .custom-next svg polygon,
#index .slider-avis .custom-next svg path,
#apropos .slide-about-panel .custom-next svg polygon,
#apropos .slide-about-panel .custom-next svg path,
#section-blog-home .blog-slider .custom-next svg polygon,
#section-blog-home .blog-slider .custom-next svg path,
#visite .intro-panel .slider-visites .custom-next svg polygon,
#visite .intro-panel .slider-visites .custom-next svg path,
#index .carousel .slider-home-top .custom-next svg polygon,
#index .carousel .slider-home-top .custom-next svg path,
#index .sliderSelection .custom-next svg polygon,
#index .sliderSelection .custom-next svg path {
    fill: #c07e11;
    transition: 0.2s ease fill;
}


#index .slider-avis .custom-prev:hover svg polygon,
#index .slider-avis .custom-prev:hover svg path,
#apropos .slide-about-panel .custom-prev:hover svg polygon,
#apropos .slide-about-panel .custom-prev:hover svg path,
#section-blog-home .blog-slider .custom-prev:hover svg polygon,
#section-blog-home .blog-slider .custom-prev:hover svg path,
#visite .intro-panel .slider-visites .custom-prev:hover svg polygon,
#visite .intro-panel .slider-visites .custom-prev:hover svg path,
#index .carousel .slider-home-top .custom-prev:hover svg polygon,
#index .carousel .slider-home-top .custom-prev:hover svg path,
#index .sliderSelection .custom-prev:hover svg polygon,
#index .sliderSelection .custom-prev:hover svg path {
    fill: #c07e11;
    transition: 0.2s ease fill;
}


#visite .intro-panel .slider-visites .custom-next:hover svg polygon,
#apropos .slide-about-panel .custom-next:hover svg polygon,
#apropos .slide-about-panel .custom-next:hover svg path,
#index .sliderSelection .custom-next:hover svg polygon,
#index .sliderSelection .custom-next:hover svg path,
#visite .intro-panel .slider-visites .custom-next:hover svg path,
#index .carousel .slider-home-top .custom-next:hover svg polygon,
#index .carousel .slider-home-top .custom-next:hover svg path,
#section-blog-home .blog-slider .custom-next:hover svg polygon,
#section-blog-home .blog-slider .custom-next:hover svg path,
#index .slider-avis .custom-next:hover svg polygon,
#index .slider-avis .custom-next:hover svg path {
    fill: white;
    transition: 0.2s ease fill;
}

#index .slider-avis .custom-prev,
#apropos .slide-about-panel .custom-prev,
#section-blog-home .blog-slider .custom-prev,
#index .sliderSelection .custom-prev,
#visite .intro-panel .slider-visites .custom-prev,
#index .carousel .slider-home-top .custom-prev {
    border-top-left-radius: 82px 82px;
    width: 36px;
    height: 36px;
    left: -36px;
    bottom: 0;
    top: auto;
    background: #c07e11;
    z-index: 50;
    transform: none;
    position: absolute;
    cursor: pointer;
    transition: 0.2s ease background;
    z-index: 400;
}



@media screen and (max-width: 991px) {
    #apropos .slide-about-panel .custom-prev {
        left: calc(50% - 36px);
    }
}

@media screen and (max-width: 767px) {
    #section-blog-home .blog-slider .custom-prev {
        border-top-left-radius: 0;
        border-bottom-left-radius: 82px 82px;
        bottom: -36px;
    }
}

#index .slider-avis .custom-prev,
#section-blog-home .blog-slider .custom-prev,
#index .sliderSelection .custom-prev {
    left: calc(50% - 18px);
    transform: translateX(-50%);
}

#index .slider-avis .custom-prev:hover,
#apropos .slide-about-panel .custom-prev:hover,
#section-blog-home .blog-slider .custom-prev:hover,
#index .sliderSelection .custom-prev:hover,
#visite .intro-panel .slider-visites .custom-prev:hover,
#index .carousel .slider-home-top .custom-prev:hover {
    background: black;
    transition: 0.2s ease background;
}

#index .slider-avis .custom-next,
#apropos .slide-about-panel .custom-next,
#section-blog-home .blog-slider .custom-next,
#index .sliderSelection .custom-next,
#visite .intro-panel .slider-visites .custom-next,
#index .carousel .slider-home-top .custom-next {
    border-top-right-radius: 82px 82px;
    width: 36px;
    height: 36px;
    left: 0px;
    bottom: 0;
    top: auto;
    background: white;
    z-index: 50;
    transform: none;
    position: absolute;
    cursor: pointer;
    transition: 0.2s ease background;
    z-index: 400;
}

#index .slider-avis .custom-next {
    left: 50%;
}

@media screen and (max-width: 991px) {
    #apropos .slide-about-panel .custom-next {
        left: 50%;
    }

    #visite .intro-panel .slider-visites .custom-prev
    {
        left: calc(50% - 36px);
    }

    #visite .intro-panel .slider-visites .custom-next
    {
        left: 50%;
    }

    
    
}


@media screen and (max-width: 767px) {
    #section-blog-home .blog-slider .custom-next {
        border-top-right-radius: 0;
        border-bottom-right-radius: 82px 82px;
        bottom: -36px;
    }
}

#section-blog-home .blog-slider .custom-next,
#index .sliderSelection .custom-next {
    left: calc(50% + 18px);
    transform: translateX(-50%);
}


#index .slider-avis .custom-next:hover,
#apropos .slide-about-panel .custom-next:hover,
#section-blog-home .blog-slider .custom-next:hover,
#index .sliderSelection .custom-next:hover,
#visite .intro-panel .slider-visites .custom-next:hover,
#index .carousel .slider-home-top .custom-next:hover {
    background: black;
    transition: 0.2s ease background;
}


#index .panel-slider-avis .roue,
#apropos .slider-history .roue,
#section-blog-home .blog-slider .roue,
.featured-products .roue,
#visite .intro-panel .roue,
#index .carousel .panel-slider .roue {
    background-image: url(/img/pictos/roue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 108px;
    position: absolute;
    height: 108px;
    width: 108px;
    top: auto;
    right: calc(50% - 54px);
    z-index: 100;
    bottom: -54px;
    transition: transform 600ms ease;
}



#index .panel-slider-avis .roue {
    background: url(/img/pictos/roue_noir.svg);
}

#apropos .slider-history .slide-about-panel,
#apropos .slider-history .slide-about-panel .slick-list,
#apropos .slider-history .slide-about-panel .slick-track,
#apropos .slider-history .slide-about-panel .slick-slide {
    height: 100%;
}

#visite .intro-panel .roue,
#apropos .slider-history .roue {
    right: inherit;
    left: -54px;
}

@media screen and (max-width: 991px) {
    #apropos .slider-history .roue {
        right: inherit;
        left: calc(50% - 54px);
    }

    #apropos .slider-history .slide-about-panel {
        min-height: 520px;
    }

    #visite .intro-panel .roue 
    {
        right: inherit;
        left: calc(50% - 54px);
    }
}

#apropos .slider-history .slide-about-panel .slick-slide {
    background-size: cover;
}

@media screen and (max-width: 576px) {

    #apropos .slider-history .slide-about-panel {
        min-height: 265px;
        height: 265px;
    }
}


.featured-products .roue {
    background-image: url(/img/pictos/roue_noir.svg);
}

.featured-products .roue::after {
    content: "";
}

.featured-products .roue {
    display: none;
}

@media screen and (max-width: 1200px) {
    .featured-products .roue {
        display: inherit;
    }
}




/* RESPONSIVE SLIDER VISITES 

@media screen and (max-width: 767px) {
    #visite .intro-panel .slider-visites .custom-next {
        left: inherit;
        right: 0;
        transform: rotate(-90deg);
    }

    #visite .intro-panel .slider-visites .custom-prev,
    #index .carousel .slider-home-top .custom-prev {
        left: inherit;
        right: 0;
        bottom: -36px;
        top: auto;
        transform: rotate(-90deg);
    }

    #visite .intro-panel .roue,
    #index .carousel .panel-slider .roue {
        right: -54px;
        bottom: -54px;
    }
}*/














/* FEATURED PRODUCT HOME */

@media screen and (max-width: 1200px) {
    .hide1200 {
        display: none;
    }
}

#index .featured-products {
    margin: 90px 0;
}

@media screen and (max-width: 1200px) {
    #index .featured-products {
        margin: 60px 0;
        overflow: hidden;
    }
}

@media screen and (max-width: 1200px) {
    #index .featured-products {
        margin-top: 50px;
        margin-bottom: 0;
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width: 2300px) {
    #index .featured-products {
        margin: 150px 0;
    }
}

#index .featured-products h2 {
    margin-bottom: 90px;
}

@media screen and (max-width: 1200px) {
    #index .featured-products h2 {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 2300px) {
    #index .featured-products h2 {
        margin-bottom: 150px;
    }
}

#index .featured-products h2 span {
    padding-left: 0px;
    transition: 0.4s ease padding;
}

#index .featured-products h2 span.visible {
    padding-left: 30px;
    transition: 0.4s ease padding;
}

@media screen and (max-width: 1200px) {
    #index .featured-products h2 span.visible {
        padding-left: 60px;
    }
}

@media screen and (max-width: 576px) {
    #index .featured-products h2 span.visible {
        padding-left: 50px;
    }
}

@media screen and (min-width: 2300px) {
    #index .featured-products h2 span.visible {
        padding-left: 50px;
    }
}



@media screen and (max-width: 1200px) {

    #index .featured-products .ligne .col-4,
    #index .featured-products .ligne .col-7 {
        width: 100%;
        float: none;
        position: relative;
    }

    #index .featured-products .ligne .col-4 {
        padding: 0 30px;
    }
}

@media screen and (max-width: 576px) {
    #index .featured-products .ligne .col-4 {
        padding: 0px;
    }
}

#index .featured-products .texte-base {
    margin-bottom: 45px;
}

@media screen and (max-width: 576px) {
    #index .featured-products .texte-base {
        margin-bottom: 50px;
        margin-right: 15px;
        margin-left: 15px;
    }
}

/*@media screen and (min-width: 2300px)
{
    #index .featured-products .texte-base
    {
        margin-bottom: 80px;
    }
}*/

#index .featured-products .slick-slider {
    z-index: 150;
}

#index .featured-products .slick-slide h3 {
    margin-bottom: 30px;
    min-height: 104px;
}

/*@media screen and (min-width: 2300px)
{
    #index .featured-products .slick-slide h3
    {
        margin-bottom: 50px;
    }
}*/

#index .featured-products .slick-slide .bouteille {
    position: relative;
    width: 285px;
    margin: 0 auto;
    display: block;
}

#index .featured-products img {
    margin-left: 0;
    left: 50%;
    width: 320px;
    display: block;
    position: relative;
    transform: translateX(-50%);
}



@media screen and (max-width: 991px) {

    #index .featured-products img,
    #index .featured-products .slick-slide .bouteille {
        width: 225px;
    }
}

/*@media screen and (min-width: 2300px)
{
    #index .featured-products img
    {
        width: inherit;
    }
}*/

#index .featured-products .slick-slide .contenu {
    position: relative;
    top: inherit;
    left: inherit;
    padding: 0 50px;
    padding-top: 20px;
    text-align: center;
}

/*@media screen and (min-width: 2300px)
{
    #index .featured-products .slick-slide .contenu
    {
        position: absolute;
        top: 280px;
        left: 340px;
        padding: 0;
        text-align: left;
    }

    #index .featured-products .slick-slide .bouteille
    {
        width: auto;
    }
}*/

#index .featured-products .btn-base.no-pad {
    border: none;
    padding: 0;
}



.arc {

    position: absolute;

}

.arc-1 {
    border-top-right-radius: 120px 120px;
    width: 120px;
    height: 120px;
    left: 145px;
    bottom: 165px;
}

@media screen and (max-width: 1200px) {
    .arc-1 {
        border-top-right-radius: 100px 100px;
        width: 100px;
        height: 100px;
        left: 150px;
        bottom: 190px;
    }
}

@media screen and (max-width: 991px) {
    .arc-1 {
        border-top-right-radius: 80px 80px;
        width: 80px;
        height: 80px;
        left: 110px;
        bottom: 125px;
    }
}

/*
@media screen and (min-width: 2300px)
{
    .arc-1
    {
        border-top-right-radius: 200px 200px;
        width: 200px;
        height: 200px;
        left: 250px;
        top: inherit;
        bottom: 300px;
    }
}*/

#index .featured-products .slick-slide .arc-2 {

    border-top-right-radius: 82px 82px;
    width: 82px;
    height: 82px;
    left: 146px;
    bottom: 165px;
    transition: 0.2s ease border-top-right-radius, 0.2s ease width, 0.2s ease height;
}

#index .featured-products .slick-slide .arc-2::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: url(/img/fond/rond.png);
    background-size: 30px;
    background-position: bottom left;
    opacity: 0;
    transition: 0.2s ease opacity;
}


#index .featured-products .slick-slide:hover .arc-2::after {
    opacity: 1;
    transition: 0.5s ease opacity;
}

#index .featured-products .slick-slide:hover .arc-2 {
    border-top-right-radius: 120px 120px;
    width: 120px;
    height: 120px;
    left: 146px;
    bottom: 165px;
    transition: 0.2s ease border-top-right-radius, 0.2s ease width, 0.2s ease height;
}

@media screen and (max-width: 1200px) {
    #index .featured-products .slick-slide .arc-2 {
        border-top-right-radius: 70px 70px;
        width: 70px;
        height: 70px;
        left: 150px;
        bottom: 190px;
    }

    #index .featured-products .slick-slide:hover .arc-2 {
        border-top-right-radius: 100px 100px;
        width: 100px;
        height: 100px;
        left: 150px;
        bottom: 190px;
    }
}

@media screen and (max-width: 991px) {
    #index .featured-products .slick-slide .arc-2 {
        border-top-right-radius: 60px 60px;
        width: 60px;
        height: 60px;
        left: 110px;
        bottom: 125px;
    }

    #index .featured-products .slick-slide:hover .arc-2 {
        border-top-right-radius: 80px 80px;
        width: 80px;
        height: 80px;
        left: 110px;
        bottom: 125px;
    }
}

/*@media screen and (min-width: 2300px)
{
    #index .featured-products .slick-slide .arc-2
    {
        border-top-right-radius: 140px 140px;
        width: 140px;
        height: 140px;
        left: 250px;
        bottom: 300px;

    }

    #index .featured-products .slick-slide:hover .arc-2
    {
        border-top-right-radius: 200px 200px;
        width: 200px;
        height: 200px;
        left: 250px;
        bottom: 300px;
    }

    #index .featured-products .slick-slide .arc-2::after
    {
        background-size: 45px;
    }
}*/

#index .featured-products .slick-slide {
    cursor: pointer;
}

#index .featured-products .slick-slide .item-arc-1 {
    overflow: hidden;
}

#index .featured-products .slick-slide .item-arc-1::after {
    /*background-image: url('/img/fond/forme_quartier_csm.png');
    background-size: 120px;*/
    content: "";
    background-image: url('/img/fond/Pattern_Bandes.svg');
    background-size: 37px;
    background-repeat: repeat;
    background-position: 0px 0;
    transition: 2.5s ease left;
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 500px;
}

#index .featured-products .slick-slide:hover .item-arc-1::after {
    left: -240px;
    transition: 2.5s ease left;
}

/*
@media screen and (min-width: 2300px)
{
    #index .featured-products .slick-slide .item-arc-1::after
    {
        background-size: 55px;
    }
}*/



.item-arc-3 {
    overflow: hidden;
}

#index .featured-products .slick-slide .item-arc-3::after {
    content: "";
    background-image: url(/img/pictos/roue_noir.svg);
    background-position: top right;
    background-size: 240px;
    width: 240px;
    height: 240px;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(0deg);
    transition: 4s ease transform;
}

#index .featured-products .slick-slide:hover .item-arc-3::after {
    transform: rotate(360deg);
    transition: 4s ease transform;
}

/*
@media screen and (min-width: 2300px)
{
    #index .featured-products .slick-slide .item-arc-3::after {
        content: "";
        background-size: 400px;
        width: 400px;
        height: 400px;
    }
}*/

#index .trip-home-panel .informations {
    padding-top: 100px;
    padding-bottom: 25px;
}

/*@media screen and (max-width: 991px) {

    #index .trip-home-panel,
    #index .trip-home-panel .infoResto {
        position: relative;
    }




    #index .trip-home-panel .informations {
        padding-top: 0px;
        padding-bottom: 0px;
        width: 50%;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        padding-right: 25px;
    }
}*/

@media screen and (max-width: 991px) {

    #index .trip-home-panel,
    #index .trip-home-panel .infoResto {
        position: relative;
    }




    #index .trip-home-panel .informations {
        width: 100%;
        position: relative;
        top: inherit;
        right: 0;
        transform: none;
        padding: 50px 30px;
        padding-top: 75px;
    }
}

/*
@media screen and (min-width: 2300px)
{
    #index .trip-home-panel .informations
    {
        padding-top: 110px;
        padding-bottom: 40px;
    }
}
*/
#index .trip-home-panel .informations .telephone {
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

@media screen and (max-width: 991px) {
    #index .trip-home-panel .informations .telephone {
        text-align: right;
    }
}

@media screen and (max-width: 991px) {
    #index .trip-home-panel .informations .telephone {
        text-align: center;
        padding-bottom: 30px;
    }
}

#index .trip-home-panel .infoResto {
    float: right;
    min-height: 482px;
}

@media screen and (max-width: 991px) 
{
    #index .trip-home-panel .infoResto 
    {
        min-height: auto;
    }
}


#index .trip-home-panel .panel-slider-avis,
#index .trip-home-panel .panel-slider-avis .slick-slider {
    min-height: 482px;
    position: relative;
    overflow: hidden;
}

#index .trip-home-panel .informations .site {
    text-align: center;
    margin: 0;
    margin-top: 100px;
}

@media screen and (max-width: 991px) {
    #index .trip-home-panel .informations .site {
        text-align: right;
        margin-top: 0px;
    }

    #index .trip-home-panel .informations .texte-base.big-txt {
        font-size: 16px;
        line-height: 22px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
    }
}

@media screen and (max-width: 991px) {
    #index .trip-home-panel .informations .site {
        text-align: center;
        margin-top: 0px;
    }
}

/*
@media screen and (min-width: 2300px)
{
    #index .trip-home-panel .informations .site
    {
        margin-top: 130px;
    }
}
*/
#index .trip-home-panel .slider-avis .slide-avis {
    padding-top: 65px;
    padding-left: 125px;
    padding-right: 125px;
}

@media screen and (max-width: 1200px) {
    #index .trip-home-panel .slider-avis .slide-avis {
        padding: 55px;
    }
}

@media screen and (max-width: 991px) {
    #index .trip-home-panel .slider-avis .slide-avis {
        padding: 50px 30px;
    }
}

@media screen and (max-width: 576px) {
    #index .trip-home-panel .slider-avis .slide-avis {
        padding-top: 100px;
    }
}

/*
@media screen and (min-width: 2300px)
{
    #index .trip-home-panel .slider-avis .slide-avis
    {
        padding-top: 115px;
        padding-left: 215px;
        padding-right: 215px;
    }
}*/

#index .trip-home-panel .slider-avis .slide-avis .etoile {
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    margin-right: 2px;
    display: inline-block;
}

@media screen and (min-width: 2300px) {
    #index .trip-home-panel .slider-avis .slide-avis .etoile {
        width: 30px;
        margin-right: 3px;
    }
}

#index .trip-home-panel .slider-avis .slide-avis .eval {
    margin-bottom: 25px;
}

@media screen and (max-width: 1200px) {
    #index .trip-home-panel .slider-avis .slide-avis .eval {
        margin-bottom: 20px;
    }
}

#index .trip-home-panel .slider-avis .slide-avis .logo-trip {
    padding-right: 10px;
    width: 55px;
    display: inline-block;
}


@media screen and (min-width: 2300px) {
    #index .trip-home-panel .slider-avis .slide-avis .logo-trip {
        width: 90px;
    }
}

#index .trip-home-panel .cover {
    position: relative;
}

#index .trip-home-panel .cover .logo {
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
}

/*@media screen and (max-width: 991px) {
    #index .trip-home-panel .cover {
        position: relative;
        width: 100%;
    }

    #index .trip-home-panel .cover .logo {
        position: absolute;
        right: -55px;
        bottom: 50%;
        transform: translateY(50%);
        width: 110px;
        left: inherit;
    }
}*/

@media screen and (max-width: 991px) {
    #index .trip-home-panel .cover {
        position: relative;
        width: 100%;
    }

    #index .trip-home-panel .cover .logo {
        position: absolute;
        right: 50%;
        bottom: -55px;
        transform: translateX(50%);
        width: 110px;
        left: inherit;
    }
}

/*
@media screen and (min-width: 2300px)
{
    #index .trip-home-panel .cover .logo
    {
        position: absolute;
        bottom: -92.5px;
        width: 185px;
    }
}*/

#index .trip-home-panel .titre-avis {
    padding-top: 35px;
    padding-bottom: 18px;
    margin: 0;
}

@media screen and (max-width: 1200px) {
    #index .trip-home-panel .titre-avis {
        padding-top: 25px;
        padding-bottom: 15px;
    }

    .sliderSelection {
        padding-bottom: 50px;
    }
}

/*
@media screen and (min-width: 2300px)
{
    #index .trip-home-panel .titre-avis
    {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}*/


@media screen and (max-width: 991px) {

    #index .trip-home-panel .ligne .col-3,
    #index .trip-home-panel .ligne .col-6 {
        width: 100%;
    }

    .sliderSelection {
        overflow: hidden;
    }

    .sliderSelection .slick-slide {
        float: left;
        position: relative;
    }
}

@media screen and (max-width: 576px) {
    .sliderSelection {
        padding-bottom: 100px;
    }
}

.btn_responsive_home {
    display: none;
}

.roue_mask {
    position: absolute;
    background: white;
    height: 100%;
    width: 50%;
    z-index: 101;
}

@media screen and (max-width: 1200px) {
    .btn_responsive_home {
        display: table;
        width: 960px;
        margin: 0 auto;
        background-color: black;
        padding: 20px 0;
        text-align: center;
        transition: 0.2s ease background-color;
    }

    .btn_responsive_home:hover {
        background-color: #c07e11;
        transition: 0.2s ease background-color;
    }

    .btn_responsive_home .texte {
        text-align: center;

        text-transform: uppercase;
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        transition: 0.2s ease color;
    }

    .btn_responsive_home:hover .texte {
        color: black;
        transition: 0.2s ease color;
    }

    .btn_responsive_home .rond {
        height: 24px;
        width: 24px;
        background-color: #c07e11;
        display: inline-block;
        border-radius: 12px;
        vertical-align: middle;
        margin-left: 10px;
        transition: 0.2s ease background-color;
        background-image: url(/img/pictos/plus.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .btn_responsive_home:hover .rond {
        background-color: black;
        transition: 0.2s ease background-color;
    }

}

@media screen and (max-width: 991px) {
    .btn_responsive_home {
        width: 720px;
    }
}

@media screen and (max-width: 767px) {
    .btn_responsive_home {
        width: 100%;
    }
}



/* CSS SEMAINE DU 13/02/2019 */

#authentication .page-header,
.page-authentication #content {
    box-shadow: none;
}

@media screen and (min-width: 767px) {

    #authentication .page-header,
    .page-authentication #content {
        margin-top: 30px;
        margin-bottom: 100px;
    }
}



.progress-container {
    width: 100%;
    background: transparent;
    position: fixed;
    z-index: 1111;
}

.progress-bar {
    height: 3px;
    width: 0%;
}

.progress-bar {
    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;
    color: #fff;
    text-align: center;
    background-color: #c07e11;
    transition: width .6s ease;
}


#header.small-menu {
    height: 72px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

/*
#header .header-nav {
    margin-top: 3px;
}*/

#header.small-menu .logo {
    animation: flipInX 2s ease;
}



#blockcart-modal .modal-body {
    background: white;
}

#blockcart-modal .cart-content .cart-content-btn .btn {
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
}

#blockcart-modal .modal-title {
    font-family: 'Montserrat', sans-serif;
}

#blockcart-modal .cart-content .cart-content-btn .btn-secondary {
    background: black;
    color: white;
}

body#checkout #header .header-nav {
    padding: 0px;
    box-shadow: none;
}

#verification-age-legale {
    height: 100%;
    max-width: 800px;
    margin: 0 auto;
}




/* ANIM MENU SVG */

#mobile_top_menu_wrapper {
    display: none;
}

#header.menuOuvert,
#header.menuOuvert .header-top {
    background-color: #fff;
    /*height: 0;*/
}

#header .svgAnimMenu {
    position: fixed;
    z-index: 10000;
    width: 45vw;
    bottom: 0;
    right: 0;
    display: none;
}


#header.menuOuvert .svgAnimMenu {
    display: inherit;
}

@media screen and (min-width: 1600px) {
    #header.menuOuvert .svgAnimMenu {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    #header .svgAnimMenu {
        width: 700px;
    }
}

@media screen and (max-width: 991px) {
    #header .svgAnimMenu {
        width: 600px;
    }
}

@media screen and (max-width: 767px) {
    #header .svgAnimMenu {
        width: 500px;
    }
}

@media screen and (max-width: 576px) {
    #header .svgAnimMenu {
        width: 400px;
    }
}

@media screen and (max-width: 420px) {
    #header .svgAnimMenu {
        width: 320px;
    }
}


#fond-menu-svg .st0 {
    fill: transparent;
    stroke: #b37715;
    transition: 0.4s fill ease;
}

#fond-menu-svg.ready .st0 {
    fill: #b37715;
    transition: 0.4s fill ease;
}


#header #mainLogoSvg {
    width: 162px;
}

@media screen and (max-width: 576px) {
    #header #mainLogoSvg {
        width: 130px;
    }
}

#header #mainLogoSvg path {
    fill: black;
    transition: 0.2s ease fill;
}

#header #mainLogoSvg .st0 {
    fill: #C27E00;
    transition: 0.2s ease fill;
}

#header #mainLogoSvg .st1 {
    fill: #C27E00;
    transition: 0.2s ease fill;
}

#header.menuOuvert #mainLogoSvg path {
    fill: white;
    transition: 0.2s ease fill;
}

#header.menuOuvert #mainLogoSvg .st0 {
    fill: white;
    transition: 0.2s ease fill;
}

#header.menuOuvert #mainLogoSvg .st1 {
    fill: white;
    transition: 0.2s ease fill;
}

#header.small-menu #mainLogoSvg .st1 {
    fill: transparent;
}

#header .logoMain {
    transition: 0.2s linear top;
}

#header.small-menu .logoMain {
    top: 20px;
    transition: 0.2s linear top;
}

@media screen and (max-width: 576px) {
    #header.small-menu .logoMain {
        top: 25px;
        transition: 0.2s linear top;
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}


/* ANIM FOOTER */

.link-footer {
    color: black;
    transition: 0.1s ease color;
}

.link-footer:hover {
    color: #c07e11;
    transition: 0.1s ease color;
}


/* SVG COULEUR CHANGE */

.svgChangeHomeW {
    fill: white;
}


@media screen and (max-width: 991px) {
    .svgChangeHomeW.blackSvgSmall {
        fill: black;
    }

    .carousel .presentation .logo .st0.svgChangeHomeSmallW {
        fill: white;
    }
}

/* MENU ANIM */

#insta-footer,
#trip-header,
#facebook-header,
#trip-footer,
#facebook-footer {
    transition: 0.2s ease fill;
    fill: black;
}
#insta-header:hover,
#trip-header:hover,
#facebook-header:hover {
    transition: 0.2s ease fill;
    fill: white;
}

#insta-footer:hover,
#trip-footer:hover,
#facebook-footer:hover {
    transition: 0.2s ease fill;
    fill: #c07e11;
}

#header .lienEffet a {
    letter-spacing: 0px;
    position: relative;
    transition: 0.2s letter-spacing ease, 0.2s color ease;
}

#header .lienEffet a:hover {
    letter-spacing: 3px;
    transition: 0.2s letter-spacing ease, 0.2s color ease;
}

@media screen and (max-width: 991px) {
    .slider-home-top .slick-track:after {
        clear: both;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 30%;
        width: 100%;
        z-index: 1000;
        background-image: linear-gradient(to bottom, transparent, black);
    }
}


/* NOUVEAU BURGER */
.burger-menu {
    position: absolute;
    width: 40px;
    height: 30px;
    margin-top: 15px;
    color: #C07E11;
    text-transform: uppercase;
    z-index: 10000;
    left: 0;
    top: 0;
}

@media screen and (max-width: 576px) {
    .burger-menu {
        left: 15px;
    }
}

.burger-click-region {
    position: absolute;
    left: 0px;
    width: 40px;
    height: 30px;
    cursor: pointer;
}

.burger-menu-txt {
    display: block;
    position: absolute;
    left: 0;
    top: 35px;
    text-align: center;
    font-size: 11px;
    line-height: 12px;
    font-weight: 700;
    width: 100%;
    cursor: default;
    transition: opacity 200ms ease-out, -webkit-transform 200ms cubic-bezier(0.34, 0.55, 0.25, 0.83);
    transition: opacity 200ms ease-out, transform 200ms cubic-bezier(0.34, 0.55, 0.25, 0.83);
    transition: opacity 200ms ease-out, transform 200ms cubic-bezier(0.34, 0.55, 0.25, 0.83), -webkit-transform 200ms cubic-bezier(0.34, 0.55, 0.25, 0.83);
}

.is-open .burger-menu-txt {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
}


.burger-click-region .burger-menu-piece {
    display: block;
    position: absolute;
    width: 40px;
    border-top: 5px solid #C07E11;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: -webkit-transform 400ms ease-out;
    transition: transform 400ms ease-out;
    transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
}

.burger-click-region.active .burger-menu-piece {
    border-top: 5px solid white;
    transition: -webkit-transform 400ms ease-out, border-color 400ms ease-out;
    transition: transform 400ms ease-out, border-color 400ms ease-out;
    transition: transform 400ms ease-out, -webkit-transform 400ms ease-out, border-color 400ms ease-out;
}



.burger-menu-piece:nth-child(1) {
    top: 0;
}

.burger-menu-piece:nth-child(2) {
    top: 12px;
    opacity: 1;
    transition: opacity 0ms linear 200ms, -webkit-transform 400ms ease-out;
    transition: transform 400ms ease-out, opacity 0ms linear 200ms;
    transition: transform 400ms ease-out, opacity 0ms linear 200ms, -webkit-transform 400ms ease-out;
}

.burger-menu-piece:nth-child(3) {
    top: 24px;
}

.active .burger-menu-piece:nth-child(1) {
    -webkit-animation: burger-open-top 400ms ease-out forwards;
    animation: burger-open-top 400ms ease-out forwards;
}

.active .burger-menu-piece:nth-child(2) {
    opacity: 0;
    transition: opacity 0ms linear 200ms, -webkit-transform 400ms ease-out;
    transition: transform 400ms ease-out, opacity 0ms linear 200ms;
    transition: transform 400ms ease-out, opacity 0ms linear 200ms, -webkit-transform 400ms ease-out;
}

.active .burger-menu-piece:nth-child(3) {
    -webkit-animation: burger-open-bot 400ms ease-out forwards;
    animation: burger-open-bot 400ms ease-out forwards;
}

.closing .burger-menu-piece:nth-child(1) {
    -webkit-animation: burger-close-top 400ms ease-out forwards;
    animation: burger-close-top 400ms ease-out forwards;
}

.closing .burger-menu-piece:nth-child(3) {
    -webkit-animation: burger-close-bot 400ms ease-out forwards;
    animation: burger-close-bot 400ms ease-out forwards;
}

@-webkit-keyframes burger-open-top {
    50% {
        -webkit-transform: translate3d(0, 12px, 0);
        transform: translate3d(0, 12px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 12px, 0) rotate(45deg);
        transform: translate3d(0, 12px, 0) rotate(45deg);
    }
}

@keyframes burger-open-top {
    50% {
        -webkit-transform: translate3d(0, 12px, 0);
        transform: translate3d(0, 12px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 12px, 0) rotate(45deg);
        transform: translate3d(0, 12px, 0) rotate(45deg);
    }
}

@-webkit-keyframes burger-open-bot {
    50% {
        -webkit-transform: translate3d(0, -12px, 0);
        transform: translate3d(0, -12px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -12px, 0) rotate(-45deg);
        transform: translate3d(0, -12px, 0) rotate(-45deg);
    }
}

@keyframes burger-open-bot {
    50% {
        -webkit-transform: translate3d(0, -12px, 0);
        transform: translate3d(0, -12px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -12px, 0) rotate(-45deg);
        transform: translate3d(0, -12px, 0) rotate(-45deg);
    }
}

@-webkit-keyframes burger-close-top {
    0% {
        -webkit-transform: translate3d(0, 12px, 0) rotate(45deg);
        transform: translate3d(0, 12px, 0) rotate(45deg);
    }

    50% {
        -webkit-transform: translate3d(0, 12px, 0) rotate(0deg);
        transform: translate3d(0, 12px, 0) rotate(0deg);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes burger-close-top {
    0% {
        -webkit-transform: translate3d(0, 12px, 0) rotate(45deg);
        transform: translate3d(0, 12px, 0) rotate(45deg);
    }

    50% {
        -webkit-transform: translate3d(0, 12px, 0) rotate(0deg);
        transform: translate3d(0, 12px, 0) rotate(0deg);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes burger-close-bot {
    0% {
        -webkit-transform: translate3d(0, -12px, 0) rotate(-45deg);
        transform: translate3d(0, -12px, 0) rotate(-45deg);
    }

    50% {
        -webkit-transform: translate3d(0, -12px, 0) rotate(0deg);
        transform: translate3d(0, -12px, 0) rotate(0deg);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes burger-close-bot {
    0% {
        -webkit-transform: translate3d(0, -12px, 0) rotate(-45deg);
        transform: translate3d(0, -12px, 0) rotate(-45deg);
    }

    50% {
        -webkit-transform: translate3d(0, -12px, 0) rotate(0deg);
        transform: translate3d(0, -12px, 0) rotate(0deg);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* PARALAX CATEGORY */

#category .grappe-raisin {
    position: fixed;
    z-index: 0;
    width: 40%;
    max-width: 600px;
    top: 120px;
    right: 0;
}

@media screen and (max-width: 767px) 
{
    #category .grappe-raisin 
    {
        width: 90%;
    }
}



/* DESIGN PANIER */

#cart .cart-grid {
    margin: 0;
    padding-bottom: 50px;
    padding-top: 50px;
    display: block;
    margin-left: 0;
    margin-right: 0;
}

#cart .bootstrap-touchspin
{
    border: none;
    box-shadow: none;
}
#cart .card {
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: none;
}

#cart .separator {
    border-color: rgba(0, 0, 0, .125);
}

#cart #wrapper .container,
#cart .cart-grid-right,
#cart .cart-grid-body {
    padding: 0;
}

#cart .cart-grid-right {
    padding-left: 50px;
}

@media screen and (max-width: 991px) {
    #cart .cart-grid-right {
        padding-left: 0px;
    }
}

#cart .cart-grid-body .card-block h1 {
    text-transform: none;
}

@media screen and (max-width: 767px) {
    #cart .cart-detailed-totals .card-block {
        padding: 5px 30px;
    }

    #cart .checkout.cart-detailed-actions {
        text-align: center;
        padding: 30px;
    }
}

@media screen and (max-width: 576px) {

    .product-line-grid-right .price,
    .product-line-grid-right .qty {
        width: 100%;
    }

    #cart .cart-back {
        text-align: center;
        width: 100%;
        display: block;
    }
}


/* BLOG PAGE SINGLE */

#ybc_blog_page #single-post-blog #wrapper .container {
    padding: 0 165px;
}

#ybc_blog_page #single-post-blog .ybc_blog_img_wrapper {
    float: left;
    width: 405px;
}

#ybc_blog_page #single-post-blog .page-heading {
    float: left;
    width: 50%;
}

#ybc_blog_page #single-post-blog .blog-extra {
    width: auto;
}

#ybc_blog_page #single-post-blog .page-heading .title_cat {
    margin: 0;
    margin-left: 30px;
    margin-top: 15px;
    text-transform: uppercase;
}

#ybc_blog_page #single-post-blog .post-details .ybc-blog-latest-toolbar {
    font-size: 28px;
    line-height: 28px;
    font-family: Noto Sans, sans-serif;
    font-weight: 100;
    margin-left: 30px;
    margin-bottom: 12px;
}

#ybc_blog_page #single-post-blog .post-details .blog_description {
    margin: 0;
    padding: 30px 0;
}

#ybc_blog_page #single-post-blog h2 {
    margin-top: 30px;
    margin-bottom: 30px;
}



/* CODE JOANNA */

#order-confirmation #content-wrapper,
#order-detail #content-wrapper,
#my-account #content-wrapper,
#identity #content-wrapper,
#addresses #content-wrapper,
#history #content-wrapper,
#order-slip #content-wrapper,
#module-ps_emailalerts-account #content-wrapper,
#module-psgdpr-gdpr #content-wrapper {
    margin-bottom: 60px;
}

#order-confirmation #order-items {
    border-right: none;
}

#order-detail header.small-menu {
    box-shadow: none;
}

.choix-visite-panel .liste-items .item .col.col-name a.nd-btn {
    margin-left: 5px;
}


/* POP UP COMMANDE */

#blockcart-modal .modal-title {
    line-height: 48px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: Noto Sans, sans-serif;
}

/* CHECKOUT STEP 1 INFO PERSO */

body#checkout .container {
    padding: 0;
}

body#checkout #wrapper .container .row {
    margin-right: 0px;
    margin-left: 0px;
}

body#checkout section#content {
    padding-bottom: 100px;
    padding-top: 50px;
    margin: 0;
}

body#checkout section.checkout-step .step-title {
    font-size: 24px;
    font-weight: 100;
    line-height: 26px;
    font-family: 'abril_fatfaceregular';
    text-transform: initial;
}

body#checkout section.checkout-step .step-number {
    padding: 0;
    padding-right: 15px;
}

body#checkout section.checkout-step:last-child,
body#checkout section.checkout-step {
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: none;
    padding: 1rem;
}

body#checkout .card {
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: none;
}

body#checkout .col-check-1,
body#checkout .col-check-2 {
    padding: 0;
}

body#checkout .col-check-2 {
    padding-left: 50px;
}

body#checkout section.checkout-step #customer-form .radio-inline,
body#checkout .form-control-label {
    font-size: 16px;
    line-height: 29px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: black;
}

body#checkout section.checkout-step #customer-form .radio-inline {
    margin-right: 10px;
}

body#checkout section.checkout-step .custom-radio {
    margin-right: 0;
    border: 2px solid #c07e11;
}


body#checkout #checkout-guest-form p,
body#checkout #checkout-guest-form p span {
    font-size: 16px;
    line-height: 29px;
    font-family: 'Montserrat', sans-serif;
}

body#checkout #wrapper .container .row {
    margin-top: 1rem;
    margin-bottom: 1rem;
}


body#checkout .custom-checkbox input[type=checkbox]+span,
.custom-checkbox input[type=checkbox]+span {
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 18px;
    width: 18px;
    border: #c07e11 1px solid;
    margin-top: 0;
}

body#checkout .custom-checkbox label {
    font-size: 10px;
    line-height: 16px;
}


body#checkout #checkout-personal-information-step.js-current-step .step-title,
body#checkout #checkout-delivery-step.checkout-step.js-current-step .step-title,
body#checkout #checkout-addresses-step.checkout-step.js-current-step .step-title,
body#checkout #checkout-payment-step.checkout-step.js-current-step .step-title {
    margin-bottom: 30px;
}

body#checkout #checkout-delivery-step.checkout-step.-complete .step-title,
body#checkout #checkout-addresses-step.checkout-step.-complete .step-title {
    /*margin-bottom: 0px;*/
}



body#checkout section.checkout-step .address-item.selected {
    background: #fff;
    border: 1px solid #c07e11;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
    display: inline-block;
}

body#checkout section.checkout-step .step-edit .edit,
body#checkout section.checkout-step.-reachable.-complete h1 .done {
    display: none;
}

body#checkout .row.delivery-option {
    position: relative;
}


body#checkout #wrapper .container .row.delivery-option {
    padding: 30px 0;
}

body#checkout #wrapper .container .row.delivery-option label,
body#checkout section.checkout-step .carrier-name {
    margin: 0;
}

body#checkout section.checkout-step .row.delivery-option .col-sm-1 {
    margin-top: 3px;
}


/* Page confirmation */

#order-confirmation .titre-h4 {
    text-transform: none;
}


#order-confirmation .card {
    border: none;
    box-shadow: none;
}

#order-confirmation #content-hook_order_confirmation.card 
{
    background-color: rgba(139, 195, 74, 0.35);
    border: 1px solid rgb(139, 195, 74);
    box-shadow: none;
}

#order-confirmation #content-hook_order_confirmation.card a
{
    color: black;
    font-weight: 800;
}


#order-confirmation #wrapper .container {
    padding: 0px;
}

#order-confirmation #main {
    padding: 50px 0;
    padding-bottom: 150px;
}


/* Page mon compte */


#my-account #wrapper .container {
    padding: 0px;
}


#my-account #wrapper .titre-h4 {
    padding: 0px;
    padding-bottom: 30px;
}

.page-my-account #content .links a span.link-item {
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: none;
}

#my-account #main {
    padding: 50px 0;
}


/* Mes adresses page compte */

#addresses #main {
    padding: 50px 0;
}

#addresses #wrapper .titre-h4 {
    padding: 0px;
    padding-bottom: 30px;
}

#addresses #wrapper .container {
    padding: 0px;
}

#addresses.page-addresses .address {
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: none;
}

#addresses.page-addresses .address .address-footer {
    border-top: 1px solid rgba(0, 0, 0, .125);
    padding: .5rem 1rem;
}

#addresses .margin-container {
    margin-left: 15px;
    margin-bottom: 30px;
    display: block;
}

#addresses.page-addresses .address .address-body {
    padding: 1rem;
    height: 305px;
}



/* Historique */

#history #main {
    padding: 50px 0;
}

#history #wrapper .container {
    padding: 0px;
}


#history #main .page-content {
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: none;
}


#history #main .page-content h6 {
    margin-bottom: 50px;
}

#history .thead-default th {
    background: #eeeeee;
}

#history .table-striped tbody tr:nth-of-type(odd) {
    background-color: #eeeeee45;
}

#history #main .page-footer {
    margin-top: 30px;
}


/* Mes informations */

#identity #main {
    padding: 50px 0;
}

#identity #wrapper .container {
    padding: 0px;
}

#identity #main .page-content h1 {
    margin-bottom: 30px;
}

#identity.page-customer-account #content {
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: none;
}


#identity #main .page-footer {
    margin-top: 30px;
}

#identity .form-control-label {
    font-size: 16px;
    line-height: 29px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: black;
}

#identity #customer-form .radio-inline {
    margin-right: 10px;
}

#identity .custom-radio {
    margin-right: 0;
    border: 2px solid #c07e11;
}

/* Commande détails */


#order-detail #wrapper .container {
    padding: 0;
}

#order-detail h1 {
    padding-bottom: 30px;
}

#order-detail.page-order-detail #main {
    padding: 50px 0;
}

#order-detail.page-order-detail .box {
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: none;
}


/* RGPD ACCOUNT */

#module-psgdpr-gdpr #main {
    padding: 50px 0;
}

#module-psgdpr-gdpr #main h1 {
    padding-bottom: 20px;
}

#module-psgdpr-gdpr #main h2 {
    padding-bottom: 10px;
}

#module-psgdpr-gdpr #wrapper .container {
    padding: 0;
}

#module-psgdpr-gdpr.page-customer-account #content {
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: none;
}

#module-psgdpr-gdpr #main .page-footer {
    margin-top: 30px;
}

.product-actions .add-to-cart 
{
    height: auto;
    line-height: inherit; 
    padding-top: 0;
}

.lien-pavillon, 
.num-pavillon:focus, 
.num-pavillon:hover 
{
    color: #c07e11;    
    transition: 0.1s ease color;
}

.num-pavillon, 
.lien-pavillon:focus, 
.lien-pavillon:hover  
{
    color: white; 
    transition: 0.1s ease color;
}

.informations-panel-visites .case-visite.horaires
{
    position: relative;
}

#visite .slider-horaire
{
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}

@media screen and (max-width: 576px) 
{
    #visite .slider-horaire {
        position: relative;
        top: inherit;
        left: inherit;
        width: 100%;
        height: 100%;
    }
}

#visite .slider-horaire .slide
{
    text-align: center;
    padding-top: 120px;
}

@media screen and (max-width: 1200px) 
{
    #visite .slider-horaire .slide
    {
        padding-top: 85px;
    }
}


@media screen and (max-width: 1200px) 
{
    #visite .slider-horaire .slide
    {
        padding-top: 80px;
        padding-bottom: 40px;
    }
}


#visite .slider-horaire .slide .titre-h4
{
    padding-bottom: 10px;
}

#visite .slider-horaire .custom-prev
{
    position: absolute;
    top: 50%; left: 15px;
    transform: translateY(-50%);
    height: 16px; width: 16px;
}

#visite .slider-horaire .custom-next
{
    position: absolute;
    top: 50%; right: 15px;
    transform: translateY(-50%);
    height: 16px; width: 16px;
}


.label-trip #excellence-picto
{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
}


.label-trip p.label-txt
{
    position: absolute;
    line-height: 50px;
    top: 30px;
    right: 85px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}



/* SLIDER ABOUT IMAGES */


#apropos .slider-history .slide-about-panel .slick-slide[data-slide="1"]{ background-image: url(/img/slider/about/about_big_1.jpg); }
#apropos .slider-history .slide-about-panel .slick-slide[data-slide="2"]{ background-image: url(/img/slider/about/about_big_2.jpg); }
#apropos .slider-history .slide-about-panel .slick-slide[data-slide="3"]{ background-image: url(/img/slider/about/about_big_3.jpg); }
#apropos .slider-history .slide-about-panel .slick-slide[data-slide="4"]{ background-image: url(/img/slider/about/about_big_4.jpg); }


.slider-home-top .slick-track:after
{
    clear: both;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 400px;
    z-index: 1000;
    background-image: linear-gradient(to left, transparent, rgba(0,0,0,0.3));
}

#index .slide-home-top[data-slide-home="1"]{ background-image: url(/img/slider/home/home_big_1.jpg); }
#index .slide-home-top[data-slide-home="2"]{ background-image: url(/img/slider/home/home_big_2.jpg); }
#index .slide-home-top[data-slide-home="3"]{ background-image: url(/img/slider/home/home_big_3.jpg); }
#index .slide-home-top[data-slide-home="4"]{ background-image: url(/img/slider/home/home_big_4.jpg); }


@media screen and (max-width: 1600px) 
{
    #apropos .slider-history .slide-about-panel .slick-slide[data-slide="1"]{ background-image: url(/img/slider/about/about_small_1.jpg); }
    #apropos .slider-history .slide-about-panel .slick-slide[data-slide="2"]{ background-image: url(/img/slider/about/about_small_2.jpg); }
    #apropos .slider-history .slide-about-panel .slick-slide[data-slide="3"]{ background-image: url(/img/slider/about/about_small_3.jpg); }
    #apropos .slider-history .slide-about-panel .slick-slide[data-slide="4"]{ background-image: url(/img/slider/about/about_small_4.jpg); }
}


@media screen and (max-width: 991px) 
{

    .slider-home-top .slick-track:after 
    {
        clear: both;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 30%;
        width: 100%;
        z-index: 1000;
        background-image: linear-gradient(to bottom, transparent, black);
    }

    #apropos .slider-history .slide-about-panel .slick-slide[data-slide="1"]{ background-image: url(/img/slider/about/about_big_1.jpg); }
    #apropos .slider-history .slide-about-panel .slick-slide[data-slide="2"]{ background-image: url(/img/slider/about/about_big_2.jpg); }
    #apropos .slider-history .slide-about-panel .slick-slide[data-slide="3"]{ background-image: url(/img/slider/about/about_big_3.jpg); }
    #apropos .slider-history .slide-about-panel .slick-slide[data-slide="4"]{ background-image: url(/img/slider/about/about_big_4.jpg); }


    #apropos .slider-history .slide-about-panel .slick-track
    {
        height: 520px;
    }
}


@media screen and (max-width: 767px) 
{
    .a-propos-section-2 .slider-history,
    #apropos .slider-history .slide-about-panel,
    #apropos .slider-history .slide-about-panel .slick-track
    {
        min-height: 62vw;
        height: 62vw;
    }
}

#page-contact a,
#module-visitemodule-visite a
{
    color: black;   
    transition: 0.1s ease color;
}
#page-contact a:hover,
#module-visitemodule-visite a:hover
{
    color: #C07E11; 
    transition: 0.1s ease color;  
}

.confirmationMessage
{
    width: 100%;
    padding: 30px;
    background-color: rgba(139, 195, 74, 0.35);
    border: 1px solid rgb(139, 195, 74);
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.custom-checkbox input[type="checkbox"] + span .checkbox-checked 
{
    margin: 0;
    font-size: 16px;
    color: #c07e11;
}

#module-visitemodule-visite .rgpd
{
    cursor: pointer;
}

#module-visitemodule-visite .rgpd .case i 
{
    margin: 0;
    font-size: 16px;
    color: #c07e11;
    line-height: 9px;
    opacity: 0;
}

#module-visitemodule-visite .rgpd.selected .case i 
{
    opacity: 1;
}

#module-visitemodule-visite .selectlangue
{
    width: 240px;   
}

@media screen and (max-width: 1200px) 
{
    #module-visitemodule-visite .selectlangue      
    {
        width: 214px;   
    }

    #module-visitemodule-visite .choix-visite-form .element.bigMarge 
    {
        margin-right: 40px;
    }

    #module-visitemodule-visite .choix-visite-form .element 
    {
        width: 440px;
    }  

    #module-visitemodule-visite .choix-visite-form .element.second 
    {
        width: 415px;
    }
}

@media screen and (max-width: 991px) 
{
    #module-visitemodule-visite .selectlangue
    {
        width: 330px;   
    }
}

@media screen and (max-width: 767px) 
{
    #module-visitemodule-visite .selectlangue
    {
        width: 100%;   
    }
}


/* UPDATE SLIDER HOME TOP */

#index .carousel.carre
{
    max-width: 1800px;
    margin: 0 auto;
}

#index .carousel.carre .slider-home-top .slick-slide img
{
    width: 100%;
}  


.carousel.carre .presentation
{
    padding-bottom: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 101;
}

.carousel.carre .presentation .contenu 
{
    width: 400px;
    margin-left: 135px;
    text-align: left;
}

.carousel.carre .presentation .logo 
{
    margin-top: 0px;
}

#index .carousel.carre,
#index .carousel.carre .slider-home-top
{
    position: relative;
} 

.text-see-more-slider
{
    display: none;
}

.text-full-slider
{
    display: inline;
}

#index .carousel.carre .slider-home-top:after 
{
    content: "";
    clear: both;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 400px;
    z-index: 100;
    background-image: linear-gradient(to left, transparent, rgba(0,0,0,0.3));
    z-index: 50;
}

#index .carousel.carre .imgBig
{
    display: none;
}

#index .carousel.carre .imgSmall
{
    display: block;
}

@media (max-width: 1600px)
{
    .text-see-more-slider
    {
        display: inline;
    }

    .text-full-slider
    {
        display: none;
    }

    .carousel.carre .presentation h1 
    {
        margin-left: 274px;
    }

    .titre-big.titre-bigSlider
    {
        font-size: 60px;
        line-height: 58px;
    }

    .carousel.carre .presentation .contenu p,
    .carousel.carre .presentation .contenu 
    {
        text-align: right;
    }

    .carousel .presentation .logo 
    {
        left: calc(50% - 134px);
        width: 175px;
    }
}

@media (max-width: 1200px)
{
    .carousel.carre .presentation h1 
    {
        margin-left: 234px;
            margin-bottom: 20px;
    }

    .titre-big.titre-bigSlider
    {
        font-size: 50px;
        line-height: 48px;
    }

    .carousel.carre .presentation .contenu p,
    .carousel.carre .presentation .contenu 
    {
        text-align: right;
    }

    .carousel.carre .presentation .contenu p
    {
        margin-bottom: 20px;
    }

    .carousel .presentation .logo 
    {
        left: calc(50% - 134px);
        width: 175px;
    }

    .carousel .presentation .logo 
    {
        left: calc(50% - 92px);
        width: 120px;
    }

    .carousel.carre .presentation .contenu 
    {
        width: 400px;
        margin-left: 50px;
    }
}

@media (max-width: 991px)
{
    #index .carousel.carre .imgBig
    {
        display: block;
    }

    #index .carousel.carre .imgSmall
    {
        display: none;
    }

    .carousel.carre .presentation
    {
        position: relative;
        top: 0px; transform: none;
        z-index: 101;
        padding: 0;
        margin-top: -38px;
    }

    #index .carousel.carre .slider-home-top:after 
    {
        width: 0;
    }

    .carousel.carre .presentation .logo 
    {
        left: 0;
        width: 175px;
    }

    #index .carousel.carre .slider-home-top 
    {
        height: auto;
    }

    .carousel.carre .presentation h1 
    {
        margin-left: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .text-see-more-slider
    {
        display: none;
    }

    .text-full-slider
    {
        display: inline;
    }

    .carousel.carre .presentation .contenu p, 
    .carousel.carre .presentation .contenu 
    {
        text-align: left;
        margin-bottom: 30px;
    }

    .carousel.carre .presentation .contenu 
    {
        width: 100%;
        margin-left: 0;
        text-align: center;  
        margin-bottom: 0;
    }

    .carousel.carre .presentation h1 
    {
        margin-left: 0;
        margin-bottom: 30px;
        margin-top: 30px;
        text-align: left;
        width: 500px;
        padding: 0;
    }

    .carousel .presentation h1 .ligne_2 
    {
        padding-left: 0;
    }

    .titre-big.titre-bigSlider {
        font-size: 50px;
        line-height: 56px;
    }
}

@media (max-width: 576px)
{
    .titre-big.titre-bigSlider
    {
        font-size: 40px;
        line-height: 40px;
    }

    .carousel .presentation h1 .mg_small {
        margin-left: 0;
        display: block;
        transition: none;
    }

    .carousel.carre .presentation h1 span
    {
        display: inline;
    }

    .carousel.carre .presentation h1 br
    {
        display: none;
    }

    .carousel.carre .presentation h1 
    {
        padding: 0 45px;
        width: 100%;
        margin-bottom: 0;
        margin-top: 50px;
    }

    .carousel.carre .presentation .contenu p
    {
        margin-bottom: 50px;
    }
}


/* UPDATE SLIDER ABOUT */

.a-propos-section-2.carre 
{
    margin: 80px auto;
    margin-top: 0;
    float: none;
    max-width: 1800px;
    display: block;
    position: relative;
    overflow: hidden;
}

.grilleAbout
{
    margin-bottom: 80px;
    overflow: hidden;
}

.a-propos-section-2.carre .slide img 
{
    width: 100%;
}

.a-propos-section-2.carre .slider-history 
{
    position: relative; 
    right: inherit;
    left: 50%;
}

.a-propos-section-2.carre .history
{
    position: absolute;
    padding-bottom: 0;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
}

@media (max-width: 1600px)
{
    .a-propos-section-2.carre .history 
    {
        padding-left: 0;
        padding-top: 100px;
    }

    .a-propos-section-2.carre .history h2 {
        padding-bottom: 30px;
        padding-left: 0;
    }

    .a-propos-section-2.carre .history::before 
    {
        background-size: 400px;
        background-position: right top;
        background-repeat: no-repeat;
    }
}

@media (max-width: 1200px)
{
    .a-propos-section-2.carre .history 
    {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .a-propos-section-2.carre .history::before 
    {
        background-size: 65%;
    }
}

@media (max-width: 991px)
{
    #apropos .a-propos-section-2.carre .slider-history .slide-about-panel .slick-track 
    {
        height: auto;
    }

    .a-propos-section-2.carre .slider-history,
    .a-propos-section-2.carre .history
    {
        position: relative;
        right: inherit;
        left: inherit;
        top: inherit;
        transform: none;
    }

    .a-propos-section-2.carre .history 
    {
        padding: 30px 50px;
        width: 720px;
    }

    .a-propos-section-2.carre .history h2 
    {
        padding-bottom: 100px;
        padding-left: 0px;
    }

    .a-propos-section-2.carre .history::before 
    {
        background-size: 360px;
        background-position: top right;
    }
}

@media (max-width: 767px)
{
    .a-propos-section-2.carre .history::before 
    {
        background-size: auto 275px;
        background-position: top right;
    }

    .a-propos-section-2.carre .history 
    {
        padding: 50px 30px;
        width: 100%;
    }

    .a-propos-section-2.carre 
    {
        margin: 50px auto;
        margin-bottom: 0;
    }

    .grilleAbout
    {
        margin-bottom: 50px;
    }

    .a-propos-section-2.carre .slider-history, 
    #apropos .a-propos-section-2.carre .slider-history .slide-about-panel, 
    #apropos .a-propos-section-2.carre .slider-history .slide-about-panel .slick-track 
    {
        min-height: auto;
        height: auto;
    }
}

@media (max-width: 576px)
{
    .a-propos-section-2.carre .history h2 
    {
        padding-bottom: 150px;
        padding-top: 0px;
        padding-left: 0px;
    }

    .a-propos-section-2.carre .history 
    {
        padding: 50px 30px;
    }

    .a-propos-section-2.carre .history .texte-base
    {
        padding: 0;
    }
}





/* UPDATE CART */
#cart .btn-touchspin.js-increase-product-quantity,
#cart .btn-touchspin.js-decrease-product-quantity
{
    display: none;
}

.inputQtyPanier
{
    position: relative;
    display: inline-flex;
}

.changeNbTop
{
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    border: 1px solid rgba(0,0,0,.25);
    bottom: 0;
    right: -20px;
    text-align: center;
    line-height: 20px;    
}

.changeNbDown
{
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    border: 1px solid rgba(0,0,0,.25);
    top: 0;
    right: -20px;
    text-align: center;
    line-height: 20px;    
}


.inputQtyPanier .bootstrap-touchspin 
{
    width: auto;
    float: none;
}



@media (max-width: 991px)
{
    .choix-visite-panel .liste-items .item .col.col-name a.btn-more-visite
    {
        display: none;
    }

    .choix-visite-panel .liste-items .item .col.col-name a.nd-btn
    {
        margin-left: 45px;
    }
}


#map
{
    display: none;
}