* {
	padding: 0px;
	margin: 0px;
	border: none;
}

body {
	font-family: 'GTRBook', "Trebuchet MS", serif;
	font-size: 13px;
	color: #444E50;
	height: 100%;
	width: 100%;
	background-color: #000;
	background-image: url(/images/fond.jpg);
	background-position: left 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: auto 110%;
}

a, a:hover {
	text-decoration: none;
	color: #444E50;
}
a img { border: none; }
img.icon { vertical-align: middle; }

.print { display: none; }
.hide { display: none; }

ul { list-style-type: none; }
ul.list { padding: 10px 20px; list-style-type: square; }

input, select, textarea {
	font-family: 'GTRBook', "Trebuchet MS", serif;
	font-size: 13px;
	min-height: 24px;
	padding: 2px 0px;
}

.switch {
	position: relative;
	display: inline-block;
}
.switch-input {
	display: none;
}
.switch-label {
	display: block;
	width: 48px;
	height: 24px;
	text-indent: -150%;
	clip: rect(0 0 0 0);
	color: transparent;
	user-select: none;
}
.switch-label::before,
.switch-label::after {
	content: "";
	display: block;
	position: absolute;
	cursor: pointer;
}
.switch-label::before {
	width: 100%;
	height: 100%;
	background-color: #dedede;
	border-radius: 9999em;
	-webkit-transition: background-color 0.25s ease;
	transition: background-color 0.25s ease;
}
.switch-label::after {
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
	-webkit-transition: left 0.25s ease;
	transition: left 0.25s ease;
}
.switch-input:checked + .switch-label::before {
	background-color: #89c12d;
}
.switch-input:checked + .switch-label::after {
	left: 24px;
}

