body {
    color: #7f7881;
    font-family: inherit;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover, h4 a, h4 a:hover, h5 a, h5 a:hover, h6 a, h6 a:hover {
    color: inherit;
    text-decoration: none;
}

/*HEADER*/
.header_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute !important;
    justify-content: space-around;
}
.header_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    justify-content: flex-end;
}
.header_row .adresse {
    font-size: 1.1rem;
    color: #ffffff;
}
.header_row .horaires, .header_row .paiement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center;
}
.paiement img {
    height: 30px;
    width: auto;
    margin-left: 15px;
}
.horaires_link {
    padding-right: 1rem;
}
.horaires_link .fa {
    padding-right: 0.25rem;
}
.horaires_display {
    color: #ffffff;
    background-color: #604768;
    border-color: #604768;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin: 0 0 0 15px;
}
.horaires_display .fa {
    padding-left: 0.5rem;
}
/*NAV*/
.navbar {
    /*max-height: 150px;*/
	z-index: 10000;
}
.navbar-brand img {
    max-height: 105px;
    width: auto;
}
#navbarSupportedContent .navbar-nav {
    width: 100%;
    -ms-flex-pack: distribute !important;
    justify-content: space-around;
}
#navbarSupportedContent .nav-link {
    font-size: 1.1rem;
}

/*CONTACT*/
.as_form_bloc {
	display: none;
}
#ContactForm textarea {
    min-height: 150px;
}

/*FOOTER*/
.footer_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end;
}

.footer_row .horaires img {
    height: 30px;
    width: auto;
    margin-left: 15px;
}
/*FOOTER BOTTOM*/
.footer_bottom {
    margin-top: 1rem;
    text-align: center;
}
.footer_bottom ul {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer_bottom ul li {
    display: inline-block;
}
.footer_bottom ul li a {
    color: #f8f9fa !important;
padding: .5rem 0 .5rem .5rem;
}
.footer_bottom ul li a:hover {
    color: #333 !important;
    text-decoration: underline;
}
.footer_bottom ul li a::after {
    content: "|";
    padding-left: .5rem;
}
.footer_bottom ul li:last-child a::after {
    content: " ";
}
.embed-container {
	position: relative;
	overflow: hidden;
	height: 300px;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
}

/*GRID EDITOR CONTENT*/
.full {
    width: 100%;
}
.full .row {
    margin: 0;
}
.full .column {
    padding: 0;
}
.full .ge-content {
    width: 100%;
}
.full p {
    /*padding: 0 20px;*/
}
.row.no-controls, .row.row_move {
    margin-right: 0;
    margin-left: 0;
}
.box_container .row.no-controls {
    margin-right: 15px;
    margin-left: 15px;
}
.ge-content {
    width: 100%;
}
.ge-content img {
    max-width: 100%;
    height: auto;
}

/*COOKIE LAW*/
.cc-cookies {
    background: rgba(86, 86, 86, 0.80) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    left: 0;
    padding: 0.5em 5%;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 99999;
}
.cc-cookies a, .cc-cookies a:hover {
    color: #fff;
    text-decoration: underline;
}
.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept {
    background: #8bb110 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin-left: 0.5em;
    padding: 6px 12px;
    text-decoration: none;
}
.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline {
    background: #af3b3b none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin-left: 0.5em;
    padding: 6px 12px;
    text-decoration: none;
}

/*RESPONSIVE*/
@media (max-width: 991.98px) {
    header .container, footer .container {
        max-width: 100%;
    }
}
@media (max-width: 767.98px) {
    .header_main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header_left {
        text-align: center;
    }
    .header_right {
        height: 148px;
    }
    .header_row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .navbar-brand {
        margin-right: 0;
    }

    .footer_row h3 {
        margin-top: 0.75rem;
    }
}
@media (max-width: 575.98px) {
    h1{font-size: 2.5rem !important;}
    h2{font-size: 2rem !important;}
    h3{font-size: 1.75rem !important;}
    h4{font-size: 1.5rem !important;}
    h5{font-size: 1.25rem !important;}
    h6{font-size: 1rem !important;}

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

@media (max-width: 374.98px) {
    .navbar-brand img {
        max-height: 90px;
    }
    .header_right {
        height: auto;
    }
    .header_row {
        margin-top: 1rem;
    }
    .header_row .horaires_center {
        display: block;
        text-align: center;
    }
    .header_row .horaires_center a {
        display: block;
        margin-bottom: 0.5rem;
    }
    .header_row .paiement {
        display: block;
    }
    .paiement span {
        display: block;
    }
}