a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

b, strong {
    font-weight: 700
}

em, i {
    font-style: italic
}

.bg_cover, .slider_single, body {
    background: no-repeat center center;
    background-size: cover
}

.align_vertical {
    display: table-cell;
    width: 100%;
    height: 200px;
    vertical-align: middle
}

body {
    color: #000;
    font: 18px/26px HelveticaNeueCond, Helvetica, Arial;
    background-color: #000;
    background-attachment: fixed;
    -webkit-font-smoothing: antialiased
}

::selection {
    color: #fff;
    background: rgba(240, 198, 119, .8)
}

::-moz-selection {
    color: #fff;
    background: rgba(240, 198, 119, .8)
}

a {
    color: #f0c677;
    text-decoration: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

a:hover {
    color: #000;
    text-decoration: none
}

.clear, .contact_page .open_hours p {
    zoom: 1
}

.clear:after, .clear:before, .contact_page .open_hours p:after, .contact_page .open_hours p:before {
    content: "";
    display: table
}

.clear:after, .contact_page .open_hours p:after {
    clear: both
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

.header {
    width: 400px;
    height: 100%;
    color: #fff;
    position: fixed;
    top: 0;
    left: -440px;
    z-index: 99;
    background: rgba(0, 0, 0, .85);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.header.add_margin {
    left: 0
}

.header .inner_header {
    margin: 0 55px;
    position: relative
}

.header #logo {
    padding: 45px 10px
}

.header #logo span {
    display: none
}

.header #logo img {
    margin: 0 auto
}

.header .open_menu {
    display: none;
    width: 25px;
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 20px;
    cursor: pointer
}

.header .open_menu .line {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: #fff
}

.header .main_menu {
    position: relative;
    z-index: 3
}

.header .main_menu h3 {
    font: 300 64px/47px BebasNeue;
    text-align: center;
    border-bottom: 2px solid #fff;
    margin: 0 0 25px;
    padding: 0 0 25px;
}

.header .main_menu h3 .dot {
    width: 4px;
    height: 4px;
    margin: 20px;
}

.header .main_menu .menu {
    padding: 0
}

.header .main_menu .menu li {
    font: 700 30px/30px BebasNeue;
    padding: 0 0 10px;
    position: relative
}

.header .main_menu .menu li a {
    display: inline-block;
    color: #fff;
}

.header .main_menu .menu li.current-menu-ancestor a, .header .main_menu .menu li.current-menu-item a, .header .main_menu .menu li:hover a, .post-type-archive-expositions .header .main_menu .menu li.menu-item-29 a {
    color: #f0c677
}

.header .main_menu .menu ul {
    display: none;
    width: 100%;
    padding: 10px 20px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    background: rgba(0, 0, 0, .8);
    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 1px solid rgba(255, 255, 255, .8)
}

.header .main_menu .menu ul li {
    padding: 6px 0;
    font-size: 22px;
    line-height: 20px;
}

.header .main_menu .menu ul li a {
    color: #fff !important;
}

.header .main_menu .menu ul li.current-menu-item a, .header .main_menu .menu ul li:hover a {
    color: #f0c677 !important
}

/*Main menu fix for no click*/
#menu-item-483 a, #menu-item-482 a{
  cursor: default;
  pointer-events: none;
}

#menu-item-483 ul li a, #menu-item-482 ul li a{
  cursor:pointer;
  pointer-events: auto;
}

.dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    margin: 20px 13px;
    background: #fff
}

.infos {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 2;
    overflow: hidden
}

.infos p {
    padding: 25px 0;
    margin: 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff
}

.infos .address {
    display: block;
    font: 37px/28px BebasNeue;
    letter-spacing: .04em
}

.infos .city {
    display: block;
    font: 80px/59px BebasNeue;
    letter-spacing: .015em;
    padding: 15px 0
}

.infos .phone {
    display: block;
    font: 67px/50px BebasNeue;
    letter-spacing: .025em
}

.infos .email {
    display: block;
    font: 29px/20px BebasNeue;
    letter-spacing: .094em;
    margin: 15px 0;
}

.infos .email:hover {
    color: #fff
}

.infos .socials {
    display: block;
    font: 19px/15px BebasNeue;
    letter-spacing: .055em
}

.infos .socials .facebook {
    color: #fff
}

.infos .socials .facebook:hover {
    color: #4b71c1
}

.infos .socials .instagram {
    color: #fff
}

.infos .socials .instagram:hover {
    color: #4d8abc
}

.infos .socials .tripadvisor {
    color: #fff
}

.infos .socials .tripadvisor:hover {
    color: #589541
}

