<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

font-family: 'PT Serif', serif;
font-family: 'Montserrat', sans-serif;

AXECAKE */

/****** CONFIRMATION COMMANDE ******/
.paiement_table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
	margin: 20px auto;
}

.paiement_table th {
	padding: 8px;
	border: 1px solid #ddd;
	text-align: left;
	background-color: #acc8cc;
}

.paiement_table tr {
	background-color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.paiement_table tr:nth-child(even) {
	background: #F5F5F5;
}

.paiement_table td {
	padding: 8px;
	border: 1px solid #ddd;
}

.paiement_table tr:hover {
	background: #ddd;
}

.paiement_table td {
	display: block;
}

.paiement_table td:before {
	content: attr(data-title);
	font-weight: bold;
	color: #8b8b8b;
	margin-right: 5px;
}

.paiement_table td.label {
	display: none;
}

#paiement_form p.title_moyens {
	font-weight: bold;
	font-size: 1.077em;
}

#paiement_form .box_paiement {
	text-align: center;
}

#paiement_form form.form_paiement_box {
	display: block;
	margin-bottom: 20px;
}

#paiement_form form.form_paiement_box input.btn_paiement {
	margin: 0 auto;
	border: 1px solid #D6D4D5;
	background: #FBFBFB;
	padding: 20px 30px;
	display: block;
	max-width: 100%;
	height: auto;
	text-indent: -9999px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#paiement_form form.form_paiement_box input.btn_paiement:hover {
	opacity: 0.7;
}

#paiement_form form.form_paiement_box.paiement_paybox input.btn_paiement {
	max-width: 344px;
	width: 100%;
	height: 142px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-size:80%;-moz-background-size:80%;background-size:80%;
}

#paiement_form form.form_paiement_box.paiement_paypal img {
	display: none;
}

#paiement_form form.form_paiement_box.paiement_monetico p {
	margin-bottom: 0;
}

#paiement_form form.form_paiement_box.paiement_monetico p input#bouton {
	max-width: 344px;
	width: 100%;
	height: 142px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-size:80%;-moz-background-size:80%;background-size:80%;
}

@media screen and (min-width:480px) {
	/****** CONFIRMATION COMMANDE ******/
	.paiement_table td, .paiement_table td.label {
		display: table-cell;
	}

	.paiement_table td:before {
		content: none;
	}

	#paiement_form form.form_paiement_box {
		display: inline-block;
		vertical-align: middle;
		width: 344px;
	}
}
.none {
    display: none !important;
}

.plan-site .col-plan .no_plan {
    display: none;
}

.topBar .plan, .menu .plan {
    display: none;
}

.galerie.galerie-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.galerie-center img {
    margin: auto;
}

.clearBoth {
    clear: both;
}

.separator {
    clear: both;
    padding: 25px 0;
}

.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;
}

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 {
    outline: none;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;

    font-family: 'Montserrat', sans-serif;
}

/* FIN RESET */

/* SOCIAL-MEDIA */
.social-media {
    padding: 0;
    width: auto;
}

.social-media li {
    margin: 0 1px;
    list-style: none;
    transition: 0.4s;
    border-radius: 6px;
    vertical-align: top;
    display: inline-block;
}

.social-media li a {
    width: 22px;
    height: 22px;
    display: block;
    transition: 0.2s;
    text-decoration: none;
}

.social-media li a svg {
    fill: #000;
    transition: 0.5s;
}

/* 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;
    margin-bottom: 20px;
    border-color: #c3c3c3;
    border-collapse: collapse;
}

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,
.imgLeft {
    height: auto;
    display: block;
    position: relative;
    margin: 30px auto;
}

.imgCenter {
    margin: 0 auto 10px;
    position: relative;
    width: 40.425597%;
    max-width: 300px;
    height: auto;
    display: block;
}

body {
    color: #424242;
    font-size: 14px;
    position: relative;
    overflow-x: hidden;
    line-height: normal;
    letter-spacing: normal;
    font-family: 'Montserrat', sans-serif;
}

body.fancy-box-body {
    background: #fff;
}

a {
    color: #000;
    outline: none;
}

a:focus {
    outline: none;
}

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

h1 {
    color: #e25098;
    font-size: 26px;
    margin: 0 0 25px;
    font-weight: 400;
    font-style: italic;
    font-family: 'PT Serif', serif;
}

h1 span {
    display: block;
}

h2 {
    color: #e25098;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    font-style: italic;
    margin: 0 0 20px 0;
    font-family: 'PT Serif', serif;
}

h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 20px 0;
}

h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 10px 0;
}

#container {
    left: 0;
    z-index: 1;
    padding-top: 41px;
    max-width: 480px;
    min-width: 300px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
}

/* .sitePusher #container {
	left: 250px;
}
#paquet_telecom_bandeau {
    z-index: 9999;
	padding: 6px 50px 6px 0 !important;
}
*/

/*************************************** HEADER ****************************************/

header {
    z-index: 100;
    position: relative;
    margin: auto;
}

header section {
    clear: both;
    padding-top: 10px;
    text-align: center;
}

header {
    display: flex;
    min-height: 25vh;
    background: #f5f5f5;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.index-page header {
    min-height: 30vh;
}

.top-header {
    margin: auto;
}

.navbar {
    margin: auto;
}

.bloc-logo {
    margin: auto;
}

.page-interne .colonne_centre {
    padding-top: 0;
}