div#global {
	width: 100%;
	min-height: 100%;
	/*background-image: url(/images/fond_masque.png);
	background-position: center 0px;
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-size: 100% auto;*/
}
div#header {
	min-height: 80px;
	background: #1c1b1b; /* Old browsers */
	background: -moz-linear-gradient(top,  #1c1b1b 0%, #3d3b3b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c1b1b), color-stop(100%,#3d3b3b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1c1b1b 0%,#3d3b3b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1c1b1b 0%,#3d3b3b 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom,  #1c1b1b 0%,#3d3b3b 100%); /* W3C */
	/* background: linear-gradient(to bottom,  #050100 0%,#202020 100%); */
}
div#header_content, div#menu_content, div#content_sub_menu, div#content, div#footer_content {
	width: 90%;
	max-width: 1600px;
	margin: 0px auto;
}
div#header_content {
	padding-bottom: 10px;
}
div#header_left {
	float: left;
	padding-top: 12px;
}
div#header_left, div#header_left a {
	color: #ECECEC;
}
div#header_left h1 {
	font-family: 'GTRBook', "Trebuchet MS", serif;
	font-size: 36px;
	letter-spacing: -0.1em;
	line-height: 1em;
	text-align: justify;
}
div#header_left h2 {
	font-family: 'GTRBook', "Trebuchet MS", serif;
	font-size: 16px;
	letter-spacing: -0.065em;
	line-height: 1em;
	text-align: justify;
}
div#header_center {
	float: left;
	padding-left: 10px;
	padding-top: 18px;
}
div#header_right {
	float: right;
}
div#phone_left {
	float: left;
	padding-right: 10px;
	padding-top: 20px;
}
div#phone_right {
	float: left;
	padding-top: 20px;
}
div#phone_number {
	font-family: 'GTRBold', "Trebuchet MS", serif;
	font-size: 22px;
	color: #FEF722;
	white-space: nowrap;
	letter-spacing: -0.06em;
	line-height: 1em;
}
div#phone_number a {
	color: #FEF722;
}
div#email_address {
	font-family: 'GTRBook', "Trebuchet MS", serif;
	font-size: 12px;
	letter-spacing: -0.085em;
	line-height: 1em;
}
div#email_address, div#email_address a {
	color: #FFF;
}
div#menu {
	min-height: 46px;
	clear: both;
	border-top: 1px solid #00C1F4;
	border-bottom: 1px solid #52D3FA;
	background: #00AAE5; /* Old browsers */
	background: -moz-linear-gradient(top,  #00AAE5 0%, #00C4F6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00AAE5), color-stop(100%,#00C4F6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00AAE5 0%,#00C4F6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00AAE5 0%,#00C4F6 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom,  #00AAE5 0%,#00C4F6 100%); /* W3C */
}
div#menu_content_links {
	font-family: 'GTRBold', "Trebuchet MS", serif;
	max-width: 800px;
	float: left;
}
div#menu_content_links div {
	display: -moz-inline-stack;
	display: inline-block;
	padding: 0px 20px;
	line-height: 46px;
	height: 46px;
}
div#menu_content_links div a {
	font-size: 16px;
	color: #215465;
	text-transform: uppercase;
}
div#menu_content_links div.menu_content_link_mouseover {
	height: 42px;
	border-bottom: 4px solid #94E4FF;
}
div#menu_content_links div.menu_content_link_selected {
	background: #00AAE5; /* Old browsers */
	background: -moz-linear-gradient(top,  #00AAE5 0%, #42CAF4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00AAE5), color-stop(100%,#42CAF4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00AAE5 0%,#42CAF4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00AAE5 0%,#42CAF4 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom,  #00AAE5 0%,#42CAF4 100%); /* W3C */
	height: 42px;
	border-bottom: 4px solid #94E4FF;
}
div#menu_content_links div.menu_content_link_selected a {
	color: #FFFEFF;
}
div#menu_content_search {
	width: 150px;
	float: left;
	padding-top: 10px;
}
div#menu_content_search_preform {
	float: left;
	padding: 4px 4px;
}
div#menu_content_search_form {
	height: 26px;
}
div#menu_content_search input#search_input {
	font-family: 'GTRBook', "Trebuchet MS", serif;
	font-size: 13px;
	line-height: 26px;
	width: 60px;
	background-color: #215465;
	border: none;
	color: #FBFBFB;
	height: 26px;
	vertical-align: middle;
	padding: 0px 4px;
}
div#menu_content_search input#search_submit {
	font-family: 'GTRBold', "Trebuchet MS", serif;
	font-size: 13px;
	border: none;
	color: #FBFBFB;
	height: 26px;
	vertical-align: middle;
	padding: 0px 4px;
	cursor: pointer;
	background: #27657A; /* Old browsers */
	background: -moz-linear-gradient(top,  #27657A 0%, #215465 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#27657A), color-stop(100%,#215465)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #27657A 0%,#215465 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #27657A 0%,#215465 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom,  #27657A 0%,#215465 100%); /* W3C */
}
div#menu_content_basket {
	width: 150px;
	float: right;
	height: 26px;
	padding-top: 10px;
}
div#menu_content_basket_preform {
	float: left;
	padding: 4px 4px;
}
div#menu_content_basket_form {
	height: 26px;
	font-size: 13px;
	line-height: 1em;
	letter-spacing: -0.08em;
}
div#menu_content_basket_form_part1, div#menu_content_basket_form_part1 a {
	color: #FBFBFB;
	font-size: 15px;
}
div#menu_content_basket_form_part1 span#basket_value {
	font-family: 'GTRBold', "Trebuchet MS", serif;
}
div#menu_content_basket_form_part2, div#menu_content_basket_form_part2 a {
	color: #205462;
}
div#global_content {
	clear: both;
	padding: 20px 0px 90px 0px;
}
div#content_sub_menu {
	
}
div#content_sub_menu_locations {
	width: 685px;
	margin: 0px auto;
}
div#content_sub_menu_ventes, div#content_sub_menu_locations {
	padding-bottom: 20px;
}
div#content_sub_menu_ventes div, div#content_sub_menu_locations div {
	display: -moz-inline-stack;
	display: inline-block;
}
div#content_sub_menu_ventes div img, div#content_sub_menu_locations div img {
	box-shadow: 1px 1px 8px #444;
	-moz-box-shadow: 1px 1px 8px #444;
	-webkit-box-shadow: 1px 1px 8px #444;
	border: 5px solid #FFF;
}
div#content_sub_menu_ventes div img.selected, div#content_sub_menu_locations div img.selected {
	border: 5px solid #FFB401;
}
div#content_sub_menu_ventes div {
	margin-right: 150px;
}
div#content_sub_menu_locations div {
	margin-right: 227px;
}
div#content_sub_menu_ventes div.last_item, div#content_sub_menu_locations div.last_item {
	margin-right: 0px;
}
div#content {
	background-color: #FFF;
	box-shadow: 1px 1px 8px #444;
	-moz-box-shadow: 1px 1px 8px #444;
	-webkit-box-shadow: 1px 1px 8px #444;
}
div#content a:hover {
	text-decoration: underline;
}
div#content_page {
	padding: 10px;
	overflow: auto;
}
div#content_page h2 {
	font-family: 'GTRBold', "Trebuchet MS", serif;
	letter-spacing: -0.06em;
	font-size: 22px;
	color: #444F53;
	padding-bottom: 10px;
}
div#content_page h3 {
	font-family: 'GTRBold', "Trebuchet MS", serif;
	letter-spacing: -0.06em;
	font-size: 18px;
	color: #444F53;
	padding-bottom: 10px;
}
div#content_page h4 {
	font-family: 'GTRBold', "Trebuchet MS", serif;
	letter-spacing: -0.06em;
	font-size: 14px;
	color: #444F53;
	padding-bottom: 5px;
}
div#content_page b, div#content_page strong {
	font-family: 'GTRMedium', "Trebuchet MS", serif;
}
div#content_page .b, div#content_page .bold {
	font-family: 'GTRBold', "Trebuchet MS", serif;
}
div#content_page .m, div#content_page .medium {
	font-family: 'GTRMedium', "Trebuchet MS", serif;
}
div#content_page .i {
	font-style: italic;
}
div#content_page .small {
	font-size: 12px;
}
div#content_page .vsmall {
	font-size: 11px;
}
div#content_page .big {
	font-size: 16px;
}
div#content_page .verybig {
	font-size: 20px;
}
div#content_page .c, div#content_page .center {
	text-align: center;
}
div#content_page .jaune, div#content_page a.jaune {
	color: #FFB401;
}
div#content_page .left, div#content_page .force_left {
	float: left;
	padding-right: 10px;
}
div#content_page .left_col {
	width: 320px;
}
div#content_page .right {
	overflow: hidden;
}
div#content_page .fright {
	float: right;
}
div#content_page .clear {
	clear: both;
}
div#footer {
	clear: both;
	height: 80px;
	position: fixed;
	width: 100%;
	top: 100%;
	margin-top: -80px;
	/* background-color: #191919; */
	/* color: #536565; */
	color: #131818;
	background: #9cced9; /* Old browsers */
	background: -moz-linear-gradient(top,  #9cced9 0%, #78d1e3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9cced9), color-stop(100%,#78d1e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9cced9 0%,#78d1e3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9cced9 0%,#78d1e3 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom,  #9cced9 0%,#78d1e3 100%); /* W3C */
	border-top: 1px solid #00C1F4;
}
div#footer a {
	color: #131818;
}
div#footer a:hover {
	color: #FBFBFB;
}
div#footer_left {
	width: 840px;
	float: left;
	padding-top: 10px;
	font-size: 12px;
}
div#footer_center {
	overflow: auto;
	vertical-align: bottom;
	padding-top: 24px;
	white-space: nowrap;
}
div#footer_picto {
	text-align: right;
}
div#footer_links {
	text-align: right;
	font-size: 11px;
}
div#footer_links div {
	display: inline-block;
	padding-left: 6px;
	white-space: nowrap;
}
div#footer_right {
	width: 50px;
	float: right;
	text-align: right;
	padding-top: 8px;
}
div#footer_right img.socaf {
	height: 54px;
	width: auto;
}
.arrondi {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.arrondi_small {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.arrondi_left {
    -moz-border-radius: 8px 0px 0px 8px;
    -webkit-border-radius: 8px 0px 0px 8px;
    border-radius: 8px 0px 0px 8px;
}
.arrondi_right {
    -moz-border-radius: 0px 8px 8px 0px;
    -webkit-border-radius: 0px 8px 8px 0px;
    border-radius: 0px 8px 8px 0px;
}

.pad {
	padding: 10px;
}

.small_pad {
	padding: 5px;
}

div.conteneur {
	background-color: #E6E6E6;
}

div.conteneur_btns {
	padding-bottom: 0px;
	padding-left: 10px;
}

div.conteneur_info {
	background-color: #d5edf2;
	border: 1px solid #6f86ed;
}

table.alternance tr:nth-child(even) {
	background: #d9d9d9;
}

table.form1, div.form1 {
	background-color: #25BFF1;
	margin: 0px auto;
}
div.form1 table.form1 {
	width: 100%;
}
table.form1 td.td1 {
	text-align: right;
	padding: 3px;
	color: #FBFBFB;
}
table.form1 td.td2 {
	padding: 3px;
	color: #215465;
}
table.form1 td.td3 {
	padding: 3px;
	text-align: right;
}
table.form1 td.td2 textarea, table.form1 td.td2 input, table.form1 td.td2 select option {
	padding: 2px;
}
table.form1 td.td2 input {
	background-color: #215465;
	color: #ADD5E1;
}
table.form1 td.td2 select {
	background-color: #215465;
	color: #ADD5E1;
}
table.form1 td.td2 textarea {
	background-color: #215465;
	color: #ADD5E1;
}
table.form1 td.td3 input {
	font-family: 'GTRBold', "Trebuchet MS", serif;
	font-size: 13px;
	border: none;
	color: #FBFBFB;
	vertical-align: middle;
	padding: 4px 8px;
	cursor: pointer;
	background: #27657A; /* Old browsers */
	background: -moz-linear-gradient(top,  #27657A 0%, #215465 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#27657A), color-stop(100%,#215465)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #27657A 0%,#215465 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #27657A 0%,#215465 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom,  #27657A 0%,#215465 100%); /* W3C */
}

div.bouton_jaune a, div.bouton_bleu a, div.bouton_gris a {
	color: #FFF;
}
div#content div.bouton_jaune a:hover, div#content div.bouton_bleu a:hover, div#content div.bouton_gris a:hover {
	text-decoration: none;
}
div.bouton_jaune {
	padding: 0px 5px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background-color: #FFB401;
	color: #FFF;
	border-bottom: 1px solid #C28B16;
}
div.bouton_bleu {
	padding: 0px 5px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background-color: #24BFEF;
	color: #FFF;
	border-bottom: 1px solid #40839D;
}
div.bouton_gris {
	padding: 0px 5px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background-color: #6B6B6B;
	color: #FFF;
	border-bottom: 1px solid #535353;
}

.pagination {
	text-align: right;
}
.pagination .precedent, .pagination .suivant, .pagination .page, .pagination .page_none, .pagination .page_courante {
	float: left;
	height: 25px;
	line-height: 25px;
	margin-left: 5px;
	text-align: center;
	width: 25px;
}
.pagination .precedent, .pagination .suivant {
	background-color: #FBFBFB;
	border: 1px solid #EBEBEB;
}
.pagination .precedent:hover, .pagination .suivant:hover, .pagination .page:hover {
	border: 1px solid #666666;
}
.pagination .suivant {
	margin-left: 5px;
}
.pagination .page, .pagination .page_none {
	background-color: #FBFBFB;
	border: 1px solid #EBEBEB;
}
.pagination .page_courante {
	border: 1px solid #666666;
	font-family: 'GTRMedium', "Trebuchet MS", serif;
}

div.inline_block div, div.inline_blocks_fiche div, div.inline_block table {
	display: inline-block;
}

.nowrap {
	white-space: nowrap;
}

.auto {
	margin-left: auto;
	margin-right: auto;
}

div.warn, div.error, div.success, div.infos { text-align: left; margin: 10px 5px; padding: 5px; }
div.warn { padding-left: 26px; background: url(/images/icons/error.png) no-repeat 5px center; background-color: #FFFF99; border: 1px solid #FF6600; color: #FF6600; }
div.warn a { color: #FF6600; }
div.error { padding-left: 26px; background: url(/images/icons/exclamation.png) no-repeat 5px center; background-color: #FEE2E2; border: 1px solid #FF0000; color: #FF0000; }
div.error a { color: #FF0000; }
div.success { padding-left: 26px; background: url(/images/icons/accept.png) no-repeat 5px center; background-color: #D6FFD7; border: 1px solid #58B75A; color: #259427; }
div.success a { color: #259427; }
div.infos { padding-left: 26px; background: url(/images/icons/information.png) no-repeat 5px center; background-color: rgb(230, 238, 242); border: 1px solid rgb(60, 163, 214); color: rgb(60, 163, 214); }
div.infos a { color: rgb(60, 163, 214); }

tr.over td {
	background-color: #CCC;
}

div#cookieChoiceInfo a {
	background-color: #303030;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	line-height: 19px;
	padding: 4px 8px;
	text-decoration: none;
	white-space: nowrap;
}

div.cookieConsentBar {
	position:fixed;width:100%;background-color:#5a5a5a;margin:0; left:0; bottom:72px;padding:4px;z-index:1000;text-align:center;color:#fff;font-weight:bold;
}

div.cookieConsentBarGlass {
	position:fixed;width:100%;height:100%;z-index:999;top:0;left:0;opacity:0.5;filter:alpha(opacity=50);background-color:#ccc;
}

div.cookieConsentBarContent {
	z-index:1000;position:fixed;left:50%;top:50%;
}

div.cookieConsentBarDialog {
	position:relative;left:-50%;margin-top:-25%;background-color:#fff;padding:20px;box-shadow:4px 4px 25px #888;
}

div.listing_vignette {
	width: 220px;
	margin: -5px 0px -10px 0px;
}

div.listing_vignette div {
	width: 220px;
	height: 164px;
	padding-bottom: 5px;
}

div.listing_vignette div img {
	width: 100%;
	height: auto;
}

div.listing_vignette_info {
	width: 100px;
	margin: -5px 12.5px -5px 12.5px;
}

div.listing_vignette_info div {
	width: 100px;
	height: 75px;
	padding-bottom: 5px;
}

div.listing_vignette_info div img {
	width: 100%;
	height: auto;
}

div.pancartes_listing {
	float: right;
}

div.boutons_listing {
	min-width: 220px;
}

h4.fiche_rubrique {
	margin-top: -10px;
}

div.fiche_return {
	margin-bottom: 10px;
}

div.fiche_photo, div.fiche_video {
	width: 800px;
	height: 600px;
	position: relative;
}

div.fiche_photo_tag {
	width: 75%;
	z-index: 1000000;
	position: absolute;
	top: 0px;
	left: 0px;
}

div.fiche_photo_tag img {
	max-width: 25%;
	height: auto;
}

div.fiche_photo img {
	width: 100%;
	height: auto;
}

div.fiche_photo div.photo_zoom {
	overflow: hidden;
	cursor: crosshair;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	width: 800px;
	height: 600px;
}

div.fiche_description {
	height: 600px;
	overflow: auto;
}

div.fiche_apercu {
	max-width: 800px;
}

div.fiche_apercu_libelle {
	height: 30px;
}

div.fiche_apercu_list {
	text-align: center;
}

div.fiche_apercu_list div.fiche_apercu_list_next {
	margin-left: 5px;
	margin-bottom: 5px;
}

div.fiche_apercu_list img.fiche_apercu_img {
	width: 150px;
	border: 1px solid black;
	vertical-align: middle;
}

div.fiche_coordonnees {
	width: 100%;
	max-width: 800px;
}

div.inline_blocks_fiche {
	padding-top: 11px;
	text-align: left;
}

div.inline_blocks_fiche div.fiche_block1, div.inline_blocks_fiche div.fiche_block2, div.inline_blocks_fiche div.fiche_block3 {
	margin-top: 10px;
}

div.fiche_block1, div.fiche_block3 {
	width: 111px;
	height: 84px;
	background-repeat: no-repeat;
}

div.fiche_block1 img.img_block, div.fiche_block3 img.img_block {
	width: 111px;
	height: 84px;
}

div.fiche_block1 {
	margin-right: 20px;
}

div.fiche_block3 {
	position: relative;
	margin-right: 0px;
}

div.fiche_block3_share {
	position: absolute;
	top: 84px;
	left: 0;
	width: 111px;
	height: 190px;
	border: 1px solid #aaa;
	text-align: left;
	background-color: white;
	z-index:99999;
}

div.fiche_large_bloc {
	width: 850px;
}

div.fiche_medium_bloc {
	width: 300px;
}

div.fiche_tiers_bloc {
	width: 32%;
}

img.agence_coordonnees_fiche {
	width: 180px;
	height: auto;
}

img.agence_coordonnees {
	width: 110px;
	height: auto;
}

img.agence_contacts_fiche {
	width: 125px;
	height: auto;
}

div.home-images {
	text-align:center;
}
div.home-images div {
	display: inline-block;
}
div.home-images div img {
	width: 386px;
	max-width: 386px;
	height: 257px;
}

img.img_agence_contact {
	height: 200px;
	width: 267px;
}

@media only screen and (max-width: 768px) {
	body {
		background-image: url(/images/fond.webp);
	}
	div#menu_content, div#menu_content_links {
		width: 100%;
	}
	div#menu_content_links {
		text-align: left;
	}
	div#menu_content_links div {
		display: block;
	}
	div#content_sub_menu {
		display: none;
	}
	div#header_left h1 {
		font-size: 28px;
	}
	div#header_left h2 {
		font-size: 12.5px;
	}
	div#header_center {
		padding-top: 10px;
	}
	div#phone_number {
		font-size: 22px;
	}
	div#email_address {
		font-size: 12px;
	}
	div#menu_content {
		padding-bottom: 10px;
	}
	div#footer {
		height: auto;
		position: relative;
		width: 100%;
		top: none;
		margin-top: 0px;
	}
	div#footer_left, div#footer_right {
		float: none;
		width: 100%;
		display: block;
	}
	div#footer_right, div#footer_center, div#footer_picto {
		text-align: center;
	}
	div#footer_right img.socaf {
		height: 80px;
	}
	div#content_page .left {
		float: none;
		padding-right: 0px;
	}
	div#content_page .left_col {
		width: 100%;
		padding-bottom: 20px;
	}
	div#content_page .fright {
		float: none;
		text-align: right;
	}
	.hide_mobile {
		display: none;
	}
	div.listing_vignette {
		width: 100%;
		margin: 0px;
	}

	div.listing_vignette div {
		margin: auto;
		width: 60%;
		min-width: 150px;
		height: auto;
		padding-bottom: 10px;
	}

	div.listing_vignette_info {
		width: 100%;
		margin: 0px;
	}

	div.boutons_listing {
		min-width: 140px;
	}

	div.pancartes_listing {
		float: none;
	}

	div.listing_vignette_info div {
		margin: auto;
		width: 40%;
		height: auto;
		padding-bottom: 10px;
	}
	div.conteneur_btns {
		padding-bottom: 10px;
		padding-left: 0px;
	}
	div.fiche_photo {
		width: 100%;
		height: auto;
	}
	div.fiche_video {
		width: 100%;
		height: auto;
		padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
	}
	div.fiche_video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	div.fiche_description {
		height: auto;
		padding-top: 20px;
	}
	div.fiche_apercu_list img.fiche_apercu_img {
		width: 140px;
	}
	div.fiche_block1, div.fiche_block3 {
		margin-right: 5px;
	}
	div.fiche_large_bloc {
		width: 100%;
	}
	div.fiche_medium_bloc {
		width: 100%;
	}
	div.fiche_tiers_bloc, div.fiche_tiers_bloc table {
		width: 100%;
	}
	table.details_fiche tr td:first-child {
		width: 50%;
	}
	img.agence_coordonnees_fiche, img.agence_coordonnees {
		width: 210px;
		max-width: 210px;
		margin-bottom: 10px;
	}
	img.agence_contacts_fiche {
		width: 125px;
		max-width: 125px;
		margin-bottom: 10px;
	}
	div.center_mobile {
		text-align: center;
	}
	div.large_mobile {
		width: 100%;
	}
	div.fiche_coordonnees {
		max-width: 100%;
	}
	div.pad_top_mobile {
		padding-top: 15px;
	}
	div#footer_links {
		text-align: center;
		padding-bottom: 10px;
	}
	div.cookieConsentBar {
		bottom: 0px;
	}
	div.home-images div img {
		width: 100%;
		max-width: 386px;
		height: auto;
	}
	img.img_agence_contact {
		height: auto;
		width: 100%;
	}
}