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

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

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

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

.social-media li {
    display: inline-block;
    list-style: none;
    margin: 0 1px;
    border-radius: 0px 5px 5px 0px;
    transition: 0.4s;
    vertical-align: top;
    position: absolute;
    background: #ececec;
    left: -3px;
    top: 18px;
    z-index: 10;
    padding: 0px 10px 0px 15px;
    font-size: 13px;
    color: #000000;
    border: 1px solid #000;
}

.social-media li a {
    text-align: left;
    display: block;
    text-decoration: none;
    transition: 0.2s;
    width: auto;
    padding: 5px 4px;
}

.social-media li a svg {
    fill: #000;
    transition: 0.5s;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

/* 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: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.47059;
    color: #525252;
    letter-spacing: -.022em;
}

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

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

a:focus {
    outline: none;
}

img {
    max-width: 100%;
}

h1, .title {
    margin-bottom: 30px;
    font-size: 32px;
    text-align: center;
    color: #141414;
}

h1 span {
    color: #92343C;
    font-size: 20px;
    display: block;
}

h2 {
    margin: 10px 0 5px;
    font-size: 1.5em;
    color: #262625;
}

h3 {
    margin: 10px 0 5px;
    font-size: 1.2em;
    color: #262625;
}

p.titre-relance {
    text-align: center !important;
    color: #92343C !important;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px !important;
}


#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 */

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_centrage,
.contact-page .header_centrage,
.plan-site .header_centrage {
    display: none;
}

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

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

.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 {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}

.baseline {
    display: none;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}

.bloc-baseline-1 {
    display: block;
    padding: 10px 0px;
    text-align: center;
    background: #92343C;
    color: #fff;
	position: relative;
}

.bloc-baseline-1:before {
	content: '';
    display: block;
	position: absolute;
	left: -5000px;
	width: 10000px;
	height: 100%;
    background: #92343C;
	top: 0px;
	z-index: -1;
}

#maj-baseline-3:before {
	content: '';
	display: block;
	position: absolute;
	right: -5000px;
	width: 5000px;
	height: 100%;
	background: #92343C;
	top: 0px;
	z-index: -1;
	left: auto;
}

.bloc-baseline-2 {
    display: block;
    padding: 9px 0px;
    text-align: center;
    background: #A18C72;
    color: #fff;
    position: relative;
    font-size: 16px;
}


/* CONTACT HEADER */

.contact_header a {
    text-align: center;
}

.contact_header .tel {
}

#tel-1 {
    color: #92343C;
    font-weight: 400;
	font-size: 13px;
}

footer #tel-1 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 15px;
}



footer #tel-1 span{
    font-size: 13px;
    font-weight: 400;
}



#tel-1 a{
    color: #92343C;
    font-weight: 700;
	font-size: 16px;
}

#tel-2 {
    color: #A18C72;
    font-weight: 400;
	font-size: 13px;
}

#tel-2 a{
    color: #A18C72;
    font-weight: 700;
	font-size: 16px;
}


footer #tel-2 {
    font-size: 16px;
    font-weight: 800;
}



footer #tel-2 span{
    font-size: 13px;
    font-weight: 400;
}



.contact_header .tel span {
    font-size: 0.72em;
}

.nav {
    background: #a53e47;
    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-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;
    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: #92343C;
    -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: 46px;
}

.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/39px"iconic";
    color: #fff;
}

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

.menu li a {
    display: block;
    padding: 10px 15px;
    font-size: 1.2em;

    color: #ffffff;
}