.logo {
    margin: 10px 0;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.index-page .logo-header {
    overflow: hidden;
}

.index-page .logo-header * {
    transform: translateY(0px);
    transition: 1s;
}

.navScroll.index-page .logo-header * {
    transform: translateY(200%);
}

.logo:hover {
    opacity: 0.7;
}

.logo img {
    width: auto;
    margin: 0 auto 10px;
    height: auto;
    display: block;
}

.baseline {
    line-height: 24px;
    text-align: center;
    color: #e25098;
    font-size: 24px;
    font-family: 'PT Serif', serif;
}

.baseline span {
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.back-header {
    height: 320px;
    display: none;
    position: relative;
    background-size: cover;
    background-position: center;
    background-image: url("../gifs/imgSlider/slide01_medium.jpg");
}

.back-header .flag-header {
    left: 0;
    right: 0;
    color: #fff;
    bottom: 40px;
    font-size: 24px;
    position: absolute;
    font-family: 'PT Serif', serif;
}

.bloc-horaire {
    color: #fff;
    text-align: center;
    position: relative;
    background: #e25098;
    padding: 45px 10px 47px;
    box-shadow: 0 28px 81px rgba(226, 80, 152, .39);
}

.bloc-horaire:before,
.bloc-horaire:after {
    z-index: 0;
    position: absolute;
}

.bloc-horaire:before {
    left: 0;
    top: 0;
    content: url("../gifs/before-horaire.png")
}

.bloc-horaire:after {
    right: 14px;
    bottom: 10px;
    content: url("../gifs/after-horaire.png");
}

.bloc-horaire &gt; div {
    z-index: 1;
    position: relative;
}

.bloc-horaire .item-horaire {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
	font-family: 'Montserrat', sans-serif;
}

.bloc-horaire .label-adresse {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin: 50px 0 10px 0;
	font-family: 'Montserrat', sans-serif;
}

.bloc-horaire .adresse_header {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: .3s;
	display:block
}

a.adresse_header:hover {
    color: #420724;
}


/********** CONTACT HEADER **********/

.contact_header {
    display: none;
}

.contact_header p.bouton_action {
    text-align: center;
}

.contact_header a {
    text-align: center;
}

.contact_header .tel {
    color: #420724;
    padding: 0 14px;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    line-height: 40px;
}

.contact_header p.bouton_action a {
    padding: 0 14px;
}

.contact_header p.bouton_action.bouton_rappel a {
    color: #282828;
    padding: 0 15px;
    background: #d6d6d6;
}

.contact_header p.bouton_action.bouton_rappel a:hover {
    color: #fff;
    background: #282828;
}

.contact_header .horaire-header {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 42px;
}

.nav {
    top: 0;
    right: 0;
    left: 0;
    color: #fff;
    z-index: 100;
    display: flex;
    position: fixed;
    font-size: 1.5em;
    text-align: left;
    padding: 5px 15px;
    background: #420724;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .75);
}

.nav-left {
    overflow: hidden;
}

.nav-logo {
    max-height: 40px;
    transform: translateY(50px);
    transition: 1s;
    vertical-align: middle;
}

.navScroll .nav-logo {
    transform: translateY(0px);
}

.icon-menu {
    width: 30px;
    height: 30px;
}

.icon-menu .ligne {
    width: 100%;
    height: 3px;
    margin: 6px 0;
    transition: .5s;
    background: #fff;
    border-radius: 25px;
}

.icon-menu .ligne:last-child {
    width: 50%;
}

.sitePusher .icon-menu .ligne:first-child {
    transform: rotate(50deg) translate(6px, 2px);
    -webkit-transform: rotate(50deg) translate(6px, 2px);
}

.sitePusher .icon-menu .ligne:nth-child(2) {
    transform: rotate(-47deg) translate(4px, 0px);
    -webkit-transform: rotate(-47deg) translate(4px, 0px);
}

.sitePusher .icon-menu .ligne:last-child {
    opacity: 0;
}

.menu {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: block;
    position: fixed;
    text-align: left;
    overflow-y: scroll;
    transform: translateY(-100%);
    -webkit-overflow-scrolling: touch;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(to top, #13020a, #420724);
}

.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: 46px;
}

.menu .topBar {
    padding-top: 15px;
}

.menu li {
    opacity: 0;
    right: 100%;
    text-align: right;
    position: relative;
    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/42px "iconic";
    color: #fff;
}

.menu li.main span.derouler:after {
    content: "\e038";
}

.menu li.hide-menu {
    display: none;
}

.menu li a {
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    transition: .3s;
    font-family: 'PT Serif', serif;
}

/** BOTTOM NAV **/
.sitePusher .action {
    z-index: 90;
}


.action {
    width: 100px;
    height: 100px;
    bottom: 10px;
    right: 10px;
    z-index: 110;
    transition: 1s;
    position: fixed;
}

.main_action {
    top: 50%;
    left: 0;
    right: 0;
    z-index: 10;
    color: #fff;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    transition: .5s;
    position: absolute;
    border-radius: 50%;
    background: #420724;
    transform: translateY(-50%);
    animation: 2.5s AnimAction cubic-bezier(0.4, 0, 1, 1) infinite;
}

.main_action .ligne {
    left: 0;
    right: 0;
    width: 30%;
    height: 3px;
    margin: 0 auto;
    background: #fff;
    position: absolute;
}

.main_action .ligne:last-of-type {
    transform: rotate(90deg);
}

.secondary_action {
    height: 0;
    width: 0;
    right: 0;
    top: 50%;
    opacity: 0;
    margin: 0 auto;
    transition: .5s;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    transform: rotate(180deg);
    background: radial-gradient(rgb(66, 7, 36), #17020d);
}

.item_action {
    left: 70px;
    top: 15px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
}

.item_action i {
    color: #fff;
}

.item_action:nth-child(2) {
    top: 45px;
    left: 25px;
    text-align: left;
}

.item_action:nth-child(3) {
    bottom: 50px;
    top: initial;
    left: 25px;
    text-align: center;
}

.jsActionOpen .secondary_action {
    top: -40px;
    opacity: 1;
    right: 40px;
    width: 180px;
    height: 180px;
    transform: rotate(0deg);
}

.jsActionOpen .main_action {
    width: 70px;
    height: 70px;
    animation: none;
    background: #484848;
}

.main_action .ligne {
    top: 47%;
    transition: .5s;
}

.jsActionOpen .main_action .ligne {
    transform: rotate(180deg);
}

.jsActionOpen .action {
}

@keyframes AnimAction {
    0% {
        box-shadow: 0 0 0 0 rgba(233, 78, 27, 0), 0 0 0 0 rgba(233, 78, 27, 0);
    }
    50% {
        box-shadow: 0 0 0 4px rgb(66, 7, 36), 0 0 0 7px #222;
    }
    100% {
        box-shadow: 0 0 0 8px rgba(233, 78, 27, 0), 0 0 0 14px rgba(233, 78, 27, 0);
    }
}

@media screen and (max-width: 809px) {
    .menu li.sous_menu &gt; a {
        padding-right: 47px;
    }
}

.menu li a.selected,
.menu li a:active,
.menu li:hover &gt; a {
    color: #ccc;
}

.menu li:hover &gt; span.derouler,
.menu li.selected &gt; span.derouler {
    color: #fff;
}

.menu ul li ul {
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    overflow-y: visible;
    transition: all 600ms ease-in-out;
    -webkit-overflow-scrolling: touch;
    background: linear-gradient(to top, #13020a, #420724);
}

.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 {
    transition: all 600ms ease-in-out;
    background: linear-gradient(to top, #1e272e, #485460);
}

.menu.noOver {
    overflow: hidden;
}

.menu ul li ul li.close_menu {
    display: block;
    padding: 10px 15px;
    font-size: 20px;
    color: #e25098;
    font-weight: bold;
}

.menu ul li ul.pushed li.close_menu {
    z-index: 2;
}

.menu ul li ul li.close_menu:before {
    color: #e25098;
    margin-top: -6px;
    content: "\E037";
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    font: 30px/47px "iconic";
}

/** MASK **/

.mask {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    display: block;
    position: absolute;
    background: rgba(46, 46, 46, 0.7);
    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 .header_centrage {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.top_bar {
    margin: 0;
    width: auto;
    display: block;
    position: relative;
}

.top_bar ul {
    display: none;
    text-align: right;
}

.top_bar li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.top_bar li a {
    color: #000;
    width: auto;
    height: auto;
    display: block;
    transition: .3s;
    font-size: 15px;
    padding: 0 10px;
    font-weight: 500;
    line-height: 40px;
}

.top_bar li a:hover,
.top_bar li a.selected {
    color: #000;
}

.top_bar li.sous_menu &gt; a:after {
    margin-left: 5px;
    content: '\e040';
    font-family: 'iconic';
    display: inline-block;
}

.top_bar &gt; ul &gt; li:hover &gt; ul {
    display: block;
}

.top_bar &gt; ul &gt; li:hover &gt; ul &gt; li:hover &gt; ul {
    display: block;
}

.top_bar li ul {
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
    min-width: 320px;
    text-align: left;
    position: absolute;
    background: #DADADA;
}

.top_bar li ul li {
    display: block;
    right: auto;
    left: 0;
}

.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 {
    position: relative;
}

.slick-slide img {
    margin: 0 auto;
}

.slide_container {
    width: 350px;
    z-index: 10;
    color: #fff;
    top: 50%;
    left: 0;
    right: 0;
    opacity: 0;
    margin: 0 auto;
    text-align: left;
    transition: .5s .5s;
    position: absolute;
    padding: 30px 10px;
    transform: translate(50%, -50%);
}

.slick-active .slide_container {
    opacity: 1;
    transform: translate(0, -50%);
}

.slide_title {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
}

.slide_resume {
    font-size: 14px;
    line-height: 24px;
}

.slide_bouton {
    text-align: right;
}

.slide_bouton a {
    color: #fff;
    padding: 5px 7px;
    margin: 10px 0 5px 0;
    display: inline-block;
    border: solid 1px #fff;
}

.slide_bouton a:hover {
    color: #000;
    background: #fff;
}

.slider_slick .slick {
    z-index: 0;
}

.slider_slick .slick-arrow {
    display: none !important;
}

/* Slider Dots */

.slider_slick .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slider_slick .slick-dots {
    bottom: 26px;
    line-height: 1;
}

.slider_slick .slick-dots li {
    height: 14px;
    width: 14px;
}

.slider_slick .slick-dots li button {
    height: 14px;
    width: 14px;
    padding: 0;
}

.slider_slick .slick-dots li button:hover,
.slider_slick .slick-dots li button:focus {
    outline: none;
}

.slider_slick .slick-dots li button:before {
    content: "";
    width: 14px;
    height: 14px;
    font-size: 0;
    filter: blur(0);
    transition: .4s;
    line-height: 14px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #fff;
}

.slider_slick .slick-dots li button:hover:before,
.slider_slick .slick-dots li button:focus:before,
.slider_slick .slick-dots li.slick-active button:before {
    opacity: 1;
    font-size: 0;
    filter: blur(0px);
    background: #fff;
}

/****************************************** CONTENT *************************************/

.content {
    z-index: 1;
    padding: 40px 0 0;
    position: relative;
}

.index-page .content {
    padding: 0;
}

/******************************** COLONNE CENTRE *******************************/

.top-index {
    max-width: 1058px;
    padding: 50px 0;
    margin: auto;
    width: 100%;
}

.top-index .colonne_centre {

}

.middle-index,
.bottom-index {
    padding: 60px 0 50px;
    background-color: #fff;
}

.middle-index .colonne_centre {

}

.middle-index .colonne_centre .col-left {
    padding: 0 0 30px 0;
}

.middle-index .colonne_centre .col-right {

}

.middle-index .colonne_centre,
.bottom-index .colonne_centre {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.bottom-index .colonne_centre .col-left {

}

.bottom-index .colonne_centre .col-right {
    padding: 30px 0 0 0;
}

.middle-index .colonne_centre .col-left img,
.bottom-index .colonne_centre .col-right img {
    display: block;
    margin: auto;
    object-fit: cover;
}

.back-fixed {
    height: 240px;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    background-image: url("../gifs/fixed-scroll.jpg");
}

.colonne_centre {
    padding: 0 10px;
    position: relative;
}

.colonne_centre p {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 20px;
    font-weight: normal;
    letter-spacing: normal;
}

.page-interne .colonne_centre h1 + p,
.colonne_centre p.intro {
    line-height: 28px;
    margin: 0 0 30px 0;
}

.colonne_centre ul {
    display: block;
    margin: 10px 0 30px 30px;
}

.colonne_centre ul li {
    margin: 5px 0;
    list-style: disc;
	font-size: 16px;
	 line-height: 24px;
    text-align: justify;
	
    font-weight: normal;
    letter-spacing: normal;
}

.colonne_centre a {
    color: #e25098;
}

.colonne_centre a:hover {
    color: #420724;
}

.videoWrapper {
    height: 0;
    padding-top: 25px;
    position: relative;
    padding-bottom: 56.25%;
}

.videoWrapper iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.page-interne .ac-doubleColonne:nth-of-type(1) .ac-colonne img {
    display: none;
}

.page-interne .ac-doubleColonne .ac-colonne img {
    display: block;
    margin: 0 auto;
}

.colonne_gauche {
    padding: 40px 10px;
    background: #ebebeb;
    position: relative;
}

.colonne_gauche &gt; div {
    z-index: 1;
    position: relative;
}

.colonne_gauche:after {
    right: 0;
    bottom: 0;
    position:absolute;
    content: url("../gifs/after-news.png")
}

/* ENCART */

.encart {
    width: 100%;
    text-align: center;
}

.encart a {
    width: 30%;
    display: inline-block;
}

.encart a + a {
    margin-top: 0;
    margin-left: 3.8%;
}

/*-------- FIL ARIANE --------*/

#fil_ariane {
    color: #e25098;
    display: none;
    font-size: 10px;
    font-weight: 400;
    margin: 0 0 25px 0;
}

.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 {
    font-weight: 400;
}

#fil_ariane a {
    color: #e25098;
}

#fil_ariane a:hover {
    color: #000;
}

p.bouton2,
p.bouton_action,
p.bouton_interne {
    margin: auto;
    line-height: normal;
    text-align: center;
    font-weight: normal;
}

p.bouton {
    display: block;
}

p.bouton2 a,
p.bouton_action a,
p.bouton_interne a {
    width: 90%;
    color: #fff;
    transition: .3s;
    font-size: 14px;
    font-weight: 500;
    padding: 0 30px;
    line-height: 40px;
    border-radius: 0;
    background: #420724;
    display: inline-block;
    vertical-align: middle;
}

p.bouton2 a {
    color: #fff;
    background: #9E9E9E;
}

p.bouton2 a:hover,
p.bouton_action a:hover,
p.bouton_interne a:hover {
    color: #fff;
    background: #18020d;
}

p.bouton_devis.bouton_action a {
    color: #282828;
    padding: 0 15px;
    background: #ebebeb;
}

p.bouton_devis a:hover {
    color: #fff;
    background: #e25098;
}

p.bouton2 {
    text-align: center;
}

/* ENCART ACTU */

.encart_actu {
    margin: 0 auto;
    text-align: center;
    padding: 30px 10px;
}

.encart_actu &gt; div {
    margin: auto;
}

.encart_actu .titre_actu {
    color: #e25098;
    font-size: 24px;
    line-height: 50px;
    font-style: italic;
    letter-spacing: .025em;
    font-family: 'PT Serif', serif;
}

.encart_actu ul li {
}

.encart_actu .title-item-actualite {
    margin-bottom: 10px;
}

.encart_actu .title-item-actualite a {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    color: #303030;
    font-weight: 700;
}

.encart_actu .title-item-actualite a:hover {
    color: #6b0b3a;
}

.encart_actu .resum-acty {
    margin: 0 0 10px 0;
}

.encart_actu .resum-acty p {
    font-size: 14px;
    line-height: 24px;
}

p.learn-more {
    display: none;
}

p.learn-more a {
    color: #000;
    padding: 0 7px;
    line-height: 38px;
    background: #aaa;
    display: inline-block;
    vertical-align: middle;
}

p.learn-more a:hover {
    color: #fff;
    background: #000;
}

p.view-all {
    text-align: center;
}

p.view-all a {
    padding: 0 17px;
    transition: .3s;
    line-height: 41px;
    font-size: 14px;
    color: #303030;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #616161;
	width:90%
}

p.view-all a:hover {
    color: #fff;
    background: #000;
}

/* RELANCE */

#relance {
    color: #000;
    display: block;
    padding: 15px 0;
    margin: 20px 0 0 0;
    position: relative;
    text-align: center;
    background: #d5d5d5;
}

#relance::before,
#relance::after {
    top: 0;
    height: 100%;
    content: '';
    width: 5000px;
    position: absolute;
    background: #d5d5d5;
}

#relance::before {
    left: -5000px;
}

#relance::after {
    right: -5000px;
}

#relance p.titre-relance {
    margin: auto;
    font-size: 18px;
    font-weight: 500;
    text-align: inherit;
    line-height: 50px;
}

