﻿@charset "utf-8";
@font-face {
    font-family: 'GT Sectra';
    src: url('fonts/GTSectra-Bold.eot');
    src: url('fonts/GTSectra-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/GTSectra-Bold.woff2') format('woff2'),
    url('fonts/GTSectra-Bold.woff') format('woff'),
    url('fonts/GTSectra-Bold.ttf') format('truetype'),
    url('fonts/GTSectra-Bold.svg#GTSectra-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

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

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

form {
    margin: 0px;
    padding: 0px;
}

a {
    cursor: pointer;
    color: #333333;
}

@media (max-width: 768px) {
    .padr-7-5 {
        padding-left: 0;
        padding-right: 7.5px;
    }

    .padl-7-5 {
        padding-left: 7.5px;
        padding-right: 0;
    }
}

/********************************************************************* Mise en page ****************************************************************/

html {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}

body {

    font-family: 'Graphik', Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    margin: 0px;
    background-color: #FFFFFF;
    /*background-image:url(../images/bg-noel.png);*/
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center 150px;
}

.nopad {
    padding-left: 0;
    padding-right: 0;
}

.nopadr {
    padding-left: 15px;
    padding-right: 0;
}

.nopadl {
    padding-left: 0;
    padding-right: 15px;
}

.nopad75 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

#villes-wrapper {
    background-color: #1a1414;
}

#recherche {
    text-align: right;
    float: right;
}

.btn_recherche {
    background: url(../images/icon_search.svg) #FFF no-repeat center;
    border: none;
    width: 25px;
    height: 21px;
    position: absolute;
    left: 12px;
    top: 10px;
}

.span_search {
    font-size: 12px;
    color: #FFFFFF;
    margin-bottom: 10px;
    font-weight: 300;
    margin-right: 31px;
    padding-top: 4px;
    font-family: 'Graphik';
    float: right;
}

.inputString {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
}

.inputString::-webkit-input-placeholder,
.form_style::-webkit-input-placeholder {
    color: #dbdbdb;
    font-family: Graphik;
    font-weight: 400;
}

.inputString::-moz-placeholder,
.form_style::-moz-placeholder {
    color: #dbdbdb;
    font-family: Graphik;
    font-weight: 400;
}

.inputString:-ms-input-placeholder,
.form_style:-ms-input-placeholder {
    color: #dbdbdb;
    font-family: Graphik;
    font-weight: 400;
}

.inputString:-moz-placeholder,
.form_style:-moz-placeholder {
    color: #dbdbdb;
    font-family: Graphik;
    font-weight: 400;
}

@media (max-width: 992px) {
    .inputString::-webkit-input-placeholder,
    .form_style::-webkit-input-placeholder {
        color: #a0a0a0;
    }

    .inputString::-moz-placeholder,
    .form_style::-moz-placeholder {
        color: #a0a0a0;
    }

    .inputString:-ms-input-placeholder,
    .form_style:-ms-input-placeholder {
        color: #a0a0a0;
    }

    .inputString:-moz-placeholder,
    .form_style:-moz-placeholder {
        color: #a0a0a0;
    }
}

#villes-div {
    color: #FFFFFF;
    width: 100%;
    overflow: hidden;
    background-color: #fafafa;
}

#villes {
    width: 100%;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#villes li {
    font-size: 11px !important;
    margin: 0px;
    padding: 0px;
    font-family: 'Graphik';
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
}

#villes a {
    color: #939393;
    display: block;
    margin: 0;
    text-decoration: none;
    padding: 5px 12px;
}

@media (max-width: 1200px) {
    #villes a {
        padding: 5px 9px;
    }
}

#villes a:hover,
#villes .selected {
    background-color: #939393;
    color: #fff;
}

#menu-div {
    color: #FFFFFF;
    font-family: 'Graphik';
    text-transform: uppercase;
}

.navbar-nav {
    text-align: center;
    float: inherit;
}

.navbar-nav > li > a {
    padding: 10px 14px;
}

#menu li {
    font-size: 14px !important;
    display: inline-block;
    text-align: center;
    float: inherit;
}

#menu li:after {
    content: ".";
    color: #d3d3d3;
    position: absolute;
    right: -2px;
    top: -4px;
    font-size: 24px;
}

#menu li:last-child:after {
    display: none;
}

#menu a {
    color: #1d1d1b;
    font-family: Graphik;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

#menu a:hover {
    color: #d1b577;
    background-color: inherit;
}

#menu .selected {
    color: #d1b577;
}

.iframe_newsletter img {
    z-index: 100;
}

#header-wrapper {
    width: 100%;
    background-repeat: repeat-x;
    background-position: top;
    background-color: #271e1f;

}

#header-city {
    width: 100%;
    background-color: #231819;
}

#main {
    width: 890px;
    padding-right: 20px;
    padding-left: 20px;
}

#text_left {
    width: 620px;
    float: left;
    margin-bottom: 50px;
    padding: 0px;
}

#text_left_admin {
    width: 870px;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    float: left;
    padding: 10px;
    margin: 0px;
}

#text_left_admin1 {
    width: 550px;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    float: left;
    margin-bottom: 20px;
    padding: 10px;
}

#text_right {
    float: right;
    width: 300px;
    padding: 0px;
    clear: none;
    margin: 0px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #1d1d1b;
    font-family: "GT Sectra";
}

.h3 {
    color: #1d1d1b;
    font-family: "GT Sectra";
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.h2 {
    color: #1d1d1b;
    font-family: "GT Sectra";
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

.new_search_ville {
    width: 100%;
    margin: 0;
    background-position: 97% center;
    padding-left: 7px !important;
    padding-right: 7px !important;
    height: 40px;
    border: 1px solid #dbdbdb;
    cursor: pointer;
}

.new_search_ville option:first {
    color: #999999;
    font-family: 'Graphik', Helvetica !important;
    font-style: italic;
}

.search_input_container {
    width: 100%;
    font-family: 'Graphik', Helvetica !important;
    font-size: 13px;
}

.div_label_prix_amo {
    padding-top: 7px;
    width: 100%;
    margin: auto;
}

.div_label_prix_amo span {
    width: 16.666%;
    display: block;
    float: left;
    opacity: 0.7;
    color: #383838;
    font-family: Graphik;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

#results_amo, #map_amo {
    width: 100%;
    margin-right: 20px;
    height: 330px;
}

.center_cadre {

}

.div_text_right {
    width: 100%;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-top: 0px;
    padding: 0px 0px;
    background-image: none !important;
}

.fiche-brunch .div_text_right {
    margin-bottom: 0px;
}

.fiche-brunch .one_list_amo_fade {
    display: none !important;
}

.fiche-brunch .one_list_amo_img {
    height: 130px;
    transition: 0.3s ease all;
}

.fiche-brunch .one_list_amo_img:hover {
    opacity: 0.8;
    transform: scale(1.03);
    transition: 0.3s ease all;
}

.div_text_right_two {
    border: none;
    display: inline-block;
    margin-bottom: 30px;
    background-image: none !important;
}

.div_text_right_two h2 {
    color: #1d1d1b;
    font-family: "GT Sectra";
    font-size: 21px;
    font-weight: 700;
    line-height: 36px;
}

.div_text_right h5 {
    margin-bottom: 4px;
}

.div_text_right h2 {
    color: #1d1d1b;
    font-family: "GT Sectra";
    font-size: 21px;
    font-weight: 700;
    line-height: 36px;
}

.div_text_right a .name {
    font-weight: bold;
/ / color: #271e1f;
    font-family: 'Graphik', Helvetica !important;
    font-size: 13px;
}

.div_text_right a .date {
    color: #d1b577;
    font-family: 'Graphik', Helvetica !important;
    font-size: 12px;
}

.separator {
    width: 100%;
    height: 1px;
    background: #dbdbdb;
    margin: 0;
    margin-bottom: 25px;
}

.separator80 {
    width: 80%;
    height: 1px;
    background: #dbdbdb;
    margin: 0;
    margin-bottom: 25px;
}

.container {
    background: #fff;
    padding-top: 15px;
}

.container_separator {
    width: 100%;
    margin-bottom: 25px;
}

.one_dernier {
    width: 100%;
    height: 70px;
    margin-top: 10px;
    overflow: hidden;
}

.one_dernier .image_dernier {
    width: 27%;
    display: block;
}

.one_dernier .image_dernier div {
    width: 100%;
    display: block;
    height: 72px;
    overflow: hidden;
    float: left;
}

.one_dernier h5 {
    width: 73%;
}

.one_dernier .name_nouveaux {
    font-family: "GT Sectra";
    color: #1d1d1b;
    font-size: 15px;
    font-weight: 700;
    line-height: 33px;
}

.one_dernier .date_dernier {
    color: #939393;
    font-family: 'Graphik';
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}

.new_btn_amo {
    color: #d1b577;
    font-family: Graphik;
    font-size: 13px;
    font-weight: 400;
    margin: 20px 15px 20px 0;
    display: block;
    position: relative;
}

.new_btn_amo:hover {
    color: #d1b577;
    text-decoration: none;
}

.new_btn_amo:after {
    content: ">";
    color: #d1b577;
    padding-left: 5px;
    transition: 0.4s ease all;
    font-family: 'Graphik';
    font-weight: 100;
    font-size: 17px;
    position: absolute;
    top: -3px;
}

.new_btn_amo:hover:after {
    padding-left: 10px;
    transition: 0.1s ease all;
}

.new_btn_send {
    border: 0;
    float: right;
    background: #d1b577;
    color: #FFF;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    width: 67px;
    display: block;
    text-align: center;
    padding: 11px 0;

}

.new_btn_amo_bis:hover {
    background-color: #f7f7f7;
}

.new_btn_amo_bis {
    border: 0;
    float: left;
    background: #f7f7f7;
    color: #DE8649;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;
    padding: 9px 0;
    margin: 20px 0 10px;
    text-transform: uppercase;
    font-family: 'Graphik';
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
}

#slidebar_brunch_paris {

}

#slidebar_brunch_paris h5 {
    margin-bottom: 4px;
    float: left;
    padding-left: 18px;
    margin-top: 0px;
    color: #FFF;
}

#pre-footer-wrapper {
    background: #fff;
    width: 100%;
    padding: 40px 0 0 0;
}

@media (max-width: 992px) {
    #pre-footer-wrapper {
        padding: 0 15px;
    }
}

#pre-footer-wrapper h2 {
    color: #555555;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 992px) {
    #pre-footer-wrapper h2 {
        text-align: center;
        padding-top: 20px;
    }
}

#pre-footer-wrapper .ft-links {
    color: #939393;
    font-family: Graphik;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
}

#pre-footer-wrapper .ft-links p,
#pre-footer-wrapper .ft-links a {
    color: #939393;
    font-family: Graphik;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    padding-bottom: 8px;
    padding-top: 5px;
}

@media (max-width: 992px) {
    #pre-footer-wrapper .ft-links p,
    #pre-footer-wrapper .ft-links a {
        text-align: center;
    }
}

#pre-footer {
    color: #583f3c;
    width: 940px;
    text-align: center;
    padding: 15px 20px;
    margin: 0 auto;
}

.restaurateur_cta {
    text-align: center;
    padding: 50px 15px;
    background-image: url(../images/bg-footer.png);
    background-color: #fafafa;
}

@media (max-width: 992px) {
    .restaurateur_cta {
        padding: 30px 15px;
    }
}

.restaurateur_cta .titre {
    color: #d1b577;
    font-family: "GT Sectra";
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
}

.restaurateur_cta p {
    color: #939393;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    padding: 30px 0;
}

.restaurateur_cta a {
    color: #d1b577;
    font-family: Graphik;
    font-size: 13px;
    font-weight: 400;
    background-color: #ffffff;
    text-align: center;
    display: inline-block;
    padding: 12px 35px;
    text-decoration: none;
    transition: 0.2s ease all;
}

.restaurateur_cta a:hover {
    color: #fff !important;
    font-family: Graphik;
    font-size: 13px;
    font-weight: 400;
    background-color: #d1b577;
    transition: 0.2s ease all;
}

.restaurateur_cta a:after {
    content: initial;
}

.ft-links {
    padding: 50px 0;
}

#footer {
    border-top: 1px solid #dbdbdb;
    text-align: center;
    background: #fff;
    color: #939393;
    vertical-align: middle;
    padding: 15px;
    font-size: 12px;
    margin-right: auto;
    margin-left: auto;
    line-height: 20px;
}

#footer a {
    color: #939393;
    text-decoration: none;
}

#clear {
    clear: both;
    height: 5px;
    width: 100%;
}

