/* 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');
	src: url('../fonts/iconic.eot#iefix') format('embedded-opentype'), url('../fonts/iconic.woff') format('woff'), url('../fonts/iconic.ttf') format('truetype'), url('../fonts/iconic.svg#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: 6px;
	transition: 0.4s;
	vertical-align: top;
}

.social-media li a {
	display: block;
	text-decoration: none;
	transition: 0.2s;
	height: 25px;
	width: 25px;
	padding: 5px 4px;
}

.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;
	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!important;
}

.no_desktop {
	display: block;
}

.imgCenter img,
.imgRight img,
.imgLeft img {
	width: auto;
	height: auto;
}

.imgRight {
	float: right;
	position: relative;
	margin: 0 0 10px 10px;
	max-width: 50%;
	height: auto;
}

.imgLeft {

	float: left;
	position: relative;
	margin: 0 10px 10px 0;
	max-width: 50%;
	height: auto;
}

.imgCenter {
	margin: 0 auto 10px;
	position: relative;
	width: 40.425597%;
	max-width: 300px;
	height: auto;
	display: block;
}

body {
	position: relative;
	overflow-x: hidden;
	font-family: 'Barlow', sans-serif;
	font-size: 13px;
	line-height:normal;
	color:#525252;
	letter-spacing:normal;
	background:#F5F5F5;
}

body.fancy-box-body {
	background: #fff;
}

a {
	color: #000;
	outline: none;
}

a:focus {
	outline: none;
}

img {
	max-width: 100%;
	width:auto;
	height:auto
}
h1, .title {
	margin-bottom: 15px;
	font-size:38px;
	text-align: left;
	letter-spacing: 0px;
	color: #525252;
	/* font-family: 'Great Vibes', cursive; */
	font-family: 'Barlow', sans-serif;
	font-style: italic;
	font-weight:400;
}

h2 {
	margin: 10px 0 5px;
	font-size: 1.5em;
	color: #262625;
}

h3 {
	margin: 10px 0 5px;
	font-size: 1.2em;
	color: #262625;
}

#container {
	padding-top: 45px;
	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;
	z-index:1
}

/* .sitePusher #container {
	left: 250px;
} 
#paquet_telecom_bandeau {
	padding: 6px 50px 6px 0 !important;
}*/
/****************************************************************************** HEADER */

header {
	z-index: 100;
	position: relative;
	margin: auto;
	background:#fff
}

header section {
	padding-top: 0;
	clear: both;
	text-align: center;
	width:100%;
}

.index-page header {
	min-height: 45vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
header {
	min-height: 45vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.page-interne .header_centrage,
.contact-page .header_centrage,
.plan-site .header_centrage {

}
.contact_header {
    padding-bottom: 10px;
}
.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: 20px 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: block;
	text-align: center;
	font-family: 'Great Vibes', cursive;
	letter-spacing: 0px;
	color: #525252;
	font-size:30px;
}
.baseline span {
	display:inline-block;
	color: #C1D3D7;
	font-size:64px;
	position:relative;
	top:3px;
}
span.sou_basline{
	display:block;
	color: #525252;
	text-transform: uppercase;
	font-size:12px;
	font-weight:600;
	font-family: 'Barlow', sans-serif;
	position: relative;
    margin-top: -13px;
	letter-spacing: 0.54px;
}
span.sou_basline span {
	display:inline-block;
	color: #94AFB6
}

/* CONTACT HEADER */

.contact_header a {
	text-align: center;
}

.contact_header .tel {
	font-size: 20px;
	letter-spacing: 0px;
	color: #525252;
	font-weight:500;
}

.nav {
	background: #94AFB6;
	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;
	box-shadow: 0 0 2px 2px #94AFB6;
}

.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:#9fb7bd;
	-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;
}

.menu li:nth-child(36) {
	display: inline-block;
}
.menu li.hide_menu, .top_bar ul li.hide_menu {
	display:none;
}

.sitePusher .menu .firstLi {
	right: 10px;
	opacity: 1;
}

.sitePusher .menu.noOver .firstLi {
	right: -100%;
	display: block;
}

.dropdown li {
	right: 100%;
}

.noOver .dropdown li {
	right: 10px;
	opacity: 1;
}

.menu.ssdropdownOpen .dropdown li {
	right: -100%;
}

.menu.ssdropdownOpen .ssdropdown.pushed li {
	right: 10px;
}

.menu li.main span.derouler {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 18px;
	font: 30px/47px"iconic";
	color: #fff;
}

.menu li.main span.derouler:after {
	content: "\e038";
}

.menu li a {
	display: block;
	padding: 10px 15px;
	font-size: 1.2em;
	color: #ffffff;
}