#relance ul {
    margin: 0;
}

#relance ul li {
    margin: 0;
    list-style: none;
	text-align:center
}

#relance ul li a {
    color: #000;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    display: inline-block;
    vertical-align: middle;
}

#relance ul li a:hover {
    color: #e25098;
}

/* pagination actu + BDD */

.paginationControl {
    padding-top: 30px;
    text-align: center;
    letter-spacing: normal;
}

.paginationControl a,
.paginationControl span {
    color: #000;
    height: 32px;
    width: 32px;
    font-size: 15px;
    line-height: 32px;
    border: 1px solid #000;
    display: inline-block !important;
}

.paginationControl a:hover,
.paginationControl span.selected {
    color: #227093;
}

.paginationControl span.disabled {
    color: #fff;
    background: #aaa;
    border: 1px solid #aaa;
}

.info_contact {
    margin: 20px 0;
    padding: 15px 10px;
    letter-spacing: -0.25em;
    text-align: center;
    border: 1px solid #b2bec3;
}

.block_contact .info_contact &gt; div &gt; div:before {
    display: block;
    width: 100%;
    margin-right: 0;
    font-size: 1.4em;
    line-height: 1.5;
    text-align: center;
    font-family: Material Icons;
}

.block_contact .info_contact &gt; div &gt; div.info_mail:before {
    content: '\e0e1';
}