/** 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: #53917E;
    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(83, 145, 126, 0.6), rgba(83, 145, 126, 1));
    overflow: hidden;
    opacity: 0;
    transition: .5s;
    transform: rotate(180deg);
}

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

.item_action i {
    color: #fff;
}

.item_action:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    right: initial;
    text-align: left;
    width: 50%;
}

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

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

.jsActionOpen .main_action {
    width: 70px;
    height: 70px;
    background: #484848;
    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(83, 145, 126, 0), 0 0 0 0px rgba(83, 145, 126, 0);
    }

    50% {
        box-shadow: 0 0px 0px 4px rgba(83, 145, 126, 0.5), 0 0 0 7px rgba(83, 145, 126, 0.4);
    }

    100% {
        box-shadow: 0 0px 0px 8px rgba(83, 145, 126, 0), 0 0 0 14px rgba(83, 145, 126, 0);
    }
}


.bg-header{
	width:100%;
	height: 280px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../gifs/img-fixe.jpg);
	overflow: hidden;
	display: none;
}

.header_topbar {
    display: none;
}

#maj-baseline {
    font-size: 16px;
    text-transform: uppercase;
}

.colonne_centre iframe {
    width: 100%;
    height: auto;
}

/* bloc encarts */
.encart-site { display:block; margin:auto; max-width:100%; width:100%; text-align:center; padding:0px 0px;}

.encart-site ul{ margin:0px !important;}

.encart-site li{ display:inline-block; vertical-align:top; width:100%; height:250px; position: relative; margin: 10px 0px;}

.im-encart {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
	left: 0px;
    right: 0px;


}


#im-1 { background: url(../gifs/im-1.jpg) center no-repeat; background-size: cover;
	-ms-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;

}
#im-2 { background: url(../gifs/im-2.jpg) center no-repeat; background-size: cover;
	-ms-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;

}


.bloc-text-encart {position: absolute;left: 0px;bottom: 20px;color: #fff;padding: 10px;}

.titre-encart-site { font-size: 24px; display: block; font-weight: 700; }
.titre-encart-site span{ font-weight: 400; }

.texte-encart-site { font-size: 14px; font-weight: 400; line-height: 25px; display: block; margin: 20px 0px;}



.btn-encart-site {
    display: inline-block;
    padding: 8px 45px 6px 15px;
    color: #000;
    background: url(../gifs/icon_1.png) 90% 50% no-repeat #fff;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
}



/* End bloc encarts */


.social-media li span {
    margin-left: 5px;
}

.header_content {
    background: #F5F5F5;
}

div#blocHorsLigne {
    z-index: 1000 !important;
}


#maj-baseline-2:before {
    height: 100%;
    content: '';
    position: absolute;
    left: -5000px;
    width: 5000px;
    background: #A18C72;
    top: 0px;
}

#maj-baseline-3 {
    font-size: 12px;
    padding: 12px 10px;
    text-align: left;
    position: relative;
    z-index: 1;
}

#maj-baseline-4 {
    font-size: 12px;
    text-align: left;
    padding: 11px 10px;
    position: relative;
    z-index: 1;
}

#maj-baseline-4:before {
    content: '';
    display: block;
    position: absolute;
    right: -5000px;
    width: 5000px;
    height: 100%;
    background: #A18C72;
    top: 0px;
    z-index: -1;
    left: auto;
}


.encart_actu div.titre_actu span {
    display: block;
    font-weight: 700;
}

a.lien_encart_actu {
    font-size: 14px;
    color: #525252 !important;
    font-weight: 700;
    margin-bottom: 25px !important;
    display: block;
    position: relative;
}

a.lien_encart_actu:before {
    content: '';
    width: 25px;
    height: 2px;
    background: #ccc;
    position: absolute;
    left: 0px;
    bottom: -15px;
    right: 0px;
    margin: auto;
}

a.lien_encart_actu:hover {
	opacity: 0.5;
}

.news input#js_submit {
    background: url(../gifs/icon_1.png) 90% 50% no-repeat #fff;
    color: #92343C;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    padding: 0px 28px;
    width: 100%;
}
.news input#js_submit:hover {
	opacity: 0.8;
}

#encart_actualite .bouton2 a {
    border: 1px solid #ccc;
}

#encart_actualite .bouton2 a:hover {
	opacity: 0.5;
}