/** BOTTOM NAV **/

@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: #9fb7bd;
	-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: #9fb7bd;
	-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: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;
	width:100%
}

.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;
}

/******************************** COLONNE CENTRE */
.colonne_centre .flex-discussion p, .colonne_centre .flex-discussion li {
	font-size: 14px;
}
.help {
	padding:20px 15px;
	background:#fff;
	box-shadow:5px 5px 5px #f1f1f1;
	margin: 20px auto;
}

.help-2 {
	padding:20px 15px;
	margin: 20px auto;
}

.question {
	display: block;
	position:relative;
	background: #fff;
	padding: 22px;
	/* max-width: 330px; */
}
.question p {
	margin-bottom: 0 !important;
	font-size: 1.2em !important;
	font-weight: bold !important;
	color: #000 !important;
}

.question a {
	color: #000 !important;
}

.question a:hover {
	color: #755E3F !important;
}

.flex-discussion>div {
	
}
.question:after {
    content: url(../images/left.png);
    bottom: 0;
    right: -30px;
    position: absolute;
    display: block;
    transform:rotate(180deg);
}
.question {
	display: inline-block;
	margin-bottom: 12px;
}
.reponse ul {
	display: flex !important;
	flex-wrap: wrap;
	margin: 0 -12px 32px -12px !important;
}
.reponse ul li {
    display: block;
    position:relative;
    padding: 12px;
    /* max-width: 330px; */
}
.reponse ul li a {
    background: #fff;
    box-shadow: 8px 8px #DECFBC;
	padding: 12px;
	display: block;
    /* max-width: 330px; */
}
/* .reponse ul li:after {
    content: url(../images/left.png);
    bottom: -1px;
    left: -34px;
    position: absolute;
    display: block;
    transform:rotate(90deg);
} */
.reponse ul {
	display: flex;
	flex-wrap: wrap;
}
.bloc-reponse .reponse {
	max-width:95%;
	margin: auto auto 20px !important;
	margin-top: 0 !important;
}
.bloc-question .question {
	max-width:95%;
	margin:auto;
}
.colonne_centre {
	position: relative;
	padding: 4vh 12px;
}

.colonne_centre p {
	margin-bottom: 15px;
	font-size:16px;
	font-weight:400;
	letter-spacing: 0px;
	color: #525252;
	line-height:32px;
}

.colonne_centre ul {
	display: block;
	margin: 10px 0 10px 30px;
}

.colonne_centre ul li {
	margin: 0 0 12px 0;
	list-style: disc;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #525252;
}

.colonne_centre a {
	color: #94AFB6;
}

.colonne_centre a:hover {
	color:#755E3F;
}


/*****************/
a.item_comp span.img_comp{
	display:block;
	width: 100%;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;

}
.item1 span.img_comp{
	background-image:url(../images/item1.jpg);
}
.item2 span.img_comp{
	background-image:url(../images/item2.jpg);
}
.item3 span.img_comp{
	background-image:url(../images/item3.jpg);
}
.item4 span.img_comp{
	background-image:url(../images/item4.jpg);
}
.section_content.index-avocats {
    display: block;
    clear: both;
    margin-top: 30px;
}

/****************/
.titl_avocat {
	display:block;
	text-align:center;
	font-family: 'Great Vibes', cursive;
	letter-spacing: 0px;
	color: #525252;
	font-size:30px;
	font-weight:400;
	margin-bottom: 30px;
}
.titl_avocat span {
	display:block;
	color: #94AFB6;
	text-transform: uppercase;
	letter-spacing: 2.84px;
	font-size:12px;
	font-weight:600;
	font-family: 'Barlow', sans-serif;
	margin-bottom:8px;
	
}