.infos .socials .dot {
    margin: 5px 13px;
}

.quote {
    color: white;
    font: 40px/41px BebasNeue;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    letter-spacing: 0.01em;
    position: absolute;
    bottom: 40px;
    right: 50px;
    z-index: 5;
}

.quote ul li {
    float: left;
}

.quote .dot {
    margin: 12px 20px;
    width: 5px;
    height: 5px;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0
}

.home_slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #000 url(images/loader.gif?1406296749) no-repeat center center;
    background-size: 64px
}

.wrapper_main_slider {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: relative;
    z-index: 2;
    background: #000;
}

.infos.on_home {
    display: none;
    width: 250px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .7);
    margin-left: -125px;
    bottom: 30px;
    left: 50%
}

.infos.on_home p {
    padding: 20px 0;
    margin: 0 0 20px
}

.infos.on_home h4 {
    font-size: 21px;
    line-height: 16px
}

.infos.on_home .address {
    font-size: 31px;
    line-height: 24px
}

.infos.on_home .city {
    font-size: 69px;
    line-height: 51px;
    padding: 10px 0
}

.infos.on_home .phone {
    font-size: 57px;
    line-height: 43px
}

.infos.on_home .email {
    font-size: 25px;
    line-height: 19px;
    margin: 10px 0
}

.infos.on_home .socials {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .04em;
}

.infos.on_home .socials .dot {
    margin: 4px 13px;
}

.content_page {
    width: 565px;
    margin-left: -565px;
    background: rgba(255, 255, 255, .9)
}

.content_page .inner_content_page {
    padding: 50px
}

.content_page h1.main_title {
    margin-bottom: 40px
}

.archive .content_page h1.main_title {
    margin: 10px 0 60px
}

.content_page h1 {
    font: 700 35px/33px BebasNeue;
    margin: 50px 0 20px
}

.content_page h2 {
    font: 300 25px/30px HelveticaNeueCond;
    margin: 40px 0 20px
}

.content_page h3 {
    font: 600 23px/25px HelveticaNeueCond;
    margin: 40px 0 15px
}

.content_page h4 {
    font: 600 22px/24px HelveticaNeueCond;
    padding: 0 0 5px;
    margin: 40px 0 15px;
    border-bottom: 1px solid #ccc
}

.content_page h5 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 35px 0 10px
}

.content_page h6 {
    font-weight: 700;
    margin: 35px 0 10px
}

.content_page p {
    margin: 0 0 25px
}

.content_page ul {
    list-style: disc;
    margin: 0 0 25px 30px
}

.content_page ul li {
    margin: 0 0 5px
}

.content_page ol {
    list-style: decimal;
    margin: 0 0 25px 30px
}

.content_page ol li {
    margin: 0 0 5px
}

.content_page .alignleft {
    float: left;
    margin: 3px 25px 10px 0
}

.content_page .alignright {
    float: right;
    margin: 3px 0 10px 25px
}

.content_page .aligncenter {
    margin: 0 auto 20px
}

.page-template-template-contact-php .content_page .aligncenter {
    margin: 40px auto 0
}

.menu {
    padding: 0 0 40px
}

.menu h2 {
    font: 700 20px/26px HelveticaNeueCond;
    text-transform: uppercase;
    margin: 0 0 25px
}

.menu .desc {
    font: italic bold 15px/20px HelveticaNeueCond;
    margin: -25px 0 25px
}

.menu .desc p {
    margin: 0
}

.menu .desc p em {
    font-size: 14px;
    font-weight: 400
}

.menu .single_meal {
    margin: 0 0 20px
}

.menu .single_meal .title {
    display: inline-block;
    max-width: 87%;
    padding-right: 10px
}

.menu .single_meal .title h3 {
    font: 600 16px/20px HelveticaNeueCond;
    margin: 0
}

.menu .single_meal .title h6 {
    font: 300 14px/20px HelveticaNeueCond;
    margin: 0;
    max-width:346px;
}