.clear {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

/********************************************************************* Images ****************************************************************/

img {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.active {
    color: #FFFFFF;
    padding-bottom: 4px;
    background-color: #FF9900;
}

.line {
    background: #F3eee7;
    width: 100%;
    height: 3px;
    margin: 10px 0px;
}

/********************************************************************* Texte ****************************************************************/
.txt_center {
    text-align: center;
}

h1 {
    font-family: 'GT Sectra', Georgia;
    font-size: 35px;
    color: #1d1d1b;
    text-align: left;
    font-weight: 100;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-top: 20px;
}

@media (max-width: 992px) {
    h1 {
        font-size: 26px;
        margin-bottom: 0px !important;
        margin-top: 40px !important;
    }
}

@media (max-width: 992px) {
    .fiche-brunch h1 {
        margin-top: 0px !important;
    }
}

h2 {
    font-family: "GT Sectra";
    font-size: 22px;
    color: #1d1d1b;
    text-align: left;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.color2 {
    color: #F3eee7;
}

.color3 {
    color: #C8AD7F;
}

.color4 {
    color: #231C1C;
}

.color5 {
    color: #DB7E40;
}

h3 {
    font-family: 'Graphik', Helvetica;
    font-size: 18px;
    color: #1d1d1b;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

h4 {
    font-weight: bold;
    font-size: 13px;
    padding: 0px;
    margin: 5px 0;
}

h4 . titre {
    font-weight: normal;
    color: #5D4C3C;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    background-image: url(https://www.oubruncher.com/images/bg_gray.gif);
    text-transform: uppercase;
    text-indent: 10px;
    font-style: italic;
    padding: 5px;
    font-family: 'Rokkitt', serif;
}

h5 {
    margin: 2px 0px;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

h6 {
    color: #FFFFFF;
    text-align: right;
    font-weight: normal;
    font-size: 10px;
    margin-right: 20px;
    margin-bottom: 5px;
    margin-left: 3px;
    margin-top: 10px;
}

p {
    text-align: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.bleu {
    color: #5d4c3c;
}

.rouge {
    color: #C9AC0A;
}

.titres {
    background-color: #BDA48E;
    display: inline;
    padding: 5px 20px;
    margin: 20px 0;
    color: #FFF;
    font-style: italic;
    text-transform: uppercase;
}

.titrebig {
    display: inline;
    background-color: #938578;
    padding: 5px 20px;
    font-size: 16px;
    color: #FFF;
}

.texte_reserver {
    padding-right: 20px;
    margin: 0px;
}

.small_text {
    font-size: 13px;
}

.ariane a {
    font-size: 12px;
    color: #CCC;
    text-decoration: none;
}

.ariane a:hover {
    color: #666;
}

.ariane {
    padding-bottom: 5px;
    color: #CCC;
}

.ariane div {
    display: inline;
}

/********************************************************************* Formulaire ****************************************************************/

.newsletter .form_style {
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 0 15px 5px 0px;
    border: none;
    border-bottom: 1px solid #DDD;
    width: 100%;
    color: #1d1d1b;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    outline: none;
}

.fancybox-slide img {

    padding: 0;
    margin: 0;
}

.search-form .form_style {
    margin-top: 0;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 10px 15px 10px 22px;
    border: none;
    border-bottom: 1px solid #DDD;
    width: 100%;
    line-height: 20px;
    color: #1d1d1b;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 992px) {
    .search-form .form_style {
        margin-top: 10px;
    }
}

.new_btn_send2 {
    color: #d1b577;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
    float: right;
}

.form_style.new_btn_send2::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #f5f5f5;
}

.form_style.new_btn_send2::-moz-placeholder { /* Firefox 19+ */
    color: #f5f5f5;
}

.form_style.new_btn_send2:-ms-input-placeholder { /* IE 10+ */
    color: #f5f5f5;
}

.form_style.new_btn_send2:-moz-placeholder { /* Firefox 18- */
    color: #f5f5f5;
}

.idl_audiotel_text {
    margin-right: 5px;
}

.btn_style_amo, .btn_style_amo a, .idl_audiotel_text, .idl_audiotel_text a {
    float: left;
    width: 150px;
    color: #FFF;
    font-family: 'Graphik';
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    height: 17px;
    padding: 8px 0;
    cursor: pointer;
    border: 1px solid #FFF;
    margin-bottom: 10px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
}

.btn_style_amo:hover, .btn_style_amo a:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #1d1d1b;
    text-decoration: none;
}

.btn_style_amo {
    width: 100%;
    padding-top: 7px;
    height: 32px;
}

.btn_style, .btn_style a {
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 6px 15px;
    cursor: pointer;
    font-weight: bold;
    margin: 0px;
    border: solid 0px;
    background-color: #C8AD7F;
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
}

.btn_style:hover, .btn_style a:hover {
    background-color: #cc9966;
}

.btn_style_resa, .btn_style_resa a {
    background-color: #db7e40;
    color: #FFFFFF;
    background-image: none;
    border: solid 1px #db7e40;
    padding: 8px 20px;
    text-transform: uppercase;
}

.btn_style_resa:hover, .btn_style_resa a:hover {
    background-color: #f19151;
}

.btn_style_tel, .btn_style_tel a {
    background-color: #F2F2F2;
    color: #333;
    background-image: none;
    border: solid 1px #CCC;
    padding: 8px 20px;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#CCC));
    background: -moz-linear-gradient(top, #F2F2F2, #CCC);

}

.btn_style_tel:hover, .btn_style_tel a:hover {
    color: #000;
    border: solid 1px #999;
    background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#CCC));
    background: -moz-linear-gradient(top, #F2F2F2, #CCC);
}

.btn_style2, .btn_style2 a {
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 6px 15px;
    cursor: pointer;
    font-weight: bold;
    border: solid 0px;
    background-color: #D1B577;
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    display: block;
    margin: 0 0 10px 0;
    text-align: center;
}

.btn_style2:hover, .btn_style2 a:hover {
    background-color: #D1B577;
    opacity: 0.8;
    color: white;
    text-decoration: none;
}

.btn_oubruncher, .btn_oubruncher a {
    font-size: 13px;
    color: #FFFFFF;
    background-color: #0E879C;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    border: 0px solid #920f45;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.piege_bot {
    display: none;
}

/********************************************************************* Lien ****************************************************************/

.lien1:link, .lien1:visited {
    color: #F3eee7;
    text-decoration: none;
}

.lien1:hover {
    color: #F3eee7;
    text-decoration: none;
}

.lien2:link, .lien2:visited {
    color: #d1b577;
    text-decoration: none;
}

.lien2:hover {
    color: #cc9966;
    text-decoration: underline;
}

.lien3:link, .lien3:visited {
    color: #5d4c3c;
    text-decoration: none;
}

.lien3:hover {
    color: #938578;
    text-decoration: none;
}

.lien4:link, .lien4:visited {
    color: #d1b577;
}

.lien4:hover {
    color: #d1b577;
}

.lien5:link, .lien5:visited {
    color: #231C1C;
    text-decoration: underline;
    cursor: pointer;
}

.lien5:hover {
    color: #C8AD7F;
    text-decoration: underline;
}

.lien6:link, .lien6:visited {
    color: #271e1f;
    text-decoration: none;
    cursor: pointer;
}

.lien6:hover {
    color: #C8AD7F;
    text-decoration: underline;
}

.lien_hide {
    text-decoration: none;
}

.follow_link {
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
}

.follow_link:hover {
    opacity: 0.7;
}

/********************************************************************* Tableaux ****************************************************************/

.tableau {
    margin-right: auto;
    margin-left: auto;
    background-repeat: repeat-x;
    background-position: bottom;
    margin-top: 0px;
    margin-bottom: 0px;
}

.content-article img {
    width: 100%;
}

.content-article p {
    font-size: 16px;
    line-height: 24px;
}

.tableau h2 {
    font-family: 'Graphik', Helvetica;
    font-size: 20px;
}

.tableau-recherche {
    border: 1px solid #DDDDDD;
    margin-right: auto;
    margin-left: auto;
    background-image: url(https://www.oubruncher.com/images/bg_table.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 10px;
}

.tableau-gris {
    border: 1px solid #CCCCCC;
    margin-right: auto;
    margin-left: auto;
    background-color: #F2F2F2;
}

.float-right {
    clear: left;
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
}

.recherches-frequentes {
    font-size: 11px;
}

/********************************************************************* Modules et autres ****************************************************************/

.float-photo {
    clear: left;
    float: left;
    border: 0px solid #CCCCCC;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.float-left {
    clear: left;
    float: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.float-right {
    clear: right;
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.float-bouton {
    clear: left;
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.ranking {
    font-size: 12px;
    font-weight: bold;
    color: #999999;
}

.reservation_ico {
    float: right;
    clear: both;
}

.promo {
    float: right;
    padding-top: 3px;
}

.bt-h1 {
    color: #d1b577;
    font-family: Graphik;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    display: inline-block;
    position: relative;
    opacity: 1;
}

.bt-h1:hover {
    color: #d1b577;
    opacity: 0.7;
}

.texte_newsletter {
    color: #FFFFFF;
    text-align: right;
    font-weight: normal;
    font-size: 10px;
    margin-right: 20px;
    margin-bottom: 5px;
    margin-left: 3px;
    margin-top: 10px;
}

.check_right {
    margin-left: 0px;
}

.tablecart {
    border: none;
    font-size: 10px;
}

.tabcenter {
    text-align: center;
    color: #666666;
}

.tableft {
    text-align: left;
    color: #666666;
}

.img-grey {
    border: 1px solid #CCCCCC;
}

.img-grey:hover {
    border: 1px solid #999999;
}

.btadd {
    color: #FFFFFF;
    background-color: #5d4c3c;
    border: none;
    margin: 0px;
    font-size: 11px;
    cursor: pointer;
    padding: 0px;
}

.txtadd {
    text-align: center;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    height: 17px;
    font-size: 10px;
}

.btinfo {
    border: 1px solid #CCCCCC;
    background-color: #F2F2F2;
    color: #999999;
    cursor: pointer;
    font-size: 9px;
    margin-top: 10px;
    height: 20px;
}

.border-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}

.active:hover {
    color: #FFFFFF;
    padding-bottom: 4px;
    background-color: #EE6200;
    background-image: url(https://www.oubruncher.com/images/hover.gif);
    background-repeat: no-repeat;
    background-position: center bottom;

}

.limitw {
    width: 200px;
}

.vignette {
    background-color: #F2F2F2;
    background: url(images/bg-kraft2.jpg) no-repeat;
    font-size: 11px;
    color: #5d4c3c;
    border: 1px solid #DDDDDD;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

.vignette:hover {
    border: 1px solid #DDDDDD;
    background-color: #E9E9E9;
}

.btn_bb, .btn_bb a {
    font-size: 12px;
    color: #333;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #F90;
    text-decoration: none;
    padding-top: 7px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
    cursor: pointer;
    font-weight: bold;
    display: inline;
    text-align: center;
    background-image: url(https://www.oubruncher.com/images/brunch-box/bg-btn.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    background-color: #F90;
    text-transform: uppercase;
}

.bordure-droite {
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #CCC;
}

.table_reservation {
    width: 25px;
    border: none;
    font-size: 10px;
    color: #666666;
}

.recettes_une {
    float: left;
    width: 180px;
    height: 120px;
    background-color: #F3eee7;
    margin-right: 10px;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
}

.one_recette {
}

.one_recette .img {
    width: 100%;
    height: 320px;
    display: block;
    transition: all ease 0.3s;
}

.one_recette .img:hover {
    opacity: 0.8;
    transform: scale(1.03);
    transition: all ease 0.3s;
}

.recettes_une a {
    text-decoration: none;
}

.div_avis {
    background-color: #f5f5f5;
    padding: 10px;
    margin-bottom: 3px;
}

.ligne {
    margin-bottom: 3px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDD;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 10px;
}

.ligne-gris {
    background-color: #F2F2F2;
    padding: 10px;
    margin-bottom: 3px;
    overflow: auto;
}

.photo-ligne {
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
}

.pub {
    margin-top: 10px;
    margin-bottom: 10px;
}

.actus .mag {
    display: block;
}

.actus .mag a {
    margin-bottom: 30px;
    display: block;
}

.actus .mag .img-mag {
    height: 250px;
    background-color: #eee;
    background-size: cover;
    background-position: center;
}

@media (max-width: 768px) {
    .actus .mag {
        margin-top: 20px;
    }

    .actus .mag h4 {
        margin: 0 0 20px 0;
    }

    .actus .mag .excerpt {
        padding-left: 0;
        padding-right: 0;
    }

    .actus .mag a {
        margin-bottom: 0px;
        line-height: 26px;
    }
}

.actus .mag a.img-mag {
    padding-left: 0;
    padding-right: 0;
}

.actus .mag a.img-mag img {
    width: 100%;
}

.actus .mag a.img-mag:before {
    content: "";
    background-color: rgba(0, 0, 0, 0);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 200ms ease-in;
}

.actus .mag:hover a.img-mag:before {
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 200ms ease-in;
}

.actus .mag a.img-mag:after {
    content: "";
    /*background-image: url(../images/logo_icon.svg);*/
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 200ms ease-in;
    transform: scale(0);

}

.actus .mag:hover a.img-mag:after {
    transition: all 200ms ease-in;
    transform: scale(1);
}

.actus .date {
    color: #d1b577;
    font-family: Graphik;
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    margin-left: 10px;
}

.actus h4 a {
    color: #1d1d1b;
    font-family: "GT Sectra";
    font-size: 21px;
    font-weight: 700;
    line-height: 33px;
    text-decoration: none;
    margin-left: 10px;
}

@media (max-width: 992px) {
    .mg-b-mob {
        margin-bottom: 15px;
    }
}

/********************************************************************* Images ****************************************************************/

.img-border-white {
    border: 3px solid #CCCCCC;
}

.brdr-fb {
    /*background-color: #FFFFFF;
    padding: 3px;
    border: 1px solid #DDD;*/
}

.img-rollover {
    border: 2px solid #FFFFFF;
}

.img-rollover:hover {
    border: 2px solid #CCCCCC;
}

.border-content {
    border: 1px solid #CCCCCC;
}

/******************************************************************** Tabbee ****************************************************************/

#mobile, #moblie .btn_style, #mobile a, #mobile .tableau, #mobile p, #mobile h5, #mobile h2, #mobile h3, #mobile #footer {
    font-size: 13px !important;
}

#loading {
    width: 100%;
    height: 100%;
    color: #FFF;
    text-align: center;
    background: #bda48e;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 300;
}

#mobile #footer {
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 5px;
    font-size: 12px !important;
}

#mobile #header {
    height: auto;
}

#mobile .logo {
    padding-top: 15px;
    padding-bottom: 8px;
}

#mobile {
    padding-top: 10px;
    background-image: url(https://www.oubruncher.com/images/bg-body.jpg);
    background-repeat: repeat;
}

/******************************************************************** Brunch Flash ***********************************************************/

.champ {
    width: 115px;
    float: left;
    line-height: 22px;
}

#photo_flash {
    position: absolute;
    top: 30px;
    right: 10px;
    width: 150px;
}

#flash table {
    border: 0;
}

#flash td {
    border-bottom: #CCC 1px solid;
    padding: 5px 0px;
}

#flash th {
    border-bottom: #999 1px solid;
    padding: 5px 0px;
}

#prix_flash {
    position: absolute;
    bottom: 12px;
    right: 12px;
    border: 1px solid #DDD;
    text-align: center;
    font-size: 13px;
    width: 100px;
    padding: 15px 10px;
    background: #FFF;
    color: #5D4C3C;
}

#prix_flash h5 {
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    font-weight: bold;
    color: #5D4C3C;
}

/************************************************************/
/*				NOTICES										*/
/************************************************************/
.notice_info {
    line-height: 20px;
    min-height: 22px;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 5px 5px 5px 35px;
    text-align: justify;

    background: url(https://www.oubruncher.com/common/images/icons/info_24x24.png) no-repeat;
    background-position: 5px 5px;
    border: 1px solid #59a4ce;
    background-color: #e1f4fe;
}

.notice_success {
    line-height: 20px;
    min-height: 22px;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 5px 5px 5px 35px;
    text-align: justify;

    background: urlhttp: / / www . oubruncher . com /common/ images /icons/ yes_24x24 . png) no-repeat;
    background-position: 5px 5px;
    border: 1px solid #b4d838;
    background-color: #ecfeaf;
}

.notice_failure {
    line-height: 20px;
    min-height: 22px;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 5px 5px 5px 35px;
    text-align: justify;

    background: url(https://www.oubruncher.com/common/images/icons/no_24x24.png) no-repeat;
    background-position: 5px 5px;
    border: 1px solid #ff4c4c;
    background-color: #ffcece;
}

hr.separator {
    height: 1px;
    border: 0px;
    border-top: 1px dotted #AAA;
    margin: 10px 0;
}

.clear-both {
    clear: both;
}

.table_align_top td {
    vertical-align: top;
}

/************************************************************/
/*				HOME        								*/
/************************************************************/

.vignette-home {
    color: #d1b577;
    font-family: Graphik;
    font-size: 13px;
    font-weight: 400;
    display: block;
    height: 134px;
    width: 100%;
    text-align: center;
    padding: 9px 10px 9px 10px;
    background-color: #fafafa;
    margin-top: 18px;
    background-position: center 7px;
    background-repeat: no-repeat;
    text-decoration: none;
    cursor: pointer;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    opacity: 1;
}

.vignette-home span {
    width: 75px;
    height: 60px;
    overflow: hidden;
    display: block;
    margin: auto;
    margin-top: 12px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

#tendance span {
    background-image: url(../images/icone-home-1.svg);
}

/*#glasses:hover span {*/
/*background-image: url(../images/icone-home-1h.svg);*/
/*}*/

#prix span {
    background-image: url(../images/icone-home-2.svg);
}

/*#cochon:hover span {*/
/*background-image: url(../images/icone-home-2h.svg);*/
/*}*/

#luxe span {
    background-image: url(../images/icone-home-3.svg);
}