.section_content.index-bas {
    display: block;
    clear: both;
    background: transparent linear-gradient(121deg, #F5F5F5 0%, #C1D3D7 100%) 0% 0% no-repeat padding-box;
}
.index-bas .colonne_centre {
    padding-top: 50px;
}

.titl_bloc_comp {
	display:block;
	text-align:center;
	font-family: 'Great Vibes', cursive;
	letter-spacing: 0px;
	color: #525252;
	font-size:30px;
	font-weight:400;
	margin-bottom:30px;
}
.titl_bloc_comp span {
	display:block;
	color: #94AFB6;
	text-transform: uppercase;
	letter-spacing: 2.84px;
	font-size:12px;
	font-weight:600;
	font-family: 'Barlow', sans-serif;
	margin-bottom:8px;
}
a.item_comp {
    display: block;
	text-align:center;
    margin-bottom:30px;
}
span.nom_comp {
    display: block;
    letter-spacing: 0px;
    color: #525252;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 14px;
}
span.link_comp {
    display: block;
    font-family: 'Great Vibes', cursive;
    letter-spacing: 0px;
    color: #94AFB6;
    font-size: 24px;
    font-weight: 400;
}
.cover_plan {
    display: block;
    padding: 30px 12px;
}
.titl_plan {
    display: block;
    text-align: center;
	font-family: 'Great Vibes', cursive;
}
.titl_plan span {
	display:block;
}


.monte_avocat {
    display: block;
    background: #fff;
    box-shadow:8px -8px #C1D3D7;
	padding:22px;
}
.nom_avocat {
    letter-spacing: 0px;
    color: #94AFB6;
    display: block;
    font-size: 24px;
    font-weight: 400;
	font-family: 'Great Vibes', cursive;
}
.nom_avocat span {
	display:block;
	color: #525252;
	font-size:34px;
}
.profession {
    display: block;
    letter-spacing: 0px;
    color: #525252;
    font-size: 16px;
    font-weight: 400;
    position: relative;
	margin-top:34px;
}
.profession:before {
	content:"";
	position:absolute;
	width: 32px;
	height: 2px;
	background: #CCCCCC;
	top: -16px;
}
.colom_avocat{
    display: block;
    background: #fff;
    box-shadow:8px -8px #DECFBC;
	padding:22px;
	margin-top: 35px;
}
.colom_avocat .nom_avocat {
    color: #CFB086;
}
.img_avocats {
    display: block;
    margin-top: 22px;
	text-align:center;
	line-height:0
}
.section_content.index-avocats .colonne_centre {
    padding: 4vh 12px 0 12px;
}
/**************************/


/*******************/
 

.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 {
}

.page-interne .intro,
.page-interne .colonne_centre .bouton_interne,
.page-interne .colonne_centre p {

}
.page-interne .colonne_centre p.intro {
    margin: 20px 0 30px;
}

.page-interne .ac-doubleColonne:nth-of-type(1) .ac-colonne img {
	
}

.page-interne .ac-doubleColonne .ac-colonne img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto;
	object-fit: cover;
}

/* 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: 25px 0;
	text-align: left;
	letter-spacing: 0px;
	color: #525252;
}

.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: #525252;
	font-weight:400
}

#fil_ariane a {
	color: #525252;
}

#fil_ariane a:hover {
	color: #F2D6B1;
}

p.bouton.bouton_tel {
	display: none;
}

.bouton a,
.bouton2 a {
	padding: 0 22px;
	display: inline-block;
	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;
	line-height:48px;
	background: #F2D6B1;
	font-size:14px;
	font-weight:500;
	width:90%
}
.bouton2 a{
	color: #525252;
	background:#fff;
	border: 1px solid #CCCCCC;
	line-height:48px;
}
.bouton2 a:hover {
	    background: #414141;
    color: #fff;
}

header .bouton a,
.sticky .bouton a {
	margin: 0 5px;
}

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: #755E3F !important;
    background: #F2D6B1;
    width: 90%;
    line-height: 48px;
    padding: 0 32px;
    font-size: 14px;
    font-weight: 500;
}

.bouton_action a:hover,
.bouton_interne a:hover {
	color: #fff !important;
	background: #755e3f;
}

.bouton_tel a {
	background: #fff;
	color: #525252;
	font-size:14px;
	font-weight:500;
	border: 1px solid #CCCCCC;
	line-height:46px
}

.bouton_tel a:hover {
	background: #414141;
	color:#fff
}

.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: #E94E18;
}
.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: 1280px;
	margin: 0 auto;
	text-align: center;
}

.encart_actu div.titre_actu {
	margin-bottom: 10px;
	font-size: 1.5em;
}

.encart_actu ul li {
	width: 50%;
	margin: 0 auto 20px;
	padding: 20px;
	background: #fff;
}

.encart_actu li a {
	color: #006674;
}

.encart_actu li a:hover {
	color: #e94e18;
}

/* RELANCE */

/* RELANCE */

#relance {
    display: block;
    position: relative;
    padding: 30px 0 ;
    text-align: center;
	background:#f1f1f1;
}

#relance .titre-relance {
    font-size: 18px;
    font-weight: 600;
    color: #242424;
    line-height: 18px;
    margin: 0 0 15px 0;
    text-align: inherit;
}

#relance ul {
    margin: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    align-items: center;
}

#relance ul li {
    margin: 5px 0;
    display: inline-block;
}

#relance ul li a {
    display: block;
    padding: 0 5px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    transition: .4s all ease;
    border: 1px solid #bbb;
}