.baseline-footer {
    font-size: 16px;
    color: #92343C;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

.baseline-footer span {
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
}


.baseline-2 {
    font-size: 16px;
    color: #A18C72;
    font-weight: 700;
    display: block;
}

.baseline-2 span {
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
}


p.titre-encart-contact {
    font-size: 16px;
    display: block;
    margin-bottom: 20px !important;
}

p.titre-encart-contact span {
    display: block;
    font-weight: 700;
}

.tel-encart a  {
    display: block;
    margin-bottom: 5px;
}
.tel-encart a + a {
    margin-bottom: 0px;
}


.contact-tel .bouton_interne a {
    color: #000!important;
    background: #fff;
    padding: 8px 25px 6px 25px;
    width: 90%;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    border-radius: 5px;
}


/* encart page bandagisterie */

.view {
    width: 100% !important;
    height: 250px;
    margin: 6px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.view img {
    width: 100%;
    height: auto;
}


.view .mask,.view .content {
   width: 226px;
   height: 107px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   margin: 32px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(142,59,45, 0.9);
   background-color:#8e3b2d\9;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   -webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.view-first .titre-encart-interne {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   position: absolute;
   bottom: 40%;
   left: 0px;
   right: 0px;
   background: #000;
   color: #fff;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover .titre-encart-interne,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}




.view2 {
   width: 226px;
   height: 107px;
   margin: 6px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: pointer;
   -webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.view2 .mask,.view2 .content {
   width: 226px;
   height: 107px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view2 img {
   display: block;
   position: relative;
}
.view2 .titre-encart-interne {
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   margin: 32px 0 0 0;
}
.view2 p {
   font-family: Georgia, serif;




   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view2 a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}


.view2 a.info:hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

.view2-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view2-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(164,140,115, 0.9);
   background-color:#a48c73\9;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   -webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.view2-first .titre-encart-interne {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view2-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view2-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view2-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view2-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view2-first:hover .titre-encart-interne,
.view2-first:hover p,
.view2-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view2-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view2-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

/* End encart page bandagisterie */

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

.galerie a{

	margin: 10px;
}
.galerie a:hover {
	opacity: 0.5;
}

.carte iframe {
    width: 100% !important;
    height: 85% !important;
    position: absolute !important;

    left: 0px;
    right: 0px;
    top: 15%;
}


.info_horaire {
    width: 100%;
}

.info_parking {
    width: 100%;
}

.galerie a img {
    width: 100%;
    height: auto;
}

.tel-encart {
    margin-bottom: 15px;
}

.horaire-accueil {
    display: block;
    text-align: center;
    background: #f1f1f1;
    border: 1px solid #ccc;
}





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

.menu li a.selected {
    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: #92343C;
    -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: #000;
    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: #000;
    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 .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;
}

.top_bar li a {
    display: block;
    width: auto;
    height: auto;
    padding: 5px 15px;
    font-size: 1em;
    color: #474747;
}

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

.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;
    z-index: 10;
}

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

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

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

.slide_title {
    font-size: 2em;
    font-weight: bold;
}

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

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

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

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

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

.content {
    position: relative;
    padding-top: 20px;
	background: #F5F5F5;
}

.index-page .content {
	background: #fff;
}



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

.colonne_centre {
    position: relative;
    padding: 4vh 10px;
}

.colonne_centre p {
    margin-bottom: 25px;

}

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

.colonne_centre ul li {
    margin: 5px 0;
    list-style: disc;
}

.colonne_centre a {
    color: #7b7b7b;
}

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

.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 h1{
    text-align: center;
}

.page-interne h2 {
    text-align: left;
}


.page-interne .intro,
.page-interne .colonne_centre .bouton_interne,
.page-interne .colonne_centre p {
    text-align: justify;
}

.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;
    width: 100%;
    height: auto;
}

/* ENCART */

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

.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: 12px;
    margin: 0px 0 15px;
    text-align: center;
    color: #92343C;
    font-weight: 700;
}

.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: #92343C;font-weight: 700;}

#fil_ariane a {color: #92343C;font-weight: 700;}

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

.bouton {
    display: none;
}

.bouton a, .bouton2 a {
    vertical-align: middle;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    display: inline-block;
    padding: 8px 45px 6px 15px;
    color: #000;
    background: url(../gifs/icon_1.png) 90% 50% no-repeat #fff;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
}

header .bouton a, .sticky .bouton a {
    margin: 0 0px;
    border-radius: 0px;
	padding: 8px 15px 6px 15px;
}

header .bouton:last-child a,
.sticky .bouton:last-child a {
    margin: 0;
}

p.bouton_action,
.bouton2 {
    text-align: center;
}

.bouton_interne a,

.bouton_action a {
    color: #fff !important;
    background: #53917E;
    padding: 8px 25px 6px 25px;
    width: 80%;
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
    border-radius: 5px;
}

.bouton_action a:hover,
.bouton_interne a:hover {
    color: #fff !important;
    background: #969393;
}

.bouton_tel a {
    background: #fff;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
}

.bouton_tel a:hover {
    background: #cecece;
}

.bouton_devis a {
    background: #14967f;
    margin: 0 5px;
}
.bouton_devis a:hover {
    background: #0f7765;
}
/* ENCART AVIS */
#avis {
    padding: 4vh 10px;
    background: #e7e7e7;
}
#encart_avis {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
#encart_avis div.titre_avis {
    margin-bottom: 10px;
    font-size: 1.5em;
}
#encart_avis .slick-prev, #encart_avis .slick-next {
    top: 100%!important;
}