/*#champ:hover span {*/
/*background-image: url(../images/icone-home-3h.svg);*/
/*}*/

#buffet span {
    background-image: url(../images/icone-home-4.svg);
}

/*#croissant:hover span {*/
/*background-image: url(../images/icone-home-4h.svg);*/
/*}*/

#aillleurs span {
    background-image: url(../images/icone-home-5.svg);
}

/*#avion:hover span {*/
/*background-image: url(../images/icone-home-5h.svg);*/
/*}*/

#originaux span {
    background-image: url(../images/icone-home-6.svg);
}

/*#ampoule:hover span {*/
/*background-image: url(../images/icone-home-6h.svg);*/
/*}*/

#enfants span {
    background-image: url(../images/icone-home-7.svg);
}

/*#clown:hover span {*/
/*background-image: url(../images/icone-home-7h.svg);*/
/*}*/

#terrasses span {
    background-image: url(../images/icone-home-8.svg);
}

/*#glass:hover span {*/
/*background-image: url(../images/icone-home-8h.svg);*/
/*}*/

/*
#glasses:hover > span{ background-position:; }
#cochon:hover > span{ background-position:; }
#champ:hover > span{ background-position:; }
#croissant:hover > span{ background-position:; }
#avion:hover > span{ background-position:; }
#ampoule:hover > span{ background-position:; }
#clown:hover > span{ background-position:; }
#glass:hover > span{ background-position:; }
*/
.vignette-home:hover,
.vignette-home:focus {
    /*background-color: #d1b577;*/
    color: #d1b577;
    text-decoration: none;
    opacity: 0.7;
}

/************************************************************/
/*				AUTOCOMPLETE								*/
/************************************************************/
#suggestions-recherche-container {
    position: absolute;
    display: none;
    width: 312px;
    max-height: 200px;
}

@media (max-width: 992px) {
    #suggestions-recherche-container {
        width: 100px;
    }
}

#suggestions-close-trigger {
    position: absolute;
    top: -10px;
    right: -20px;
    z-index: 999;
    cursor: pointer;
}

#suggestions-recherche {
    position: absolute;
    margin: 5px 0 0 0;
    border: 1px solid #5D4C3C;
    padding: 5px;
    margin: 0px;
    width: 312px;
    max-height: 200px;
    overflow: auto;
    text-align: left;
    background: #EEE;
    box-shadow: 1px 1px 10px #BBBBBB;
}

#suggestions-recherche li {
    border: 1px dotted #999;
    margin: 0 0 5px 0;
    color: #000;
    padding: 3px;
}

#suggestions-recherche li .suggestion-photo {
    width: 100px;
    height: 50px;
    float: left;
    margin: 0 10px 0 0;
    overflow: hidden;
}

#suggestions-recherche li .suggestion-photo img {
    width: 100%;
    height: 100%;
}

#suggestions-recherche li .suggestion-nom {
    float: left;
    width: 170px;
}

#suggestions-recherche li .suggestion-ville {
    float: left;
    font-size: 11px;
    width: 170px;
}

/************************************************************/
/*				BLOC RECHERCHE								*/
/************************************************************/
.bloc_recherche_table tr.odd td {
    background: #F2EAE3;

}

/************************************************************/
/*				SPECIAL POPUP								*/
/************************************************************/
#special-popup {
    position: absolute;
    top: 190px;
    left: 20px;
    display: none;
    z-index: 9999;
}

#special-popup #special-popup-close-trigger {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 9999;
    cursor: pointer;
}

#slider_amo .ui-slider-handle {
    background: #271e1f;
    border-radius: 50%;
    border: none;
    top: -3px;
    height: 9px;
    width: 9px;
    outline: none;
    cursor: pointer;
}

#slider_amo .ui-slider-range {
    background: #1d1d1b;
}

#slider_amo {
    background: #f3eee7;
    border: none;
    height: 3px;
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
}

/*#slider_amo:hover {*/
/*background: #cc9966;*/
/*}*/

.ui-slider-horizontal .ui-slider-handle {
}

#popup_lf {
    width: initial !important;
    margin: 0;
    padding: 9px 10px;
    text-shadow: 0 0px 0px;
    background: #db7e40;
}

/************************************************************/
/*						TOP10								*/
/************************************************************/

#top-div {
    width: 100%;
    overflow: hidden;
    border-bottom: solid 1px #DDD;
    display: none;
}

#top {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    #top {

    }
}

#top li {
    font-size: 12px !important;
    margin: 0px;
    padding: 0px;
    height: 39px;
    text-align: center;
    float: left;
    display: block;
    background: #fafafa;
    color: #d1b577;
    margin-right: 5px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    -o-transition: 0.3s ease all;;
    -moz-transition: 0.3s ease all;
}

@media (max-width: 768px) {
    #top li {
        width: 50%;
        margin-right: 0px;
    }
}

#top a {
    color: #1d1d1b;
    display: block;
    float: left;
    margin: 0;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 9px 20px 9px 40px;
}

#top li:hover {
    background-color: #1d1d1b;
}

#top li:hover a {
    color: #fff;
}

#top li a.selected {
    background-color: #1d1d1b;
    color: #fff;
}

/************************************************************/
/*				COMMUNAUTE								*/
/************************************************************/

.old-messages {
    text-align: center;
    border-top: solid #CCC 1px;
    border-bottom: solid #CCC 1px;
    padding: 3px;
    cursor: pointer;
}

.old-messages:hover {
    background: #F3eee7;
}

/************************************************************/
/*				COMMUNAUTE								*/
/************************************************************/

#communaute-div {
    width: 100%;
    overflow: hidden;
    border-bottom: solid 3px #BDA48E;
}

#communaute {
    width: 620px;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 5px;
}

#communaute li {
    float: left;
    font-size: 12px !important;
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: #E0CDA9;
    color: #FFFFFF;
    margin-right: 5px;
    border-top: #E0CDA9 solid 1px;
    border-left: #E0CDA9 solid 1px;
    border-right: #E0CDA9 solid 1px;
}

#communaute a {
    color: #FFFFFF;
    display: block;
    float: left;
    margin: 0;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 150px;
}

#communaute a:hover {
    background-color: #BDA48E;
}

.avis {
    background-color: #F3eee7;
    padding: 3px;
    width: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 10px;
    text-align: center;
}

/************************************************************/
/*				A PROPOS								*/
/************************************************************/
.propos {
    position: relative;
}

.propos h1 {
    margin-top: 50px;
}

.propos h2 {
    font-weight: normal;
    font-size: 28px;
}

.propos h3.left {
    font-family: 'Graphik', Helvetica;
    color: #c8ad7f;
    font-size: 19px;
    width: 185px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 20px;
}

.propos h3.left span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.device {
    background: url(../images/propos_03.jpg) no-repeat center bottom;
    width: 610px;
    height: 366px;
    padding: 15px 0 0 20px;
    margin: 0 auto 30px auto;
}

.propos #text_left {
    padding: 0 10px 0 0 !important;
}

.propos #text_right {
    padding: 0 0px 0 10px !important;
    width: 290px !important;
}

.propos .facebook, .propos .twitter, .propos .google {
    display: block;
    height: 56px;
    width: 56px;
    background-repeat: no-repeat;
    background-position: left top;
    margin: 10px 0;
}

.propos .facebook {
    background-image: url(../images/propos_11.png);
}

.propos .twitter {
    background-image: url(../images/propos_14.png);
}

.propos .google {
    background-image: url(../images/propos_16.png);
}

.propos .facebook:hover, .propos .twitter:hover, .propos .google:hover {
    background-position: -64px top !important;
}

.ob {
    background: url(../images/ob.png);
    position: absolute;
    right: 0;
    top: 110px;
    width: 341px;
    height: 101px;
    z-index: 0;
}

