/* AXECAKE */

.none {
    display: none !important;
}

.plan-site .col-plan .no_plan {
    display: none;
}

.topBar .plan,
.menu .plan {
    display: none;
}

.galerie.galerie-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.galerie-center img {
    margin: auto;
}

.clearBoth {
    clear: both;
}

.sc-content p.maClasse,
.sc-content div.maClasse p {
    padding: 5px;
    color: white;
    background-color: black;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.titre_avis.title {
    text-align: center;
    margin: 0 auto 30px;
    font-size: 30px;
    font-weight: 600;
    color: #808080;
}

#encart_avis {
    padding-bottom: 30px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

@font-face {
    font-family: 'iconic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iconic.eot?343431');
    src: url('../fonts/iconic.eot?343431#iefix') format('embedded-opentype'), url('../fonts/iconic.woff?343431') format('woff'), url('../fonts/iconic.ttf?343431') format('truetype'), url('../fonts/iconic.svg?343431#iconic') format('svg');
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
.lienseo {
    text-decoration: none;
}

input[type=submit],
input[type=text],
input[type=button],
input[type=email],
input[type=password],
input[type=tel],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}


/* FIN RESET */


/* correctif ie */


/*
.bg-header {
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../gifs/im-fixe.jpg);
    overflow: hidden;
    display: none;
}
*/

.bloc-tel-interne p.bouton_action {
    text-align: center !important;
    margin-top: 15px !important;
}

.title-video {
    width: 80%;
    margin: auto;
    margin-top: .5rem;
    text-align: center;
}

.bloc-listing {
    width: 100%;
    height: auto;
    background: #eee;
    padding: 20px;
    margin: 20px 0px;
}

.bloc-listing img {
    width: 100%;
    height: auto;
}

.listingTitre {
    display: block;
    margin: 15px 0px;
    font-size: 18px;
    font-weight: 600;
}

.btn-listing {
    padding: 10px;
    background: #fff;
    display: block;
    text-align: center;
    width: 90%;
    margin: auto;
}

.bloc-listing a {
    display: block;
    text-align: center;
}

.bloc-listing a:hover .btn-listing {
    background: #000;
}

.bloc-detail {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.im-detail {
    width: 100%;
    display: block;
}

.im-detail img {
    width: 100%;
    height: auto;
    margin: 20px 0px;
}

.im-detail a {
    display: block;
    width: 100%;
    height: auto;
}

.description-im {
    display: block;
    width: 100%;
}

.btn-detail .bouton {
    display: block !important;
}

.big img {
    height: auto;
    width: 100%;
}

.small {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.small img {
    height: auto;
}

.small img:hover {
    opacity: 0.5;
}

.small>div {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 2;
    cursor: pointer;
    width: 19%;
}

.image_active {
    opacity: 0.6;
}

p.bouton.bouton_rea a {
    color: #b7b7b7;
    font-weight: 600;
}

p.bouton.bouton_rea a:hover {
    opacity: 0.5;
}

li.item_action.item_bottom.facebook {
    width: 25px;
}

#catalogue_categorie_description {
    margin-top: 50px;
}

.contact_header .tel {
    border: 1px solid;
    padding: 10px 10px;
    display: inline-block;
    width: 90%;
    margin-bottom: 10px;
    border-radius: 25px;
}

.header-img {
    display: block;
    margin-bottom: 10px;
}

.encart-desk {
    display: none;
}

.header_content {
    padding-top: 20px;
}

.encart-mobile a.encart img {
    margin: 0 auto;
    width: auto;
    border-radius: 0px;
    object-fit: cover;
    height: auto;
}

.encart-mobile .encart {
    height: auto !important;
    width: auto;
    overflow: visible;
    display: block;
    margin: 0px;
}

.encart-mobile .box-encarts {
    display: block;
    width: auto;
}

.encart-mobile ul.slick-dots {
    display: inline!important;
    margin: 0px;
}

.encart-mobile .slick-dots li button:before {
    position: absolute;
    top: 0px;
    left: 0;
    content: "•";
    width: 10px;
    height: 10px;
    line-height: 20px;
    text-align: center;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 25px;
    border: 1px solid #808080;
    background: #808080;
}

.encart-mobile .slick-dots li.slick-active button:before {
    opacity: 1;
    filter: blur(0px);
    font-size: 40px;
    background: black;
}

.encart-mobile .slick-dots li button:before {
    filter: blur(0px) !important;
    opacity: 0.6;
    color: none !important;
}

.encart-mobile .encart-mobile .slick-dots li {
    margin: 0 5px !important;
    list-style: none !important;
}

header p.bouton_action {
    text-align: center !important;
}

.conteneur_video a {
    color: #0b7269!important;
    font-weight: bold;
    text-align: center;
}

.conteneur_video a:hover {
    opacity: .5;
}

.youtube_player {
    width: 100%;
}

@media screen and (max-width:600px\0) {
    .conteneur_video {
        flex: 1 0 40%;
        margin: 0 5px 10px;
        max-width: 50%;
    }
    .index-page header {
        min-height: 100px !important;
        padding: 30px;
    }
    #encart1,
    #encart2,
    #encart3,
    #encart4 {
        padding: 0 !important;
        margin: 10px auto !important;
        width: 100% !important;
    }
}

@media screen and (min-width:0\0) {
    img {
        height: auto !important;
    }
    #encart1,
    #encart2,
    #encart3,
    #encart4 {
        padding: 0 !important;
        margin: 10px auto !important;
        border-radius: 0 150px 150px 0;
    }
    .mask-img-encart {
        left: -2px !important;
        right: -3px !important;
        top: 0px !important;
        bottom: -4px !important;
        margin: 3px !important;
        background: -moz-linear-gradient(top, rgba(12, 95, 144, 0) 0%, rgba(12, 95, 144, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(12, 95, 144, 0) 0%, rgba(12, 95, 144, 1) 100%);
        background: linear-gradient(to bottom, rgba(12, 95, 144, 0) 0%, rgba(12, 95, 144, 1) 100%);
    }
    #encart1 img,
    #encart2 img,
    #encart3 img,
    #encart4 img {
        display: none;
    }
    #encart1 {
        background: url(../gifs/encart1.png);
        background-size: cover;
    }
    #encart2 {
        background: url(../gifs/encart2.png);
        background-size: cover;
    }
    #encart3 {
        background: url(../gifs/encart3.png);
        background-size: cover;
    }
    #encart4 {
        background: url(../gifs/encart4.png);
        background-size: cover;
    }
}


/* SOCIAL-MEDIA */

.social-media {
    padding: 0;
    width: auto;
}

.social-media li {
    display: inline-block;
    list-style: none;
    margin: 0 1px;
    border-radius: 6px;
    transition: 0.4s;
    vertical-align: top;
}

.social-media li a {
    display: block;
    text-decoration: none;
    transition: 0.2s;
    height: 40px;
    width: 40px;
    padding: 5px 4px;
}

.index-page .encartTattoo {
    display: none;
}

items-cat .event,
.conteneur_video {
    display: block;
}

.conteneur_video {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 2rem auto;
}

.colonne_centre .conteneur_video p {
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Roboto', sans-serif;
    margin: 20px auto 0;
    font-size: 15px;
    color: #0b7269;
    font-weight: 700;
}

@media screen and (min-width:993px) {
    .index-page .encartTattoo {
        height: 500px;
        display: block;
        position: relative;
        max-width: 1200px;
        background-color: #fbb2ac;
        margin: auto;
        text-align: center;
    }
    .index-page .encartTattoo:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: #fbb2ac;
        position: absolute;
        left: -100%;
    }
    .index-page .encartTattoo:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: #fbb2ac;
        position: absolute;
        right: -100%;
        top: 0;
    }
    .index-page .encartTattoo img {
        max-height: 100%;
    }
}

.social-media li a svg {
    fill: #000;
    transition: 0.5s;
}

.index-page .social-media li a svg {
    fill: #fff;
}

.secondary_action svg {
    fill: #fff;
}

.index-page .header {
    position: relative;
}

.slider_slick .slick-dots li button {
    display: none!important;
}


/*
.index-page .header .promo {
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
}
*/

.header .promo {
    display: none;
}

.index-page .header img {
    height: 100%;
}

.index-page .header img:nth-child(2) {
    left: 0;
}


/* HOVER */

.social-media li:hover {
    transform: scale(0.8);
    opacity: 0.5;
}

.social-media li.blanc:hover a svg {
    fill: #fff;
}

.social-media li.noir:hover a svg {
    fill: #000;
}

.social-media li.gris:hover a svg {
    fill: #cecece;
}

.sticky {
    display: none;
}


/* TABLEAUX */

table {
    width: 100%;
    border-width: 1px;
    border-color: #c3c3c3;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table th {
    background: #000;
    padding: 13px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    text-align: left;
}

table tr {
    /*background:#000;*/
    background: #d0d0d0;
}

table tr:nth-child(2n+2) {
    /*background: #5D5D5D;*/
    background: #dedede;
}

table tr:nth-child(n+2)+tr {
    border-top: 10px solid #fff;
}

table td {
    padding: 5px 13px;
    border-width: 1px;
    border-style: solid;
    border-color: #c3c3c3;
    display: block;
}

table td+td {
    border-top: none;
}


/* VIEWPORT CSS3 */

.required {
    color: red;
}

* {
    box-sizing: border-box;
}

.clear_both {
    display: block;
    clear: both;
}

.no_mobile {
    display: none;
}

.no_desktop {
    display: block;
}

.imgCenter img,
.imgRight img,
.imgLeft img {
    width: auto;
    height: auto;
}

.imgRight {
    position: relative;
    margin: 20px auto;
    height: auto;
    display: block;
    text-align: center;
    left: 0px;
    width: 100%;
    max-width: 450px;
}

.imgLeft {
    position: relative;
    margin: 20px auto;
    height: auto;
    display: block;
    text-align: center;
    left: 0px;
    width: 100%;
    max-width: 450px;
}

.imgCenter {
    margin: 0 auto 10px;
    position: relative;
    width: 40.425597%;
    max-width: 300px;
    height: auto;
    display: block;
}

body {
    position: relative;
    overflow-x: hidden;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    line-height: 1.47059;
    color: #454545;
    background: #fff;
    letter-spacing: -.022em;
}

body.fancy-box-body {
    background: #fff;
}

a {
    color: #000;
    outline: none;
}

a:focus {
    outline: none;
}

img {
    max-width: 100%;
}

.index-page h1 {
    text-align: center;
    color: #000000;
    position: relative;
}

.index-page .intro_italic {
    margin-bottom: 30px;
    color: #454545;
}

.head-bg {
    background: #d2deec;
    padding: 10px;
    margin-top: -66px;
}


/* .bg-head{
position: relative;
display: block;
} */


/* .bg-head::before{
	width: 100%;
	content: "";
	top: 18px;
	height: 170px;
	display: block;
	background: #e7e1db;
	position: absolute;  
} */

.bg-head .col-left h2 {
    padding-top: 0px;
}

h1 {
    margin-bottom: 15px;
    font-size: 2em;
    text-align: center;
    color: #000000;
}

h2 {
    margin: 0px 0 10px;
    font-size: 1.5em;
    color: #000000;
    font-weight: 500;
}