#relance ul li a:hover {
    color: #fd6403;
}
section.ac-doubleColonne > section {
    margin: 0 auto 30px;
}

/* 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: #e94e18;
}

.paginationControl span.disabled {
	color: #ccc;
}

.info_contact {
	margin: 20px 0;
	padding: 15px 10px;
	letter-spacing: -0.25em;
	text-align: 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;
	text-align:center;
	overflow: hidden;
}
.block_contact .info_contact>div>div p span {
	display:inline-block
}

.info_contact h2,
.formulaire_contact h2,
.carte h2 {
	margin-top: 0;
	margin-bottom: 20px;
}

.formulaire_contact .form_left h2 {
	margin-top: 20px;
	padding-top: 5px;
}

.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;
}

.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%;
}

.colonne_gauche {
    display: block;
    position: relative;
    background: #fff;
}

.cover_plan {
    display: block;
    padding: 50px 12px;
    text-align: center;
}
.titl_plan {
    display: block;
	font-family: 'Great Vibes', cursive;
	font-size:28px;
	letter-spacing: 0px;
	color: #525252;
	font-weight:400;
	margin-bottom:20px;
}
.titl_plan span{
    display: block;
	letter-spacing: 3.84px;
	color: #94AFB6;
	text-transform: uppercase;
	font-size:12px;
	font-weight:600;
	font-family: 'Barlow', sans-serif;
	margin-bottom:8px;
}
.map_plan {
    display: block;
    line-height: 0;
	position:relative;
	z-index:1
}
.colonne_gauche:after {
	content:"";
	display:block;
	background:#f5f5f5;
	width:100000px;
	left:-4000px;
	bottom:0;
	height:208px;
	z-index:0;
	position:absolute
}


/********************************************************** FOOTER ***/

.footer_logo {
	display:block;
	margin: 0 auto;
	padding: 2vh 0;
}
.footer_logo a{
	display:block;
	text-align:center
	}
.footer_logo a:hover img {
	opacity:0.7;
}

.footer_infos {
	text-align: center;
	padding: 10px;
}

.footer_infos .tel {
	display: block;
    cursor: initial;
    color: #525252;
    font-size: 20px;
    font-weight: 500;
}

.sitePusher .footer_link {
	z-index: 15;
}

.footer_link {
	display: flex;
    -ms-display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    background: #404040;
    position: relative;
    z-index: 150;
}

.bouton_footer {
    transition: .5s;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    margin: 5px;
}

footer {
	background-color: #fff;
}

footer .adresse_footer {
    display: block;
    text-align: center;
    letter-spacing: 0px;
    color: #525252;
    font-size: 14px;
    font-weight: 400;
	margin-top:8px;
}

.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:5px 0;
    padding: 0;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
}

.rappel_telephonique .logo_rappel {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

.rappel_telephonique form {
    width: 100%;
    max-width: 300px;
    margin: 20px auto 0;
}

.rappel_telephonique form .submit {
    text-align: center;
}

.rappel_telephonique form .submit input[type=submit] {
    width: 100%;
    margin: 0 auto 20px;
    display: table !important;
}

.rappel_telephonique form > p:nth-child(1)::before,
.rappel_telephonique form > p:nth-child(2)::before {
    left: -34px;
    bottom: 2px;
    line-height: 1;
    font-size: 30px;
    color: #141414;
    position: absolute;
    font-family: "iconic";
}

.rappel_telephonique form > p:nth-child(1)::before {
    content: "\e064";
}

.rappel_telephonique form > 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 {
    position: relative;
    padding: 0 !important;
    margin: 0 0 18px !important;
    font-size: 1.000em !important;
}

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;
    color: #141414;
    float: none !important;
    width: 100% !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    text-align: left !important;
    line-height: normal !important;
}

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: middle;
}

.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: 15px;
	letter-spacing: normal;
}

/* input newsletter */

.news {
	padding: 4vh 10px;
	text-align: center;
	background: #e94e18;
	color: #fff;
}

.news * {
	width: 80%;
}

.news #form_newsletter input#submit_newsletter {
	display: none !important;
}

.news #form_newsletter input[type="text"] {
	width: 100%;
}

.news label {
	float: none !important;
	display: inline-block;
	vertical-align: middle;
}

.news #form_newsletter {
	display: inline-block;
	width: 80%;
	vertical-align: middle;
	margin: 5px 0;
}

.news #mess_newsletter {
	display: block;
	margin-top: 7px;
	text-align: center;
	font-size: 0.92em;
}

.news #mess_newsletter:empty {
	margin-top: 0;
}

/* infobulle */