.ob2 {
    background: url(../images/ob2.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 10px;
    width: 341px;
    height: 101px;
    z-index: 0;
}

.ap-bg {
    background: url(../images/uzes.jpg);
    background-position: center;
    background-size: cover;
    height: 520px;
    margin: 80px 0 60px 0;
}

.propos .ap-intro {
    margin-bottom: 50px;
}

.propos .ap-intro p {
    color: #939393;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.propos .ap-intro li {
    color: #939393;
    font-family: "GT Sectra";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.edito {
    font-size: 13px;
    margin-bottom: 40px;
}

.edito p, .edito li {
    color: #939393;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.ap-h2 {
    color: #1d1d1b;
    font-family: Graphik;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
}

.ap-team {
    background: url(../images/team.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 520px;
    background-position: center;
}

.propos h3 {
    color: #1d1d1b;
    font-family: "GT Sectra";
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.ap-timeline {
    margin: 5px 0;
}

.ap-timeline b {
    float: left;
    width: 15%;
    color: #1d1d1b;
    font-family: "GT Sectra";
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
}

@media (max-width: 768px) {
    .ap-timeline b {
        float: inherit;
        width: 100%;
        display: block;
    }
}

.ap-timeline span {
    float: left;
    width: 85%;
    padding-bottom: 20px;
    color: #939393;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

@media (max-width: 768px) {
    .ap-timeline span {
        float: inherit;
        width: 100%;
        display: block;
    }
}

.app {
    background: url(../images/iphone.jpg) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 622px;
    width: 100%;
    display: table;
}

.app .block-app {
    text-align: center;
    vertical-align: middle;
    height: 622px;
    display: table-cell;
}

.app .block-app a {
    margin: 10px;
}

.propos #pre-footer-wrapper {
    padding: 0;
}

.reseaux {
    width: 56px;
    float: left;
    margin: 0 8px 0 0;
    padding: 15px 0 0 0;
}

.appli {
    display: block;
    float: left;
    background: url(../images/propos_06.png) no-repeat;
    width: 140px;
    height: 279px;
    margin: 0 8px 0 0;
}

.presence p {
    text-align: center;
    font-size: 24px !important;
    padding: 15px 0;
}

.presence img {
    margin: auto;
    display: block;
}

.propos p {
    font-size: 14px;
    line-height: 20px;
    color: #593733;
}

.justify {
    text-align: justify;
}

.leader {
    padding: 60px 0 0 0;
}

.leader h2 {
    font-size: 34px;
    line-height: 40px;
    font-weight: normal;
}

.leader ul {
    list-style-type: square;
    list-style-position: outside;
    font-size: 16px;
    line-height: 18px;
    padding: 0 0 0 15px;
    color: #593733;
}

.leader ul li {
    padding: 0 0 10px 0;
}

.espace {
    background: url(../images/propos_19.jpg) no-repeat;
    width: 290px;
    height: 87px;
    padding: 30px 0 0 0;
}

.espace a {
    text-transform: uppercase;
    color: #ffe9de;
    margin: 0 auto;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    line-height: 30px;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
    width: 240px;
    text-align: center;
    background: #78504c;
    /* Anciens navigateurs */
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    /* Navigateurs récents */
    background: -webkit-gradient(
            linear,
            left top, left bottom,
            from(#78504c),
            to(#593733)
    );
    background: -webkit-linear-gradient(
            top,
            #78504c,
            #593733
    );
    background: -moz-linear-gradient(
            top,
            #78504c,
            #593733
    );
    background: -o-linear-gradient(
            top,
            #78504c,
            #593733
    );
    background: linear-gradient(
            top,
            #78504c,
            #593733
    );
}

.elodie a {
    text-transform: uppercase;
    color: #ffe9de;
    margin: 0 auto;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    line-height: 30px;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
    width: 135px;
    text-align: center;
    background: #78504c;
    /* Anciens navigateurs */
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    /* Navigateurs récents */
    background: -webkit-gradient(
            linear,
            left top, left bottom,
            from(#78504c),
            to(#593733)
    );
    background: -webkit-linear-gradient(
            top,
            #78504c,
            #593733
    );
    background: -moz-linear-gradient(
            top,
            #78504c,
            #593733
    );
    background: -o-linear-gradient(
            top,
            #78504c,
            #593733
    );
    background: linear-gradient(
            top,
            #78504c,
            #593733
    );
    margin: 10px auto 0 auto;
}

.espace a:hover, .elodie a:hover {
    background: #593733 !important;
}

.espace h2 {
    text-align: center;
}

.elodie {
    background: url(../images/team_27.jpg) no-repeat;
    width: 270px;
    height: 111px;
    margin: 0 auto 30px auto;
    padding: 25px 25px 0 135px;
}

.team {
    width: 140px;
    margin: 0 15px 10px 0;
}

.propos h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #593733;
}

.team h4 {
    text-align: center;
}

.propos h4 span {
    text-transform: uppercase;
    font-size: 10px;
}

.elodie p {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
}

.media {
    padding: 15px;
}

.media img {
    display: block;
    margin: 0 auto 10px auto;
}

.media p {
    font-size: 12px;
    line-height: 16px;
    border-bottom: 12px solid #F3eee7;
    padding-bottom: 12px;
    height: 80px;
}

@media (max-width: 1200px) {
    .media p {
        height: 100px;
    }
}

.medias p {
    font-size: 12px;
    line-height: 16px;
}

.medias p {
    margin-bottom: 10px !important;
}

.medias {
    padding: 20px 0 0 0;
}

.medias p strong {
    font-size: 14px;
}

.town a {
    display: block;
    text-decoration: none;
    font-size: 10px;
    line-height: 16px;
    padding: 0px;
    display: block;
    float: left;
    width: 140px;
}

/************************************************************/
/*				CAPTCHA										*/
/************************************************************/
#cryptogram {
    display: inline-block;
    position: relative;
    top: 10px;
    height: 27px;
}

#cryptogram-reloader-container {
    cursor: pointer;
    position: relative;
    top: 5px;
    display: inline-block;
}

#cryptogram-reloader {
    display: inline-block;
    margin: 0 10px 0 5px;
    position: relative;
}

/************************************************************/
/*				FIX AUTOCOMPLETE							*/
/************************************************************/
ul.ui-menu {
    max-height: 400px;
    overflow: auto;
}

/*********************************************************** Recherche auto-completion ***********************************************************/

.break {
    clear: both;
}

/* SEARCH FORM */
#searchform {
    margin: 50px 200px;
    font-size: 18px;
}

#searchform div {
    color: #eeeeee;
}

#searchform div input {
    font-size: 18px;
    padding: 5px;
    width: 320px;
}

#suggestions {
    position: relative;
    width: 320px;
    display: block;
}

@media (max-width: 992px) {
    #suggestions {
        width: 100%;
    }
}

/* SEARCHRESULTS */
#searchresults {
    border-width: 1px;
    border-color: #dbdbdb;
    border-style: solid;
    width: 371px;
    background-color: #C8AD7F;
    font-size: 12px;
    line-height: 14px;
}

@media (max-width: 992px) {
    #searchresults {
        width: 100%;
    }
}

#searchresults a {
    display: block;
    background-color: #FFFFFF;
    clear: left;
    height: 80px;
    text-decoration: none;
}

#searchresults a:hover,
#searchresults a.hover {
    background-color: #939393;
    color: #ffffff;
}

#searchresults .img-search {
    width: 90px;
    height: 70px;
    float: left;
    margin: 5px 10px;
}

#searchresults .img-search img {
    height: 70px;
    float: left;
}

#searchresults a span.searchheading {
    display: block;
    font-weight: bold;
    padding-top: 5px;
    color: #191919;
    font-family: 'GT Sectra', Georgia;
    font-size: 17px;
    line-height: 22px;
    color: #271e1f;
}

#searchresults a:hover span.searchheading,
#searchresults a.hover span.searchheading {
    color: #ffffff;
}

#searchresults a span {
    color: #555555;
}

#searchresults a:hover span,
#searchresults a.hover span {
    color: #f1f1f1;
}

#searchresults span.category {
    font-size: 11px;
    margin: 5px;
    display: block;
    color: #ffffff;
}

#searchresults span.seperator { /* float:right; padding-right:15px;*/
    margin-right: 5px;
    background-image: url(../images/shortcuts_arrow.gif);
    background-repeat: no-repeat;
    background-position: right;
}

#searchresults span.seperator a {
    background-color: transparent;
    display: block;
    margin: 5px;
    height: auto;
    color: #ffffff;
}

/*********************************************************** Carousel ***********************************************************/

#slides {
    position: relative;
    z-index: 100;
}

.slides_container {
    width: 630px;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.slides_container a {
    width: 630px;
    height: 250px;
    display: block;
}

#slides .prev {
    position: absolute;
    top: 120px;
    margin-left: 10px;

    /*width:24px;
    height:43px;*/
    display: block;
    z-index: 101;
}

#slides .next {
    position: absolute;
    top: 118px;
    margin-right: 10px;

    /*width:24px;
    height:43px;*/
    display: block;
    z-index: 101;
}

#slides .next {
    right: 0px;
}

@media (max-width: 768px) {
    .carousel_container {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: -15px;
    }
}