h3 {
    margin: 10px 0 5px;
    font-size: 1.2em;
    color: #454545;
    font-weight: 500;
}

#container {
    padding-top: 41px;
    max-width: 480px;
    min-width: 300px;
    overflow: hidden;
    position: relative;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* .sitePusher #container {
	left: 250px;
} 
#paquet_telecom_bandeau {
	padding: 6px 50px 6px 0 !important;
}*/


/****************************************************************************** HEADER */


#changeframe {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 1;
    justify-content: center;
}

#changeframe>span {
    padding: 15px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

.header_content {
    /* background: #1b1b1a; */
}

header {
    z-index: 100;
    position: relative;
    margin: auto;
}

header section {
    /* padding-top: 10px; */
    clear: both;
    text-align: center;
}

.index-page header {
    min-height: 65vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page-interne header,
.contact-page header,
.plan-site header {
    padding: 20px 0;
}

.page-interne header h1,
.contact-page header h1,
.plan-site header h1 {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    margin: auto;
}

.page-interne .header_centrage,
.contact-page .header_centrage,
.plan-site .header_centrage {
    display: none;
}

.page-interne .colonne_centre {
    padding-top: 0;
}

header .logo,
.sticky .logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 26px 0;
}

.index-page .logo-header {
    overflow: hidden;
}

.logo div {
    text-align: left;
    display: flex;
    line-height: 1.2;
    padding-left: 15px;
    flex-direction: column;
    justify-content: center;
}

.name-logo {
    font-size: 30px;
    font-weight: 700;
    color: #b7b7b7;
}

footer .name-logo {
    color: #fff;
}

.index-page .logo-header * {
    transform: translateY(0px);
    transition: 1s;
}

.navScroll.index-page .logo-header * {
    transform: translateY(200%);
}

.logo:hover {
    opacity: 0.7;
}

.logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}

.sticky .baseline {
    color: #454545;
}

.baseline {
    display: block;
    color: #000;
}

body:not(.index-page) .baseline {
    color: #454545;
}

footer .baseline {
    color: #fff !important;
}

.index-page .head-info-slide {
    /* display: none; */
}


/* MAP & NEWSLETTER */

.map {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.news {
    width: 100%;
    justify-content: center;
    padding: 80px;
    background: url(../gifs/bg-news.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#news-in {
    display: flex;
    width: 350px;
    padding: 20px 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.news p {
    width: 350px;
}

.news h3,
.news p {
    color: #fff;
    margin: 0 auto;
    width: 350px;
    position: relative;
    z-index: 1;
}

#mess_newsletter {
    display: none;
}

.news label {
    display: none;
}

.plan {
    width: 100%;
}


/* CONTACT HEADER */

.contact_header a {
    text-align: center;
}

.contact_header {
    align-items: center;
}

.contact_header.no_mobile {
    display: block;
}

header p.bouton_action {
    display: block;
}

header p.bouton_action.bouton_rappel {
    display: none;
}

.contact_header .tel {
    color: #808080;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.contact_header .tel span {
    font-size: 0.72em;
}

.nav {
    background: #000000;
    display: block;
    padding: 5px 10px;
    text-align: left;
    font-size: 1.5em;
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
}

.nav-left {
    overflow: hidden;
}

.nav-logo {
    max-width: 63px;
    transform: translateY(150px);
    transition: 1s;
    vertical-align: middle;
}

.navScroll .nav-logo {
    transform: translateY(0px);
}

.icon-menu {
    width: 30px;
    height: 30px;
}

.icon-menu .ligne {
    width: 100%;
    height: 3px;
    background: #fff;
    margin: 6px 0;
    border-radius: 25px;
    -webkit-transition: .5s;
    transition: .5s;
}

.icon-menu .ligne:last-child {
    width: 50%;
}

.sitePusher .icon-menu .ligne:first-child {
    -webkit-transform: rotate(50deg) translate(6px, 2px);
    transform: rotate(50deg) translate(6px, 2px);
}

.sitePusher .icon-menu .ligne:nth-child(2) {
    -webkit-transform: rotate(-47deg) translate(4px, 0px);
    transform: rotate(-47deg) translate(4px, 0px);
}

.sitePusher .icon-menu .ligne:last-child {
    opacity: 0;
}

.menu {
    display: block;
    z-index: 99;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    height: 100%;
    overflow-y: scroll;
    text-align: left;
    background: #000000;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu:before {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    transition: width 1s .2s ease-in-out;
}

.sitePusher .menu:before {
    width: 90%;
}

.sitePusher .menu {
    transform: translateY(0%);
    top: 73px;
}

.menu li {
    position: relative;
    text-align: right;
    right: 100%;
    opacity: 0;
    transition: all 0.5s;
}

.sitePusher .menu .firstLi {
    right: 10px;
    opacity: 1;
}

.sitePusher .menu.noOver .firstLi {
    right: -100%;
    display: block;
}

.dropdown li {
    right: 100%;
}

.noOver .dropdown li {
    right: 10px;
    opacity: 1;
}

.menu.ssdropdownOpen .dropdown li {
    right: -100%;
}

.menu.ssdropdownOpen .ssdropdown.pushed li {
    right: 10px;
}

.menu li.main span.derouler {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 18px;
    font: 30px/47px"iconic";
    color: #fff;
}

.menu li.main span.derouler:after {
    content: "\e038";
}

.menu li a {
    display: block;
    padding: 10px 15px;
    font-size: 1.2em;
    color: #fff;
}


/** BOTTOM NAV **/

.sitePusher .action {
    z-index: 90;
}

.action {
    position: fixed;
    width: 250px;
    height: 200px;
    bottom: 0px;
    right: -70px;
    z-index: 110;
    transition: 1s;
}

.main_action {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #808080;
    left: 0;
    right: 0;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    color: #fff;
    transition: .5s;
    animation: 2.5s AnimAction cubic-bezier(0.4, 0, 1, 1) infinite;
}

.main_action .ligne {
    width: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    height: 3px;
    background: #fff;
}

.main_action .ligne:last-of-type {
    transform: rotate(90deg);
}

.secondary_action {
    position: relative;
    height: 0px;
    width: 0px;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    background: radial-gradient(rgba(128, 128, 128, 0.6), rgba(128, 128, 128, 1));
    overflow: hidden;
    opacity: 0;
    transition: .5s;
    transform: rotate(180deg);
}

.item_action {
    position: absolute;
    top: 22px;
    left: 0;
    right: 70px;
    margin: 0 auto;
    text-align: center;
}

.item_action i {
    color: #fff;
}

.item_action:nth-child(2) {
    top: 38%;
    transform: translateY(-50%);
    left: 24px;
    right: initial;
    text-align: left;
    width: 50%;
}

.item_action:nth-child(3) {
    bottom: 30px;
    top: 52%;
    text-align: center;
    right: 114px;
}

.item_action:nth-child(4) {
    bottom: 17px;
    top: 63%;
    text-align: center;
}

.item_action:nth-child(5) {
    bottom: -16px;
    top: 70%;
    text-align: center;
    right: 7px;
}

.jsActionOpen .secondary_action {
    width: 180px;
    height: 180px;
    opacity: 1;
    top: 9px;
    transform: rotate(0deg);
}

.jsActionOpen .main_action {
    width: 70px;
    height: 70px;
    background: #303030;
    animation: none;
}

.main_action .ligne {
    transition: .5s;
    top: 47%;
}

.jsActionOpen .main_action .ligne {
    transform: rotate(180deg);
}

.jsActionOpen .action {
    right: -100px;
}

@keyframes AnimAction {
    0% {
        box-shadow: 0 0px 0px 0px rgba(128, 128, 128, 0), 0 0 0 0px rgba(128, 128, 128, 0);
    }
    50% {
        box-shadow: 0 0px 0px 4px rgba(128, 128, 128, 0.5), 0 0 0 7px rgba(128, 128, 128, 0.4);
    }
    100% {
        box-shadow: 0 0px 0px 8px rgba(128, 128, 128, 0), 0 0 0 14px rgba(128, 128, 128, 0);
    }
}

.contact-tel p {
    text-align: center !important;
}

p.intro {
    margin-top: 25px;
}

div#blocHorsLigne {
    z-index: 1000 !important;
}

.bloc-devis {
    display: block;
    width: 100%;
    margin: auto;
    max-width: 98%;
    padding: 40px 10px;
    background: #ff0000;
    margin-bottom: 10px;
    border-radius: 20px;
    text-align: left;
    min-height: 255px;
    -webkit-box-shadow: 3px 10px 28px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 10px 28px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 10px 28px -9px rgba(0, 0, 0, 0.75);
}

.bloc-devis-contact {
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 20px;
    overflow: hidden;
    margin: 30px auto;
}

.index-page .bloc-devis-contact {
    border-radius: 0px;
}

.tel-interne {
    margin-bottom: 15px;
    display: block;
}

.bloc-devis-interne {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
}

.bloc-devis-interne .btn-devis {
    float: none;
}

.bloc-devis-contact p.bouton.bouton_action {
    display: block;
    text-align: center !important;
    width: auto;
    margin-top: 10px;
}

.bloc-devis-contact .bouton_action a {
    display: inline-block;
    padding: 4px 20px;
    vertical-align: middle;
    color: #fff !important;
    background: transparent;
    width: auto;
    border: 1px solid #fff;
    border-radius: 25px;
    line-height: 25px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.titre-devis {
    display: block;
    color: #fff;
    font-size: 23px;
    font-weight: 900;
}

.titre-devis span {
    display: block;
    font-size: 15.5px;
    margin-top: 10px;
    font-weight: 600;
}

.btn-devis {
    display: inline-block;
    background: #fff;
    padding: 6px 25px;
    border-radius: 25px;
    line-height: 25px;
    margin-top: 25px;
    color: #CFA167 !important;
    font-weight: 600;
    float: right;
    width: 90%;
}

.btn-devis:hover {
    opacity: 0.5;
}

.bloc-tel-interne {
    display: block;
    text-align: center;
    padding: 20px 10px;
    background: #000000;
    width: 100%;
    margin: 40px auto;
    border-radius: 15px;
}

.titre-question {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0px;
}

.bloc-tel-interne .tel {
    color: #808080;
    font-size: 24px;
    display: block;
    letter-spacing: 2px;
    font-weight: 700;
}

.bloc-tel-interne .tel {
    cursor: default;
}

.bloc-tel-interne .tel:hover {
    color: #CFA167;
}

p#cont-page a {
    background: transparent;
    color: #777 !important;
    border: 1px solid #989898;
}

p#cont-page a:hover {
    opacity: 0.5;
}

.page-interne .colonne_centre p {
    text-align: justify;
}

.page-interne .colonne_centre p.bouton.bouton_action {
    display: none;
}

.bloc-tel-interne p.bouton.bouton_action {
    display: block !important;
}

.info_parking p {
    text-align: left !important;
}

.devis form.generateur .submit {
    margin-left: 0px !important;
}

.galerie {
    max-width: 80%;
    margin: 40px auto;
    position: relative;
}

.galerie .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.galerie.galorie-2 {
    padding-top: 40px;
    border-top: 5px solid #e5f3ff;
    padding-bottom: 40px;
    border-bottom: 5px solid #e5f3ff;
}

.galerie .slick-prev {
    left: -45px;
}