.menu .single_meal .separator {
    float: right;
    width: 0;
    height: 13px;
    background: url(images/dots.gif?1406560254) repeat-x right bottom;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.menu .single_meal .price {
    float: right;
    font: 300 14px/20px HelveticaNeueCond;
    text-align: right;
    line-height: 20px;
    padding-left: 10px;
    margin-top: -1px
}

.btn_pdf, .single_expo .btn_url a {
    display: block;
    width: 170px;
    color: #000;
    font: 20px/20px BebasNeue;
    text-transform: uppercase;
    text-align: center;
    padding: 9px 0;
    margin: 25px auto;
    border: 2px solid #000
}

.btn_pdf:hover, .single_expo .btn_url a:hover {
    color: #fff;
    background: #000
}

.archive_expo {
    padding: 0 0 70px
}

.archive_expo:last-child {
    padding: 0 0 30px
}

.archive_expo img {
    margin: 0 0 30px
}

.archive_expo .dates {
    float: left;
    padding: 10px 20px 10px 0;
    margin: 0 25px 0 0;
    border-right: 1px solid #000
}

.archive_expo .dates .date {
    float: left;
    width: 40px;
    color: #000;
    font: 700 43px/23px BebasNeue;
    text-align: center
}

.archive_expo .dates .date span {
    display: block
}

.archive_expo .dates .date span.day {
    line-height: 37px
}

.archive_expo .dates .date span.month {
    font-size: 25px
}

.archive_expo .dates .date span.year {
    font-size: 22px
}

.archive_expo .dates .separator {
    float: left;
    display: block;
    color: #000;
    font: 700 17px/20px BebasNeue;
    padding: 38px 10px 0
}

.archive_expo h2.main_title {
    margin: 0 0 15px
}

.archive_expo h2.main_title a {
    color: #000
}

.archive_expo h2.main_title a:hover {
    color: #b67e1f
}

.archive_expo p {
    font: italic 14px/20px HelveticaNeueCond;
    margin: 0
}

.archive_expo p a {
    color: #b67e1f;
    font-weight: 700
}

.archive_expo p a:hover {
    color: #000
}

.single_expo {
    overflow: hidden
}

.single_expo h2.dates {
    font: 300 25px/30px HelveticaNeueCond;
    margin: -30px 0 40px
}

.single_expo .btn_url {
    float: left;
    position: relative;
    left: 50%
}

.single_expo .btn_url a {
    float: left;
    width: auto;
    padding: 9px 20px;
    margin-top: 40px;
    position: relative;
    right: 50%
}

.contact_page {
    padding: 0 0 50px
}

.contact_page .half {
    float: left;
    width: 50%;
    line-height: 28px
}

.contact_page .half.last {
    text-align: right
}

.contact_page .half p {
    font-size: 22px;
    margin: 0
}

.contact_page .half strong {
    display: block;
    font-size: 24px
}

.contact_page .half .email {
    color: #c19f2a;
    font-size: 18px;
    font-weight: 600
}

.contact_page .half .email:hover {
    color: #000
}

.contact_page .half .socials {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase
}

.contact_page .half .socials a {
    color: #000
}

.contact_page .half .socials a.facebook:hover {
    color: #4b71c1
}

.contact_page .half .socials a.instagram:hover {
    color: #4d8abc
}

.contact_page .open_hours {
    padding: 35px 0;
    margin: 75px 0 45px;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000
}

.contact_page .open_hours h2 {
    font: 700 35px/30px BebasNeue;
    margin: 0 0 35px
}

.contact_page .open_hours p {
    font: 600 18px/26px HelveticaNeueCond;
    text-transform: uppercase;
    margin: 0
}

.contact_page .open_hours p .mois {
    float: left
}

.contact_page .open_hours p .heure {
    float: right
}

.contact_page .wifi {
    display: block;
    font: 300 28px/25px HelveticaNeueCond;
    text-align: right;
    text-transform: uppercase
}

.acf-map {
    width: 100%;
    height: 315px
}

.acf-map img {
    max-width: none
}

.error_404 {
    padding: 0 0 0 100px;
    margin: 150px 0 0 440px
}

.error_404 .wrapper_404 {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .7)
}

.error_404 .wrapper_404 h2 {
    font: 300 100px/72px BebasNeue
}

.error_404 .wrapper_404 p {
    font: 25px/32px HelveticaNeueCond;
    margin: 25px 0
}

.error_404 .wrapper_404 a {
    display: block;
    width: 140px;
    color: #fff;
    font: 24px/20px BebasNeue;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    border: 2px solid #fff
}

.error_404 .wrapper_404 a:hover {
    color: #000;
    background: #fff;
    text-shadow: none
}