.block_contact .info_contact &gt; div &gt; div.info_tel:before {
    content: '\E0CD';
}

.block_contact .info_contact &gt; div &gt; div.info_adresse:before {
    content: '\E0C8';
}

.block_contact .info_contact &gt; div &gt; div.info_horaire:before {
    content: '\E192';
}

.block_contact .info_contact &gt; div &gt; div.info_rdv:before {
    content: '\E88f';
}

.block_contact .info_contact &gt; div &gt; div.info_bus:before {
    content: '\e530';
}

.block_contact .info_contact &gt; div &gt; div.info_metro:before {
    content: '\e571';
}

.block_contact .info_contact &gt; div &gt; div.info_parking:before {
    content: '\e54f';
}

.block_contact .info_contact &gt; div &gt; 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;
    text-align: center;
}

.info_contact &gt; 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 {
    padding: 10px;
    border: 1px solid #dddddd;
    letter-spacing: -0.25em;
    background: #f5f5f5;
}

.carte {
    margin-top: 15px;
}

.formulaire_contact .form_left,
.formulaire_contact .form_right,
.formulaire_contact h2,
.carte h2 {
    letter-spacing: normal;
}

.formulaire_contact .form_left {
    clear: both !important;
}

/* styliser la couleur des placeholders dans les inputs */

:placeholder-shown {
    color: #000;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
}

.cp_ville:after {
    height: 0;
    clear: both;
    content: ".";
    line-height: 0;
    display: block;
    visibility: hidden;
}

.cp_ville p {
    float: left;
    width: 33%;
    clear: none !important;
}

.cp_ville p + p {
    float: right;
    width: 62%;
}

/*********************************  kama  *********************************/

.bloc-frame {
    color: #000;
    padding: 30px 10px 0;
    position: relative;
}