#encart_avis .slick-prev {
    left: 30%!important;
}

#encart_avis .slick-next {
    right: 30%!important;
}
#encart_avis .slick-prev:before, #encart_avis .slick-next:before {
    color: #000;
}
.bloc-avis{
    box-shadow: 0px 3px 16px #0A4B6D14;
    border: 1px solid #C4C4C4;
    border-radius: 7px;
    opacity: 1;
    background: #FFFFFF;
    display: flex!important;
    flex-direction: column;
    padding: 20px;
    min-height: 193px!important;
    margin: 0 0.5em;
}
.bloc-avis .right-account-content img {
    width: 90px;
    margin: 0;
}
.avis{
    width: 74%;
    align-self: flex-end;
    max-height: 60px;
    overflow: hidden;
    transition: .5s;
}
.show-more{
    text-align: left;
    font-size: 12px;
    cursor: pointer;
}
.show-more-height .avis{
    max-height:auto;
}
.txt-avis{
    letter-spacing: 0;
    color: #555555;
    font-size: 11px;
    font-weight: 400;
    text-align: left;
}
.account{
    display: flex;
    align-items: center;
}
.account .a {
    fill: #969393;
}
.account img{
    margin: 10px;
    width: 54px;
}
.right-account{
    display: flex;
    flex-direction: column;
}
.account-title{
    letter-spacing: 0;
    color: #00849A;
    font-size: 14px;
    font-weight: 400;
}

.month{
    letter-spacing: 0;
    color: #C4C4C4;
    font-weight: 400;
    font-size: 11px;
    padding-left: 18px;
}
.right-account-content{
    display: flex;
    align-items: center;
    padding: 5px;
}

/* ENCART ACTU */

.encart_actu {
    padding: 4vh 10px;
    background: #e7e7e7;
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 100%;
}

.encart_actu div.titre_actu {
    margin-bottom: 10px;
    font-size: 24px;
    color: #141414;
}

.encart_actu ul li {
    width: 100%;
    margin: 0 auto 20px;
    padding: 20px;
    background: #fff;
	border-radius: 5px;
}

.encart_actu li a {
    color: #7b7b7b;
}

.encart_actu li a:hover {
    color: #969393;
}

/* RELANCE */

#relance {
    display: block;
    margin-top: 20px;
    padding-top: 25px;
    text-align: center;
}

#relance ul {
    margin: 0px 0 0px;
    display: block;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

#relance ul li {
    display: block;
    text-align: center;
}

#relance ul li a {
    display: block;
    color: #000;
    font-size: 14px;
}

#relance ul li a:hover {
	opacity: 0.5;
}

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

.paginationControl span.disabled {
    color: #ccc;
}