@media (max-width: 768px) {
    .img_container-be {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .img_container-be p {
        font-size: 27px !important;
    }
}

.carousel_container {
    overflow: hidden;
    position: relative;
    max-height: 400px;
    margin-top: 20px;
}

.carousel_container .carousel {
    overflow: hidden;
    position: relative;
    max-height: 400px;
}

.carousel_container .carousel img {
    max-width: 100%;
}

.carousel_container .carousel2 {
    overflow: hidden;
    position: relative;
    max-height: 424px;
}

.carousel_container .carousel2 img {
    max-width: 100%;
}

.carousel_container p {
    padding: 20px;
    padding-top: 13%;
    text-shadow: 3px 3px 9px rgba(0, 0, 0, 0.97);
    font-family: 'GT Sectra', Helvetica !important;
    text-align: center;
    position: absolute;
    color: #FFF;
    font-size: 40px;
    width: 100%;
    margin: auto;
}

.carousel .slick-slide img {
    width: 100%;
}

.carousel2 .slick-slide img {
    width: 100%;
}

/*.carousel {*/
/*position: relative;*/
/*overflow: hidden;*/
/*}*/

/*.carousel a {*/
/*display: block;*/
/*float: left;*/
/*}*/

.carousel_container .slick-dots {
    position: absolute;
    width: 100%;
    bottom: 10px;
    right: 30px;
    text-align: right;
    display: inline-block;
}

.carousel_container .slick-dots li {
    display: inline-block;
    background: initial;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
    z-index: 1000;
    border: 1px solid #fff;
}

.carousel_container .slick-dots li button {
    background: none;
    border: none;
}

.carousel_container .slick-dots li.slick-active {
    background: #fff;
    border: 1px solid #fff;
}


.carousel{
    overflow: hidden;
    position: relative;
    max-height: 375px;
}

.carousel .slick-dots {
    position: absolute;
    width: 100%;
    bottom: 10px;
    right: 30px;
    text-align: right;
    display: inline-block;
}

.carousel .slick-dots li {
    display: inline-block;
    background: initial;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
    z-index: 1000;
    border: 1px solid #fff;
}

.carousel .slick-dots li button {
    background: none;
    border: none;
}

.carousel .slick-dots li.slick-active {
    background: #fff;
    border: 1px solid #fff;
}

/*.carousel_container .prev {*/
/*background: url(../images/arrow_carousel_left.png);*/
/*width: 20px;*/
/*height: 20px;*/
/*position: absolute;*/
/*left: 10px;*/
/*top: 140px;*/
/*cursor: pointer;*/
/*}*/

/*.carousel_container .next {*/
/*background: url(../images/arrow_carousel_right.png);*/
/*width: 20px;*/
/*height: 20px;*/
/*position: absolute;*/
/*right: 10px;*/
/*top: 140px;*/
/*cursor: pointer;*/
/*}*/

.picto_map {
    background-image: url('../images/icone-pin2.png');
    background-position: 16px;
    background-repeat: no-repeat;
    padding: 9px 40px !important;
}

/*MOB*/
.check_mobile1 {
    background: none repeat scroll 0 0 #C8AD7F;
    color: #FFFFFF;
    display: block;
    font-size: 36px !important;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
    text-decoration: none;
}

.btn_style1, .btn_style1 a {
    background-color: #C8AD7F;
    border: 0 solid;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 13px;
    margin: 0;
    padding: 6px 15px;
    text-decoration: none;
}

/******* BANDEAU RESEAUX SOCIAUX ****/

.reseaux_sociaux {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    bottom: 0;
    height: 110px;
    z-index: 99;
    left: 0 !important;
    display:;
}

.div_reseaux {
    height: 66px;
    margin-top: 20px;
    display: inline-block;
    width: 462px;
}

.reseaux_sociaux_img {
    float: left;
    height: 70px;
    background: #292122;
    padding-top: 10px;
}

.reseaux_sociaux_follow {
    width: 395px;
    background: #593733;
    height: 80px;
    float: right;
}

.bouton_close_reseau {
    margin-top: -14px;
    float: right;
    cursor: pointer;
}

.ville_container h3 {
    margin-bottom: 10px;
}

.container_resa_redac {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.vertical_sepa {
    width: 1px;
    height: 750px;
    float: left;
    margin-top: 20px;
    background-color: #f3eee7;
}

.container_resa_redac a:hover {
    text-decoration: none;
}

.container_resa_redac_one {
    width: 100%;
    height: 173px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    overflow: hidden;
}

.container_resa_redac_one:hover {
    opacity: 0.8;
    transform: scale(1.03);
}

.container_resa_redac a:hover {
    text-decoration: none;
}

.container_resa_redac_one_text {
    color: #1d1d1b;
    font-family: "GT Sectra";
    font-size: 19px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 10px;
}

.container_resa_redac_one_text strong {
    color: #1d1d1b;
    font-family: "GT Sectra";
    font-size: 19px;
    font-weight: 700;
}

.container_resa_redac_one_text img {
    margin-top: 3px;
}

.container_resa_redac_one_text .stars {
    display: block;
}

.slider-home-top .container_resa_redac_one {
    height: 130px;
}

.top-10-de-la-redac .slider-home-top .slick-arrow {
    top: 71px;
}

.link-right {
    display: inline;
    float: right;
    margin-top: 30px;
    margin-bottom: 0;
}

.new_last_avis_one {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.new_last_avis_img {
    width: 92px;
    height: 92px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    display: block;
}

.new_last_avis_one_text {
    font-family: 'Graphik', Helvetica !important;
    margin-top: 10px;
}

.new_last_avis_one_text a {
    text-decoration: none;
    width: 86%;
    display: block;
}

.new_last_avis_one_text strong {
    font-family: 'GT Sectra', Helvetica;
    font-weight: 100;
    font-size: 16px;
    line-height: 14px;
    padding-bottom: 8px;
    display: block;
}

.new_last_avis_one_text img {
    float: left;
    margin-right: 10px;
    margin-top: 4px;
    height: 10px;
    width: inherit;
}

.new_last_avis_one_text .stars {
    margin-bottom: 3px;
    display: block;
}

.list_amo {
    float: left;
    width: 100%;
}

.one_list_amo {
    min-height: 350px;
    overflow: hidden;
    /* float: left; */
    /* background: #f3eee7; */
    cursor: pointer;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.one_list_amo .div-bg {
    /*background: #f3eee7;*/
}

.list_amo .one_list_amo:nth-child(3n) {
    margin-right: 0;
}

.detail_list_amo {
    padding: 0px;
    display: block;
    position: relative;
    float: left;
    width: 83%;
}

.one_list_amo_img {
    width: 100%;
    height: 223px;
    float: left;
    overflow: hidden;
    position: relative;
    background-color: #dfdfdf;
}

.idl_audiotel img {
    height: auto !important;
    width: 152px;
}

.one_list_amo_fade {
    width: 100%;
    height: 223px;
    cursor: default;
    float: left;
    background: rgba(0, 0, 0, 0.6);
    display: block;
    opacity: 0;
    -webkit-transition: 0.4s ease all;
    position: absolute;
    top: 0;
    z-index: 10;
}

.one_list_amo_img:hover .one_list_amo_fade {
    opacity: 1;

}

.one_list_amo_fade > div {
    margin: 10px;
}

.one_list_amo_img:hover .pictos {
    display: none;
}

.one_list_amo_img img {
    height: 223px;
}

.text_container_list_amo_first_line, .text_container_list_amo_second_line {
    font-family: 'Graphik';
    float: left;
    width: 100%;
    min-height: 120px;
}

@media (max-width: 992px) {
    .text_container_list_amo_first_line, .text_container_list_amo_second_line {
        height: inherit;
        min-height: inherit;
    }
}

.text_container_list_amo .h2 {
    text-align: left;
    padding-top: 7px;
    padding-bottom: 3px;
    position: relative;
    float: left;
    display: inline-block;
    width: auto;
    margin: 0;
    color: #1d1d1b;
    font-family: "GT Sectra";
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
}

@media (max-width: 992px) {
    .text_container_list_amo .h2 {
        font-size: 18px;
    }
}

.text_container_list_amo .h2:hover {
    text-decoration: underline;
}

.text_container_list_amo_first_line span,
.prix-liste {
    display: block;
    float: left;
    margin-left: 0;
    margin-bottom: 6px;
    color: #1d1d1b;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}

.text_container_list_amo_second_line_ville {
    float: left;
    width: 100%;
    margin: 5px 0 2px 0;
    display: block;
    padding: 0;
    color: #939393;
    font-family: Graphik;
    font-size: 15px;
}

.text_container_list_amo_second_line_ville .stars {
    float: right;
}

.one_avis_amo {
    float: left;
    width: 100%;
    padding-top: 10px;
    border-bottom: 1px solid #FFF;
}

.one_avis_amo_titre {
    font-family: 'GT Sectra';
    font-size: 14px;
    float: left;
    color: #593733;
}

.one_avis_amo_date {
    float: left;
    margin-left: 4px;
}

.one_avis_amo_etoile {
    float: left;
    width: 100%;
    margin-top: 6px;
}

.one_avis_amo_avis {
    float: left;
    width: 100%;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
}

.div_text_right .one_avis_amo:last-child {
    border-bottom: 0;
/ / padding-top: 0;
}

.brunch_une {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 10px;
}

.brunch_une_img {
    height: 223px;
    background-size: cover;
}

.brunch_une_title {
    float: left;
    background: #d1b577;
    padding: 5px 15px;
    margin-top: 0;
    font-family: 'GT Sectra';
    text-transform: uppercase;
    color: #FFF;
    font-weight: 400;
    font-size: 14px;
}

.brunch_une_text {
    border: 1px solid #dbdbdb;
}

.brunch_une_text_first {
    margin-top: 20px;
    float: left;
}

@media (max-width: 992px) {
    .brunch_une_text_first {
        margin-top: 0px;
        margin-bottom: 20px;
    }
}

.brunch_une_pad-l {
    padding: 0;
}

@media (max-width: 992px) {
    .brunch_une_pad-r {
        padding: 0;
    }
}

.brunch_une_text_nom, .brunch_une_text_prix, .brunch_une_text_note {
    float: left;
}

.brunch_une_text_prix {
    display: block;
    float: left;
    margin-left: 0;
    margin-bottom: 6px;
    color: #1d1d1b;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}

.brunch_une_text_nom {
    text-align: left;
    padding-top: 7px;
    padding-bottom: 3px;
    position: relative;
    float: left;
    display: inline-block;
    width: auto;
    margin: 0;
    color: #1d1d1b;
    font-family: "GT Sectra";
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
}

.brunch_une_text_ville {
    float: left;
    width: 100%;
    padding-bottom: 4px;
    color: #939393;
    font-family: Graphik;
    font-size: 16px;
}

.brunch_une_text_description {
    color: #939393;
}

.brunch_une_text_btn a {
    border: 1px solid #d1b577;
    color: #d1b577;
}

.brunch_une_text_btn span:hover {
    border: 1px solid #d1b577;
    color: #fff;
    background-color: #d1b577;
}

.fiche-brunch .sous-titre {
    font-weight: bold;
    font-style: italic;
    margin-bottom: 15px;
    font-size: 14px;
}

.fiche-brunch .button-back {
    float: right;
    width: inherit !important;
    margin: 0;
    margin-right: 15px;
}

.fiche-brunch .promotion h2 {
    color: #d1b577;
}

.fiche-brunch .promotion {
    color: #939393;
    border: 2px solid #d1b577;
    padding: 15px;
    margin-bottom: 20px;
}

.fiche-brunch .promotion a {
    color: #d1b577 !important;
}

.fiche-brunch .bloc-reservation {
    color: #FFFFFF;
    padding: 10px;
    font-size: 13px;
    /*background-color: #271e1f;*/
}

.cta-brunch {
    margin-top: 40px;
}

@media (max-width: 992px) {
    .cta-brunch {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }

    .cta-brunch a {
        padding: 10px 0;
        margin: 0;
        border-right: 1px solid #ffffff;
        width: 50%;
        z-index: 1000;
        float: left;
        display: block;
    }

    .cta-full a {
        padding: 10px 0;
        margin: 0;
        z-index: 1000;
        border-right: 1px solid #ffffff;
        width: 100%;
        float: left;
        display: block;
    }
}

.cta-bt, .cta-bt:focus {
    width: 100%;
    background-color: #d1b577;
    display: block;
    text-align: center;
    color: #ffffff;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    margin-bottom: 15px;
    padding: 23px 0;
}

@media (max-width: 992px) {
    .cta-bt, .cta-bt:focus {
        background-color: #1d1d1b;
    }
}

.cta-bt span {
    margin-left: 20px;
}

.cta-bt:hover {
    color: #d1b577;
    background-color: #1d1d1b;
    text-decoration: none;
}

.cta-bt2 {
    background-color: #1d1d1b;
    color: #d1b577;
}

.cta-bt2:hover {
    color: #ffffff;
    background-color: #d1b577;
    text-decoration: none;
}

.cta1:before {
    content: "";
    background-image: url(../images/ic1.svg);
    background-repeat: no-repeat;
    height: 26px;
    width: 26px;
    display: inline-block;
    position: absolute;
    margin-left: -9px;
    margin-top: 0;
}

.cta2:before {
    content: "";
    background-image: url('../images/ic2.svg');
    background-repeat: no-repeat;
    height: 26px;
    width: 26px;
    display: inline-block;
    position: absolute;
    margin-left: -8px;
    margin-top: 0;
}

.cta3:before {
    content: "";
    background-image: url('../images/ic3.svg');
    background-repeat: no-repeat;
    height: 26px;
    width: 26px;
    display: inline-block;
    position: absolute;
    margin-left: -8px;
    margin-top: 0;
}

.cta1:hover:before {
    content: "";
    background-image: url('../images/ic1-2.svg');
    background-repeat: no-repeat;
}

.cta2:hover:before {
    content: "";
    background-image: url('../images/ic2-2.svg');
    background-repeat: no-repeat;
}

.cta3:hover:before {
    content: "";
    background-image: url('../images/ic3-2.svg');
    background-repeat: no-repeat;
}

.bloc-livraison {
    background-color: rgb(201, 174, 127);
    padding: 14px;
}

.bloc-livraison > span {
    text-transform: uppercase;
    color: white;
    padding: 0px 7px;
    position: relative;
    top: -2px;
    font-weight: bold;
}

.fiche-brunch .button-reservation {
    background: #db7e40;
    margin: 0;
    padding: 9px 10px;
    text-shadow: 0 0px 0px;
    width: 250px;
}

.fiche-brunch .button-telephone-08 {
    margin: 0;
    width: initial !important;
    padding: 9px 10px;
    text-shadow: 0 0px 0px;
    margin: 0px 0 10px;
}

.fiche-brunch .bloc-telephone {
    background-color: #F2F2F2;
    margin-top: 10px;
    padding: 20px;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .fiche-brunch .bloc-telephone {
        font-size: 17px;
        background-color: #F2F2F2;
        margin-top: 0;
        padding: 12px;
        text-align: center;
        margin-bottom: 0;
        display: inline-block;
        width: 100%;
        z-index: 11111;
        left: 0;
    }
}

/*.fiche-brunch .menu {*/
/*color: white;*/
/*text-decoration: none;*/
/*padding: 6px 15px;*/
/*cursor: pointer;*/
/*font-weight: bold;*/
/*margin: 0px;*/
/*border: solid 0px;*/
/*-moz-border-radius: 2px;*/
/*border-radius: 2px;*/
/*background-color: #C8AD7F;*/
/*background-color: #DB7E40;*/
/*color: white;*/
/*background-image: none;*/
/*border: solid 1px #DB7E40;*/
/*padding: 8px 20px;*/
/*text-transform: uppercase;*/
/*font-size: 13px;*/
/*}*/

.fiche-brunch .clear {
    clear: both;
}

.fiche-brunch .bloc-share {
}

.idl_audiotel_warning {
    padding: 0px !important;
}

.tel_n1 .idl_audiotel .idl_audiotel_warning {
    color: #888 !important;
    font-size: 8px !important;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
}

.tel_n1 .iphone_fail a {
    color: #000 !important;
}

.tel_n1 .idl_audiotel {
    background-color: transparent !important;
}

.tel_n1 .idl_audiotel .idl_audiotel_text {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #000 !important;
    background-color: transparent !important;
    top: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
}

.fiche-brunch .bloc-enbref {
}

.fiche-brunch .w100p {
    width: 100% !important;
}

.fiche-brunch .bloc-avis {
    min-height: 176px;
}

.fiche-brunch .bloc-avis h2 {
    line-height: 22px;
    margin-bottom: 0px;
}

.fiche-brunch .bloc-avis .subh2 {
    font-weight: bold;
    color: #333333;
    font-size: 13px;
    font-family: 'Graphik';
}

.fiche-brunch .bloc-avis .note {
    font-family: 'GT Sectra', serif;
    color: #db7e40;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    margin: 26px 0;
}

.fiche-brunch .bloc-avis .note .user-note {
    font-size: 25px;
}

.fiche-brunch .bloc-avis .nb-avis {
    font-size: 13px;
    font-family: 'Graphik';
    color: #333333;
}

.fiche-brunch .bloc-avis .nb-avis {
    font-size: 13px;
    font-family: 'Graphik';
    color: #333333;
    text-align: center;
}

.span-avis {
    font-weight: 700;
    font-size: 14px;
}

#cookie {
    background: #1d1d1b;
    z-index: 500;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 30px;
    border-top: 1px solid #efebee;
    font-size: 15px;
    text-align: center;
    color: white;
    transition: 0.2s ease all;
}

@media (max-width: 1250px) {
    #cookie {
        display: none;
    }
}

#cookie a.btn_cookie {
    background: white;
    padding: 0px 15px;
    float: right;
    color: #d1b577;
    text-decoration: none;
    line-height: 30px;
    transition: 0.2s ease all;
}

@media (max-width: 992px) {
    #cookie a.btn_cookie {
        padding: 0px 8px;
        line-height: 23px;
        position: absolute;
        top: 0;
        right: 0;
    }
}

#cookie a.btn_cookie:hover {
    background: #d1b577;
    color: white;
}

#cookie a.lien {
    color: #d1b577;
}