form.generateur p.erreur,
form.generateur div.divGenerateurErreur {
	border: none !important;
}

.divGenerateurErreur {
	display: block;
	clear: both;
}

form.generateur p.erreur label,
form.generateur div.divGenerateurErreur label {
	padding-bottom: 20px !important;
}

form.generateur p.erreur span.erreur,
form.generateur div.divGenerateurErreur span.erreur {
	background: none !important;
	color: #eb3434 !important;
	display: block !important;
	font-family: 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';
	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;
	color:#fff
}

.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: #999;
	cursor: pointer;
}

input[type=submit]:hover,
input[type=button]:hover {
	color: #fff;
	background: #755e3f;
}

.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: #f2d6b1;
	cursor: pointer;
}

.page_contact input[type=submit]:hover,
.page_contact input[type=button]:hover {
	color: #fff;
	background: #755e3f;
}

.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 #e94e18 inset;
	-moz-box-shadow: 0 0 10px 100px #e94e18 inset;
	box-shadow: 0 0 10px 100px #e94e18 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 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 {
    background-color: #fff;
    text-align: center;
    padding: 40px 12px;
    margin: 50px 0;
}
.title_contact{
	display:block;
	letter-spacing: 0px;
color: #525252;
font-size:28px;
	font-family: 'Great Vibes', cursive;
	margin-bottom:30px;
}
.title_contact span {
	display:block;
	letter-spacing: 2.84px;
color: #CFB086;
text-transform: uppercase;
font-size:12px;
font-weight:600;
font-family: 'Barlow', sans-serif;
margin-bottom:8px;
}
.descrip_cont div {
letter-spacing: 0px;
color: #525252;
font-size:16px;
font-weight:400;
line-height:32px;	
}

.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.tel {
	letter-spacing: 0px;
	color: #525252;
	font-weight: 500;
	font-size:20px;
	position: relative;
	line-height:48px;
}
.btn_cont {
    margin-top: 20px;
}

.contact-tel a.tel:hover {
	color:#525252 !important;
}

.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: #e94e18;
}

.bouton-404 {
	text-align: center;
	margin: 5vh 0;
}

.bouton-404 a {
	color: white;
	background: #e94e18;
	padding: 10px 15px;
	border-radius: 25px;
	box-shadow: 0 0 5px #e94e18;
	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 #000;
    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:0 39px;
		line-height:48px;
	}

	.page_contact input[type=submit],
	.page_contact input[type=button] {
		padding: 13px 39px;
	}
}

@media screen and (min-width: 400px) {
	.title_contact span {
    letter-spacing: 3.84px;
	}
	
	.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) {
	.btn_cont {
    display: flex;
    justify-content: center;
}
.contact-tel a.tel{
	margin-right:24px;
}
	.bouton_footer{
		font-size:14px;
	}
	.baseline {
		font-size:40px;
	}
	span.sou_basline {
		letter-spacing: 1.54px;
	}
	#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: none;
		min-width: 480px;
	}

	p.bouton_action {
		text-align: center;
	}

	.bouton_action a,
	.bouton2 a,
	.bouton_interne a, .bouton a, .bouton2 a {
		width: auto;
	}

	/****************************************************************************** HEADER */
	/* LOGO */

	.logo {
	}

	.info_tel p.telephones a,
	.contact_header a.tel, .footer_infos .tel  {
		cursor: default;
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		outline: none;
	}

	.slider_slick {
		height: auto;
	}

	.imgLeft,
	.imgRight {
		max-width: none;
	}

	.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: 30%;
	}

	.footer_link {
		flex-direction: row;
	}
}

@media screen and (max-width: 599px) {
	.contact-tel a.tel {
		font-size:21px;
		display:block;
	}
	.page_contact form.generateur p.submit {
		text-align: center !important;		
	}
	.page_contact input[type=submit], .page_contact input[type=button]{
		width:90%
	}
	
	
	
}