.info_contact {
    margin: 20px 0;
    padding: 15px 10px;
    letter-spacing: -0.25em;
    text-align: center;
}
.info_uccle {
    width: 100%;
    display: flex;
    justify-content: center;
}
.block_contact .info_contact>div>div:before {
    display: block;
    width: 30px;
    width: 100%;
    margin-right: 0;
    font-family: Material Icons;
    font-size: 1.4em;
    line-height: 1.5;
    text-align: center;
}

.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>div.info_horaire:before {
    content: '\E192';
}

.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;
    font-size: 14px;
}

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

.carte {
    margin-top: 15px;
    position: relative;
    height: 300px;
    margin-bottom: 0px;
    text-align: center;
}

.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: #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_logo {
    margin: 0 auto;
    padding: 2vh 0;
    width: auto;
    text-align: center;
}

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

.footer_infos .tel {
    display: block;
    cursor: default;
}

.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: #404040;
    position: relative;
    z-index: 150;
}

.bouton_footer {
    padding: 10px 4px;
    transition: .5s;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

footer {
    background-color: #f3f2f2;
}

footer .adresse_footer {
    display: block;
    text-align: center;
}

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

.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: #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,
.rappel_telephonique form.generateur input#field_4 {
    max-width: 110px;
}

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

/* input newsletter */

.news {
    padding: 4vh 10px;
    text-align: center;
    background: url(../gifs/newsletter-bg.jpg) no-repeat ;
	background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
    color: #000000;
	position: relative;
}

.news * {
    width: 80%;
    margin: auto;
}

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

.news #form_newsletter input[type="text"] {
    width: 100%;
    height: 40px;
    background: #fff;
}

.news label {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
}

.news label span {
    display: block;
    width: 100%;
}


.news #form_newsletter {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 5px 0;
}

.news #mess_newsletter {
    display: block;
    margin-top: 13px;
    text-align: center;
    font-size: 13px;
    width: 100%;
}

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

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

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: #7b7b7b;
    cursor: pointer;
}

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

.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: #7b7b7b;
    cursor: pointer;
}

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

.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 #969393 inset;
    -moz-box-shadow: 0 0 10px 100px #969393 inset;
    box-shadow: 0 0 10px 100px #969393 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;
}

form.generateur p.submit {
    margin: 0 !important;
    text-align: right !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: url(../gifs/bg-encart-tel.jpg) center no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    text-align: center;
    padding: 40px 10px;
    margin: 50px 0;
    border-radius: 5px;
}
.contact-tel * {
    text-align: center !important;
}

.contact-tel p {
    text-align: center;
    color: #fff;
    margin: 0;
}

.contact-tel p.bouton.bouton_interne {
    display: block;
}

.contact-tel a {
    color: #fff;
    position: relative;
}

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

/*.contact-tel a.tel: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: #969393;
}

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

.bouton-404 a {
    color: white;
    background: #969393;
    padding: 10px 15px;
    border-radius: 25px;
    box-shadow: 0 0 5px #969393;
    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 #7b7b7b;
    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) {

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

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

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



    #encart_avis {
        max-width: 80%;
    }

    #encart_avis .slick-prev, #encart_avis .slick-next {
        top: 50%!important;
    }

    #encart_avis .slick-prev {
        left: -48px!important;
    }

    #encart_avis .slick-next {
        right: -48px!important;
    }
    #container {
        max-width: 1000px;
        min-width: 480px;
    }

    p.bouton_action {
        text-align: center;
    }

    .bouton_action a,
    .bouton2 a,
    .bouton_interne a {
        width: auto;
    }

    /****************************************************************************** HEADER */
    /* LOGO */


    .logo {

    }

    .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: 48.936249%;
        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 a.tel {
        pointer-events: none;
    }

    .news * {
        width: auto;
    }

.news #form_newsletter {
    width: 100%;
    max-width: 320px;
}

	.news #form_newsletter input[type="text"] {
    width: 100%;
    height: 42px;
    background: #fff;
    margin-right: -5px;
	border-radius: 5px;
}


    .footer_link {
        flex-direction: row;
    }