#cookie.closed {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px;
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

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

.menu-bar {
    background: #fff;
    align-content: center;
}

.menu-bar-block .menu-bar {
    padding-top: 30px;
}

.menu-bar .logo .img-logo {
    margin: 15px;
    height: 27px;
}

.logo {
    text-align: center;
}

@media (min-width: 992px) {
    .logo {
        margin-top: 12px;
    }
}

.logo:focus {
    outline: none;
}

.logo-footer {
    text-align: center;
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .logo-footer {
        margin-bottom: 10px;
    }
}

.col-footer {
    min-height: 150px;
}

@media (max-width: 992px) {
    .col-footer {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .col-footer {
        min-height: inherit;
    }
}

.col-footer.social div a img {
    margin-top: 6px;
}

.navbar-default {
    border-bottom: 1px;
}

.navbar-nav li a {
    color: #1d1d1b;
    font-family: Graphik;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.social-network {
    list-style: none;
    margin-top: 30px;
}

@media (max-width: 992px) {
    .social-network {
        list-style: none;
        position: absolute;
        right: 30px;
        text-align: right;
        margin-top: 20px;
    }
}

.social-network li {
    display: inline-block;
    margin-right: 30px;
}

#derniers-avis-postes .grid-avis-item {
    margin-bottom: 30px;
}

.grid-item-content {
    background: #fff;
    padding: 15px;
    position: relative;
    transition: 0.2s ease all;
}

.grid-item-content:hover:before {
    content: "";
    background-color: #f6f3ed;
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 10px;
    right: -10px;
    z-index: 0;
    transition: 0.2s ease all;
}

.grid-item-content:hover:after {
    content: "";
    background-color: #f6f3ed;
    width: 10px;
    height: 100%;
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: 0;
    transition: 0.2s ease all;
}

.bg-grey {
    background-color: #fafafa;
    padding-bottom: 20px;
    width: 100%;
}

.c-grey {
    background-color: #fafafa;
}

.pd80 {
    padding: 80px 0 0 0;
}

.bloc-recherche .select-lieu {
    margin-top: 9px;
}

.bloc-recherche .quand {
    margin: 14px 0;
}

.bloc-recherche .quand .not-last {
    margin-right: 15px;
}

.bloc-recherche .price {
    margin-bottom: 15px;
}

.bloc-recherche .price .titre {
    float: left;
    height: 33px;
    padding-top: 18px;
    font-weight: bold;
}

.bloc-recherche .price .slider {
    width: 82%;
    float: inherit;
    margin: auto;
    margin-top: 23px;
}

.bloc-recherche .type-2 {
    border-bottom: 1px solid #d9d4cc;
    padding-top: 15px;
    padding-bottom: 15px;
}

.bloc-recherche .type-1 input {
    margin-left: 0px;
}

.bloc-recherche .type-2 label {
    margin-right: 39px;
}

.input-button-search, .bt-gold {
    display: block;
    text-align: center;
    position: relative;
    margin: 20px auto;
    width: 246px;
    cursor: default;
}

.input-button-search:before, .bt-gold:before {
    content: "";
    height: 56px;
    width: 1px;
    background: #d1b577;
    position: absolute;
    top: 4px;
    right: -4px;
}

.input-button-search:hover:before, .bt-gold:hover:before {
    transition: 0.2s ease all;
    display: none;
}

.input-button-search:after, .bt-gold:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #d1b577;
    position: absolute;
    bottom: -4px;
    left: 3px;
}

.input-button-search:hover:after, .bt-gold:hover:after {
    transition: 0.2s ease all;
    display: none;
}

.input-button-search .button-search, .bt-gold-item {
    margin: 0;
    background: #d1b577;
    width: 246px;
    height: 56px;
    border: none;
    color: #ffffff;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    transition: 0.1s ease all;
    left: 0px;
    top: 0px;
}

.input-button-search:hover .button-search, .bt-gold-item:hover {
    transition: 0.1s ease all;
    left: 4px;
    top: 4px;
    position: relative;
}

.align-right {
    float: right;
}

@media (max-width: 992px) {
    .align-right {
        float: inherit;
    }
}

.back-home {
    margin: 40px 0;
    display: block;
    color: #d1b577;
    font-family: Graphik;
    font-size: 13px;
    font-weight: 400;
}

/* Cachons la case à cocher */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

/* on prépare le label */
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative; /* permet de positionner les pseudo-éléments */
    padding-left: 23px;
    padding-top: 2px;
    cursor: pointer; /* affiche un curseur adapté */
}

/* Aspect des checkboxes */
/* :before sert à créer la case à cocher */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px; /* dim. de la case */
    border: 1px solid #dbdbdb;
    background: #fff;
}

/* Aspect général de la coche */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: 'x';
    position: absolute;
    top: -4px;
    left: 4px;
    font-size: 18px;
    color: #d1b577;
    transition: all .2s;
    font-weight: 100;
    font-family: inherit;
}

/* Aspect si "pas cochée" */
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0; /* coche invisible */
    transform: scale(0); /* mise à l'échelle à 0 */
}

/* Aspect si "cochée" */
[type="checkbox"]:checked + label:after {
    opacity: 1; /* coche opaque */
    transform: scale(1); /* mise à l'échelle 1:1 */
}

.social div a {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}

.social div a img {
    margin-top: 11px;
}

.adsbygoogle {
    text-align: center;
}

.stars80 {
    width: 80px;
    display: inline-block;
}

#infos-pratiques {
    color: #939393;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

#infos-pratiques h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #1d1d1b;
    font-family: "GT Sectra";
}

#poster-avis input[type=text],
#poster-avis input[type=email],
#poster-avis textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #dbdbdb;
    margin: 8px 0;
}

#captcha {
    text-align: center;
    width: 50px !important;
}

.lien-legende {
    color: #d1b577;
    font-family: Graphik;
    font-size: 13px;
    font-weight: 400;
}

#poster-avis input[type="radio"],
#poster-avis input[type="checkbox"] {
    margin: 0 0 30px 0;
}

#poster-avis label {
    color: #1d1d1b;
    font-family: "GT Sectra";
    font-size: 16px;
    font-weight: 500;
}

#poster-avis input#email {
    width: 100%;
}

#poster-avis textarea {
    width: 100%;
    height: 232px;
}

#poster-avis input.new_btn_amo {
    background: #fff;
}

/* menu mobile */
.menu {
    margin-top: 10px;
    background: none;
}

@media (max-width: 990px) {
    .menu {
        display: none;
    }

    #menu li:after {
        content: "";
    }
}

.fixitem {
    position: fixed;
    z-index: 2;
}

.noscroll {
    overflow: hidden;
}

.menu-mobile {
    position: fixed;
    display: table;
    left: 0;
    right: 0;
    background: rgba(256, 256, 256, 0.8);
    transition: all 0.5s ease;
    height: 100vh;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 9999;
}

.menu-mobile ul#menu {
    display: table-cell;
    vertical-align: middle;
}

.menu-mobile ul#menu li {
    display: block;
    padding: 5px;
}

.menu-mobile ul#menu li a {
    color: #1d1d1b;
    font-size: 18px;
    font-weight: 700;
    line-height: 33px;
    transition: all 0.2s ease;
}

.menu-mobile ul#menu li a:hover {
    transition: all 0.2s ease;
    background-color: #1d1d1b;
    color: #fff;
}

/* burger */
.burger {
    display: block;
    width: 40px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 5px;
    background: no-repeat;
    border: none;
    outline: none;
    z-index: 10000;
}

.burger span,
.burger span:before,
.burger span:after {
    display: block;
    width: 100%;
    height: 2px;
    background: #1d1d1b;
    transition: all 0.5s;
    backface-visibility: hidden;
}

.burger span {
    position: relative;
    margin: 15px 0 0;
}

.burger span:before,
.burger span:after {
    position: absolute;
    content: "";
}

.burger span:before {
    top: -7px;
}

.burger span:after {
    top: 7px;
}

.burger.selected span:before {
    transform: translate(0px, 7px) rotate(-45deg);
}

.burger.selected span:after {
    transform: translate(0px, -7px) rotate(45deg);
}

.burger.selected span {
    background: transparent;
}

.search-form {
    margin-top: 9px;
}

/* search mobile */
@media (max-width: 990px) {
    .search-form {
        display: none;
    }
}

.search-mobile {
    background: none;
    transition: all 0.5s ease;
}

.search-mobile {
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    top: 5px;
    right: 15px;
    background: none;
    border: none;
    z-index: 10000;
    outline: none;
}

.search-mobile .mag-glass {
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    border-radius: 50%;
    border: 2px solid #1d1d1b;
    transition: all 0.5s ease;
}

.search-mobile .mag-glass:hover {
    cursor: pointer;
}

.search-mobile .mag-glass::before,
.search-mobile .mag-glass::after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 2px;
    background: #1d1d1b;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}

.search-mobile .mag-glass::before {
    width: 30px;
    height: 2px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 24px;
    left: 18px;
    opacity: 0;
}

.search-mobile .mag-glass.selected {
    border: 0px solid #d1b577;
    transition: all 0.5s ease;
}

.search-mobile .mag-glass.selected::before {
    top: 11px;
    left: 4px;
    opacity: 1;
}

.search-mobile .mag-glass::after {
    width: 14px;
    height: 2px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 17px;
    left: 12px;
    border-radius: initial;
}

.search-mobile .mag-glass.selected::after {
    width: 30px;
    height: 2px;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 11px;
    left: 4px;
    opacity: 1;
}

.search-mobile .mag-glass.selected:hover::before,
.search-mobile .mag-glass.selected:hover::after {
    opacity: 1;
}

.search-form-mobile {
    position: absolute;
    display: table;
    left: 0;
    right: 0;
    background: rgba(256, 256, 256, 0.9);
    transition: all 0.5s ease;
    height: 100vh;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 9999;
}

.search-form-mobile h2 {
    font-family: "GT Sectra";
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: center;
}

.search-form-mobile .form_style {
    border: 1px solid #DDD;
}

.search-form-mobile form h2:before {
    content: "";
    text-decoration: underline;
}

.search-form-mobile form {
    display: block;
    vertical-align: middle;
    margin-top: 130px;
    position: relative;
}

.search-form-mobile form .btn_recherche {
    display: none;
}

#adBlock {
    background: none;
    border: none;
}

.center {
    text-align: center;
}

.title-gt {
    color: #1d1d1b;
    font-family: "GT Sectra";
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

.fiche-brunch .title-desc strong {
    color: #939393;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    width: 50%;
    display: inline-block;
}

@media (max-width: 992px) {
    .fiche-brunch .title-desc strong {
        line-height: 30px;
    }
}

.title-desc p {
}

.title-desc .stars img {
    padding-right: 5px;
}

.fiche-brunch h1 {
    font-size: 35px;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .fiche-brunch h1 {
        font-size: 22px;
    }
}

.fiche-brunch h1 span {
    color: #1d1d1b;
}

.fiche-brunch .head-fiche .stars img {
    height: 15px;
}

@media (max-width: 992px) {
    .fiche-brunch .head-fiche .stars img {
        font-size: px;
    }
}

.fiche-brunch .pricetitle {
    color: #d1b577;
    font-family: Graphik;
    font-size: 32px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 32px;
    text-align: right;
}

@media (max-width: 992px) {
    .fiche-brunch .pricetitle {
        font-size: 25px;
        margin-top: 0;
        margin-bottom: 10px;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .fiche-brunch .pricetitle {
        margin-top: 13px;
    }
}

.fiche-brunch h1 .stars img {
    height: 18px;
}

.fiche-brunch h2 {
    color: #1d1d1b;
    font-family: "GT Sectra";
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
}

.note-avis {
    color: #dbdbdb;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.note-avis .ratingValue {
    color: #d1b577;
    font-size: 24px;
    font-family: Graphik;
    font-weight: 400;
    line-height: 36px;
}

.note-avis .bestRating {
    color: #dbdbdb;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}

.grid-avis-item .author {
    color: #d1b577;
    font-family: Graphik;
    font-size: 13px;
    font-weight: 400;
}

.grid-avis-item .datePublished {
    color: #939393;
    font-family: Graphik;
    font-size: 10px;
    font-weight: 400;
}

.fiche-brunch .grid-item-content {
    background-color: #fafafa;
}

.fiche-brunch .grid-avis-item .desc_avis {
    color: #939393;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
    padding-top: 20px;
    font-style: italic;
    line-height: 24px;
    max-height: 250px;
    overflow-y: auto;
    padding: 10px 15px 0 0;
}

.address-fiche {
    color: #1d1d1b;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.desc-fiche {
    color: #333;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 40px 0;
    padding: 20px;
    background-color: #fafafa;
}

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

@media (max-width: 768px) {
    .rating-totale {
        text-align: left;
    }
}

.rating-totale .reviewCount {
    color: #1d1d1b;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.rating-totale a {
    color: #d1b577;
    font-family: Graphik;
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
}

.rating-totale .rate {
    color: #d1b577;
    font-family: Graphik;
    font-size: 72px;
    font-weight: 400;
    line-height: 80px;
}

.rating-totale .norate {
    font-size: 40px;
}

.tooltip-inner {
    /*background-color: #d1b577;*/
}

.tooltip.in {
    /*opacity:0.7;*/
}

@media (max-width: 768px) {
    .rating-totale .rate {
        font-size: 42px;
        line-height: 30px;
    }
}

.rating-totale .division {
    font-family: Graphik;
    font-weight: 400;
    line-height: 80px;
    color: #dbdbdb;
    font-size: 24px;
}

.search-list h1 {
    color: #1d1d1b;
    font-family: "GT Sectra";
    font-size: 35px;
    font-weight: 700;
    line-height: 60px;
}

.search-list h4 {
    font-family: "GT Sectra";
    font-size: 16px;
    font-weight: 500;
}

.search-list h4 {
    font-family: "GT Sectra";
    font-size: 16px;
    font-weight: 500;
}

#formulaire_criteres label {
    margin: 7px 0;
    color: #939393;
    font-family: Graphik;
    font-size: 12px;
    font-weight: 400;
}

.sorts-search #top a {
    font-family: Graphik;
}

.sorts-search {
    float: right;
    color: #1d1d1b;
    font-family: "GT Sectra";
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
}

@media (max-width: 768px) {
    #sorts-search-list {
        padding: 0;
        margin-top: 20px;
        margin-bottom: 15px;
    }
}