@font-face {
    font-family: BebasNeue;
    src: url(fonts/bebasneue_light-webfont.eot);
    src: url(fonts/bebasneue_light-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/bebasneue_light-webfont.woff) format("woff"), url(fonts/bebasneue_light-webfont.ttf) format("truetype"), url(fonts/bebasneue_light-webfont.svg#bebas_neuelight) format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: BebasNeue;
    src: url(fonts/bebasneue_regular-webfont.eot);
    src: url(fonts/bebasneue_regular-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/bebasneue_regular-webfont.woff) format("woff"), url(fonts/bebasneue_regular-webfont.ttf) format("truetype"), url(fonts/bebasneue_regular-webfont.svg#bebas_neue_regularregular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: BebasNeue;
    src: url(fonts/bebasneue_bold-webfont.eot);
    src: url(fonts/bebasneue_bold-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/bebasneue_bold-webfont.woff) format("woff"), url(fonts/bebasneue_bold-webfont.ttf) format("truetype"), url(fonts/bebasneue_bold-webfont.svg#bebas_neuebold) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeueCond;
    src: url(fonts/HelveticaLTStd-LightCond.eot?#iefix) format("embedded-opentype"), url(fonts/HelveticaLTStd-LightCond.otf) format("opentype"), url(fonts/HelveticaLTStd-LightCond.woff) format("woff"), url(fonts/HelveticaLTStd-LightCond.ttf) format("truetype"), url(fonts/HelveticaLTStd-LightCond.svg#HelveticaLTStd-LightCond) format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeueCond;
    src: url(fonts/HelveticaLTStd-Cond.eot?#iefix) format("embedded-opentype"), url(fonts/HelveticaLTStd-Cond.otf) format("opentype"), url(fonts/HelveticaLTStd-Cond.woff) format("woff"), url(fonts/HelveticaLTStd-Cond.ttf) format("truetype"), url(fonts/HelveticaLTStd-Cond.svg#HelveticaLTStd-Cond) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeueCond;
    src: url(fonts/HelveticaNeueLTStd-MdCn.eot?#iefix) format("embedded-opentype"), url(fonts/HelveticaNeueLTStd-MdCn.otf) format("opentype"), url(fonts/HelveticaNeueLTStd-MdCn.woff) format("woff"), url(fonts/HelveticaNeueLTStd-MdCn.ttf) format("truetype"), url(fonts/HelveticaNeueLTStd-MdCn.svg#HelveticaNeueLTStd-MdCn) format("svg");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeueCond;
    src: url(fonts/HelveticaLTStd-BoldCond.eot?#iefix) format("embedded-opentype"), url(fonts/HelveticaLTStd-BoldCond.otf) format("opentype"), url(fonts/HelveticaLTStd-BoldCond.woff) format("woff"), url(fonts/HelveticaLTStd-BoldCond.ttf) format("truetype"), url(fonts/HelveticaLTStd-BoldCond.svg#HelveticaLTStd-BoldCond) format("svg");
    font-weight: 700;
    font-style: normal
}

@media all and (max-height: 900px) {
    .header {
        width: 330px
    }

    .header #logo {
        padding: 40px 15px
    }

    .header .inner_header {
        margin: 0 40px
    }

    .header .main_menu h3 {
        font-size: 53px;
        line-height: 41px;
        margin: 0 0 20px;
        padding: 0 0 20px;
    }
    .header .main_menu h3 .dot { margin: 17px 20px; }

    .header .main_menu .menu li {
        font-size: 26px;
        line-height: 28px;
    }

    .header .main_menu .menu ul {
        padding: 10px 15px
    }

    .header .dot {
        width: 3px;
        height: 3px
    }

    .header .infos {
        bottom: 30px
    }

    .header .infos p {
        padding: 20px 0;
        margin: 0 0 20px
    }

    .header .infos h4 {
        font-size: 20px;
        line-height: 16px
    }

    .header .infos .address {
        font-size: 32px;
        line-height: 24px
    }

    .header .infos .city {
        font-size: 69px;
        line-height: 51px;
        padding: 10px 0
    }

    .header .infos .phone {
        font-size: 58px;
        line-height: 43px
    }

    .header .infos .email {
        font-size: 25px;
        line-height: 19px;
        margin: 10px 0
    }

    .header .infos .socials {
        font-size: 15px;
        line-height: 12px;
    }

    .header .infos .socials .dot {
        margin: 0 15px 4px;
    }

    .error_404 {
        margin-left: 330px
    }
}

@media all and (max-width: 1023px), all and (max-height: 768px) {

    .header { width: 300px; }

    .header #logo {
        margin: -10px 0 -5px
    }

    .header .main_menu h3 {
        font-size: 45px;
        line-height: 34px;
    }
    .header .main_menu h3 .dot {
        margin: 14px 20px;
    }

    .header .main_menu .menu li {
        font-size: 22px;
        line-height: 22px;
    }
    .header .main_menu .menu ul li {
        font-size: 18px;
        line-height: 18px;
    }

    .quote {
        font-size: 40px;
        line-height: 48px;
    }

    .quote ul {
        float: none;
        position: static;
    }

    .quote ul li .dot {
        display: none
    }

    .quote ul li {
        float: none;
        position: static;
        text-align: right;
    }

    .header .dot {
        margin: 10px
    }

    .header .infos p {
        margin: 0
    }

    .header .infos h4 {
        display: none
    }

    .header .infos .address {
        font-size: 28px;
        line-height: 21px;
    }

    .header .infos .city {
        font-size: 60px;
        line-height: 43px;
    }

    .header .infos .phone {
        font-size: 50px;
        line-height: 36px;
    }

    .header .infos .email {
        font-size: 21px;
        line-height: 17px
    }

    .header .infos .socials {
        font-size: 15px;
        line-height: 12px;
    }

    .header .infos .socials .dot {
        width: 2px;
        height: 2px;
        margin: 4px 8px;
    }

    .error_404 {
        margin-left: 203px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

    .header { width: 268px; }
    .header .inner_header { margin: 0 30px; }
    .header .main_menu h3 { font-size: 41px; }
    .header .main_menu .menu ul { display: block; position: static; margin: 10px 0 5px; background: none; }

    .infos { bottom: 40px; }
    .header .infos .address { font-size: 26px; }
    .header .infos .city { font-size: 57px; }
    .header .infos .phone { font-size: 47px; }
    .header .infos .email { font-size: 20px; }
    .header .infos .socials { font-size: 14px; }

    .content_page { width: 500px; }

}

@media all and (max-width: 767px) {
    .header {
        width: 100%;
        height: auto;
        left: 0
    }

    .header #logo {
        width: 100px;
        padding: 0;
        margin: 10px auto
    }

    .header .inner_header {
        height: 46px !important;
        padding: 0 20px;
        margin: 0
    }

    .header .open_menu {
        display: block
    }

    .header .infos {
        display: none
    }

    .header .main_menu {
        display: none;
        width: 100%;
        padding: 10px 20px;
        position: absolute;
        top: 46px;
        left: 0;
        background: rgba(0, 0, 0, .8)
    }

    .header .main_menu h3 {
        display: none
    }

    .header .main_menu .menu ul {
        display: block !important;
        position: static;
        padding: 5px 15px;
        background: 0 0;
        border: none
    }

    .header .main_menu .menu li {
        font-size: 18px;
        padding: 0 0 6px;
        position: relative
    }

    .header .main_menu .menu ul li {
        font-size: 16px;
        padding: 5px 0;
    }

    .home_slider {
        background-size: 45px
    }

    .quote { display: none; }

    .infos.on_home {
        display: block;
        bottom: 0
    }

    .menu .single_meal .separator {
        display: none
    }

    .menu .single_meal .price {
        padding: 0;
        margin-top: 4px
    }

    .menu .single_meal .title {
        max-width: 73%;
        padding: 0
    }

    .quote ul {
        float: left;
        position: relative;
        padding: 0 0 10px
    }

    .quote ul li {
        float: left;
        position: relative
    }

    .quote ul li .dot {
        display: inline-block;
        margin: 6px 8px
    }

    .archive .content_page h1.main_title {
        margin: 20px 0 40px
    }

    .archive_expo h2.main_title {
        font-size: 23px;
        line-height: 28px;
        padding: 5px 0 0;
        margin: 0 0 15px
    }

    .archive_expo .dates {
        padding: 5px 20px 5px 0
    }

    .infos.on_home h4 {
        display: none
    }

    .content_page {
        width: auto;
        min-height: 0 !important;
        margin: 0 !important
    }

    .content_page .inner_content_page {
        padding: 66px 20px 20px
    }

    .contact_page .acf-map {
        height: 275px
    }

    .contact_page .half {
        float: none;
        width: auto
    }

    .contact_page .half.last {
        text-align: left;
        padding: 20px 0 0
    }

    .contact_page .open_hours {
        padding: 35px 0 20px;
        margin: 45px 0
    }

    .contact_page .open_hours p {
        line-height: 21px;
        padding: 0 0 10px
    }

    .contact_page .open_hours p .heure, .contact_page .open_hours p .mois {
        float: none;
        display: block
    }

    .contact_page .open_hours p .heure {
        font-weight: 700;
        font-style: italic
    }

    .error_404 {
        padding: 20px;
        margin: 90px 0 0
    }

    .error_404 .wrapper_404 h2 {
        font-size: 80px;
        line-height: 60px
    }

    .error_404 .wrapper_404 p {
        font-size: 19px;
        line-height: 26px
    }
}

@media all and (max-width: 479px) {
    .infos.on_home {
        bottom: 20px
    }
}