.view {
    width: 47% !important;
    height: 107px;
    margin: 6px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.view img {
    width: 100%;
    height: auto;
}

}

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



	.tel-encart {
    margin-bottom: 0px;
}

.page-interne .header_centrage, .contact-page .header_centrage, .plan-site .header_centrage {
    display: block;
}

	#bloc-1 {
    margin-left: 150px;
    text-align: right;
}
#maj-baseline {
    font-size: 16px;
    text-transform: uppercase;
    padding-right: 13px;
    text-align: right;
    position: relative;
	z-index: 1;
}
#maj-baseline:before {
    content: '';
    position: absolute;
    left: -5000px;
    width: 5000px;
    background: #92343C;
    display: block;
    z-index: -1;
}




	.colonne_centre iframe {
    width: 100%;
    height: 320px;
}

    .page-interne .ac-doubleColonne .ac-colonne img {
        width: auto;
        height: initial;
    }

    #relance ul {
        display: initial;
    }

    #relance ul li:first-child {
        margin-left: 0;
    }

	#relance ul li {
    display: inline-block;
    text-align: center;
    margin: 0px;
}

	#relance ul li + li{
		margin-left: 10px;
}


    .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 */
    .contact_header {
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
        padding-top: 5px;
    }

    .contact_header a.tel {

        margin-right: 6px;
    }

    .block_contact {
        display: block;
    }

    .ac-doubleColonne {
        margin: 0 -12px;
    }

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

    .info_contact>div {
        display: flex;
        align-items: baseline;
        flex-direction: column;
        flex-wrap: wrap;
        position: relative;
        vertical-align: top;
        text-align: center;
    }

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

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

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

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

	.bg-header{
	display: block;
}

.header_topbar {
    display: block;
}

	.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: 0px;
    border-left: 4px solid #f3f2f2;
    border-right: 4px solid #f3f2f2;
}

#maj-baseline {
    padding: 8px 10px 8px 0px;
}



.zone-news {
    max-width: 1117px;
    width: 98%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

	.news input#js_submit {
    background: url(../gifs/icon_1.png) 90% 50% no-repeat #fff;
    color: #92343C;
    font-size: 12px;
    font-weight: 600;
    height: 42px;
    padding: 0px 28px;
    border-radius: 5px;
    margin-left: -10px;
		width: auto;
}

	.news {
    padding: 80px 10px;
}


.baseline-bas {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 15px;
}

.footer_logo img {
    display: inline-block;
    vertical-align: middle;
}

.footer_logo {
    margin: 0 auto;
    padding: 16px 0px 16px 5px;
    width: auto;
    text-align: center;
    float: left;
}

	.footer_infos {
    text-align: center;
    padding: 10px;
    float: right;
    margin-top: 16px;
}

.footer_link {
    flex-direction: row;
    clear: both;
}

	.header_content {
    background: #F5F5F5;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 50px 10px 10px 10px;
}

.news #mess_newsletter {
    margin-top: 7px;
    text-align: center;
    font-size: 0.92em;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 25px;
    right: 0px;
    left: 0px;
    margin: auto;
    color: #fff;
    background: #000;
    max-width: 438px;
	line-height: 25px;
}

	.tel-encart {
    display: inline-block;
    vertical-align: middle;
    text-align: right !important;
    margin-right: 25px;
}

	.contact-tel .bouton_interne a {
    width: auto;
}

	.contact-tel p.bouton.bouton_interne {
    display: inline-block;
}


	.contact-tel a.tel {
    text-align: right !important;
}


}

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


.view {
    width: 31.5% !important;
	}

	a.lien_encart_actu:before {
    right: auto;
    margin: 0px;
}



	.encart_actu {
    position: relative;
}

	div#encart_actualite .bouton2 a {
    position: absolute;
    right: 14px;
    top: 60px;
}


	.encart_actu div.titre_actu {
    margin-bottom: 30px;
    font-size: 24px;
    color: #141414;
    text-align: left;
}

	div#encart_actualite ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#encart_actualite ul li {
    width: 32%;
    text-align: left;
}

	.header_content {
    background: #F5F5F5;
    display: flex;
    justify-content: space-between;

    align-items: center;
    flex-direction: row-reverse;

}


	.encart-site ul {
    margin: 0px !important;
    display: flex;
}