.galerie .slick-next {
    right: -45px;
}

.galerie ul.slick-dots {
    display: none !important;
}

video {
    width: 98%;
    height: auto;
    margin: 20px auto;
    display: block;
}

@media screen and (max-width: 809px) {
    .menu li.sous_menu>a {
        padding-right: 47px;
    }
}

.menu li a.selected,
.menu li a:active,
.menu li:hover>a {
    font-weight: bold;
}

.menu li:hover>span.derouler,
.menu li.selected>span.derouler {
    color: #fff;
}

.menu ul li ul {
    display: block;
    z-index: 2;
    position: fixed;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    overflow-y: visible;
    background: #000000;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    -webkit-overflow-scrolling: touch;
}

.menu ul li .dropdown li {
    right: 100%;
}

.menu ul li .dropdown.pushed li {
    right: 0%;
}

.ssdropdownOpen .dropdown.pushed,
.ssdropdownOpen ul li .dropdown.pushed li {
    right: -100%;
}

.menu ul li ul.pushed {
    z-index: 3;
    right: 0%;
}

.menu ul li .ssdropdown li {
    right: 100%;
}

.ssdropdown.pushed {
    z-index: 4 !important;
}

.ssdropdown.pushed li {
    right: 0%;
}

.menu .ssdropdown {
    background: #e94e1b;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.menu.noOver {
    overflow: hidden;
}

.menu ul li ul li.close_menu {
    display: block;
    padding: 10px 15px;
    font-size: 1.2em;
    color: #fff;
    opacity: 0.5;
    font-weight: bold;
}

.menu ul li ul.pushed li.close_menu {
    z-index: 2;
}

.menu ul li ul li.close_menu:before {
    content: "\E037";
    display: inline-block;
    margin-top: -6px;
    font: 30px/47px"iconic";
    color: #fff;
    vertical-align: middle;
    margin-right: 20px;
}


/** MASK **/

.mask {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: rgba(46, 46, 46, 0.7);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.sitePusher #container {
    width: 100%;
    overflow: visible;
}


/*
.sitePusher .mask {
	z-index: 6000;
	opacity: 1 !important;
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);

	position: fixed;
	left: 250px;
}*/

.sitePusher .mask:after {
    content: "\E077";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-family: "iconic";
    font-size: 40px;
    line-height: 40px;
    color: #fff;
}


/* TOP BAR */

.header_topbar {
    background: #000000;
}

.header_topbar .header_centrage {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 10px 0; */
}

.top_bar {
    display: block;
    position: relative;
    width: auto;
    margin: 0;
}

.top_bar ul {
    display: none;
    text-align: right;
}

.top_bar li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.sticky .top_bar li a {
    color: #fff;
}

.top_bar li a {
    display: block;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 1em;
    color: #fff;
}

.top_bar li a.hidden-all {
    display: none;
}

.sticky .top_bar li a:hover,
.sticky .top_bar li a.selected {
    color: #fff;
}

.top_bar li a:hover,
.top_bar li a.selected {
    color: #fff;
    font-weight: 500;
}

.top_bar li.sous_menu>a:after {
    margin-left: 5px;
    content: '\e040';
    font-family: 'iconic';
    display: inline-block;
}

.top_bar li:hover ul {
    display: block;
}

.top_bar li ul {
    display: none;
    text-align: left;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #DADADA;
}

.top_bar li ul li {
    display: block;
}

.top_bar li ul li a {
    padding: 5px;
}

.top_bar li span.derouler {
    display: none;
}


/* SLICK SLIDER */

.slider_slick {
    width: 100%;
    position: relative;
    /*display: none;*/
    z-index: 0;
}

.slider_slick .slick .slide_img {
    /* height: 500px;
	background-size: cover!important; 
	background-repeat: no-repeat;
	background-position: top center;*/
    position: relative;
}

.slick-slide img {
    margin: 0 auto;
}