@media screen and (min-width: 600px) {
	.flex-discussion>div {
		
	}
	.flex-discussion {
		/* clear:both; */
		margin: auto;
		width: 100%;
	}
	.reponse {
		/* float:right; */
		position: relative;
		/* margin-top: 90px !important; */
		/* margin-left: 30px !important; */
		/* max-width: 270px; */
	}
	.question {
		/* max-width:270px; */
	}
	a.tel {
		cursor: default !important}
	#relance ul li a {
		border:none;
	}
	#relance ul li {
    margin: 0 5px;
	}
	.title_contact{
		font-size:40px;
	}
	.colom_avocat {
		margin-top:0
	}
	.pres_top {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}


	.list_comp {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	a.item_comp{
		width:48%
	}

	.header_content {
    display: block;
    padding-bottom: 10px;
}
	.img-header {
		width: 100%;
		height: 200px;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		background-image: url(../images/image_fixe.jpg);
	}
	
	
	p.bouton.bouton_tel {
		display: block;
	}


	p.bouton_action {
		text-align: right;
	}
	h1, .title {
		font-size:44px;
	}
	.titl_avocat span {
		letter-spacing: 3.84px;
	}
	
	h2 {
	}
	
	h3 {
	}
	.page-interne .colonne_centre p.intro {
		
	}

	
	.footer_link {
		clear:both
	}
	 .plan-site .col-plan {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: space-around;
    }
	.page-interne .header_centrage, .contact-page .header_centrage, .plan-site .header_centrage {
		display: block;
	}


	

	#relance ul {
		display: initial;
	}

	#relance ul li:first-child {
		margin-left: 0;
	}

	.index-page header {
		display: block;
		min-height: auto;
	}

	.slider_slick {
		display: block;
	}

	.header_topbar .header_centrage {
		justify-content: space-between;
	}

	.action {
		display: none;
	}

	.bouton {
		display: block;
	}

	/* CONTACT HEADER */
	.contact_header {
		display: flex !important;
		justify-content:center;
		align-items: center;
		padding-top: 5px;
	}

	.contact_header a.tel {
		margin-right: 6px;
	}

	.block_contact {
		display: block;
	}

	

	.info_contact{
	    display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.infos_pratique {
		width: 100%;
	}

	.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;
	}

	

	#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;
	}
	.titl_bloc_comp, .titl_plan {
		font-size:40px;
	}
}

@media screen and (min-width: 600px) and (max-width: 766px) {
	.col_img img, .page-interne .col_top .ac-colonne_2 img, .page-interne .col_bas .ac-colonne_1 img {
		object-fit: cover;
		width:100%;
		height:320px;	
	}
	.auto-pic img {
		width:auto !important;
		height:auto !important;
	}
	.cover-detail .big-picture {
		margin-bottom: 20px;
		height: 350px;
		overflow: hidden;
		border-radius: 0px 0px 40px 0px;
	}

}

@media screen and (min-width: 766px) {
	.footer_logo {
		float: left;
		margin-left: 10px;
	} 
	.footer_infos {
		float: right;
		margin-right: 10px;
		margin-top:20px;
	}
	.img_avocats {
    margin-top: -22px;
	}
	.titl_avocat {
		font-size:35px;
	}
	.ac-doubleColonne {
		display: flex;
		align-items: stretch;
		justify-content: space-between;
	}

	.ac-doubleLeft,
	.ac-doubleRight,
	.ac-colonne, section.ac-doubleColonne > section {
		width: 48%;
		text-align: justify;
		margin:0
	}
	section.ac-doubleColonne.col-discu > section.discu-bloc {
		
        width: 100%;
	}
	.flex-discussion {
		margin: 0 auto 10px;
	}
	.question,.reponse {
		
	}
	.flex-discussion>div {
		
	}
	.reponse {
		
	}
	section.ac-doubleColonne.col-discu > section:not(.discu-bloc) {
		width: 0;
	}
	.page-interne .ac-doubleColonne:nth-of-type(1) .ac-colonne img {
		display: block;
		height: auto;
		margin: 0;
		max-height: initial;
		object-fit: cover;
	}
	.auto-pic img {
		margin:auto !important;
	}
	.page-interne .ac-doubleColonne .ac-colonne img {
		display: block;
		height: auto;
		margin: 0;
		max-height: initial;
		object-fit: cover;
	}
	
}