.encart-site li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 420px;
    position: relative;
    margin: 0px 0px;
}

	.bloc-text-encart {
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 20px;
    text-align: left;
}

	.colonne_centre iframe {
    width: 745px;
    height: 420px;
    margin: auto;
    display: block;
    margin-bottom: -130px;
    z-index: 1;
    position: relative;
}


	.info_contact {
    margin: 20px 0;
    padding: 15px 10px;
    letter-spacing: -0.25em;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

	/*.info_contact>div {
		text-align: left;
	}

	.block_contact .info_contact>div>div:before {
		text-align: left;
	}*/

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

.deux-carte .carte {
    width: 48%;
}

}


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

	header .menu li.firstLi.p-offre {
    display: none;
}


	li.firstLi.red-menu a {
    color: #92343C;
	}

	li.firstLi.y-menu a{
		color: #A18C72;
}

	.info_contact {
    display: inline-block !important;
    justify-content: space-between;
    align-items: end;
    width: 49%;
}


	p.titre-encart-contact {
    margin-bottom: 0px !important;
    text-align: left !important;
}


.contact-tel {
    padding: 55px 60px;
    display: flex;
    justify-content: space-between;
}


	.encart_actu ul li {
    padding: 30px;
}


	.encart-site a:hover .im-encart
	{
	-webkit-transform: rotate(10deg) scale(1.25);
	transform: rotate(10deg) scale(1.25);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	}



	#tel-2 {
    margin: 0px 25px;
}

	.header_topbar .header_centrage {
    padding: 0px 0px;
}


	.contact_header {
    padding-top: 0px;
}

	.social-media li {
    display: inline-block;
    list-style: none;
    margin: 0 0px;
    border-radius: 0px;
    transition: 0.4s;
    vertical-align: top;
    position: relative;
    background: transparent;
    left: 0px;
    top: 0px;
    z-index: 10;
    padding: 0px;
    font-size: 13px;
    color: #000000;
    border: 0px solid #000;
}



	.header_content {
    background: #F5F5F5;
    display: block;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0px;
}

	#bloc-1 {
    margin-left: 150px;
    text-align: right;
}



	#zone-baseline {
    max-width: 609px;
    width: 100%;
    padding-bottom: 0px;
}


	.index-page #zone-baseline {
    padding-bottom: 30px;
}


		.baseline {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    vertical-align: top;
}


	.encart-site {
    max-width: 1280px;
    width: 100%;

}

.encart-site li {
    width: 100%;
    height: 480px;
    margin: 0px 0px;
    overflow: hidden;
}
	.encart-site li + li .btn-encart-site {
    background: url(../gifs/icon-2.png) 90% 50% no-repeat #fff;
}


	.bloc-text-encart {
    position: absolute;
    left: 50px;
    bottom: 50px;
    padding: 0px;
    text-align: left;
    max-width: 380px;
}
	.baseline {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    vertical-align: top;
}

		.bg-header{
	height: 480px;
}

    .index-page header {
        min-height: initial;
        display: block;
    }

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

    .top_bar li ul {
        left: auto;
        width: auto;
    }

    .top_bar li ul li {
        right: auto;
    }

    .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: flex;
        justify-content: space-between;
        align-items: end;
    }