.bg-slide {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgb(48, 57, 44) 0%, rgba(48, 57, 44, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(48, 57, 44, 1) 0%, rgba(48, 57, 44, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(48, 57, 44, 1) 0%, rgba(48, 57, 44, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#303030', endColorstr='#00303030', GradientType=0);
    /* IE6-9 */
}

.head-info-slide {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 9;
    background: #fff;
    align-items: center;
    padding: 10px 20px;
    justify-content: space-between;
    color: #151514;
}

.head-info-slide div {
    display: flex;
    align-items: center;
}

.info-slide {
    position: absolute;
    bottom: -60px;
    z-index: 99999;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #28cc9e;
    align-items: center;
    padding: 20px;
    justify-content: space-between;
    color: #fff;
}

.info-slide div {
    display: flex;
    align-items: center;
}

.head-info-slide .info-heure,
.info-slide .info-heure {
    color: #46466e;
    font-size: .9em;
    padding-bottom: 10px;
    font-weight: 400;
    /* font-style: italic; */
}

.slide_container {
    position: absolute;
    width: 350px;
    background: rgba(0, 0, 0, 0.85);
    z-index: 10;
    color: #fff;
    text-align: left;
    padding: 30px;
    top: 50%;
    border-radius: 0 50px 50px 0;
    left: 0;
    /* right: 0; */
    margin: 0 auto;
    transform: translate(0, 50%);
    opacity: 0;
    transition: 1s 1s;
    border: 1px solid #3a3a3a;
}

.slide_container a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

.slick-active .slide_container {
    transform: translate(0, 50%);
    opacity: 1;
}

.slide_title {
    font-size: 2em;
    font-weight: bold;
    color: #fff;
}

.slide_bouton a {
    color: #fff;
    border: solid 1px #fff;
    padding: 10px 20px;
    margin: 10px 0 5px 0;
    display: inline-block;
    border-radius: 30px;
}

.slide_bouton a:hover {
    background: #fff;
    color: #505050;
    border: solid 1px #fff;
}

.slider_slick .slick {
    z-index: 0;
}

.slider_slick .slick-arrow {
    display: none !important;
}


/* encarts compÃƒÆ’Ã‚Â©tences */

.encarts {
    display: block;
    padding: 50px 0 40px 0;
    overflow: hidden;
    text-align: center;
    /* background: url(../gifs/bg-encarts.jpg); */
    background: #ffffff;
    background-size: cover;
}

.intro_encart p {
    display: inline-block;
    z-index: 1;
    font-size: 1.9em;
    color: #3e3e3e;
    font-weight: 500;
    position: relative;
    padding: 2px 10px 30px 10px;
}

.box-encarts {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.img-encart {
    width: 30%;
}

.img-encart img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 40px 0 0 40px;
}

.containerEncarts {
    display: block;
}

.encart {
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-transform: none;
}

.mask-img-encart {
    position: absolute;
    -webkit-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

.mask-img-encart {
    left: -4px;
    right: -2px;
    top: -1px;
    border-radius: 0 150px 150px 0;
    bottom: -3px;
    margin: 3px;
    overflow: hidden;
    /*background: -moz-linear-gradient(top, rgba(12, 95, 144, 0) 0%, rgba(12, 95, 144, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(12, 95, 144, 0) 0%, rgba(12, 95, 144, 1) 100%);
	background: linear-gradient(to bottom, rgba(12, 95, 144, 0) 0%, rgba(12, 95, 144, 1) 100%);*/
}

.encart .titre {
    display: block;
    -webkit-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

.encart .titre {
    display: block;
    -webkit-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    font-size: 1.6em;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 10px;
    text-align: center;
    /* border-bottom: 2px solid #fff; */
    position: absolute;
    bottom: 5%;
    left: 74%;
    width: 53%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

a.encart img {
    margin: 0 auto;
    width: 100%;
    border-radius: 0 150px 150px 0;
    object-fit: cover;
    height: 100%;
}

.lien {
    font-size: 18px;
    position: absolute;
    display: block;
    text-align: center;
    bottom: 16px;
    color: #fff;
    width: auto;
    left: 0;
    right: 0;
    width: 155px;
    margin: 0 auto;
    opacity: 0;
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 8px 14px;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}


/****************************************************************************** CONTENT */

body:not(.index-page) .content {
    position: relative;
}

.content {
    position: relative;
    padding-top: 40px;
}


/******************************** COLONNE CENTRE */

.col-index {
    display: flex;
    flex-direction: column;
}

.col-left {
    width: 100%;
}

.col-right {
    width: 100%;
    margin-right: 15px;
}

.col-right img {
    width: 100%;
    object-fit: cover;
    max-width: none;
    height: 100%;
    border-radius: 30px;
}

.colonne_gauche {
    /* display: none; */
}

.colonne_centre {
    position: relative;
    padding: 4vh 10px;
}

.colonne_centre p {
    margin-bottom: 25px;
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
}

.colonne_centre ul {
    display: block;
    margin: 10px 0 10px 30px;
}

.colonne_centre ul li {
    margin: 5px 0;
    list-style: disc;
}

.colonne_centre a {
    color: #949494;
}

.colonne_centre a:hover {
    color: #adadad;
}

.videoWrapper {
    position: relative;
    height: 0;
    padding-top: 25px;
    padding-bottom: 56.25%;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-interne h2 {
    text-align: center;
}

.page-interne h2 {
    text-align: left;
}

.page-interne .intro,
.page-interne .colonne_centre p {
    text-align: justify;
}

.page-interne .ac-doubleColonne:nth-of-type(1) .ac-colonne img {
    display: block;
    width: 100%;
    height: auto;
}

.ac-colonne img {
    border-radius: 15px;
    display: block;
    width: 100%;
    height: auto;
}

.page-interne .colonne_centre .bouton_interne {
    text-align: right;
}


/******************************** TARIFS */

.tarifs {
    background: #fff;
    width: 100%;
    display: block;
    padding: 25px 15px;
}

.tarifs-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.tarifs-box h2 {
    align-self: flex-start;
}

.tarifs-box a {
    align-self: flex-end;
}

.price {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.price-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin: 10px;
}

.price-box p {
    color: #6f6f6f;
}

.price-box p strong {
    color: #002952;
    font-weight: 700;
    text-transform: uppercase;
}


/******************************** Point fort */

.pts {
    background: #47bbff;
    padding: 0px 50px;
}

.point-fort {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.point-fort h4 {
    font-style: italic;
    font-weight: 700;
    font-size: 34px;
    color: #fff;
}

.pts-contain {
    display: flex;
    flex-direction: column;
}

.pts-box {
    display: flex;
    margin: 15px;
    align-items: center;
    color: #392f24;
}

.pts-box div {
    background: #28cc9e;
    border-radius: 40px;
    margin-right: 5px;
    padding: 14px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pts-box p {
    font-weight: 500;
    font-style: italic;
    font-size: 18px;
    color: #303030;
}


/******************************** INFORMATIONS */

.mutuelle {
    background: #b1d546;
    color: #fff;
    text-align: left;
    /* display: none; */
    padding-bottom: 40px;
}

.infos-mutuelle {
    border-top: 1px solid #fff;
    font-size: 16px;
    max-width: 1200px;
    /* display: none; */
    /* display: flex; */
    margin: 0 auto;
    padding: 20px 30px;
    flex-direction: column;
}

.infos-mutuelle a {
    padding-top: 15px;
    text-align: right !important;
    color: #fff;
}

.informations {
    background: #9e0e41;
    color: #fff;
    text-align: center;
    display: block;
    padding: 40px 0;
}

.info {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.informations .horaire {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.informations .horaire h4 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}

.informations .horaire p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.informations .horaire p span {
    font-weight: 200;
}

.informations .horaire span {
    font-weight: 200;
}

.informations .tarif {
    text-align: center;
    padding: 20px 0;
    width: 235px;
    border-bottom: 1px solid #fff;
}

.informations .tarif h4 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 15px;
}

.informations .tarif p {
    padding: 0;
    font-size: 16px;
    font-weight: 200;
    background: none;
}

.informations .tarif p span {
    background: #ca3b6e;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    padding: 3px 10px;
    border-radius: 3px;
}

.informations .pay {
    padding: 20px 0;
}

.informations .pay h4 {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.informations .pay .pay-icon {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.informations .pay .pay-icon .pay-icon01 {
    margin: 15px;
}

.informations .pay .pay-icon .pay-icon01 div {
    background: #ca3b6e;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* ENCART */

.encart {
    width: 100%;
    height: 100px !important;
    text-align: center;
    margin: 10px 0;
}

.encart a {
    display: inline-block;
    width: 30%;
}

.encart a+a {
    margin-top: 0;
    margin-left: 3.8%;
}


/* FIL ARIANE */

#fil_ariane {
    display: none;
    font-size: 0.9em;
    margin: 0px 0 15px;
    text-align: center;
}

.page-404 #fil_ariane {
    display: none;
}

.page-offline .colonne_centre {
    width: 70%;
    margin: 10vh auto;
    min-height: 40vh;
}

#fil_ariane div {
    display: inline;
}

#fil_ariane strong {
    color: #151514;
    font-weight: 400;
}

#fil_ariane a {
    color: #151514;
}

#fil_ariane a:hover {
    opacity: 0.5;
}

p.bouton_action {
    text-align: center;
}

.bouton_interne a {
    display: inline-block;
    padding: 12px 22px;
    vertical-align: middle;
    color: #fff !important;
    background: #CFA167;
    width: 80%;
    border: 1px solid #CFA167;
    transition: .3s;
}

.bouton_interne a:hover {
    color: #fff !important;
    background: #ca6d3b;
    border: 1px solid #ca6d3b;
}

.bouton {
    display: none;
}

.head-info-slide .tel,
.info-slide .tel {
    color: #e13362;
    font-size: 1.5em;
    font-weight: 700;
    margin-right: 15px;
}

.bouton_action a {
    display: inline-block;
    padding: 5px 17px;
    vertical-align: middle;
    color: #fff !important;
    background: #808080;
    width: 90%;
    border-radius: 30px;
    border: 1px solid #808080;
    transition: .3s;
    line-height: 25px;
}

.bouton_action a:hover {
    color: #fff;
    background: #c3c3c3;
    border: 1px solid #c3c3c3;
}

.info-slide .bouton_rappel a,
.head-info-slide .bouton_rappel a {
    color: #151514 !important;
    border: 1px solid #151514;
}

.info-slide .bouton_rappel a:hover,
.head-info-slide .bouton_rappel a:hover {
    color: #fff !important;
    background: #151514 !important;
    border: 1px solid #151514;
}

.sticky .bouton_rappel a {
    color: #454545 !important;
    border: 1px solid #454545;
}

body:not(.index-page) .bouton_rappel a {
    color: #454545 !important;
    border: 1px solid #454545;
}

.bouton_rappel a {
    background: none;
    margin-right: 10px;
    margin-left: 15px;
    color: #808080 !important;
    border: 1px solid #808080;
}

.bouton_rappel a:hover {
    color: #fff !important;
    background: #000 !important;
    border: 1px solid #000 !important;
}

.bouton_rdv a {
    background: #505050 !important;
    border: 1px solid #505050 !important;
}

.bouton_rdv a:hover {
    background: #333333 !important;
}

.bouton_devis a {
    background: #14967f;
    margin: 0 5px;
}

.bouton_devis a:hover {
    background: #0f7765;
}

p.bouton2 {
    text-align: center;
}

.bouton2 a {
    display: inline-block;
    padding: 5px 17px;
    vertical-align: middle;
    color: #000 !important;
    background: transparent;
    width: 80%;
    border: 1px solid #000;
}

.bouton2 a:hover {
    color: #fff !important;
    background: #000 !important;
}


/* ENCART ACTU */

.encart_actu {
    padding: 40px 10px;
    background: #eaeaea;
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
}

.encart_actu ul {
    display: flex;
    flex-direction: column;
}

.encart_actu div.titre_actu {
    margin-bottom: 10px;
    color: #000000;
    font-weight: 700;
    font-size: 1.5em;
    padding-bottom: 10px;
    text-align: left;
    border-bottom: 2px solid #abb7b9;
}

.encart_actu ul li {
    /*width: 50%;*/
    margin: 0 auto 20px;
    padding: 20px;
    text-align: left;
}

.encart_actu li p {
    color: #303030;
}

.encart_actu li a {
    color: #969696;
    font-weight: 700;
}

.encart_actu li a:hover {
    color: #151514;
}


/* RELANCE */

#relance {
    display: block;
    margin-top: 20px;
    padding-top: 25px;
    text-align: center;
    border-top: 5px solid #efefef;
}

.titre-relance {
    text-align: center !important;
    font-weight: 700;
    color: #151514;
    font-size: 20px !important;
}

#relance ul {
    margin: 0px 0 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

#relance ul li {
    display: inline-block;
    margin: 0px 10px 0px;
}

#relance ul li a {
    display: block;
    padding: 10px 15px;
    color: #151514;
    font-size: 16px;
}

#relance ul li a:hover {
    opacity: 0.7;
}


/* pagination actu + BDD */

.paginationControl {
    letter-spacing: normal;
    text-align: center;
}

.paginationControl a,
.paginationControl span {
    display: inline-block !important;
    padding: 3px 8px;
    color: #a7968f;
    ;
}

.paginationControl a:hover,
.paginationControl span.selected {
    color: #909090;
}

.paginationControl span.disabled {
    color: #ccc;
}

.info_contact {
    background: #a0a0a0;
    margin: 20px 0;
    padding: 15px 35px;
    letter-spacing: -0.25em;
    text-align: center;
}

.block_contact .info_contact>div>div:before {
    display: block;
    border-radius: 30px;
    padding: 1px 2px;
    margin-right: 5px;
    text-align: center !important;
    width: 30px;
    color: #fff;
    background: #002952;
    font-family: Material Icons;
    font-size: 1.4em;
    line-height: 1.5;
    text-align: center;
}

.info_horaire,
.info_rdv,
.info_bus,
.info_metro,
.info_parking {
    display: flex;
    align-items: center;
    width: 100%;
    color: #fff;
}

.contact-page .colonne_centre ul {
    margin: 0;
}

.block_contact .info_contact>div>div.info_mail:before {
    content: '\e0e1';
}

.block_contact .info_contact>div>div.info_tel:before {
    content: '\E0CD';
}

.block_contact .info_contact>div>div.info_adresse:before {
    content: '\E0C8';
}

.block_contact .info_contact>div.horaires h2:before {
    content: '\E192';
    font-family: 'Material icons';
    position: absolute;
    left: -20px;
    top: 21px;
}

.block_contact .info_contact>div.horaires h2 {
    padding-left: 5px
}

.block_contact .info_contact>div>div.info_rdv:before {
    content: '\E88f';
}

.block_contact .info_contact>div>div.info_bus:before {
    content: '\e530';
}

.block_contact .info_contact>div>div.info_metro:before {
    content: '\e571';
}

.block_contact .info_contact>div>div.info_parking:before {
    content: '\e54f';
}

.block_contact .info_contact>div>div p {
    display: block;
    overflow: hidden;
}

.info_contact h2,
.formulaire_contact h2,
.carte h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.23em;
}

.formulaire_contact .form_left h2 {
    margin-top: 20px;
    padding-top: 5px;
    border-top: 1px solid #ddd;
}

.info_contact p {
    margin: 0;
}

.info_contact>div {
    clear: both;
    position: relative;
    letter-spacing: normal;
}

.info_contact div+div {
    margin-top: 10px;
    padding-top: 10px;
}

.info_contact div div+div {
    padding-top: 0;
}

.info_contact p em,
.info_contact div a.btn_contact {
    display: block;
    margin-top: 5px;
    font-style: italic;
}

.info_tel p.telephones a {
    color: #5e5e5e;
    cursor: default;
}

.info_tel p.telephones a:hover {
    color: #5e5e5e;
}


/* Formulaire */

.formulaire_contact {
    width: 100%;
    margin-right: 30px;
    letter-spacing: -0.25em;
}

.carte {
    width: 100%;
    margin-top: 15px;
}

.carte iframe {
    width: 100%;
}

.formulaire_contact .form_left,
.formulaire_contact .form_right,
.formulaire_contact h2,
.carte h2 {
    letter-spacing: normal;
}

.formulaire_contact .form_left {
    clear: both !important;
    height: auto !important;
}


/* styliser la couleur des placeholders dans les inputs */

:placeholder-shown {
    color: #999;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.cp_ville:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.cp_ville p {
    float: left;
    width: 33%;
    clear: none !important;
}

.cp_ville p+p {
    float: right;
    width: 62.958%;
}


/********************************************************** FOOTER ***/

footer .madebygeoboost {
    color: #fff;
    display: block;
    padding: 10px;
    text-align: center;
    width: 100%;
    background: #303030;
    -webkit-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}

.madebygeoboost img {
    max-width: 140px;
    vertical-align: middle;
}

.footer_logo {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.footer_logo a {
    display: flex;
    align-items: center;
}

.footer_logo a div {
    margin-left: 15px;
}

.footer_infos {
    text-align: center;
    padding: 10px;
}

.footer_infos .tel {
    display: block;
    color: #808080;
    font-size: 1.2em;
    font-weight: 700;
    cursor: initial;
    letter-spacing: 1px;
}

.sitePusher .footer_link {
    z-index: 15;
}

.footer_link {
    display: flex;
    -ms-display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #1b1b1a;
    position: relative;
    z-index: 0;
}

.bouton_footer {
    padding: 0px 4px;
    transition: .5s;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
}

footer {
    background-color: #000000;
}

footer .adresse_footer {
    display: block;
    text-align: center;
    color: #fff;
}

.rappel_telephonique,
#ami_box_frame,
#newsletter_iframe {
    padding: 0 10px;
}

.rappel_telephonique {
    padding-top: 10px;
}

.rappel_telephonique h1,
#ami_box_frame h1,
#newsletter_iframe h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: normal;
    font-size: 1.5em;
    margin: 20px 0px;
}

.rappel_telephonique .logo_rappel {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

.rappel_telephonique form {
    margin-right: 70px;
}

.rappel_telephonique form:after {
    content: url(../gifs/rappel.png);
    position: absolute;
    right: 11px;
    bottom: -15px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: 120% 7% 0;
    -moz-transform-origin: 120% 7% 0;
    transform-origin: 120% 7% 0;
    -ms-transform-origin: 120% 7% 0;
    -o-transform-origin: 120% 7% 0;
}

.logo_rappel img {
    max-width: 100%;
}

#ami_box_frame img {
    margin: 25px 0;
}

#newsletter_iframe form {
    text-align: right;
}