.sorts-search #sorts-search-list span {
    float: right;
    padding-top: 8px;
}

.sorts-search #sorts-search-list select {
    float: right;
    width: inherit;
    font-family: 'Graphik';
}

.gm-style .gm-style-iw {
    left: 0 !important;
    right: 0 !important;
    margin: auto;
}

.gm-style .gm-style-iw b {
    padding: 5px 0;
    display: inline-block;
    font-size: 15px;
    font-family: "GT Sectra";
}

.gm-style .gm-style-iw img {
    max-width: none;
    padding: 0px 0 6px 0;
}

.gm-style .gm-style-iw span {
    font-family: 'Graphik';
    font-size: 13px;
    padding: 5px 0;
}

.gm-style .gm-style-iw a {
    color: #d1b577;
    padding: 6px 0;
    display: block;
}

.ville_container h3 {
    color: #1d1d1b;
    font-family: "GT Sectra";
    font-size: 21px;
    font-weight: 700;
    line-height: 36px;
}

.ville_container a {
    color: #d1b577;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    line-height: 32px;
}

.ap-citation {
    color: #939393;
    font-family: Graphik;
    font-size: 21px;
    font-weight: 400;
    font-style: italic;
    line-height: 36px;
}

.inscr h2 {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
    margin-bottom: 50px;
    display: block;
    color: #1d1d1b;
    font-family: "GT Sectra";
    font-size: 21px;
    font-weight: 700;
    line-height: 36px;
}

.inscr .notice-inscr h2 {
    color: #1d1d1b;
    font-family: "GT Sectra";
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    border: none;
    margin: 0;
}

.inscr .notice-inscr li,
.inscr .notice-inscr p {
    color: #939393;
    font-family: Graphik;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 10px;
}

.inscr .notice-inscr p.black {
    color: #1d1d1b;
}

.step-inscr-bloc {
    text-align: right;
    margin: 40px 0 25px 0;
}

.step-inscr-bloc span {
    font-family: "GT Sectra";
    font-size: 16px;
    font-weight: 400;
    padding: 0 20px;
}

@media (max-width: 992px) {
    .step-inscr-bloc span {
        padding: 5px 5px;
        width: 33%;
        display: block;
        float: left;
        text-align: center;
        font-size: 14px;
    }
}

.step-inscr {
    color: #dbdbdb;
    font-family: "GT Sectra Display Trial";
    font-size: 16px;
    font-weight: 400;
}

.step-inscr.activ {
    color: #d1b577;
}

.step-line {
    margin-bottom: 70px;
}

.step-line div {
    height: 2px;
    background-color: #f3eee7;
}

.step-line div.activ {
    background-color: #d1b577;
}

.inscr form label {
    width: 100%;
}

.inscr form label p {
    color: #1d1d1b;
    font-family: "GT Sectra";
    font-size: 16px;
    font-weight: 500;
}

.inscr form label input {
    padding: 14px 17px;
    margin: 15px 0;
    border: 1px solid #dbdbdb;
    background-color: #ffffff;
    width: 100%;
    color: #000000;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
}

.inscr .coord {
    color: #1d1d1b;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.inscr #descr_longue {
    width: 100%;
    padding: 14px 17px;
    margin: 15px 0;
    border: 1px solid #dbdbdb;
    background-color: #ffffff;
    width: 100%;
    color: #000000;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
}

.cont input[type="text"] {
    padding: 14px 17px;
    margin: 0px 0 15px 0;
    border: 1px solid #dbdbdb;
    background-color: #ffffff;
    width: 100%;
    color: #000000;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
}

.cont p {
    padding: 15px 0;
    color: #1d1d1b;
    font-family: "GT Sectra";
    font-size: 16px;
    font-weight: 500;
}

.drag-and-drop {
    position: relative;
    display: table;
    height: 448px;
    width: 100%;
    background-color: #fafafa;
    margin-bottom: 30px;
}

.drag-and-drop-item {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    display: none;
}

.drag-and-drop-item p {
    color: #d1b577 !important;
    font-family: Graphik !important;
    font-size: 12px !important;
    font-weight: 400;
    text-align: center;
}

.drag-and-drop-item p span {
    font-size: 16px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    display: table-cell;
    cursor: pointer;
}

.insc-vignettes {
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .insc-vignettes label {
        display: block;
        margin-bottom: 30px;
    }
}

.insc-vignettes img {
    width: 100%;
}

h2.bigh2 {
    color: #1d1d1b;
    font-family: "GT Sectra Display Trial";
    font-size: 36px;
    font-weight: 700;
    line-height: 60px;
    border: none;
}

.mg40 {
    margin: 40px 0;
}

.mgt40 {
    margin-top: 40px;
}

.inscr ::-webkit-input-placeholder { /* Chrome */
    color: #939393;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
}

.inscr :-ms-input-placeholder { /* IE 10+ */
    color: #939393;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
}

.inscr ::-moz-placeholder { /* Firefox 19+ */
    color: #939393;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
}

.inscr :-moz-placeholder { /* Firefox 4 - 18 */
    color: #939393;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
}

.switchinput {
    float: right;
}

@media (max-width: 992px) {
    .switchinput {
        float: left;
        margin-top: 5px;
        margin-bottom: 18px;
    }
}

.switchinput input.cmn-toggle-round + label {
    padding: 2px;
    width: 60px;
    height: 24px;
    background-color: #dddddd;
    border-radius: 60px;
}

.switchinput input.cmn-toggle-round + label:before,
.switchinput input.cmn-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}

.switchinput input.cmn-toggle-round + label:before {
    right: 1px;
    background-color: #dbdbdb;
    border-radius: 60px;
    transition: background 0.4s;
    height: 24px;
    width: 60px;
    top: 0;
}

.switchinput input.cmn-toggle-round + label:after {
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 100%;
    transition: margin 0.4s;
    opacity: 1;
    transform: inherit;
}

.switchinput input.cmn-toggle-round:checked + label:before {
    background-color: #a3df86;
}

.switchinput input.cmn-toggle-round:checked + label:after {
    margin-left: 37px;
}

.min-champ {
    width: 100%;
    padding: 6px;
    border: 1px solid #dbdbdb;
    background-color: #ffffff;
    text-align: center;
    float: left;
    width: 65%;
    margin: 0 5%;
}

@media (max-width: 992px) {
    .min-champ {
    }
}

.min-champ::-webkit-input-placeholder { /* Chrome */
    color: #939393;
    font-family: Graphik;
    font-size: 12px;
    font-weight: 400;
}

.min-champ:-ms-input-placeholder { /* IE 10+ */
    color: #939393;
    font-family: Graphik;
    font-size: 12px;
    font-weight: 400;
}

.min-champ::-moz-placeholder { /* Firefox 19+ */
    color: #939393;
    font-family: Graphik;
    font-size: 12px;
    font-weight: 400;
}

.min-champ:-moz-placeholder { /* Firefox 4 - 18 */
    color: #939393;
    font-family: Graphik;
    font-size: 12px;
    font-weight: 400;
}

.adsbygoogle,
#google_ads_div_carre-1-300x350_ad_wrapper,
#google_ads_div_carre-2-300x250_ad_wrapper,
#google_ads_div_carre-3-300x250_ad_wrapper,
#google_ads_div_carre-4-300x250_ad_wrapper,
#google_ads_div_carre-5-300x250_ad_wrapper {
    text-align: center;
}

.br-stars {
    margin: 5px 0 !important;
    float: left !important;
}

.br-adresse {
    margin: 5px 0;
    font-weight: 400;
    line-height: 20px;
    min-height: 20px;
    float: left;
    width: 100%;
    padding-bottom: 4px;
    color: #939393;
    font-family: Graphik;
    font-size: 15px;
}

.br-prix {
    margin: 5px 0;
    color: #1d1d1b;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

a.panel-heading {
    display: block;
}

.panel-primary .panel-heading[aria-expanded="true"], .panel-primary .panel-heading a:hover, .panel-primary .panel-heading a:focus, .panel-primary a.panel-heading:hover, .panel-primary a.panel-heading:focus {
    background-color: #286090;
}

.panel-danger .panel-heading[aria-expanded="true"], .panel-danger .panel-heading a:hover, .panel-danger .panel-heading a:focus, .panel-danger a.panel-heading:hover, .panel-danger a.panel-heading:focus {
    background-color: #c9302c;
}

.panel-default .panel-heading[aria-expanded="true"], .panel-default .panel-heading a:hover, .panel-default .panel-heading a:focus, .panel-default a.panel-heading:hover, .panel-default a.panel-heading:focus {
    background-color: none;
}

.panel-info .panel-heading[aria-expanded="true"], .panel-info .panel-heading a:hover, .panel-info .panel-heading a:focus, .panel-info a.panel-heading:hover, .panel-info a.panel-heading:focus {
    background-color: #31b0d5;
}

.panel-success .panel-heading[aria-expanded="true"], .panel-success .panel-heading a:hover, .panel-success .panel-heading a:focus, .panel-success a.panel-heading:hover, .panel-success a.panel-heading:focus {
    background-color: #449d44;
}

.panel-warning .panel-heading[aria-expanded="true"], .panel-warning .panel-heading a:hover, .panel-warning .panel-heading a:focus, .panel-warning a.panel-heading:hover, .panel-warning a.panel-heading:focus {
    background-color: #ec971f;
}

.panel-group .panel, .panel-group .panel-heading {
    border: none !important;
    background: none;
}

.panel-group .panel-body {
    border: none !important;
}

.panel-group .panel-heading a, .panel-group a.panel-heading {
    outline: 0;
}

.panel-group .panel-heading a:hover, .panel-group .panel-heading a:focus, .panel-group a.panel-heading:hover, .panel-group a.panel-heading:focus {
    text-decoration: none;
}

.panel-group .panel-heading .icon-indicator {
    margin-right: 10px;
}

.panel-group .panel-heading .icon-indicator:before {
    content: "\e114";
}

.panel-group .panel-heading.collapsed .icon-indicator:before {
    content: "\e080";
}

.fiche-accordion .panel {
    border-bottom: 1px solid #dbdbdb;
    display: block;
    box-shadow: none;
    margin-bottom: 30px;
}

.panel-heading:hover h2,
.panel-heading:hover h3 {
    color: #d1b577;
}

.fiche-accordion .panel-title {
    border-bottom: 1px solid #dbdbdb;
    display: block;
}

.fiche-accordion .panel-heading {
    padding: 0;
}

.affichage_liste_top {
    min-height: 260px;
    margin-bottom: 40px;
}

.affichage_liste_top .one_list_amo_img_top {
    height: 300px;
    float: left;
    overflow: hidden;
    position: relative;
    padding: 0;
}

@media (max-width: 992px) {
    .affichage_liste_top .one_list_amo_img_top {
        height: 200px;
    }
}

.affichage_liste_top .one_list_amo_img_top .btn_style_amo {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.affichage_liste_top .one_list_amo_fade {
    height: 300px;
}

@media (max-width: 992px) {
    .affichage_liste_top .one_list_amo_fade {
        height: 200px;
    }
}

.affichage_liste_top .one_list_amo_fade > div {
    padding: 78px 40px;
}

@media (max-width: 992px) {
    .affichage_liste_top .one_list_amo_fade > div {
        padding: 32px 40px !important;
    }
}

.affichage_liste_top .one_list_amo_img_top:hover .one_list_amo_fade {
    opacity: 1;
}

.top10_style .h2 {
    font-size: 20px;
    padding-bottom: 8px;
}

.top10_style .stars img {
    height: 18px;
}

.affichage_liste_top .top-desc {
    min-height: 140px;
    display: block;
    float: left;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .affichage_liste_top .top-desc {
        min-height: inherit;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px;
    }
}

.fiche-accordion .panel-heading h2:after {
    content: "";
    transform: rotate(-180deg);
    transition: 0.2s ease all;
    margin-top: 10px;
    background-image: url(../images/arrow.png);
    height: 8px;
    width: 15px;
    float: right;
    background-repeat: no-repeat;
}

.fiche-accordion .panel-heading.collapsed h2:after {
    content: "";
    transform: rotate(0deg);
    transition: 0.2s ease all;
    margin-top: 10px;
    background-image: url(../images/arrow.png);
    height: 8px;
    width: 15px;
    float: right;
    background-repeat: no-repeat;
}

.list-brunch h1 {
    line-height: 36px;
    padding: 0;
    margin-bottom: 35px;
}

.nbr-search {
    margin-bottom: 20px;
}

.page-presentation #pre-footer-wrapper {
    padding: 0;
}

#page-inscription .restaurateur_cta {
    display: none;
}