.bloc-frame:before {
    left: 0;
    top: 0;
    z-index: 0;
    position: absolute;
    content: url("../gifs/before-frame.png");
}

.bloc-frame &gt; div {
    z-index: 1;
    width: 100%;
    margin: auto;
    position: relative;
    max-width: 1048px;
    text-align: center;
}

.bloc-frame .title-frame {
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    font-family: 'PT Serif', serif;
}

.bloc-frame .title-frame span {
    color: #e25098;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
}

.bloc-frame .title-frame:after {
    content: '';
    width: 96px;
    height: 6px;
    display: block;
    margin: 35px auto 37px;
    background: #dedede;
}

.bloc-frame .cover-frame {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.bloc-frame .item-frame {
    width: 100%;
    margin: 7px 0;
    position: relative;
    display: inline-block;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.bloc-frame .item-frame .picture-item {
    height: 275px;
    background-size: cover;
    background-position: center;
	position:relative
}
.bloc-frame .item-frame .picture-item:after {
	content:url(../gifs/loop.png);
	position:absolute;
	top:50%;
	text-align:center;
	left:0;
	right:0;
	margin:0 auto;
	display:none
}
.bloc-frame .item-frame:hover .picture-item:after {
	display:block; 
}

.bloc-frame .item-frame.item01 .picture-item {
    background-image: url("../gifs/item01.jpg");
}

.bloc-frame .item-frame.item02 .picture-item {
    background-image: url("../gifs/item02.jpg");
}

.bloc-frame .item-frame.item03 .picture-item {
    background-image: url("../gifs/item03.jpg");
}

.bloc-frame .content-item {
    margin: auto;
}

.bloc-frame .title-item {
    color: #000;
    font-size: 24px;
    line-height: 66px;
    font-style: italic;
    background: #fff;
    transition: .3s;
    font-family: 'PT Serif', serif;
}

.bloc-frame .item-frame:hover .title-item {
    color: #fff;
    background: #420724;
}

.bloc-maps iframe {
    width: 100%;
    display: block;
}

/********************************* FOOTER *********************************/
footer {
    text-align: center;
    padding: 25px 10px;
}

footer ul {
    text-align: center;
}

footer ul li {
    padding: 15px 0;
}

footer .logo {
    margin: auto;
}

footer .baseline {
    font-size: 19px;
}

footer .baseline span {
    font-size: 12px;
    line-height: normal;
}

footer .tel {
    color: #420724;
    margin: auto;
    display: table;
    font-size: 24px;
    font-weight: 700;
}

footer a.adresse_footer {
    color: #000;
    margin: auto;
    display: table;
    font-size: 14px;
    line-height: 24px;
}

footer .link-footer {
    color: #000;
    margin: auto;
    display: table;
    font-size: 14px;
    line-height: 24px;
    vertical-align: middle;
}

footer a.adresse_footer:hover,
footer .link-footer:hover {
    color: #e25098;
}

.footer_link {
    display: flex;
    padding: 10px;
    z-index: 150;
    position: relative;
    align-items: center;
    background: #404040;
    flex-direction: row;
    justify-content: center;
}

.bouton_footer {
    padding: 10px 9px;
    transition: .5s;
    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: 20px;
    line-height: 24px;
}

.rappel_telephonique .logo_rappel {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

.rappel_telephonique form {
    width: 100%;
    max-width: 300px;
    margin: 30px auto 0;
}

.rappel_telephonique form .submit {
    text-align: center;
}

.rappel_telephonique form .submit input[type=submit] {
    display: table !important;
    width: 100%;
    margin: 0 auto 20px;
}

.rappel_telephonique form &gt; p:nth-child(1)::before,
.rappel_telephonique form &gt; p:nth-child(2)::before {
    left: -31px;
    bottom: -1px;
    color: #000;
    font-size: 30px;
    position: absolute;
    font-family: "iconic";
}

.rappel_telephonique form &gt; p:nth-child(1)::before {
    content: "\e064";
}

.rappel_telephonique form &gt; p:nth-child(2)::before {
    content: "\e021";
}

.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: #555555;
}

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 {
    max-width: 110px;
}

.divGenerateurRequired {
    margin-top: 5px;
    letter-spacing: normal;
}

/* input newsletter */

.news {
    padding: 30px 10px;
    text-align: center;
}

.news .title-news {
    color: #e25098;
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
    line-height: 40px;
    margin: 0 0 20px 0;
    font-family: 'PT Serif', serif;
}

.news .label-news {
    line-height: 1;
}

.news form {
    max-width:320px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 65px);
}

.news #form_newsletter input#submit_newsletter {
    display: none !important;
}

.news #form_newsletter input[type="text"] {
    height: 56px;
    border: 1px solid #616161;
    background: #ebebeb;
}

.news label {
    float: none !important;
    display: block;
    font-size: 16px;
	font-weight:700;
    color: #282828;
    margin: 0 0 30px 0;
    vertical-align: middle;
}

.news #mess_newsletter {
    display: block;
    margin-top: 7px;
    text-align: center;
    font-size: 0.92em;
	width: 100%;
    clear: both;
    flex: 1;
}

.news #mess_newsletter:empty {
    margin-top: 0;
}

.news #js_submit {
    padding: 0;
    height: 56px;
    width: 59px;
    font-size: 18px;
    margin-left: 5px;
    font-weight: 300;
    background: #000;
}

.news #js_submit:hover {
    color: #fff;
    background: #420724;
}