form.generateur p,
form.generateur div.divGenerateur,
form.generateur div.divGenerateurErreur {
    margin: 0 0 18px !important;
    padding: 0 !important;
    font-size: 1.000em !important;
    position: relative;
}

form.generateur p.erreur input,
form.generateur p.erreur textarea {
    border: 1px solid red;
}

form.generateur label,
form.formulaire label,
#newsletter_iframe div label {
    display: block;
    float: none !important;
    width: 100% !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    text-align: left !important;
    line-height: normal !important;
    color: #2f3c44;
}

.contact-page form.generateur label,
.contact-page form.formulaire label,
#newsletter_iframe div label {
    color: #151514;
}

form.generateur .divGenerateur label.optional {
    display: none;
}

form.generateur .noFloatingLabel {
    color: #5e5e5e;
}

.formulaire_contact p label span {
    display: inline-block;
    color: red;
}

form.generateur textarea,
form.formulaire textarea {
    height: 120px !important;
    padding-top: 10px !important;
}

form .form_left textarea {
    height: 160px;
}


/* inscription newsletter bouton radio + checkbox */

.formulaire_contact input[type='checkbox'],
.formulaire_contact input[type='radio'] {
    width: auto !important;
    margin-right: 5px;
    vertical-align: text-top;
}

.divGenerateur ul,
.divGenerateur li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.divGenerateur label.optional {
    margin-bottom: 8px !important;
}

.divGenerateur li label {
    display: block;
    width: 100%;
}


/* bouton submit */

form.generateur .form_right input#field_3,
.rappel_telephonique form.generateur input#field_4 {
    max-width: 110px;
}

.divGenerateurRequired {
    margin-top: 5px;
    letter-spacing: normal;
    color: #2f3c44;
}

.contact-page .divGenerateurRequired {
    color: #151514;
}


/* input newsletter */

.news {
    padding: 4vh 10px;
    position: relative;
    background: url(../gifs/bg-news.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.bg-news {
    background: rgba(189, 189, 215, 0.6);
    width: 100% !important;
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 0;
    top: 0;
}

.news * {
    width: 80%;
}

.news #form_newsletter input#submit_newsletter {
    display: none !important;
}

.news #form_newsletter input[type="text"] {
    width: 100%;
    border-radius: 40px !important;
}

.news label {
    float: none !important;
    display: none;
    vertical-align: middle;
}

.news #form_newsletter {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
    margin: 5px 0;
}

.news #mess_newsletter {
    /* display: block; */
    margin-top: 7px;
    text-align: center;
    font-size: 0.92em;
}

.news #mess_newsletter:empty {
    margin-top: 0;
}


/* infobulle */

form.generateur p.erreur,
form.generateur div.divGenerateurErreur {
    border: none !important;
}

.divGenerateurErreur {
    display: block;
    clear: both;
}

form.generateur p.erreur label,
form.generateur div.divGenerateurErreur label {
    padding-bottom: 20px !important;
}

form.generateur p.erreur span.erreur,
form.generateur div.divGenerateurErreur span.erreur {
    background: none !important;
    color: #eb3434 !important;
    display: block !important;
    font-family: 'Barlow', sans-serif;
    font-size: 0.846em;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 20px;
}

div.valide,
div.erreur {
    position: relative;
    margin-bottom: 20px !important;
    padding: 15px !important;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
    letter-spacing: normal;
    color: #fff !important;
}

div.valide {
    border: 1px solid #48b151;
    background: #55c65e !important;
}

div.erreur {
    border: 1px solid #d4323d;
    background: #f3515c !important;
}

div.valide:before {
    content: '\E017';
    display: inline-block;
    font-family: 'iconic';
    font-size: 1.538em;
    vertical-align: middle;
}

div.erreur:before {
    content: '\E806';
    display: inline-block;
    font-family: 'iconic';
    font-size: 1.538em;
    vertical-align: middle;
}

div.valide p,
div.erreur p {
    display: inline-block;
    margin: 0 0 0 15px !important;
    max-width: calc(100% - 40px);
    vertical-align: middle;
}

.validation {
    display: none;
}


/* message validation / erreur CONSEILLER A UN AMI */

.errors {
    text-align: right;
    color: red;
}

form.generateur .noFloatingLabel {
    white-space: normal !important;
    height: auto !important;
}

form.generateur p img.ui-datepicker-trigger {
    vertical-align: middle;
}


/***************************************************  Style pour TOUS les inputs text submit et button de tous les formulaires du site   ***********/

input[type=password],
input[type=text],
input[type=tel],
input[type=email],
textarea:not(.mce-textbox),
select {
    display: inline-block;
    width: 100%;
    height: 35px;
    padding: 0;
    border: 1px solid #e0e0e0;
    text-indent: 10px;
    vertical-align: middle;
    background: #f7f7f7;
    border-radius: 3px;
}

input[type=password]:hover,
input[type=text]:hover,
textarea:not(.mce-textbox):hover {
    background: #fff;
}

input[type=password]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:not(.mce-textbox):focus {
    padding: 0 10px;
    color: #555;
    background: #fff;
}

textarea:not(.mce-textbox) {
    text-indent: 0;
    padding: 5px;
    font-size: 1.000em;
    resize: none;
}

input.calendrier,
input.calendrierAvecMenu {
    width: 90%;
}

#ui-datepicker-div {
    letter-spacing: normal;
}

.news input[type=submit],
.news input[type=button] {
    margin-top: 5px;
    background: #e13362;
    width: 11%;
    margin-left: 18px;
    color: #fff;
    border-radius: 40px;
    position: relative;
    left: -5px;
    transition: .3s;
}

.news input[type=submit]:hover,
.news input[type=button]:hover {
    background: #151515;
    color: #fff;
}

input[type=submit],
input[type=button] {
    display: inline-block !important;
    height: 35px;
    margin: 0;
    padding: 0 10px;
    border: none;
    vertical-align: middle;
    color: #fff;
    background: #4e4e4e;
    cursor: pointer;
}

input[type=submit]:hover,
input[type=button]:hover {
    color: #fff;
    background: #909090;
}

.page_contact input[type=submit],
.page_contact input[type=button] {
    display: inline-block !important;
    height: inherit;
    margin: 0;
    padding: 12px 22px;
    border: none;
    vertical-align: middle;
    color: #fff;
    background: #303030;
    cursor: pointer;
}

.page_contact input[type=submit]:hover,
.page_contact input[type=button]:hover {
    color: #fff;
    background: #000;
}

.generateur select {
    text-indent: 5px;
    font-style: normal;
}

.generateur select option {
    padding: 2px 5px;
}

.generateur select option:hover,
.generateur select option:checked {
    -webkit-box-shadow: 0 0 10px 100px #909090 inset;
    -moz-box-shadow: 0 0 10px 100px #909090 inset;
    box-shadow: 0 0 10px 100px #909090 inset;
    cursor: pointer;
}

.select-wrap {
    position: relative;
    background: #eee;
    display: block;
}

.select-wrap:after {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 35px;
    color: #818181;
    z-index: 1;
    content: '\E029';
    font-family: 'iconic';
    display: inline-block;
    vertical-align: middle;
    font-size: 1.538em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.select-wrap select {
    background: none;
    position: relative;
    z-index: 2;
}

.select-wrap:hover,
.select-wrap:focus {
    background: #fff;
}

.select-wrap:hover:after {
    color: #1c1c1c;
}

.contact-page form.generateur p.submit {
    margin: 0 !important;
}

form.generateur p.submit {
    /* margin: 0!important; */
    text-align: right !important;
}

.cp_ville :nth-child(4n) {
    width: 100% !important;
}


/************************************************   Style spÃƒÆ’Ã‚Â©cifique pour certain input / button *********************/


/* Display none sur le deuxieme submit de la popup newsletter */

#newsletter_iframe #form_newsletter+#js_submit {
    display: none !important;
}

#newsletter_iframe form {
    overflow: hidden;
    text-align: right;
}


/* CONTACT ENCART ********************************************/

.contact-tel {
    background: #f1f1f1;
    background-size: cover;
    text-align: center;
    display: flex;
    /* padding: 40px 30px; */
    margin: 40px auto 40px auto;
}

.contact-tel div {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}

.contact-tel p strong {
    font-size: 1.4em;
    color: #7d7d7d;
}

.contact-tel p {
    color: #454545;
    font-size: 1.6em;
    font-weight: 500;
    margin: 0;
}

p#top-titre-contact {
    font-size: 1.4em;
}

.contact-tel img {
    display: none;
    width: 25%;
    object-fit: cover;
}

.contact-tel a {
    color: #CFA167;
    font-weight: 700;
    font-size: 1.4em;
    position: relative;
    cursor: initial;
    padding: 0px 0px 0px 10px;
}

.contact-tel a:hover {
    color: #CFA167 !important;
}

.hidden_index a {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 25px;
    border: 1px solid #CFA167;
    color: #CFA167;
    background: none;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: normal;
    margin: 0 0 0 5px;
    cursor: pointer;
}

.page-404 .colonne_centre {
    padding: 10vh 0;
}

.img-404 {
    width: 100%;
}

.title-404 {
    font-size: 5em;
    color: #e94e1b;
    font-weight: bold;
    padding: 5vh 0 0;
    text-align: center;
}

.right-404 {
    width: 90%;
    padding: 20px;
    color: #5c5c5c;
    margin: 0 auto;
}

.right-404 h2 {
    color: #909090;
}

.bouton-404 {
    text-align: center;
    margin: 5vh 0;
}

.bouton-404 a {
    color: white;
    background: #909090;
    padding: 10px 15px;
    border-radius: 25px;
    box-shadow: 0 0 5px #909090;
    transition: .3s;
    text-align: center;
    margin: 5vh 0;
}

.bouton-404 a:hover {
    color: #f1f1f1;
    background: #b72f00;
    box-shadow: 0 0 5px #b72f00;
}

.plan-site .colonne_centre li {
    list-style: none;
}

.plan-site .content .firstLi {
    font-weight: bold;
    margin-top: 10px;
}

.plan-site .colonne_centre .sousLi {
    margin-left: 20px;
    position: relative;
}

.plan-site .colonne_centre .sousLi:before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #4e4e4e;
    margin-right: 10px;
}

.plan-site .sousSousLi {
    margin-left: 30px;
}

.title-plan {
    font-size: 1.6em;
    font-weight: bold;
    color: #5e5e5e;
    border-bottom: solid 1px #5e5e5e26;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

@media screen and (max-width: 450px) {
    .pts {
        margin-top: 0px;
    }
    p.bouton_action {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .bouton_action a {
        padding: 13px 39px;
    }
    .page_contact form.generateur p.submit {
        text-align: center !important;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .page_contact input[type=submit],
    .page_contact input[type=button] {
        padding: 13px 39px;
    }
    .news #form_newsletter {
        width: 67%;
    }
    .encart {
        height: 90px !important;
    }
    .encart .titre {
        left: 55%;
        width: 80%;
    }
}

@media screen and (min-width: 400px) {
    .rappel_telephonique form {
        margin-right: 140px;
    }
    .rappel_telephonique form:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    #newsletter_iframe #form_newsletter input[type="text"] {
        float: left !important;
        width: 73% !important;
    }
    #newsletter_iframe #form_newsletter input[type="submit"] {
        float: left !important;
        width: 25% !important;
        margin-bottom: 30px;
    }
}