.list-rating-totale {
    text-align: center;
    float: right;
    position: relative;
    bottom: 0;
}

@media (max-width: 768px) {
    .rating-totale {
        text-align: left;
    }
}

.list-rating-totale .rate {
    color: #d1b577;
    font-family: Graphik;
    font-size: 20px;
    font-weight: 400;
}

.list-rating-totale .division {
    font-family: Graphik;
    font-weight: 400;
    color: #dbdbdb;
    font-size: 14px;
}

.ic-c {
    padding-left: 30px;
}

.ic-c:before {
    content: "";
    background-image: url('../images/critere.svg');
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    display: inline-block;
    position: absolute;
    margin-left: -34px;
    margin-top: 1px;
}

.ic-c:hover:before {
    content: "";
    background-image: url('../images/critere2.svg');
    background-repeat: no-repeat;
}

.ic-p {
    padding-left: 30px;
}

.ic-p:before {
    content: "";
    background-image: url('../images/proximite.svg');
    background-repeat: no-repeat;
    height: 23px;
    width: 18px;
    display: inline-block;
    position: absolute;
    margin-left: -30px;
    margin-top: 2px;
}

.ic-p:hover:before {
    content: "";
    background-image: url('../images/proximite2.svg');
    background-repeat: no-repeat;
}

.ic-cl {
    padding-left: 30px;
}

.ic-cl:before {
    content: "";
    background-image: url('../images/ic4.svg');
    background-repeat: no-repeat;
    height: 23px;
    width: 18px;
    display: inline-block;
    position: absolute;
    margin-left: -30px;
    margin-top: 2px;
}

.ic-cl:hover:before {
    content: "";
    background-image: url('../images/ic4-2.svg');
    background-repeat: no-repeat;
}

#mention-legale h2 {
    font-family: 'GT Sectra', Georgia;
    font-size: 24px;
    margin-top: 10px;
    color: #271e1f;
}

#page-top #top a {
    padding: 9px 11px;
    font-size: 14px;
}

.more-crit {
    text-align: center;
    display: inherit;
    padding-top: 10px;
    font-size: 14px;
    text-decoration: underline;
    color: #d1b577;
}

.more-crit:hover,
.more-crit:focus {
    color: #d1b577;
}

.carousel-autre-brunch .br-stars img,
.slider-home-top .br-stars img {
    display: inline-block;
}

.home-promo strong {
    font-family: "GT Sectra";
    color: #1d1d1b;
    font-size: 18px;
    font-weight: 700;
    line-height: 33px;
}

.home-promo a.lien2 {
    color: #939393;
    font-family: 'Graphik';
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}

.home-promo p {
    color: #939393;
    font-family: 'Graphik';
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}

.div-legende {
    padding: 10px;
    border: 1px solid #d1b577;
}

.div-legende .note-zone {
    float: left;
    width: 100px;
}

.div-legende .note-zone-desc {
    float: left;
}

.div-legende p {
    margin-top: 15px;
}

.brunchs_a_proximite .date_dernier {
    line-height: 10px;
}

.brunchs_a_proximite .name_nouveaux {
    font-family: "GT Sectra";
    color: #1d1d1b;
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
    display: block;
    padding: 7px 0;
}

.brunchs_a_proximite h5 {
    margin-bottom: 4px;
    float: left;
    padding-left: 18px;
    margin-top: 0px;
    color: #FFF;
}

.carousel-autre-brunch .slick-slide,
.slider-home-top .slick-slide {
    outline: none;
}

.carousel-autre-brunch .slick-arrow,
.slider-home-top .slick-arrow {
    border: none;
    position: absolute;
    top: 52px;
    z-index: 999;
    height: 26px;
    /*width: 21px;*/
    width: 12px;
    background: no-repeat;
    text-indent: -9999px;
    background-size: cover;
    outline: none;
}

.carousel-autre-brunch .slick-arrow.slick-prev,
.slider-home-top .slick-arrow.slick-prev {
    left: -6px;
    background-image: url(../images/arrow.svg);
}

.carousel-autre-brunch .slick-arrow.slick-next,
.slider-home-top .slick-arrow.slick-next {
    right: -6px;
    background-image: url(../images/arrow.svg);
    transform: rotate(180deg);
}

.titre-autre-brunch {
    margin-top: 60px;
}

.one_list_amo_img a {
    outline: none;
}

.phone-form {
    color: #1d1d1b;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
}

#page-inscription .bigh2 {
    margin-bottom: 0px;
}

#page-inscription .bigh2 {
    margin-bottom: 0px;
}

.la-redac-a-aime {
    color: #333;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 10px 0;
}

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

.ap-logos img {
    width: 100%;
    margin: 0 auto;
    opacity: 0.6;
}

.ap-logos img:hover {
    opacity: 1;
}

.link-map {
    width: 150px;
    margin: auto;
}

.block_carousel_container {
    position: relative;
    margin-bottom: 40px;
}

.block_carousel_container .macaron {
    background: url(../images/macaron.svg) no-repeat center;
    border: none;
    width: 103px;
    height: 102px;
    position: absolute;
    left: -48px;
    bottom: -52px;
}

@media (max-width: 1250px) {
    .block_carousel_container .macaron {
        left: 0px;
    }
}

@media (max-width: 768px) {
    .block_carousel_container .macaron {
        left: -15px;
        transform: scale(0.8);
    }
}

@media (max-width: 992px) {
    .mgtop-mob {
        margin-top: 30px;
    }
}

.date-lancement {
    font-size: 14px;
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    .item-ml {
        margin-bottom: 20px;
    }
}

.fancybox-stage {

}

.fancybox-toolbar {
    visibility: visible !important;
    opacity: 1 !important;
}

#page_villes h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.gallery {
    display: block !important;
}

.bt-fiche {
    color: #fff !important;
    padding: 6px 0;
    display: block;
    text-align: center;
    background: #d1b577;
    margin: 10px auto;
}

.bt-fiche:hover {
    text-decoration: none;
}

.bt-dore {
    color: #fff;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
    float: right;
    background: #d1b577;
    padding: 7px 20px;
    opacity: 1;
    transition: 0.4s ease all;
}

.bt-dore:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.7;
    transition: 0.4s ease all;
}

.exemple-cadre {
    border: 1px solid #d0d0d0;
    padding: 15px;
    display: block;
}

.titre-h2 {
    text-decoration: underline;
}

.telephone {
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-align: center;
}

.phone-label {
    font-size: 12px;
    display: block;
    text-align: center;
}

.uploadable {
    display: inline-block !important;
    background: url('/images/defaut.jpg');
    background-position: center;
    background-size: cover;
    height: 138px;
}

.input-icon {
    position: relative;
}

.input-icon > i {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 50%;
    pointer-events: none;
    width: 25px;
    text-align: center;
    font-style: normal;
}

.price input {
    margin-bottom: 10px;
    border: 1px solid #dbdbdb;
    width: 50px;
    color: #1d1d1b;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
}

.search_ville {

    width: 100%;
    margin: 0;
    margin-top: 0px;
    margin-top: 0px;
    /*background: url(../images/arrow-small.svg) #FFF no-repeat;*/
    background-position-x: 0%;
    background-position-y: 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: 97% center;
    padding-left: 7px !important;
    padding-right: 7px !important;
    height: 40px;
    border: 1px solid #dbdbdb;
}

.all-city {
    text-align: right;
}

@media (max-width: 480px) {
    .all-city {
        text-align: right;
        margin: 13px 0 0 0;
    }

    .all-city:after {
        content: "";
    }
}

.video-brunch iframe {
    margin: 0 auto 10px auto;
    width: 100%;
}

.desk-l {
    float: left;
}

@media (max-width: 768px) {
    .desk-l {
        float: right;
    }
}

.heure {
    float: left;
    margin-top: 7px;
}

.heure b {
    color: #333;
    font-weight: 400;
}

.top-map {
    height: 650px;
}

.btn-top-lien {
    background-color: #d1b577;
    display: block;
    text-align: center;
    color: #ffffff;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    margin-bottom: 15px;
    padding: 23px 0;
    position: relative;
}

.btn-top-lien:hover {
    text-decoration: none;
}

.sous-titre {
    color: #939393;
    font-size: 24px !important;
    font-weight: 400;
    font-style: italic;
    line-height: 36px;
    margin: 30px 0;
}

.grey-item {
    font-family: Graphik;
    margin: 10px 0;
    color: #939393;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
}

.st-top {
    color: #939393;
    font-family: Graphik;
    font-size: 20px !important;
    font-weight: 400;
    font-style: italic;
    line-height: 26px;
    margin: 10px 0 0 0;
}

@media (max-width: 768px) {
    .h1-be {
        margin-bottom: 30px !important
    }
}

.cadre_or {
    border: 1px solid #d1b577;
    padding: 5px 10px;
    color: #d1b577;
    text-decoration: none !important;
    display: inline-block;
    margin: 0 5px 5px 0;
    transition: 0.3s ease all;
}

.cadre_or:hover {
    background-color: #d1b577;
    color: #fff;
    transition: 0.3s ease all;
}

.city-be-ch {
    position: absolute;
    color: white;
    text-shadow: 3px 3px 9px rgba(0, 0, 0, 0.97);
    margin: auto;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 15px;
    font-weight: bold;
}

.pays_container a {
    display: block;
}

.cadre-or {
    /*border: 1px solid #c9ae7f;*/
    padding: 15px;
    background: #FBFBFB;
}

.cadre-or-inline-block {
    border: 1px solid #d1b577;
    color: #d1b577;
    display: inline-block;
    margin: 20px;
    text-decoration: none !important;
    padding: 8px;
    transition: 0.3s ease all;
}

.filter-active {
    border: 1px solid #d1b577;
    color: #fff;
    background-color: #d1b577;
    transition: 0.3s ease all;
}

.cadre-or-inline-block:hover {
    border: 1px solid #d1b577;
    color: #fff;
    background-color: #d1b577;
    transition: 0.3s ease all;
}

.nohover:hover {
    text-decoration: none;
}

.menu-bar {
    clear: both;
    border-bottom: 1px solid #dbdbdb;
}

.link-country {
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0;
}



.slick-next2 {
    top: 45%;
    right: 25px;
    position: absolute;
    z-index: 2;
    border: none;
    background: url(../images/arrow-sld.svg);
    background-color: #fff;
    border-radius: 100px;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    width: 50px;
    overflow: hidden;
    outline: none;
    display: none;
}

.slick-prev2 {
    top: 50%;
    left: 50px;
    position: absolute;
    margin: -25px 0 0 -25px;
    z-index: 2;
    border: none;
    background: url(../images/arrow-sld.svg);
    transform: rotate(180deg);
    background-color: #fff;
    border-radius: 100px;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    width: 50px;
    overflow: hidden;
    outline: none;
    border-radius: 50%;
    display: none;
}

.slick-prevmob2 {
    top: 45%;
    position: absolute;
    left: 25px;
    z-index: 2;
    border: none;
    background: url(../images/arrow-sld.svg);
    background-color: #fff;
    border-radius: 100px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    height: 45px;
    width: 45px;
    overflow: hidden;
    outline: none;
}

.slick-nextmob2 {
    top: 45%;
    position: absolute;
    right: 25px;
    z-index: 2;
    border: none;
    background: url(../images/arrow-sld.svg);
    background-color: #fff;
    border-radius: 100px;
    background-repeat: no-repeat;
    background-position: center;
    height: 45px;
    width: 45px;
    overflow: hidden;
    outline: none;
}

@media (max-width: 480px) {
    .slick-prevmob2, .slick-nextmob2 {
        top: 34% !important;
    }
}

div.success {
    font-size: 22px;
    color: green;
}