.block_contact .info_contact>div>div:before {
    text-align: center;
}

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

    body {
        font-size: 16px;
    }

    #fil_ariane {
        text-align: center;
    }

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

    .no_mobile {
        display: inline-block;
    }

    /****************************************************************************** STICKY */
    .sticky {
        display: block;
        position: fixed;
        top: -100%;
        z-index: 100;
        width: 100%;
        background: rgb(255, 255, 255);
        transition: 0.5s;
    }

    .sticky .top_bar li a {
        font-size: 15px;
    }

    .sticky .menu li a {
        padding: 10px 25px;
    }

    .sticky.js-scroll {
        top: 0;
    }

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

    /****************************************************************************** BOUTON D ACTION */
    p.bouton {
        text-align: center;
    }

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

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

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

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

    .adresse_header {
        margin-left: 5px;
    }

	.footer_centrage {
		display: flex;
		-ms-display: flex;
		justify-content: space-between;
		align-items: center;
		max-width: 1120px;
	}

    .footer_logo {
        margin: 0;
    }

	    .footer_logo:hover {
			opacity: 0.5;
    }


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

	.bouton_footer {
		width: 100%;
		color: #000000;
		border: solid 0px #000000;
		margin: 0px;
		padding: 0px;
		text-align: right;
		font-size: 13px;
	}

    .bouton_footer:hover {
		opacity: 0.5;
    }

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

	.menu li a {
		position: relative;
    	font-size: 17px;
		color: #3D3D3D;
		font-weight: 700;
		padding: 13px 20px;
	}

    /****** 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: #e2e2e2;
		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, .top_bar li.close_menu {
        display: none;
    }

	.menu li.sous_menu ul li a {
		text-align: left;
		font-size: 16px;
		padding: 15px 7px;
	}

    /* .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;
	    padding-top: 50px;
    }

    /******************************** COLONNE GAUCHE */

    .colonne_gauche {
        background: #e7e7e7;
    }

    .news label {
    }

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

	.colonne_centre {
		display: block;
		position: relative;
		width: 98%;
		padding: 0;
		margin: 0 auto;
		padding-bottom: 40px;
		max-width: 1120px;
	}

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

    .page-interne .colonne_centre p {
        text-align: justify;
    }

    .page-interne h2 {
        margin-bottom: 30px;
        text-align: left;
    }

	.page-interne .intro {
		margin: 0px 0px 50px 0px;
		text-align: center !important;
	}

    /****************************************************************************** FOOTER */

    footer {
        padding: 15px 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;
    }


	#intro-index {
    margin-bottom: 85px;
}

	.imgRight {
	float: right;
	position: relative;
	margin: 0 0 10px 40px;
	max-width: 100%;
    height: auto;
    width: auto;
    left: 0px;
}

.imgLeft {
    float: left;
    position: relative;
    margin: 0 40px 10px 0;
    max-width: 100%;
    height: auto;
    width: auto;
    left: 0px;
}


#plan-site .info_contact {
    display: flex !important;
    justify-content: space-between;
    width: 84%;
    margin: auto;
}


.view {
    width: 23.7% !important;
}

	.news {
    padding: 90px 10px;
}


}

@media screen and (min-width: 960px) {
    #navigation_frame {
        width: 920px;
        margin-left: -470px;
    }

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

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

	.horaire-accueil {
    margin-top: 92px;
}


	#tel-2 {
    margin: 0px 58px;
}


	.view {
    width: auto !important;
}


	.contact_header a.tel {
    margin-right: 6px;
    margin-left: 6px;
}


    /****************************************************************************** MENU FIXE */

    .header_content {
        z-index: 9999;
        width: 100%;
        background: #f3f2f2;
    }

    body:not(.index-page) header {
        width: 100%;
        display: block;
        height: auto;
    }

    body:not(.index-page) .header_content {
        width: 100%;
        display: block;
        height: auto;
    }

    body:not(.index-page) header .menu {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        transition: .5s;
    }
}

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

	.news {
    padding: 130px 10px;
}

    .colonne_centre {
        max-width: 1200px;
    }

    .header_centrage,
    .footer_centrage {
        width: 1280px;
    }

    .header_centrage {
        transition: .5s;
    }
}

@media screen and (max-width: 600px) {
    .index-page .logo img  {
        width: 180px;
    }
}

.messageFermeture {
    background: #53917e;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    color: #fff;
    font-weight: 100;
    font-family: 'Arial', sans-serif;
    font-size: 1.4em;
    padding: 3px 0;
  }
  