/* 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: arial;
    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';
    font-size: 1.538em;
    display: inline-block;
    font-family: 'iconic';
    vertical-align: middle;
}

div.valide p,
div.erreur p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px !important;
    max-width: calc(100% - 40px);
}

.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 {
    width: 100%;
    height: 35px;
    padding: 3px 0;
    border-radius: 0;
    text-indent: 10px;
    background: #f7f7f7;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e0e0e0;
}

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;
}

input[type=submit],
input[type=button] {
    display: inline-block !important;
    height: 35px;
    margin: 0;
    padding: 0 10px;
    border: none;
    transition: .3s;
    vertical-align: middle;
    color: #fff;
    background: #420724;
    cursor: pointer;
}

input[type=submit]:hover,
input[type=button]:hover {
    color: #fff;
    background: #e25098;
}

.generateur select {
    text-indent: 5px;
    font-style: normal;
}

.generateur select option {
    padding: 2px 5px;
}

.generateur select option:hover,
.generateur select option:checked {
    box-shadow: 0 0 10px 100px #227093 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;
    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;
}

form.generateur p.submit {
    margin: 0 !important;
    text-align: right !important;
}

/*****Style specifique 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 {
    margin: 30px auto;
    padding: 45px 10px;
    text-align: center;
    position: relative;
    background-color: #e4d6dd;
}

.contact-tel::before,
.contact-tel::after {
    top: 0;
    height: 100%;
    content: '';
    width: 5000px;
    position: absolute;
    background: #e4d6dd;
}

.contact-tel::before {
    left: -5000px;
}

.contact-tel::after {
    right: -5000px;
}

.contact-tel .title-contact {
    color: #000;
    font-size: 20px;
    line-height: 24px;
}

.contact-tel .text-contact {
    color: #000;
    font-size: 18px;
    text-align: center;
    font-style: italic;
    margin: 0 0 10px 0;
    line-height: 24px;
    font-family: 'PT Serif', serif;
}

.contact-tel a.tel {
    color: #420724;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    line-height: 42px;
    padding: 0 10px;
    display: inline-block;
}

.contact-tel a.tel:hover {
    color: #420724 !important;
}

.contact-tel p.bouton_action {
    margin: auto;
}

.contact-tel p.bouton_action a {
    text-align: center;
}

/*.contact-tel a:before {
    font-family: 'iconic';
    content: "\e021";
    margin-right: 5px;
}*/

.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: #227093;
}

.bouton-404 {
    text-align: center;
    margin: 5vh 0;
}

.bouton-404 a {
    color: white;
    background: #227093;
    padding: 10px 15px;
    border-radius: 25px;
    box-shadow: 0 0 5px #227093;
    transition: .3s;
    text-align: center;
    margin: 5vh 0;
}

.bouton-404 a:hover {
    color: #f1f1f1;
    background: #b72f00;
    box-shadow: 0 0 5px #b72f00;
}

.plan-site .col-plan {
    padding: 25px 10px;
    border: 1px solid #ccc
}

.plan-site .col-plan ul {
    margin: 15px 0;
}

.plan-site .col-plan li {
    list-style: none;
}

.plan-site .col-plan ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
}

.plan-site .col-plan ul .sousLi {
    margin-left: 20px;
    position: relative;
}

.plan-site .col-plan ul .sousLi:before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #E91E63;
    margin-right: 10px;
}

.plan-site .sousSousLi {
    margin-left: 30px;
}

.title-plan {
    font-size: 1.6em;
    font-weight: bold;
    color: #5e5e5e;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px rgba(94, 94, 94, .25);
}

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

    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;
    }

}

@media screen and (min-width: 400px) {

    #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;
    }
}

@media screen and (min-width: 480px) {

    #container {
        max-width: none;
        min-width: 480px;
    }

    #container p.bouton {
        text-align: center;
    }

    p.bouton2 a,
    p.bouton_action a,
    p.bouton_interne a, p.view-all a {
        width: auto;
    }

    /******************************************** HEADER *******************************/
    .info_tel p.telephones a,
    a.tel {
        outline: none;
        cursor: default;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    }

    .formulaire_contact {
        padding: 0;
        border: none;
        background: none;
    }

    .formulaire_contact form {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
    }

    .formulaire_contact .form_left,
    .formulaire_contact .form_right {
        width: 49%;
        padding: 20px;
        margin: 20px 0;
        height: auto !important;
        border: 1px solid #ccc;
    }

    .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%;
    }

    .cp_ville p + p {
        width: 57%;
    }

    .contact-tel .text-contact {
        font-size: 24px;
    }
}