/*widget instagram*/

span.titre_widget {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    display: block;
    padding: 0 5px;
    margin: 0 auto 20px;
}

.insta_widget {
    display: block;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto 55px;
    text-align: center;
    overflow: hidden;
    height: 1380px;
}

.container_widget_insta {
    height: 100%;
    overflow: hidden;
    margin: -30px auto 0;
}

@media screen and (min-width: 375px) and (max-width: 551px) {
    span.titre_widget {
        font-size: 20px;
    }
    .insta_widget {
        height: 730px;
    }
    .container_widget_insta {
        margin: -30px auto 0;
    }
}

@media screen and (min-width: 552px) and (max-width: 999px) {
    span.titre_widget {
        font-size: 20px;
    }
    .insta_widget {
        height: 480px;
    }
    .container_widget_insta {
        margin: -30px auto 0;
    }
}

@media screen and (min-width: 480px) {
    .contact_header .tel {
        width: auto;
    }
    .btn-detail {
        display: flex;
        justify-content: space-between;
    }
    .btn-detail .bouton {
        margin: 10px;
    }
    .page-interne h1,
    .page-interne h2 {
        text-align: left;
        color: #000;
    }
    #container {
        max-width: 1000px;
        min-width: 480px;
    }
    p.bouton_action {
        text-align: right !important;
    }
    .bouton_action a,
    .bouton2 a,
    .bouton_interne a {
        width: auto;
    }
    /****************************************************************************** HEADER */
    /* LOGO */
    .logo {
        /* width: 250px; */
        padding-left: 10px;
    }
    .info_tel p.telephones a,
    .contact_header a.tel {
        cursor: default;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        outline: none;
    }
    .slider_slick {
        height: auto;
    }
    .imgLeft,
    .imgRight {}
    .imgRight {
        float: right;
        position: relative;
        margin: 0 0 10px 20px;
        max-width: 50%;
        height: auto;
    }
    .imgLeft {
        float: left;
        position: relative;
        margin: 0 20px 10px 0;
        max-width: 50%;
        height: auto;
        left: 0px;
    }
    .formulaire_contact {
        padding: 0;
        border: none;
        background: none;
    }
    .formulaire_contact .form_left,
    .formulaire_contact .form_right {
        display: inline-block;
        width: 100%;
        padding: 20px;
        /* border: 1px solid #dddddd;
		margin: 20px 0; */
    }
    .formulaire_contact .form_left {
        float: right;
    }
    .formulaire_contact .form_left h2 {
        border: none;
        padding-top: 0;
        margin-top: 0;
    }
    /* ville + code postal */
    .cp_ville p {
        width: 40.425597%;
    }
    .cp_ville p+p {
        width: 57.446901%;
    }
    /* CONTACT ENCART ********************************************/
    .contact-tel {
        /* display: none; */
    }
    .news * {
        width: auto;
    }
    .news #form_newsletter {
        width: 80%;
    }
    .footer_link {
        flex-direction: row;
    }
    .devis .form_left,
    .devis .form_right {
        display: inline-block;
        width: 48.936249%;
        padding: 20px;
        border: 1px solid #dddddd;
        margin: 20px 0;
    }
    .devis .form_left {
        float: right;
    }
}

@media screen and (max-width: 600px) {
    .index-page .head-info-slide {
        display: none;
    }
    body:not(.index-page) .content {
        position: relative;
        padding-top: 0px;
    }
    .contact-tel {
        background: #eaeaea;
    }
}

span.hidden_index {
    display: block;
}

@media screen and (min-width: 600px) {
    .section_content.bg-head {
        margin-top: 2rem;
    }
    .item-evnmnt,
    .items-cat .event,
    .conteneur_video {
        flex: 1 0 40%;
        margin: 0 5px 30px;
        max-width: 50%;
    }
    .items-cat {
        display: flex;
        flex-wrap: wrap;
    }
    .header-img {
        display: none;
    }
    .contact_header .tel {
        color: #808080;
        font-size: 1.5em;
        font-weight: 700;
        letter-spacing: 0.5px;
        border: 0px;
        padding: 0px 10px 0px 0px;
        margin: 0px;
    }
    .containerEncarts {
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        align-items: flex-start;
        position: relative;
        flex-direction: column;
        padding-right: 10px;
    }
    .header_content {
        padding-top: 0px;
    }
    .encart-desk {
        display: block;
    }
    .encart-mobile {
        display: none;
    }
    p.bouton2 {
        text-align: right;
    }
    header p.bouton_action.bouton_rappel {
        display: block;
    }
    .bouton_footer {
        font-size: 14px;
    }
    .btn-devis {
        width: auto;
    }
    .devis form.generateur .submit {
        margin-left: 0px !important;
        padding: 0 0 0 5px;
    }
    .page-interne .header_centrage,
    .contact-page .header_centrage,
    .plan-site .header_centrage {
        display: block;
    }
    header section {
        padding-top: 10px 0px;
    }
    .page-interne header,
    .contact-page header,
    .plan-site header {
        min-height: 0vh;
        background: transparent;
        display: block;
    }
    .footer_logo {
        float: left;
    }
    .footer_infos {
        float: right;
        margin-top: 43px;
    }
    .footer_link {
        clear: both;
    }
    h1 {
        text-align: left;
    }
    .index-page h1 {
        text-align: left;
    }
    #listing_calendrier_2 p.bouton2 {
        display: block;
        text-align: right !important;
    }
    .contact-tel br {
        display: none;
    }
    span.hidden_index {
        display: block;
        margin: 0px auto;
    }
    span.hidden_index a {
        display: inline-block;
        padding: 12px 20px;
        border-radius: 25px;
        border: 1px solid #CFA167;
        color: #CFA167;
        background: none;
        font-size: 15px;
        letter-spacing: 1px;
        font-weight: normal;
        margin: 0 0 0 5px;
        cursor: pointer;
    }
    span.hidden_index a:hover {
        background: #fff;
        color: #CFA167!important;
    }
    /* body:not(.index-page)  .header_content{
		background:url(../gifs/head-bg.jpg);
		background-size: cover;
		
	}
	.index-page .sticky .header_content{
		background:url(../gifs/head-bg.jpg);
		background-size: cover;
		
	} */
    /* .index-page .content{
		padding-top: 180px;
	} */
    .contact-tel img {
        width: 25%;
        object-fit: cover;
        display: block;
    }
    .encart_actu ul {
        flex-direction: row;
    }
    .header_content {
        padding-top: 30px;
    }
    #relance ul {
        display: initial;
    }
    #relance ul li:first-child {
        margin-left: 0;
    }
    .index-page header {
        display: block;
        min-height: auto;
    }
    .slider_slick {
        display: block;
    }
    .header_topbar .header_centrage {
        justify-content: space-between;
    }
    .action {
        display: none;
    }
    .bouton {
        display: block;
    }
    /* CONTACT HEADER */
    header .contact_header {
        padding: 15px 0;
    }
    .sticky .head-heure {
        display: none;
    }
    .contact_header {
        display: flex !important;
        justify-content: center;
        align-items: center;
        /* flex-direction: column; */
        padding: 5px 0;
    }
    .contact_header div {
        display: flex !important;
        align-items: center;
    }
    .head-heure {
        font-weight: 600;
        padding-top: 10px;
    }
    .contact_header a.tel {
        margin-right: 6px;
    }
    .block_contact {
        display: flex;
        margin-top: 35px;
    }
    .ac-doubleLeft,
    .ac-doubleRight,
    .ac-colonne {
        float: left;
        width: 100%;
        text-align: justify;
    }
    .info_contact>div {
        display: flex;
        align-items: baseline;
        flex-direction: column;
        flex-wrap: wrap;
        position: relative;
        vertical-align: top;
        text-align: left;
    }
    .horaires h2,
    .infos_pratique h2 {
        width: 100%;
        margin: 20px 0;
    }
    .info_contact div+div {
        padding: 0;
    }
    /* ville + code postal */
    .cp_ville p {
        width: 37%;
    }
    .cp_ville p+p {
        float: right;
        width: 57.958%;
    }
    .slider_slick .slick-arrow {
        display: none !important;
    }
    .page-interne .ac-doubleColonne:nth-of-type(1) .ac-colonne img {
        display: block;
    }
    .page-interne .colonne_centre,
    .index-page .colonne_centre,
    .contact-page .colonne_centre,
    .plan-site .colonne_centre {
        padding-top: 4vh;
    }
    #fil_ariane {
        display: block;
        text-align: left;
    }
    /* TABLEAUX */
    table tr.table_th {
        display: table-row;
    }
    table td {
        display: table-cell;
        color: #000;
    }
    table tr:nth-child(n+2)+tr {
        border-top: none;
    }
    table td+td {
        border-top: 1px solid #ccc;
    }
    table td:before {
        content: none;
    }
    .contact-tel p {
        text-align: right !important;
    }
    .page-interne .ac-doubleColonne:nth-of-type(1) .ac-colonne img {
        display: block;
        object-fit: cover;
        height: 300px;
        width: 100%;
    }
    .mail-interne {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bloc-tel-interne p.bouton_action {
        text-align: center !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin-left: 15px !important;
    }
    .header_centrage {
        display: block;
    }
    .bloc-listing {
        width: 48%;
        margin: 1%;
    }
}