@media screen and (min-width: 1000px) {
	.page-interne .intro, .page-interne .colonne_centre h1+p {
		margin-bottom:40px;
		position:relative
	}
	.page-interne .intro:after, .page-interne .colonne_centre h1+p:after {
		content:url(../images/after.png);
		position:absolute;
		top:0;
		right:0;
		z-index:-1
	}
	.descrip_cont div{
		text-align:left !important
	}
	section.ac-doubleColonne.col_bas{
		margin-bottom:30px;
	}
	.infos_pratique, .info_info {
		width:50%; 
	}
	.flex_contact {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		max-width: 940px;
		margin: 0 auto;
	}
	.descrip_cont {
		max-width: 456px;
	}
	a.item_comp {
		width: 24%;
		max-width: 264px;
		text-align:left
	}
	a.item_comp span.img_comp {
		height:400px;
	}
	a.item_comp:hover span.img_comp {
		opacity:0.7
	}
	.btn_cont {
		margin-top:0
	}
	.section_content.index-avocats .colonne_centre {
		max-width: 1140px;
		margin-bottom:0;
	}
	.nom_avocat span {
		font-size: 40px;
	}
	.monte_avocat {
		padding:32px;
		min-width: 297px;
		position:relative
	}
	.monte_avocat:after {
		content:url(../images/left.png);
		bottom: -35px;
		right:0;
		position:absolute;
		display:block
	}
	.colom_avocat {
		min-width: 391px;
		margin-top: 10px;
		position:relative;
	}
	.colom_avocat:after {
		content:url(../images/right.png);
		position: absolute;
		display: block;
		bottom: -35px;
		left: 0;
	}
	.img_avocats img {
		left: -60px;
		margin-top: -50px;
		position: relative;
	}
	.index-top .colonne_centre {
		max-width: 964px;
		margin-top: 10px;
		margin-bottom: 0;
	}
	.index-top .colonne_centre:after {
		content: url(../images/after.png);
		display: block;
		position: absolute;
		width: 472px;
		height: 480px;
		top: -12px;
		right: -192px;
		z-index: -1;
	}
	h1 {
		font-size:48px;
	}
	.index-page h1{
		margin-bottom:5px;
	}
	.index-page h1 + p {
		margin-bottom: 0;
	}
	.img-header {
    	height: 400px;
 }
	.index-page header {
		min-height: initial;
		display: block;
	}
	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;
		min-width: 230px;
	}
	.top_bar li ul li a {
   
    font-size: 13px;
}

	.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);
		/* font-weight: initial; */
	}

	.bouton {
		display: block;
	}

	.info_contact {
		display: flex;
		justify-content: space-around;
		align-items: end;
	}

	.block_contact .info_contact>div>div:before {
		
	}

	.page-offline .colonne_centre {
		width: 40%;
	}

	body {
		font-size: 16px;
	}

	#fil_ariane {
		text-align: left;
	}

	.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 .logo {
    	max-width:260px;
    	margin: 7px 0;
    }
	.sticky.js-scroll .header_content {
		/* padding-bottom: 10px; */
	}

	/****************************************************************************** BOUTON D ACTION */
	p.bouton {
		text-align: right;
	}

	/****************************************************************************** HEADER */
	header section {
		margin: auto;
		padding: 0;
	}

	.header_centrage {
		display: flex;
		justify-content: space-between;
	}
	.infos_header.no_mobile {
		display: block !important;
	}

	.header_centrage,
	.footer_centrage {
		width: 90%;
		max-width:1128px;
		margin: 0 auto;
	}
	.logo {
		margin: 10px 0;
	}
    .contact_header {
    	padding:0;
    }
	.infos_header {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.adresse_header {
		margin-left: 0;
		display:block !important;
		letter-spacing: 0px;
		color: #525252;
		font-size:14px;
		font-weight:400;
	}
	.adresse_header:hover {
		color:#F2D6B1
	}

	.footer_centrage {
		display: flex;
		-ms-display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.footer_logo {
		margin: 0;
	}

	.footer_link {
		flex-direction: column;
		background: none;
	}

	.bouton_footer {
    width: 100%;
    color: #525252;
    margin: 2px 0;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
	}

	.bouton_footer:hover, footer .adresse_footer:hover {
		color: #e94e18;
	}

	.nav {
		display: none;
	}

	/****************************************************************************** Menu */
	.top_bar ul {
		display: block;
	}
	.top_bar li a {
		letter-spacing: 0px;
		color: #525252;
		font-size:14px;
		font-weight:400;
		padding: 8px 8px;
	}

	.menu {
		z-index: 3;
		clear: both;
		position: relative;
		left: auto;
		width: 100%;
		height: auto;
		margin: 0 auto;
		overflow-y: visible;
		background: #94AFB6;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}

	.menu ul {
		text-align: center;
	}

	.menu>ul {
		display:flex;
		justify-content:center;
		align-items:center;
	}

	.menu li a {
		position: relative;
		font-size: 15px;
		color: #fff;
		font-weight: 500;
		padding: 13px 15px;
	}

	/****** SI MENU HORIZONTAL ******/
	.menu li {
		display: inline-block;
		position: relative;
		border-bottom: none;
		text-align: left;
		right: auto;
	}

	.menu li.sous_menu>a:after {
		margin-left: 5px;
		content: '\e040';
		font-family: 'iconic';
		display: inline-block;
		float: right;
	}

	.menu li.sousLi.sous_menu>a:after {
		content: '\e038';
	}

	.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: #84a6af;
		transform: none;
	}

	.menu:before {
		display: none;

	}

	.menu ul li.sous_menu:hover>ul {
		display: block;
		transform: initial;
		left: 0;
		width: 100%;
		padding: 0;
		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: block;
		width: auto;
		background: none !important;
		vertical-align: top;
		right: auto !important;
	}

	.menu ul li ul .ssdropdown {
		background: #7a9ea8;
		position: absolute;
		display: none;
		top: initial;
		right: 0;
		left: 0;
		transform: none;
		width: 100%;
	}

	.dropdown li.sous_menu:hover .ssdropdown {
		display: block;
		height: initial;
		left: 100%;
		top: 0;
		padding: 0;
		margin: auto;
		width: 100%;
	}

	.dropdown li.sous_menu:hover .ssdropdown li a {
		padding: 10px 15px;
		font-size: 13px;
	}

	.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 {
		display: block;
		text-align: left;
		font-size: 14px;
		padding: 13px 15px;
	}

	/* .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: block;

/* margin-left: 12px; */

width: 100%;

}

	.menu li.sous_menu ul li ul li a {
		padding: 2px 5px 2px 12px;
		border-bottom: none;
	}

	.menu li.sous_menu ul li ul li a:hover,
	.menu li.sous_menu ul li ul li a.selected {
		color: #fff;
	}


	/****************************************************************************** SLIDER BIG */

	.slider .bx-controls .bx-controls-direction {
		display: block;
	}

	.clear_both.no_mobile {
		display: block;
	}

	.no_desktop {
		display: none !important;
	}

	#container {
		padding-top: 0;
		max-width: none;
		min-width: 810px;
		left: inherit;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}

	/****************************************************************************** CONTENT */

	.content {
		margin: auto;
	}

	/******************************** COLONNE GAUCHE */

	.colonne_gauche {
	}

	.cover_plan {
    width: 100%;
    max-width: 936px;
    margin: 0 auto;
}

	/******************************** COLONNE CENTRE */
	.flex-discussion {
		/* margin: 0 15px; */
	}
	.flex-discussion.big-size >div {
		max-width:460px;
	}
    .question,.reponse {
	}
	.question {
		margin-right: 20px !important;
	}
	.colonne_centre .flex-discussion p, .colonne_centre .flex-discussion li {
		font-size: 15px;
		line-height:22px;
	}
	.colonne_centre {
		display: block;
		position: relative;
		width: 100%;
		max-width:1128px;
		padding: 0;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.section_content.index-avocats{
		position: relative;
		margin-top: -50px;
		/* left: -100px; */
	}
	.titl_avocat {
		font-size: 40px;
		margin-bottom: 30px;
	}
	.img_avocats {
    margin-top: -88px;
}

	.colonne_centre p {
	}

	.page-interne h2 {
		text-align: left;
	}

	.page-interne .intro {
		margin: 50px 0;
	}

	/****************************************************************************** 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(../images/black.png) repeat;
	}


	.close {
		display: block;
		position: absolute;
		top: -10px;
		right: -10px;
		width: 28px;
		height: 29px;
		background: url(../images/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(../images/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;
	}
}

@media screen and (min-width: 960px) {
	#navigation_frame {
		width: 920px;
		margin-left: -470px;
	}

	.lien_footer {
		border-spacing: 15px;
	}
}

@media screen and (min-width: 1100px) {
    .img_avocats img {
    	left: -30px;
    }
	/****************************************************************************** MENU FIXE */

	.header_content {
	    padding-bottom: 0;
	}

	body:not(.index-page) header {
		
	}

	body:not(.index-page) .header_content {
		
	}

	body:not(.index-page) header .menu {
		
	}
	.question, .reponse {
        max-width: none;    
	}
}

@media screen and (min-width: 1300px) {
	.colonne_centre {
		
	}

	.header_centrage,
	.footer_centrage {
	}

	.header_centrage {
		transition: .5s;
	}

}


.ctn_onglets {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-evenly;
	margin: 30px 0;
  }
  
  .ctn_onglets .onglets {
	background: #fff;
	color: #000;
	box-shadow: 10px 10px 0 0 #C1D3D7;
	padding: 10px 15px;
	margin: 10px;
	transition: .3s;
  }

@media screen and (min-width: 1000px) {


	.menu li:nth-child(4) li.sousLi.sous_menu>a:before {
		margin-right: 10px;
		content: '\e037';
		font-family: 'iconic';
		display: inline-block;
		float: left;
		margin-top: 2px;
	}

	.menu li:nth-child(4) li.sousLi.sous_menu>a:after {
		content: none;
	}
 
	li:nth-child(4) .dropdown li.sous_menu:hover .ssdropdown {
		left: initial;
		right: 100%;
	}
}