@media screen and (min-width: 600px) {
	.btn_contact {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.btn_contact p.bouton{
		margin:0
	} 
	.contact-tel a.tel {
		margin-right:15px;}

    .imgRight {
        float: right;
        max-width: 50%;
        margin: 0 0 20px 3px;
    }

    .imgLeft {
        float: left;
        max-width: 50%;
        margin: 0 30px 20px 0;
    }

    p.bouton_action {
        text-align: right;
    }

    h1 {
        font-size: 30px;
    }

    /*******************************************/
    header,
    .index-page header {
        display: block;
        min-height: auto;
        background: #f5f5f5;
    }

    .index-page header {
        background: transparent;
    }

    .back-header {
        display: block;
    }

    .slider_slick,
    .slider_slick .slick .slide_img {
        display: block;
        height: 320px;
    }

    .slider_slick .slick .slide_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .header_topbar .header_centrage {
        justify-content: space-between;
    }

    .action {
        display: none;
    }

    #container p.bouton {
        display: block;
        text-align: right;
    }

    /* CONTACT HEADER */
    .contact_header {
        display: flex;
        padding: 15px 0;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .contact_header &gt; p {
        margin: 0;
    }

    .block_contact {
        display: block;
    }

    .ac-doubleLeft,
    .ac-doubleRight,
    .ac-colonne {
        float: left;
        width: 50%;
        text-align: justify;
        padding: 0 15px;
    }

    .info_contact {
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
        text-align: left;
    }

    .info_contact &gt; div {
        width: 50%;
        margin: 0;
        text-align: center;
    }

    .horaires h2, .infos_pratique h2 {
        width: 100%;
        margin: 20px 0;
    }

    .info_contact div + div {
        padding: 0;
        margin: auto;
    }

    /* ville + code postal */
    .cp_ville p {
        width: 37%;
    }

    .cp_ville p + p {
        float: right;
        width: 57.958%;
    }

    .slider_slick .slick-arrow {
        display: block !important;
    }

    .page-interne .ac-doubleColonne:nth-of-type(1) .ac-colonne img {
        display: block;
    }

    #fil_ariane {
        display: block;
    }

    /* RELANCE */
    #relance ul li {
        display: inline-block;
    }

    #relance ul li + li {
        margin: 0 0 0 20px;
    }

    /* 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;
    }

    .plan-site .col-plan {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: space-around;
    }
}

@media screen and (min-width: 768px) {

    body:not(.index-page) .contact_header p.bouton_action {
        margin: 0 0 0 5px;
    }

    .middle-index .colonne_centre,
    .bottom-index .colonne_centre {
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
    }

    .middle-index .colonne_centre .col-right,
    .bottom-index .colonne_centre .col-left {
        width: 59%;
    }

    .middle-index .colonne_centre .col-left,
    .bottom-index .colonne_centre .col-right {
        padding: 0;
        width: 38%;
    }

    .middle-index .colonne_centre .col-left img,
    .bottom-index .colonne_centre .col-right img {
        height: 100%;
        width: 100%;
    }

    .contact-tel &gt; div {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .contact-tel .text-contact {
        text-align: left;
        flex: 1 0 0;
        line-height: 25px;
        max-width: 370px;
        margin: 0 auto 0 0;
    }

    #container .contact-tel p.bouton_action {
        margin: 0;
    }

    .bloc-frame {
        padding: 60px 10px 65px;
        background: linear-gradient(to top, #e1e1e1 0 248px, #fff 0 100%)
    }


    .bloc-frame .cover-frame {
        flex-direction: row;
        justify-content: space-between;
    }

    .bloc-frame .item-frame {
        width: 33%;
        margin: 0;
        max-width: 340px;
    }

    .colonne_gauche &gt; div {
        width: 100%;
        margin:auto;
        display: flex;
        max-width: 1048px;
        align-items: center;
        justify-content: space-between;
    }

    .colonne_gauche .col-left {
        width: 42.93%;
    }

    .colonne_gauche .col-right {
        width: 52%;
    }

    .bloc-maps iframe {
        height: 510px;
    }

    .encart_actu {
        text-align: left;
        margin: 0;
        padding: 0;
		    margin-bottom: 55px;
    }

    .encart_actu p.view-all {
        text-align: right;
    }

    .news {
        text-align: left;
        padding: 0;
    }

    .news .bottom-news {
        display: flex;
        align-items: center;
        justify-content: space-between;
		flex-wrap: wrap;
    }

    .news label {
        margin: 0;
    }

    footer ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    footer ul li {
        margin: 0;
        padding: 0;
    }

    footer .link-footer {
        margin: 0 0 0 auto;
    }

}

@media screen and (min-width: 960px) {
    .imgLeft {
        width: 100%;
        margin-right: 50px;
        max-width: 510px;
    }

    .imgRight {
        width: 100%;
        margin-left: 50px;
        max-width: 510px;
    }


    .contact-tel {
        margin: 50px 0;
    }

    .contact-tel .text-contact {
        padding-left: 15px;
    }

    #relance {
        text-align: left;
    }

    #relance p.titre-relance {
        margin: 0 15px 0 0;
        display: inline-block;
        vertical-align: middle;
    }

    #relance ul {
        display: inline-block;
        vertical-align: middle;
    }

    #relance ul li a {
        line-height: 24px;
        background: transparent;
    }

    #navigation_frame {
        width: 920px;
        margin-left: -470px;
    }

    .lien_footer {
        border-spacing: 15px;
    }
}

@media screen and (min-width: 1024px) {
	.encart_actu .titre_actu, .news .title-news {
		display:table;
		position:relative
	}
	.colonne_gauche .col-right {
		overflow:hidden
	}
	.encart_actu .titre_actu:after, .news .title-news:after {
		content: "";
    background: #000;
    width: 1000px;
    right: -1052px;
    height: 1px;
    position: absolute;
    top: 50%;
	}
	.news label{
		max-width:160px;
		line-height:35px;
	}

    .page-interne .header_centrage,
    .contact-page .header_centrage,
    .plan-site .header_centrage {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menu {
        transform: translateY(0%);
    }

    .menu li {
        opacity: 1;
    }

    #container .menu li a.selected,
    #container .menu li a:hover {
        color: #fff;
        background: rgba(66, 7, 36, .5);
    }

    .bouton {
        display: block;
    }

    .info_contact {

    }

    .page-offline .colonne_centre {
        width: 40%;
    }

    .slide_container {
        left: 20%;
        right: auto;
        margin: 0;
    }

    .no_mobile {
        display: inline-block;
    }

    .top-header {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 1048px;
        position: relative;
        flex-direction: column;
    }

    .index-page .top-header {
        max-width: 1280px;
        flex-direction: column-reverse;
    }

    .index-page header .top-header {
        z-index: 1;
        left: 0;
        top: 0;
        right: 0;
        width: 100%;
        position: absolute;
    }

    .index-page header .bloc-logo {
        background: rgba(255, 255, 255, .64);
    }

    .navbar,
    .bloc-logo {
        width: 100%;
    }

    .navbar &gt; div {
        margin: auto;
        display: flex;
        max-width: 1280px;
        align-items: center;
        justify-content: center;
    }

    .bloc-logo &gt; div {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 1280px;
        align-items: center;
        justify-content: flex-end;
    }

    .back-header {
        height: 600px;
        background-image: url("../gifs/imgSlider/slide01_big.jpg");
    }

    .back-header .flag-header {
        bottom: 130px;
		font-size:32px;
    }
	h1 {
    font-size: 40px;
}

    .contact_header {
        padding: 0;
    }

    .index-page header .top_bar {
        transform: translate(30px, 70px);
    }

    .index-page header .top_bar li a {
        color: #fff;
    }
	.top_bar li a:hover, .top_bar li a.selected {
    color: #e25098 !important;
}

    .index-page header .top_bar li.m-left {
        margin-left: 230px;
    }

    .index-page header .logo {
        top: 63px;
        left: 50%;
        z-index: -1;
        position: absolute;
        transform: translateX(-50%);
    }

    .index-page header .logo .baseline {
        color: #ffc0e0;
    }

    .index-page header .logo .baseline span {
        color: #fff;
    }

    body:not(.index-page) .top-header &gt; div {
        width: 100%;
        max-width: 1048px;
    }

    body:not(.index-page) .top-header .navbar {
        margin: 44px 0 12px auto;
    }

    body:not(.index-page) .top-header .navbar &gt; div, .sticky.js-scroll .top-header .navbar &gt; div {
        justify-content: flex-end;
    }

    body:not(.index-page) .top-header .contact_header {
        max-width: 630px;
        justify-content: flex-end;
    }

    body:not(.index-page) .top-header .logo, .sticky.js-scroll .top-header .logo{
        left: 0;
        top: 15px;
        margin: 0;
        position: absolute;
    }

    /******************************* STICKY *******************************/
    .sticky {
        top: -100%;
        width: 100%;
        z-index: 100;
        display: block;
        position: fixed;
        transition: 0.5s;
        background: rgb(255, 255, 255);
        box-shadow: 0 2px 3px rgba(0, 0, 0, .5);
    }

    .sticky .top_bar li a {
    font-size: 14px;
}
body:not(.index-page)  .sticky  .top-header .navbar, .sticky  .top-header .navbar {
    margin: 5px 0 12px auto;
}

    .sticky .menu li a {
        line-height: 48px;
    }

    .sticky.js-scroll {
        top: 0;
    }
	.sticky.js-scroll .logo img {
		display:inline-block;
		vertical-align:middle;
	}
	.sticky.js-scroll .baseline {
		font-size:21px;
		display: inline-block;
		vertical-align: middle;
		text-align: left;
	}
	.sticky.js-scroll .top-header{
		margin-bottom: 10px;
		max-width: 1048px;
		flex-direction: column;
	}

    .sticky.js-scroll .header_content {
        padding-bottom: 10px;
    }

    /******************************* BOUTON D ACTION *******************************/
    #container p.bouton {
        text-align: right;
    }

    /******************************* HEADER *******************************/
    header section {
        padding: 0;
        margin: auto;
    }

    .header_centrage {
        display: flex;
        justify-content: space-between;
    }

    .header_centrage, .footer_centrage {
        width: 90%;
        margin: 0 auto;
    }

    .infos_header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer_centrage {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer_logo {
        margin: 0;
    }

    .footer_link {
        flex-direction: column;
        background: none;
    }

    .bouton_footer {
        width: 100%;
        color: #000000;
        border: solid 1px #000000;
        margin: 2px 0;
    }

    .bouton_footer:hover {
        color: #227093;
        border: solid 1px #227093;
    }

    .nav {
        display: none;
    }

    /******************************* Menu *******************************/
    .top_bar ul {
        display: block;
    }

    .menu {
        z-index: 3;
        left: auto;
        clear: both;
        width: 100%;
        height: auto;
        margin: 0 auto;
        transition: none;
        position: relative;
        overflow-y: visible;
        background: #fff;
    }

    body:not(.index-page) .menu {
        max-width: 1048px;
        background: transparent;
        border-top: 1px solid rgba(0, 0, 0, .32);
    }

    .index-page header .menu {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 1048px;
        position: absolute;
        border-top: 1px solid rgba(255, 255, 255, .46);
        background: transparent;
    }

    .index-page header .menu ul li a {
        color: #fff;
    }

    .menu ul {
        text-align: center;
    }

    .menu li a {
        color: #303030;
        padding: 0 30px;
        line-height: 62px;
        position: relative;
        font-weight: 700;
        font-size: 20px;
    }

    /****** SI MENU HORIZONTAL ******/
    .menu li {
        position: static;
        text-align: left;
        border-bottom: none;
        display: inline-block;
    }

    .menu li.sous_menu &gt; a:after {
        color: #7c7b7d;
        margin-left: 15px;
        content: '\e029';
        font-size: 18px;
        font-family: 'iconic';
        display: inline-block;
    }

    .menu li.main span.derouler {
        display: none;
    }

    .menu ul li.sous_menu .dropdown {
        top: auto;
        right: 0;
        left: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        display: none;
        transform: none;
        position: absolute;
        background: #fff;
        box-shadow: 0 2px 3px rgba(0, 0, 0, .4);
    }

    .menu:before {
        display: none;
    }

    .menu ul li.sous_menu:hover &gt; ul {
        top: auto;
        left: initial;
        display: block;
        padding: 0 20px;
        transform: initial;
        overflow-y: visible;
    }

    .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 {
        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: #0090d2;
        position: absolute;
        display: none;
        top: initial;
        right: 0;
        left: 0;
        transform: none;
        width: 100%;
        box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
    }

    .dropdown li.sous_menu:hover .ssdropdown {
        display: block;
        height: initial;
        left: 0;
        top: 100%;
    }

    .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: 16px;
        color: #323232;
    }

    /* .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_slick,
    .slider_slick .slick .slide_img {
        height: 768px;
    }

    .slider .bx-controls .bx-controls-direction {
        display: block;
    }

    /**************************************************************************/
    .clear_both.no_mobile {
        display: block;
    }

    .no_desktop {
        display: none !important;
    }

    #container {
        left: inherit;
        padding-top: 0;
        max-width: none;
        min-width: 810px;
        transition: none;
    }

    /******************************* CONTENT *******************************/
    .content {
        margin: auto;
    }

    .top-index {
        padding: 130px 0 120px;
    }

    .top-index .colonne_centre {
        margin: 0;
        max-width: 745px;
    }

    /******************************** COLONNE CENTRE ********************************/
    .colonne_centre {
        width: 100%;
        margin: 0 auto;
        display: block;
        max-width: 1068px;
        position: relative;
    }

    .colonne_centre p {
        line-height: 30px;
    }

    .page-interne .colonne_centre .bouton_interne {
        text-align: right;
    }

    .page-interne .colonne_centre h1 + p,
    .colonne_centre p.intro {
        margin: 0 0 50px 0;
    }

    .page-interne .ac-doubleColonne:nth-of-type(1) .ac-colonne_1 {
        margin-bottom: 100px;
    }

    .back-fixed {
        height: 337px;
    }

    .middle-index .colonne_centre .col-right,
    .bottom-index .colonne_centre .col-left {
        width: 100%;
        max-width: 456px;
    }

    .middle-index .colonne_centre .col-right {
        padding: 85px 0 0 0;
    }

    .middle-index .colonne_centre .col-left,
    .bottom-index .colonne_centre .col-right {
        width: 100%;
        max-width: 505px;
    }


    /*******************************  kama  *******************************/
    .bloc-horaire {
        right: 0;
        top: 104px;
        width: 100%;
        padding: 45px 32px;
        text-align: left;
        max-width: 260px;
        position: absolute;
    }

    /******************************* FOOTER *******************************/
    footer section {
        width: 100%;
        margin: auto;
        max-width: 1048px;
    }

    .navigation {
        color: #000;
        cursor: pointer;
    }

    /* footer box */
    .black {
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        height: 100%;
        display: none;
        position: fixed;
        background: url(../gifs/black.png) repeat;
    }

    .close {
        top: -10px;
        width: 28px;
        height: 29px;
        right: -10px;
        display: block;
        cursor: pointer;
        position: absolute;
        background: url(../gifs/close.png) no-repeat;
    }

    #navigation_frame {
        top: 20%;
        left: 50%;
        z-index: 70;
        width: 770px;
        display: none;
        padding: 10px;
        position: fixed;
        background: #fff;
        margin-left: -395px;
    }

    #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;
        align-items: center;
        justify-content: 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;
    }
}

@media screen and (min-width: 1100px) {

}

@media screen and (min-width: 1280px) {


    .back-header {
        height: 830px;
    }


    .bloc-horaire {
        right: calc(50% - 524px)
    }
}

@media screen and (min-width: 1440px) {

}</pre></body></html>