@media screen and (min-width: 768px) {
    .footer_infos {
        margin-top: 20px;
    }
    .page-interne .ac-doubleColonne .ac-colonne img {
        display: block;
        margin: 20px auto;
        object-fit: cover;
        height: 100%;
    }
    .page-interne .header_centrage,
    .contact-page .header_centrage,
    .plan-site .header_centrage {
        display: flex;
        justify-content: space-between;
    }
    .bloc-detail {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .im-detail {
        width: 48%;
    }
    .description-im {
        width: 48%;
    }
    .header_centrage {
        display: flex;
        justify-content: space-between;
    }
    .ac-colonne_1 {
        padding: 0 15px 0 0;
    }
    .ac-colonne_2 {
        padding: 0 0 0 15px;
    }
    .ac-doubleLeft,
    .ac-doubleRight,
    .ac-colonne {
        float: left;
        width: 50%;
        text-align: justify;
    }
    .page-interne .ac-doubleColonne:nth-of-type(1) .ac-colonne img {
        width: auto;
        height: 100%;
    }
    .logo {
        float: left;
        margin: 5px 0;
    }
    .bloc-devis-interne {
        display: block;
        width: 68%;
        text-align: left;
        padding: 30px 20px;
    }
    .bloc-tel-interne {
        display: block;
        text-align: center;
        padding: 20px 10px;
        background: url(../gifs/bg-contact.jpg) left no-repeat #000;
        width: 100%;
        margin: 70px auto 40px auto;
    }
    .box-encarts {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .containerEncarts {
        width: 65%;
        flex-wrap: wrap;
        display: flex;
        align-items: flex-start;
        position: relative;
        flex-direction: column;
    }
    .encart {
        width: 100%;
        height: 150px !important;
        text-align: center;
        margin: 10px 0;
        transition: .3s;
    }
    .encart:hover {
        width: 105%;
    }
    .pts-contain {
        display: flex;
        flex-direction: row;
    }
    .col-index {
        flex-direction: row;
    }
    .col-left {
        margin-right: 15px;
    }
    .carte {
        width: 50%;
    }
    .carte iframe {
        width: 100%;
    }
    .formulaire_contact {
        width: 50%;
        margin-right: 30px;
        letter-spacing: -0.25em;
    }
    section.ac-doubleColonne {
        display: flex;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    .img-encart {
        display: none;
    }
}

@media screen and (max-width: 810px) {
    body:not(.index-page) .head-info-slide {
        display: none;
    }
}

@media screen and (min-width: 1000px) {
    /* .index-page .header .promo {
        height: 72%;
        top: 14%;
    }
    */
    .index-page .header img+img {
        margin-left: 15px;
    }
    .logo-hea {
        background: url(../gifs/logo-grand.png) center no-repeat;
        width: 240px;
        height: 240px;
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
        bottom: 81px;
    }
    .index-page .logo-header * {
        transform: none;
        transition: none;
    }
    .navScroll.index-page .logo-header * {
        transform: none;
    }
    .page-interne header,
    .contact-page header,
    .plan-site header {
        padding: 0px 0;
    }
    .index-page .header_content {
        -webkit-box-shadow: -6px 7px 10px -7px rgb(255 255 255 / 40%);
        -moz-box-shadow: -6px 7px 10px -7px rgb(255 255 255 / 40%);
        box-shadow: -6px 7px 10px -7px rgb(255 255 255 / 40%);
    }
    .header_content {
        -webkit-box-shadow: -6px 7px 10px -7px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: -6px 7px 10px -7px rgba(0, 0, 0, 0.4);
        box-shadow: -6px 7px 10px -7px rgba(0, 0, 0, 0.4);
    }
    .footer_infos {
        margin-top: 0px;
    }
    section.ac-doubleColonne {
        align-items: center;
    }
    .page-interne .ac-doubleColonne .ac-colonne img {
        display: block;
        margin: 20px auto;
        height: auto;
    }
    .page-interne .ac-doubleColonne:nth-of-type(1) .ac-colonne img {
        width: auto;
        height: auto;
    }
    .bloc-listing {
        width: 31%;
    }
    .bg-header {
        display: none;
    }
    .galerie {
        max-width: 90%;
    }
    .adresse_footer:hover {
        opacity: 0.5;
    }
    .adresse_header:hover {
        opacity: 0.5;
    }
    .contact_header {
        align-items: center;
    }
    .informations {
        margin: 80px 0 0 0;
    }
    .contact-tel {
        margin: 40px auto 40px auto !important;
    }
    .bouton_footer {
        text-align: left;
    }
    /* body:not(.index-page) .header_content{
		padding-top: 30px;
	} */
    .header_content {
        padding-top: 0px;
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        background: #fff !important;
    }
    .index-page header {
        min-height: initial;
        display: block;
    }
    .page-interne header,
    .contact-page header,
    .plan-site header {
        padding: 113px 0px 0px 0px;
    }
    .page-interne .header_centrage,
    .contact-page .header_centrage,
    .plan-site .header_centrage {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .menu {
        transform: translateY(0%);
    }
    .menu li {
        opacity: 1;
    }
    .menu li a.selected,
    .menu li a:hover {
        background: rgba(0, 0, 0, 0.17);
    }
    .bouton {
        display: block;
    }
    .info_contact {
        display: block;
        justify-content: space-around;
        align-items: end;
    }
    .block_contact .info_contact>div>div:before {
        text-align: left;
    }
    .page-offline .colonne_centre {
        width: 40%;
    }
    body {
        font-size: 16px;
    }
    #fil_ariane {
        text-align: left;
    }
    .slide_container {
        /* left: 60%;
		right: auto;
		margin: 0; */
    }
    .no_mobile {
        display: inline-block;
    }
    /******************************** INFORMATIONS */
    /****************************************************************************** STICKY */
    .sticky {
        display: block;
        position: fixed;
        top: -100%;
        z-index: 100;
        width: 100%;
        background: #fff;
        transition: 0.5s;
    }
    .index-page .sticky .adresse_header {
        color: #000;
    }
    .sticky .logo {
        margin: 5px 0;
    }
    .sticky .social-media li a svg {
        fill: #000;
    }
    .sticky .top_bar li a {
        font-size: 15px;
    }
    .sticky .menu li a {
        padding: 10px 20px;
    }
    .sticky.js-scroll {
        top: 0;
    }
    .sticky.js-scroll .header_content {
        /* padding-bottom: 10px; */
        -webkit-box-shadow: -6px 7px 10px -7px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: -6px 7px 10px -7px rgba(0, 0, 0, 0.4);
        box-shadow: -6px 7px 10px -7px rgba(0, 0, 0, 0.4);
    }
    /****************************************************************************** BOUTON D ACTION */
    p.bouton {
        text-align: right !important;
    }
    /****************************************************************************** HEADER */
    header section {
        margin: auto;
        padding: 0;
        width: 100%;
    }
    .header_centrage {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .sticky .header_centrage {
        justify-content: space-between;
    }
    .header_centrage,
    .footer_centrage {
        width: 90%;
        margin: 0 auto;
    }
    .infos_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .adresse_header {
        margin-left: 5px;
        color: #fff;
    }
    .social-media li a svg {
        fill: #fff;
    }
    .footer_centrage {
        display: flex;
        -ms-display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer_logo {
        margin: 0;
        padding: 0px 0;
    }
    .footer_link {
        flex-direction: column;
        background: none;
    }
    .bouton_footer {
        width: 100%;
        color: #fff;
        margin: 0px 0;
    }
    .bouton_footer:hover {
        color: #ccc;
    }
    .nav {
        display: none;
    }
    /****************************************************************************** Menu */
    .top_bar ul {
        display: block;
    }
    .menu {
        z-index: 3;
        clear: both;
        position: relative;
        left: auto;
        width: 100%;
        height: auto;
        margin: 0 auto;
        overflow-y: visible;
        background: #fff;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    .menu ul {
        text-align: center;
        -webkit-box-shadow: 0px 13px 49px -8px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 13px 49px -8px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 13px 49px -8px rgba(0, 0, 0, 0.3);
    }
    .menu li a {
        position: relative;
        font-size: 1.2em;
        color: #464646;
        font-weight: 700;
    }
    /****** SI MENU HORIZONTAL ******/
    .menu li {
        display: inline-block;
        position: static;
        border-bottom: none;
        text-align: left;
    }
    .menu li.sous_menu>a:after {
        margin-left: 5px;
        content: '\e040';
        font-family: 'iconic';
        display: inline-block;
    }
    .menu li.main span.derouler {
        display: none;
    }
    .menu ul li.sous_menu .dropdown {
        display: none;
        position: absolute;
        top: auto;
        right: 0;
        left: 0;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        background: #e8e8e8;
        transform: none;
    }
    .menu:before {
        display: none;
    }
    .menu ul li.sous_menu:hover>ul {
        display: block;
        transform: initial;
        left: initial;
        width: 100vw;
        padding: 0 10vw;
        overflow-y: visible;
        top: auto;
    }
    .plan-site .menu ul li .dropdown li {
        right: 0;
    }
    /****** FIN MENU HORIZONTAL *****/
    /**** SI MENU VERTICAL ****/
    /*.menu li {
		display: block;
		position: relative;
		border-bottom: none;
		text-align: left;
	}

	.menu li.main span.derouler {
		display: block;
		cursor: pointer;
	}
	
	.menu li.main span.derouler:after {
		content: '\e040';
	}
	
	.menu ul li.sous_menu.openSous span.derouler:after {
		content: '\e039';
	}
	
	.menu ul li.sous_menu.selected .derouler {
		display: none;
	}

	.menu ul li.sous_menu .dropdown {
		display: none;
		position: relative;
		top: auto;
		right: 0;
		left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 10px 0;
		background: #dadada;
	}
	
	.menu ul li.sous_menu.openSous .dropdown,
	.menu ul li.sous_menu.selected .dropdown {
		display: block;
	}*/
    /****** FIN MENU VERTICAL *****/
    .menu ul li ul {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    .menu ul li ul li.close_menu:after {
        display: none;
    }
    .menu ul li ul li {
        display: inline-block;
        width: auto;
        background: none !important;
        vertical-align: top;
    }
    .menu ul li ul .ssdropdown {
        background: #e94e1b;
        position: absolute;
        display: none;
        top: initial;
        right: 0;
        left: 0;
        transform: none;
        width: 100%;
    }
    .dropdown li.sous_menu:hover .ssdropdown {
        display: block;
        height: initial;
    }
    .dropdown li.sous_menu:hover .ssdropdown li a {
        padding: 5px;
    }
    .menu ul li ul li+li {
        border: none;
    }
    .menu ul li ul li.close_menu {
        display: none;
    }
    .menu li.sous_menu ul li a {
        text-align: left;
        font-size: 1em;
    }
    /* .menu ul li.sous_menu .dropdown li ul {
		display: block;
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		text-align: left;
	} */
    .menu ul li ul li ul li {
        display: inline-block;
        margin-left: 12px;
    }
    .menu li.sous_menu ul li ul li a {
        padding: 2px 5px 2px 12px;
        border-bottom: none;
    }
    .menu li.sous_menu ul li ul li a:hover,
    .menu li.sous_menu ul li ul li a.selected {
        color: #fff;
    }
    /****************************************************************************** SLIDER BIG */
    .slider .bx-controls .bx-controls-direction {
        display: block;
    }
    .clear_both.no_mobile {
        display: block;
    }
    .no_desktop {
        display: none !important;
    }
    #container {
        padding-top: 0;
        max-width: none;
        min-width: 810px;
        left: inherit;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    /****************************************************************************** CONTENT */
    .content {
        margin: auto;
    }
    /******************************** COLONNE GAUCHE */
    .colonne_gauche {
        background: #eaeaea;
    }
    .news label {
        margin: 0 10px 0 0;
        font-size: 1.5em;
    }
    /******************************** COLONNE CENTRE */
    .col-index {
        display: flex;
    }
    .colonne_centre {
        display: block;
        position: relative;
        width: 90%;
        padding: 0;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .colonne_centre p {}
    .intro_italic {
        font-style: italic;
        text-align: center;
    }
    .actualitesDetailContenu p:first-of-type {
        width: 50%;
    }
    .page-interne .colonne_centre p {
        text-align: justify;
    }
    .page-interne .colonne_centre .bouton_interne {
        text-align: right;
    }
    .page-interne h2 {
        margin-bottom: 10px;
        text-align: left;
    }
    .page-interne .intro {
        margin: 0px 0 40px;
    }
    .page-interne .ac-doubleColonne:nth-of-type(1) .ac-colonne_1 {
        margin-bottom: 100px;
    }
    /****************************************************************************** FOOTER */
    footer {
        padding: 0px 0 0 0;
        text-align: left;
    }
    footer section {
        margin: auto;
    }
    .adresse_footer {
        display: block;
        float: left;
    }
    .navigation {
        cursor: pointer;
        color: #000;
    }
    /* footer box */
    .black {
        display: none;
        z-index: 10;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../gifs/black.png) repeat;
    }
    .close {
        display: block;
        position: absolute;
        top: -10px;
        right: -10px;
        width: 28px;
        height: 29px;
        background: url(../gifs/close.png) no-repeat;
        cursor: pointer;
    }
    #navigation_frame {
        display: none;
        z-index: 70;
        position: fixed;
        top: 20%;
        left: 50%;
        width: 770px;
        margin-left: -395px;
        padding: 10px;
        background: #fff;
    }
    #navigation_frame a {
        color: #000;
    }
    #navigation_frame a:hover {
        text-decoration: underline;
    }
    .lien_footer {
        display: table;
        width: 100%;
        border-spacing: 5px;
    }
    /* logo footer */
    #navigation_frame ul {
        display: table-cell;
    }
    #navigation_frame ul li.sousLi {
        margin-left: 3px;
        padding-left: 3px;
        border-left: 1px solid #5e5e5e;
    }
    a.logo_footer {
        display: table-cell;
        width: 200px;
        background: url(../gifs/logo.png) center/contain no-repeat;
    }
    a.logo_footer:hover {
        opacity: 0.7;
    }
    .page-404 .colonne_centre {
        display: flex;
        -ms-display: flex;
        justify-content: center;
        align-items: center;
    }
    .img-404,
    .right-404 {
        display: inline-block;
    }
    .img-404 {
        transform: translate(0px, -100px);
        position: relative;
        width: 45%;
    }
    .right-404 {
        width: 55%;
    }
    .title-404 {
        font-size: 15em;
        text-align: right;
    }
    .bouton-404 {
        text-align: left;
    }
    /*widget instagram*/
    span.titre_widget {
        font-size: 22px;
    }
    .insta_widget {
        height: 260px;
    }
}

@media screen and (min-width: 960px) {
    .page-interne .ac-doubleColonne:nth-of-type(1) .ac-colonne_1 {
        margin-bottom: 0px;
    }
    .bloc-tel-interne {
        margin: 0px auto 40px auto;
    }
    .encart:hover .mask-img-encart {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
    .encart:hover .titre {
        color: #fff;
    }
    .encart:hover .lien {
        opacity: 1;
    }
    .map {
        display: flex;
        width: 100%;
    }
    .news {
        width: 40%;
        justify-content: center;
        padding: 74px;
        background: url(../gifs/bg-news.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    #news-in {
        display: flex;
        width: 325px;
        padding: 20px 0;
        margin: 0 auto;
    }
    .news p {
        width: 325px;
    }
    .news h3,
    .news p {
        color: #fff;
        margin: 0 auto;
        width: 350px;
    }
    .news h3 {
        font-size: 2em;
    }
    #mess_newsletter {
        display: none;
    }
    .news label {
        display: none;
    }
    .plan {
        width: 100%;
        height: 350px;
    }
    #navigation_frame {
        width: 920px;
        margin-left: -470px;
    }
    .lien_footer {
        border-spacing: 15px;
    }
    .info {
        display: flex;
        width: 100%;
        flex-direction: row;
        align-items: center;
    }
    .informations .horaire {
        padding-bottom: 0px;
        border-bottom: none;
        object-fit: cover;
        height: 100%;
        border-right: 1px solid #fff;
        padding: 35px 50px 35px 35px;
    }
    .informations .tarif {
        text-align: center;
        padding: 0 60px;
        border-bottom: none;
        width: auto;
    }
    .informations .pay {
        padding-left: 50px;
        border-left: 1px solid #fff;
    }
    .contact-tel {
        background: url(../gifs/bg-contact.jpg);
        background-size: cover;
        text-align: center;
        display: flex;
        /* padding: 40px 30px; */
        /* margin: 20px auto 0 auto; */
    }
    .contact-tel p strong {
        font-size: 1em;
    }
    .contact-tel p {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 1100px) {
    .header_content {}
    .pts {
        /* margin-top: 60px; */
    }
    .content {
        padding-top: 10px;
    }
    /* .index-page .top_bar li a , .index-page .top_bar li a:hover, .index-page .top_bar li a.selected, .index-page header .name-logo, .index-page .adresse_header, .index-page header .baseline {

		color: #46466e;
	} */
    .social-media li a svg {
        fill: #fff;
    }
    .baseline {
        color: #454545;
    }
    .bouton_rappel a {
        background: none;
        margin-right: 10px;
        margin-left: 15px;
        color: #454545 !important;
        border: 1px solid #454545;
    }
}

@media screen and (min-width: 1100px) {
    .index-page .header .promo {
        height: 100%;
        top: 0;
    }
    .page-interne .ac-doubleColonne:nth-of-type(1) .ac-colonne img {
        width: auto;
        height: auto;
        object-fit: none;
    }
    .imgRight {
        float: right;
        position: relative;
        margin: 0 0 0px 40px;
        max-width: 100%;
        height: auto;
        width: auto;
        left: 0px;
    }
    .imgLeft {
        float: left;
        position: relative;
        margin: 0 40px 40px 0;
        max-width: 100%;
        height: auto;
        width: auto;
        left: 0px;
    }
    .contact-tel div {
        width: 64%;
    }
    /* .slide_container{
		top: 70%;
	}
	
	.slick-dots {
		
		bottom: 25%!important;
	
	} */
    .point-fort {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .pts-box {
        display: flex;
        margin: 20px 30px;
        align-items: center;
        color: #fff;
    }
    .head-info-slide {
        width: 100%;
        display: flex;
        flex-direction: row;
        position: relative;
        z-index: 9;
        top: 150px;
        background: #eaeaea;
        align-items: center;
        padding: 10px 20px;
        justify-content: space-between;
        color: #151514;
    }
    .head-info-slide div {
        display: flex;
        align-items: center;
    }
    .info-slide {
        position: absolute;
        bottom: 0;
        z-index: 99999;
        width: 100%;
        display: flex;
        flex-direction: row;
        background: rgba(40, 204, 158, .7);
        align-items: center;
        padding: 20px;
        justify-content: space-between;
        color: #fff;
    }
    .info-slide div {
        display: flex;
        align-items: center;
    }
    .head-info-slide .info-heure,
    .info-slide .info-heure {
        color: #46466e;
        font-size: .9em;
        font-weight: 400;
        padding-bottom: 0;
        /* font-style: italic; */
    }
    .footer_infos {
        margin-right: 94px;
    }
    /****************************************************************************** MENU FIXE */
    /* .index-page header .header_content{
		position: absolute;
		background: none;
	} */
    .header_content {
        z-index: 9999;
        width: 100%;
        /* background: #1b1b1a; */
    }
    header {
        padding-top: 113px;
    }
    header .header_content {
        z-index: 9999;
        width: 100%;
        /* background: #1b1b1a; */
    }
    .contact-page .colonne_centre ul li {
        list-style: none;
    }
    body:not(.index-page) header {
        width: 100%;
        display: block;
        height: auto;
    }
    body:not(.index-page) .header_content {}
    body:not(.index-page) header .menu {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        transition: .5s;
    }
}

@media screen and (min-width: 1280px) {
    .bloc-devis-interne {
        display: block;
        width: 68%;
        text-align: left;
        padding: 30px 65px;
    }
    .bloc-devis-interne .titre-devis {
        font-size: 27px;
    }
    .bloc-devis-interne .titre-devis span {
        font-size: 20.5px;
    }
    .contact-tel p strong {
        font-size: 1.4em;
    }
    .contact-tel p {
        font-size: 1.6em;
    }
    .box-encarts {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
    .containerEncarts {
        width: 65%;
        flex-wrap: wrap;
        display: flex;
        align-items: flex-start;
        position: relative;
        flex-direction: column;
    }
    .img-encart {
        width: 29%;
        object-fit: cover;
        height: auto;
        display: block;
        text-align: right;
    }
    .img-encart img {
        object-fit: cover;
        width: auto;
        height: auto;
        border-radius: 40px 0 0 40px;
    }
    .colonne_centre {
        max-width: 1200px;
    }
    .header_centrage,
    .footer_centrage {
        width: 1200px;
    }
    .header_centrage {
        transition: .5s;
    }
    .informations .pay {
        padding-left: 60px;
        border-left: 1px solid #fff;
    }
}

.bandeau-info {
    text-align: center;
    padding: 20px;
    background: #fbb2ac;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
}

#langue {
    max-width: 1165px;
    margin: auto;
    padding: 10px 0;
    font-weight: 600;
    text-align: right;
}

.french {
    background-image: url(../gifs/france.svg);
    background-size: contain;
    text-indent: -99999px;
    width: 23px;
    background-repeat: no-repeat;
    height: auto;
    display: inline-block;
}

.english {
    background-image: url(../gifs/england.svg);
    background-size: contain;
    text-indent: -99999px;
    width: 23px;
    background-repeat: no-repeat;
    height: auto;
    display: inline-block;
}

@media screen and (max-width:1000px) {
    .french {
        width: 30px;
    }
    .english {
        width: 30px;
    }
    .langueDesktop {
        display: none;
    }
}

@media screen and (min-width:1000px) and (max-width:1100px) {
    #langue {
        padding-top: 120px;
    }
}


/* Ajout */

@media screen and (max-width:600px) {
    .header_centrage .logo {
        margin-bottom: 20px;
    }
    .header_centrage {
        display: initial!important;
    }
    h1 {
        font-size: 24px;
    }
    footer .footer_link {
        padding: 0px;
    }
    footer .footer_link a {
        padding: 5px;
        text-align: center;
    }
    h2 {
        font-size: 21px;
    }
    .index-page header {
        min-height: 35vh !important;
    }
    .slick-dots li button:before {
        filter: blur(0px) !important;
        opacity: .65 !important;
    }
    .slick-dots li.slick-active button:before {
        opacity: 1 !important;
    }
    .page-interne header h1,
    .contact-page header h1,
    .plan-site header h1,
    .index-page h1 {
        position: initial;
        background: rgba(255, 255, 255, 0.6);
        padding: 10px;
        margin-top: 10px;
    }
    header {
        display: flex;
        flex-direction: column-reverse;
    }
    .contact_header .encart_bouton_tel {
        width: 90%;
        border: 1px solid #21A6AA;
        border-radius: 3px;
    }
    .contact_header .center_tel {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    footer .footer_infos {
        margin-bottom: 90px;
    }
    .contact_header {
        display: initial;
    }
    .slick-dots {
        position: initial !important;
    }
    .recherche_actu form {
        text-align: center;
    }
    .page-interne .header_centrage,
    .contact-page .header_centrage,
    .plan-site .header_centrage {
        display: initial !important;
    }
}

@media screen and (min-width:993px) {
    .promo.promo-mobile {
        display: none;
    }
}

@media screen and (min-width:601px) and (max-width:992px) {
    .promo.promo-mobile {
        margin: 0 auto;
    }
    .promo.promo-mobile img {
        width: 35%;
    }
}

@media screen and (max-width:600px) {
    .promo.promo-mobile {
        margin: 0 auto;
    }
    .promo.promo-mobile img {
        width: 70%;
    }
}

@media screen and (min-width: 1024px) {
    .item-evnmnt,
    .items-cat .event,
    .conteneur_video {
        flex: 1 0 30%;
        margin: 1rem auto;
        max-width: 30%;
    }
}

/* VIDEO */
.slider_slick .slick .slide_img {
    aspect-ratio: 22/9.1;
}
.slider_slick iframe {
    width: 100%;
    height: 100%;
}