/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,th,td{margin:0;padding:0;font-family: playfair_displayregular,arial,sans-serif;}

img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:center;background:#f59433;color:white;line-height:22px;font-family: playfair_displayregular, arial, sans-serif;font-size:14px;text-transform:uppercase;text-align: left;padding-left: 20px;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;color:#6d6f71;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
tabel, tr, td{ vertical-align:top; }
a, a:visited{
color:#b18431;
text-decoration: none;
}
a:hover  {text-decoration: none;color:#b18431}
table{
caption-side:bottom;
}
strong, b{
	font-weight:normal;
	font-family:playfair_displayregular;
	color:#b18431;
}
/*END OF YUI RESET*/
/*------------------------------------------------------------------------------------*/
/* 1.Preloader */

body.royal_preloader {
    background: none;
    visibility: hidden;
}
#royal_preloader {
    visibility: visible;
    position: fixed;
	width:100%;
	height:100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    margin: 0;
    z-index: 999999999999999999999999999999999999;
}
#royal_preloader.royal_preloader_number:before,
#royal_preloader.royal_preloader_progress:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -moz-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -ms-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -o-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
}
#royal_preloader.complete {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear 0.5s;
       -moz-transition: opacity 0.2s linear 0.5s;
        -ms-transition: opacity 0.2s linear 0.5s;
         -o-transition: opacity 0.2s linear 0.5s;
            transition: opacity 0.2s linear 0.5s;
}
#royal_preloader.royal_preloader_line {
    height: 2px;
    bottom: auto;
}

/* Number Mode */

#royal_preloader.royal_preloader_number .royal_preloader_percentage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    line-height: 100px;
    font-size: 20px;
    font-family: Impact, Arial;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    text-align: center;
}
#royal_preloader.royal_preloader_number .royal_preloader_percentage > div {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border: 4px solid transparent;
    border-left-color: #FFFFFF;
    border-radius: 50%;
    -webkit-animation: rotate 0.8s linear infinite;
       -moz-animation: rotate 0.8s linear infinite;
        -ms-animation: rotate 0.8s linear infinite;
         -o-animation: rotate 0.8s linear infinite;
            animation: rotate 0.8s linear infinite;
}

/* Line Mode */

#royal_preloader.royal_preloader_line .royal_preloader_loader {
    position: absolute;
    height: 100%;
    left: 0;
}
#royal_preloader.royal_preloader_line .royal_preloader_peg {
    position: absolute;
    right: 0;
    height: 100%;
    width: 100px;
    opacity: 0.5;
}

/* Text Mode */

#royal_preloader.royal_preloader_text .royal_preloader_loader {
    color: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
	opacity:.2;
    left: 50%;
	font-family: 'Archivo Black', sans-serif;
    height: 80px;
    line-height: 80px;
    margin: auto;
    letter-spacing: -4px;
    font-size: 55px;
    white-space: nowrap;
}
#royal_preloader.royal_preloader_text .royal_preloader_loader div {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0%;
    background-color: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/* Scale Text Mode */

#royal_preloader.royal_preloader_scale_text .royal_preloader_loader {
    color: #FFFFFF;
    position: absolute;
	font-family: 'Archivo Black', sans-serif;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 32px;
    line-height: 32px;
    margin: auto;
    letter-spacing: 1px;
    font-size: 32px;
    white-space: nowrap;
}

#royal_preloader.royal_preloader_scale_text .royal_preloader_loader span {
    display: inline-block;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
}

#royal_preloader.royal_preloader_scale_text .royal_preloader_loader span.loaded {
    -webkit-animation: scale 0.2s forwards;
       -moz-animation: scale 0.2s forwards;
        -ms-animation: scale 0.2s forwards;
         -o-animation: scale 0.2s forwards;
            animation: scale 0.2s forwards;
}

/* Logo Mode */

#royal_preloader.royal_preloader_logo .royal_preloader_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 5px;
}
#royal_preloader.royal_preloader_logo .royal_preloader_loader div {
    position: absolute;
    bottom: 0%;
    left: 0px;
    right: 0px;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#royal_preloader.royal_preloader_logo .royal_preloader_percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    line-height: 40px;
    margin: 0px;
    color: #072E77;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

/* Progress Mode */

#royal_preloader.royal_preloader_progress .royal_preloader_percentage {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #AAAAAA;
    color: rgba(255, 255, 255, 0.1);
    font-family: Impact, Arial;
    font-size: 20px;
    text-align: center;
}
#royal_preloader.royal_preloader_progress .royal_preloader_loader {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 240px;
	max-width:60%;
    height: 2px;
    margin: -10px auto auto auto;
    background-color: rgba(0, 0, 0, 0.1);
}
#royal_preloader.royal_preloader_progress .royal_preloader_meter {
    width: 0;
    height: 100%;
    margin: auto;
    padding: 0;
}
#royal_preloader.text .loader{
	color:#eb212e;
}
#royal_preloader.royal_preloader_progress .royal_preloader_meter{
	background-color: #eb212e;
}
/*--------------------------------------------------------------------------------------------*/
.showup-translate-up {
  -webkit-animation: translateUp 2s;
  -moz-animation: translateUp 2s;
  -o-animation: translateUp 2s;
  -ms-animation: translateUp 2s;
  animation: translateUp 2s;
}
.showup-translate-left {
  -webkit-animation: translateLeft 2s;
  -moz-animation: translateLeft 2s;
  -o-animation: translateLeft 2s;
  -ms-animation: translateLeft 2s;
  animation: translateLeft 2s;
}
.showup-translate-right {
  -webkit-animation: translateRight 2s;
  -moz-animation: translateRight 2s;
  -o-animation: translateRight 2s;
  -ms-animation: translateRight 2s;
  animation: translateRight 2s;
}
@-moz-keyframes translateUp {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes translateUp {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes translateUp {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes translateUp {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes translateLeft {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes translateLeft {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes translateLeft {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes translateLeft {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes translateRight {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes translateRight {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes translateRight {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes translateRight {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/*----------------------------------------------------------------------------------------*/
/* #Scroll back to top
================================================== */

.scroll-to-top {
	opacity:1;
	position: fixed;
	cursor: pointer;
	bottom: 10px;
	right: 10px;
	width:50px;
	height: 50px;
	display: none;
	z-index: 9999;
	background-color:rgba(0, 0, 0, .3);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.scroll-to-top i{
	color:white;
	font-size:40px;
	margin: 5px 8px;
}
/*--------------------------------------------------------------------------------------- Tooltip */
.tipper .tipper-content,
.num-of-com span{
	color:#6d6f71;
}
.tipper .white{
	color:white;
}
.tipper { height: 1px; left: -99999px; position: absolute; pointer-events: none; top: -99999px; width: 1px;z-index:100000; }
	.tipper .tipper-content { background: transparent; font-weight:400;letter-spacing:1px; border-radius: 3px; display: block; float: left; font-size: 16px; margin: 0; padding: 6px 20px; position: relative; white-space: nowrap; }
	.tipper .tipper-caret { display: block; height: 11px;  position: absolute; width: 100%; }

	.tipper.right .tipper-content {  }
	.tipper.right .tipper-caret { background-position: left center; left: -5px; top: 0; }

	.tipper.left .tipper-content { }
	.tipper.left .tipper-caret { background-position: right center; right: -5px; top: 0; }

	.tipper.top .tipper-caret,
	.tipper.bottom .tipper-caret { display: block; float: none; height: 5px;  width: 12px;margin-left:-6px; }

	.tipper.top .tipper-content { }
	.tipper.top .tipper-caret { background-position: center bottom; bottom: -5px; left: 0; text-align:center;}

	.tipper.bottom .tipper-content {  }
	.tipper.bottom .tipper-caret { background-position: center top; top: -5px; left: 0; }
/*-------------------------------------------------------------------------------------- MENU */
ul#menu{
width:100%;
text-align:center;
padding-top:5px;
	padding-bottom:3px;
}
ul#menu li{
display:inline-block;
position:relative;
}
ul#menu li.last{
	border:none;
}
ul#menu li span, ul#menu li a{
font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size:18px;
	color:#b38636;
	text-transform:uppercase;
	
	padding-left:11px;
	padding-right:12px;
	display:block;
	 -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	line-height:14px;
}
ul#menu li a:hover{
	color:#989899;
}
ul#menu li a.home{
width:22px;
height:19px;
background:url(../img/maquette/home-picto.png) no-repeat;
background-size:100%;
margin-top:-3px;
border-right:none;
padding-right:0;
padding-left:0;
margin-right: 40px;
}
/*---------------------------------------------------------------------------------------- CONTACT*/
div.form-group, div.form-group1, div.form-group2, div#content_confirmation{
	position:relative;
}
div.form-group, div.form-group1, div.form-group2{
	margin-bottom:15px;
}
div.form-group1{
	float:left;
	margin-right:15px;
	width:calc(50% - 15px);
}
div.form-group2{
	float:right;
	margin-left:15px;
	width:calc(50% - 15px);
}
input, textarea{
display:block;
width:calc(100% - 44px);
padding:12px 20px;
border:1px solid #cccccc;
font-size:18px;
}
label.error {
        font-weight: normal;
    color: #a52a2a;
    display: initial;
    position: absolute;
    right: 5px;
    top: 0px;
	font-size:11px;
}
input#submit{
	color:white;
	font-size:20px;
	padding:8px 20px;
	text-transform:uppercase;
	width:auto;
	margin:0 auto;
	background:#b18431;
	cursor:pointer;
	border-radius:0;
	-webkit-appearance: none;
	-moz-appearance:none;
	 -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	border:1px solid #b18431;
}
input#submit:hover{
	background:white;
	color:#b18431;
}
div#content_form{
	    margin-top: 20px;
    margin-bottom: 30px;
}
}
div.message {
font-weight:bold;
text-align: center;
padding: 7px;
font-size: 17px;
color: #a9bc44;
margin-bottom: 20px;
display: none;
}
div#content_confirmation {
	padding-bottom:20px;
}
div#content_confirmation label.error{
	left:0;
	bottom:0!important;
	top:auto;
}
div#map {
    height: 680px;
    width: 100%;    
    margin-top: 0px;
    margin-bottom: 35px;
}
div#contenu_sec_contact{
	text-align:center;
}
div#contenu_sec_contact h2{
	color: #6d6f71;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-top: 1px solid #6d6f71;
    border-bottom: 1px solid #6d6f71;
    text-align: center;
    line-height: 30px;
}
div#contenu_sec_contact p{
	margin-bottom:30px;
}
/*---------------------------------------------------------------------------------------- PLAN */
ul#plan{
margin-left:200px;
line-height:26px;
}
/*----------------------------------------------------------------------------------------- filtre dynamisque  */
div.content_bt {
    text-align: center;
}
button.filter {
    background: #999999;
    display: inline-block;
    margin: 10px;
    color: white;
    font-size: 18px;
    font-family: playfair_displaybold;
    padding: 8px 14px;
    border: 1px solid #999999;
    cursor: pointer;
	float:none;
	text-transform:uppercase;
}
div.contain_rea {
	display: block;
    width: calc((100% / 3) - 30px);
    position: relative;
    overflow: hidden;
    float: left;
	margin:15px;
	cursor:pointer;
}
div#Container .mix{
    display: none;
}
span.lien_projet{
	display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 40px;
	    color: white;
    border: 7px solid white;
    border-radius: 50%;
    padding: 9px 12px;
	opacity:0.5;
	 -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
div.contain_rea:hover span{
	opacity:1;
}
div.contain_rea p{
	color:#4d4d4d;
	font-size:16px;
	margin-top:15px;
}
div#zone_realisation{
	margin-bottom:60px;
}
div.colonne_contact{
	float:left;
	width: calc(50% - 15px);
	margin-right:15px;
    font-size: 16px;
	padding-top:80px;
	font-size:20px;
	text-align:center;
	
}
div.colonne_contact p{
	margin-bottom:30px;
	line-height:24px;
}
div.colonne_contact p strong, div.colonne_contact p strong a{
	font-family:playfair_displaybold;
	color:#4d4d4d;
}
div.colonne_contact2{
	float:right;
	width: calc(50% - 15px);
	margin-left:15px;
}
div#content_form{
	
}
/*----------------------------------------------------------------------------------------- MENU MOBILE */
ul#menu_mobile{
		background-color: #000;
		color: white;
		width:calc(100% - 30px);
		z-index:10;
		-webkit-transition: top 0.8s ease-in-out;
	-moz-transition: top 0.8s ease-in-out;
	-o-transition: top 0.8s ease-in-out;
	transition: top 0.8s ease-in-out;
	padding:5px 15px;
	margin-left:0;
	position:absolute;
	top:-500px;
	    padding-top: 60px;
	}
	ul#menu_mobile li span, ul#menu_mobile li a{
		font-size:15px!important;
		color:white;
		display:block;
		text-transform:uppercase;
	}
	ul#menu_mobile li.last{
		border-bottom:none!important;
	}
	a#switch_menu_desktop2{
		width:30px;
		height:30px;
		display:block;
		margin:0 auto!important;
		padding-bottom:5px!important;
	}
	ul#menu_mobile li.actif a {
    color:#cccccc;
}
	a#switch_menu_desktop2 img{
		width:100%
	}
	div#switch_menu_desktop{
		
		position:relative;
		 display: block;
  cursor: pointer;
		z-index:99;
		float:right;
    margin-right:10px;
	margin-top:10px;
    background: #98989a;
    padding: 3px 5px;
	}
	
 .bar1, .bar2, .bar3 {
  width: 32px;
  height: 3px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
      border-radius: 5px;
 }

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.change .bar2 {opacity: 0;width:10px}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-6px, -7px);
}
	div#header{
		
	}
	
	ul#menu_mobile.top_menu_ferme{
		
		top:-500px!important;
		
	}
	ul#menu_mobile li ul{
		display:none;
	}
	.top_menu_ouvert {
    top: 0px!important;
	}
	
	ul#menu_mobile li{
		
		
		border-bottom:1px solid white;
		padding-top:12px;
		padding-bottom:12px;
	}
/*------------------------------------------------------------------------------------ DIAPORAMA */
div#content_slideshow .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
div#content_slideshow{
	height: 300px;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: url(../img/loader.gif) no-repeat scroll center center;
}
ul.slides {
    height: 100%;
	zoom:1;
}
ul.slides li {
    height: 300px;
    width: 100%;
    overflow: hidden;
    position: static;
    background-attachment: scroll!important;
	   
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    	
}
/*-----------------------------------------------------------------------------------*/

html{
	background:white;
	
}
body{
	font-size:20px;
	color:#6d6f71;
	min-width:320px;
	line-height:28px;
	font-family:playfair_displayregular;
}
div.clear{
	clear:both;
}
img{
	max-width:100%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  font-size:18px;
   font-family:playfair_displayitalic;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  font-size:18px;
  font-family:playfair_displayitalic;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #000;
  font-size:14px;
  font-style:italic;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
  font-size:18px;
   font-family:playfair_displayitalic;
}

div#referencement{
	position:absolute;
	top:-5000px;
}
.cache_desktop, .cache_desktop2 {
    display: none!important;
}
div.centrer{
	width:1440px;
	padding:0;
	margin:0 auto;
	max-width:100%;
	position:relative;
}
div.padding_lr{
	padding-left:15px;
	padding-right:15px;
}
div.padding_tb{
	padding-top:25px;
	padding-bottom:25px;
}
.lSSlideOuter .lSPager.lSGallery a {
    height: 140px;
    display: block;
    background-size: cover;
    background-position: center;
}
/*------------------------------------------------------------------------------*/
body{
	background:url(../img/maquette/texture-feuille-ht-page.png) no-repeat top center;
}
header#header{
	padding-top:7px;
}
div#content_logo{
	padding-top:25px;
	padding-bottom:20px;
}
a#logo{
	display:block;
	width:501px;
	margin:0 auto;
}
a.picto_top{
	display:block;
	float:right;
	margin-right:5px;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:100%;
	width:34px;
	height:34px;
}
a#picto_insta{
	background-image:url(../img/maquette/picto_insta.png);
	margin-right:0;
}
a#picto_facebook{
	background-image:url(../img/maquette/picto_facebook.png);
}
a#picto_saintbriac{
	background-image:url(../img/maquette/picto_saintbriac.png);
	margin-right:47px;
}
a#picto_gaea{
	background-image:url(../img/maquette/picto_gaea.png);
}
a#picto_galerie{
	background-image:url(../img/maquette/picto_galerie.png);
	position:absolute;
	float:none;
	bottom:0;
	right:50px;
}
a#picto_contact{
	background-image:url(../img/maquette/picto_contact.png);
	position:absolute;
	float:none;
	bottom:0;
	right:90px;
}
a#picto_home{
	background-image:url(../img/maquette/picto_home.png);
	position:absolute;
	float:none;
	bottom:0;
	right:130px;
}
a.picto_top:hover{
	background-position:bottom center;
}
a#picto_fb_footer{
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:100%;
	width:34px;
	height:34px;
}
a#picto_fb_footer{
	background-image:url(../img/maquette/picto_facebook.png);
	margin-right:0;
}
a#picto_fb_footer:hover{
	background-position:top center;
}
a#picto_insta_footer{
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:100%;
	width:34px;
	height:34px;
}
a#picto_insta_footer{
	background-image:url(../img/maquette/picto_insta.png);
	margin-right:0;
}
a#picto_insta_footer:hover{
	background-position:top center;
}
a.switch_lang{
	width:36px;
	height:35px;
	display:block;
	position:absolute;
	bottom: 0;
    right: 15px;
	
}
div#content_menu{
	margin-top:10px;
	background:white;
	border-top:1px solid #989899;
	border-bottom:1px solid #989899;
}
img.visuel_accueil{
	display:block;
	margin:20px 15px 30px 15px;
	float:left;
	width:calc((100% / 3) - 30px);
}
div#content_widget{
	margin-top:40px;
}
h1{
	color:#6d6f71;
	font-size:24px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:25px;
	border-top:1px solid #6d6f71;
	border-bottom:1px solid #6d6f71;
	text-align:center;
	line-height:30px;
}
div.contenu p{
	margin-bottom:20px;
	text-align:center;
}
a.widget {
	margin:15px;
	width:348px;
	height:348px;
	margin-left:calc(((100% / 3) - 348px) / 2);
	margin-right:calc(((100% / 3) - 348px) / 2);
	float:left;
	text-align:center;
	display:block;
	position:relative;
}
img.img_widget{
	position:absolute;
	top:0;
	left:0;
	opacity: 1;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
img.picto_widget{
	position:absolute;
	left:calc(50% - 20px);
	top:66px;
}
div.titre_widget{
	position:absolute;
	bottom:160px;
	width:64%;
	left:18%;
}
div.titre_widget h4{
	color:#b38636;
	font-size:23px;
	text-align:center;
	text-transform:uppercase;
}
div.text_widget{
	position:absolute;
	top:210px;
	width:64%;
	left:18%;
	font-size:14px;
	text-align:center;
	line-height:18px;
	font-family:playfair_displayitalic;
	color: #989899;
}
a.widget:hover img.img_widget {
	opacity: 0.7;
}
footer{
	background-image:url(../img/maquette/feuilles-footer.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:103px;
}
div#content_footer{	
	background:#b18431;
	padding-top:18px;
	padding-bottom:16px;
	
}
div.col_footer{
	float:left;
	width:calc(100% / 4);
	font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size:16px;
	line-height:20px;
	color:white;
}
a#logo_footer{
	max-width:72%;
	display: block;
    margin: 0 auto;
	margin-bottom:30px;
}
div#footer_col_1{
	text-align:center;
}
div#footer_col_1 p{
font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size:16px;
	line-height:20px;
	color:white;
	
	
}
div#footer_col_1 p a{
	color:white;
}
div#footer_col_3{
	text-align:center;
}
div#footer_col_3 a{
	display:inline-block;
	margin-right:15px;
}
div#content_reso_footer{
	margin-top:40px
}
div#footer_col_3 div#content_reso_footer a{
	margin-right:5px;
}
ul.menu_sec{
	float:left;
	padding-left:15px;
	border-left:1px solid white;
	margin-left:50px;
}
ul#menu_sec1{
	padding-top:60px;
	padding-bottom:60px;
}
ul.menu_sec li{
    list-style: disc;
    margin-left: 15px;
	list-style-position: outside;
	}
ul.menu_sec li a{
	font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size:16px;
	line-height:24px;
	color:white;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
ul.menu_sec li a:hover{
	color:#dcdcde;
}
div#sign{
	text-align: center;
	font-size:14px;
	padding-top:20px;
	padding-bottom:10px;
	color: #989899;
	
}
div#sign a{
	color: #989899;
	font-size:14px;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
div#sign a:hover{
	color:#dcdcde;
}
div.content_page{
	padding-top:30px;
}
div.content_page div#zone_visuel img{
	display:block;
}
div#zone_visuel{
	margin-bottom:30px;
}
div.visuel_page{
	margin: 20px 15px 30px 15px;
    float: left;
    width: calc((100% / 3) - 30px);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
div#content_visuel_page{
	background:url(../img/maquette/texture-galerie-page-interne.png);
	background-position:center;
}
img.image_interne{
	display:block;
	float:left;
	width:calc((100% / 2) - 30px);
	margin:15px;
}
div#contenu3{
	margin:15px;
	
}
div#contenu3.flottant{
	float:right;
	width:calc((100% / 2) - 30px);
}
a#bt_contact {
    display: block;
    width: 235px;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 4px;
    background: white;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #b18431;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	color:#b18431;
}
a#bt_contact:hover{
	
	background:#b18431;
	color:white;
}
div.article{
	background: url(../img/maquette/texture-galerie-page-interne.png);
    background-position: center;
}
div.contenu_actu{
	margin:15px;
	position: relative;
	padding-bottom:40px;
}
div.contenu_actu.flottant{
	float:right;
	width:calc((100% / 2) - 30px);
	height: 476px;
}
div#blog h2{
	text-transform:uppercase;
	color:#7a5920;
	font-size:14px;
	text-align:center;
	font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
	margin-bottom:20px;
	margin-top:30px;
}
div#blog h3{
	text-transform:uppercase;
	color:black;
	font-size:16px;
	text-align:center;
	font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
	margin-bottom:15px;
}
div.titre_blog{
	font-size:25px;
	font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight:200;
	color:#7a5920;
	line-height:40px;
}
div.titre_blog img{
	    line-height: 40px;
    vertical-align: -10px;
	margin-right:10px;
}
div.lien_actu{
	border-bottom:7px solid #7a5920;
	font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
	font-style:italic;
	font-size:12px;
	color:#7a5920;
	padding-bottom:2px;
}
div.flottant div.lien_actu{
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
}
a.lien_plus{
	color:#7a5920;
	display:block;
	float:right;
	font-size: 32px;
    margin-right: 20px;
    margin-bottom: 3px;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
a.lien_plus:hover{
	color:#b18431;
}
div#content_slider{
	width:calc(50% - 30px);
	margin-right:30px;
	float:left;
	margin-bottom:40px;
}
div#actu_detail {
    margin-bottom: 20px;
	margin-left:15px;
	margin-right:15px;
   
}
div.content_img_galery {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 450px;
    cursor: pointer;
}
div#actu_detail h2{
	line-height:36px;
}
div#actu_detail p{
	margin-bottom:20px;
}
a.retour {
    margin-left: 15px;
    display: inline-block;
    background: white;
    color: #7a5920;
    border: 1px solid #7a5920;
    padding: 6px 8px;
    font-size: 18px;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	text-transform:uppercase;
}
a.retour:hover{
	background:#7a5920;
	color:white;
}
a.retour2 {
    margin-right: 15px;
    float: right;
    display: inline-block;
    background: white;
    color: #7a5920;
    border: 1px solid #7a5920;
    padding: 6px 8px;
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 90px;
	 -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	text-transform:uppercase;
}
a.retour2:hover{
	background:#7a5920;
	color:white;
}
div#content_galerie {
    margin-bottom: 30px;
    padding-bottom: 50px;
}
div#galerie_photos {
    margin-top: 20px;
}
a.bloc_gal {
    float: left;
    display: block;
    margin: 15px;
    width: calc((100% / 3) - 30px);
}
div.titre_gal {
    text-transform: uppercase;
    font-size: 22px;
    color: #7a5920;
    text-align: center;
    padding: 10px 0 15px;
	line-height: 30px;
}
div.content_img_gal {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	position:relative;
}
div.titre_gal img {
    line-height: 40px;
    vertical-align: -8px;
    margin-right: 5px;
}
span.lien_gal{
	color:white;
	opacity:0.3;
	display:block;
	position:absolute;
	top:30%;
	left:calc(50% - 60px);
	font-size:60px;
	border:10px solid white;
	border-radius:50%;
	padding:20px 25px;
	 -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
a.bloc_gal:hover span.lien_gal{
	opacity:0.8;
}
i.chevron{
	display:none;
}













div#contenu_simple{
	font-size:16px;
	line-height:20px;
	margin-bottom: 50px;
}
div#contenu_simple p{
	margin-bottom:16px;
}
div.contenu1 div.visuel p img {
	border:none;
	width:100%;
	max-width:100%;
}
div#apercu_galerie{
	background:black;
	padding-top:3%;
	padding-left:4%;
	padding-right:4%;
}
div#apercu_galerie h2{
	color:white;
}
@media screen and (max-width: 1440px) {
	/*----------------------------------------------------------------------*/
	div.padding_lr {
		padding-left: 10px;
		padding-right: 10px;
	}
	div#content_slideshow{
		margin-top:20px!important;
	}
	div#content_slideshow{
		height:290px;
	}
	ul.slides li{
		height:100%;
	}
	
	/*----------------------------------------------------------------------*/
	ul#menu li span, ul#menu li a{
		font-size:16px;
	}
	
	div.accroche{
		padding-left:10px;
		padding-right:10px;
	}
	
}
@media screen and (max-width: 1250px) {
	/*----------------------------------------------------------------------*/
	
	div#content_slideshow{
		height:270px;
	}
	/*----------------------------------------------------------------------*/
	ul#menu li span, ul#menu li a{
		font-size:15px;
		padding-left: 5px;
		padding-right: 7px;
	}
	
}
@media screen and (max-width: 1100px) {
	.cache_desktop{
		display:block!important;
	}
	a#lien_home{
		float:right;
		color:#98989a;
		margin-right:12px;
		margin-top:12px;
	}
	div#content_menu{
		position: absolute;
		top: 0;
		margin-top: 0;
		width: 100%;
	}
	ul#menu.top_menu_ferme {
		top: -600px!important;
	}
	ul#menu {
		background-color: #98989a;
		color: white;
		width: calc(100% - 30px);
		z-index: 10;
		-webkit-transition: top 0.8s ease-in-out;
		-moz-transition: top 0.8s ease-in-out;
		-o-transition: top 0.8s ease-in-out;
		transition: top 0.8s ease-in-out;
		padding: 5px 15px;
		margin-left: 0;
		position: absolute;
		top: -500px;
		padding-top: 40px;
	}
	ul#menu li {
		border-bottom: 1px solid white;
		padding-top: 12px;
		padding-bottom: 12px;
		display:block;
		border-right:none;
	}
	ul#menu li span, ul#menu li a {
		font-size: 15px!important;
		color: white;
		display: block;
		text-align: left;
	}
	.lSSlideOuter .lSPager.lSGallery a{
		height:100px;
	}
	label.error{
		position:relative;
		right:auto;
		top:auto;
	}
	.showup-translate-left {
	  -webkit-animation: translateLeft 0s;
	  -moz-animation: translateLeft 0s;
	  -o-animation: translateLeft 0s;
	  -ms-animation: translateLeft 0s;
	  animation: translateLeft 0s;
	}
	.showup-translate-right {
	  -webkit-animation: translateRight 0s;
	  -moz-animation: translateRight 0s;
	  -o-animation: translateRight 0s;
	  -ms-animation: translateRight 0s;
	  animation: translateRight 0s;
	}
	div.padding_tb {
		padding-top: 45px;
		padding-bottom: 25px;
	}
	div#content_slideshow{
		height:190px;
	}
	/*------------------------------------------------------------------------------*/
	a.widget {
		margin-left:15px;
		margin-right:15px;
	}
	a.picto_top{
		display:none;
	}
	div#content_widget{
		max-width:756px;
		margin:0 auto;
		
	}
	div#telephone_smart{
		font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
		font-weight:bold;
		color:#b18431;
		text-align:center;
		font-size:22px;
		background:white;
		border-top:1px solid #b2b2b2;
		border-bottom:1px solid #b2b2b2;
	}
	div#content_visuel_accueil{
		display:none;
	}
	a.switch_lang{
		bottom:15px;
	}
	div#content_menu{
		border:none;
	}
}
@media screen and (max-width: 1024px) {
	/*----------------------------------------------------------------------*/
	div.content_img_galery {
		height: 250px;
	}
	.lSSlideOuter .lSPager.lSGallery a {
		height: 65px;
	}
	/*----------------------------------------------------------------------*/
	div.col_footer{
		
		text-align: center;
    width: calc(50% - 20px)!important;
    margin: auto;
	}
	div#footer_col_2{
		display:none;
	}
	div#footer_col_3 p{
		float:none;
		text-align:left;
	}
	div#footer_col_3{
		clear: both;
    width: 100%!important;
    float: none;
	}
	div#footer_col_3 div.lien_part{
	width:50%;
	float:left;
	}
	div#footer_col_3 div#content_reso_footer{
	width:50%;
	float:right;
	}
	span.retour_ligne{
		display:block;
		height: 1px;
	}
	div#footer_col_1{
		margin-bottom:30px;
	}
	div#footer_col_2{
		margin-bottom:20px;
	}
	
	div#content_widget {
		margin-top: 0px;
	}
	img.image_interne{
		margin:0 auto;
		width:auto;
		float:none;
	}
	div#contenu3.flottant {
		float:none;
		width:calc(100% - 30px);
	}
	
	ul.menu_sec{
		border:none;
		text-align:left;
		padding-bottom:0;
	}
	ul.menu_sec li{
		
	}
	ul.menu_sec li.last_li{
		
	}
	div#footer_col_3 a {
    
		margin-right: 45px;
	}
	a.bloc_gal {
		width: calc((100% / 2) - 30px);
	}
	div.contenu_actu.flottant{
		float:none;
		width:calc(100% - 20px);
		margin:10px;
		height:auto;
	}
	div.contenu_actu{
		padding-bottom:60px;
	}
}

@media screen and (max-width: 767px) {
	/*----------------------------------------------------------------------*/
	.cache_mobile {
		display: none!important;
	}
	.cache_desktop{
		display:block!important;
	}
	.cache_desktop2{
		display:block!important;
	}
	button.filter{
		margin: 5px 20px 5px 20px;
		font-size:15px;
		display: block;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	
	ul#plan{
		margin-left:0;
	}
	input#confirmation{
		width:18px!important;
		height:18px;
	}
	div#content_slideshow{
		display:none;
	}
	div#content_slider{
		margin-left:0px;
		margin-right:0px;
		width:calc(100% - 0px);
		float:none;
		margin-bottom:30px;
	}
	div.content_img_galery {
    height: 200px;
}
.lSSlideOuter .lSPager.lSGallery a {
    height: 54px;
}
	div.content_actu {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
}
div.form-group1 {
    float: none;
    margin-right: 0px;
    width: 100%;
}
div.form-group2 {
    float: none;
    margin-left: 0px;
    width: 100%;
}
	/*----------------------------------------------------------------------*/
	header#header{
		padding-top:0;
	}
	a#logo{
		clear:both;
		padding-top:20px;
		max-width:calc(100% - 50px);
		margin:0 auto;
	}
	a.widget {
		margin: 15px auto;
		float:none;
	}
	span.retour_ligne2{
		display:block;
		height:1px;
	}
	div#sign{
		text-align:center;
	}
	div.padding_tb{
		padding-top:20px;
	}
	div.contenu1 div.visuel {
		width: 100%;
		margin-left: 0px;
		float: none;
		margin-bottom: 30px;
	}
	div.colonne_contact, div.colonne_contact2{
		float:none;
		width:100%;
		margin:0;
		padding-top:0;
	}
	div#content_form{
		width:100%;
	}
	
	body {
    
		background-size: 1500px auto;
	}
		div.col_footer{
			float:none;
			width:calc(100% - 20px)!important;
		}
	ul.menu_sec{
		float:none;
		margin-left:0;
		padding-left:0;
	}
	ul#menu_sec1{
		
		padding-top: 0px;
    padding-bottom: 45px;
	}
	ul.menu_sec li{
		list-style:none;
		text-align:center;
		margin-left:0;
	}
div#footer_col_3 div.lien_part{
		float:none;
		width:100%;
	}
	div#footer_col_3 div#content_reso_footer{
		width: 100%;
    float: none;
	}
	div#footer_col_3 a{
		margin-right: 20px;
    margin-left: 20px;
	}
	div#footer_col_3 div#content_reso_footer a{
		margin-right:2px;
		margin-left:2px;
	}
	div#footer_col_3 div#content_reso_footer{
		margin-top:25px;
	}
	ul#menu_sec1 li.first_li a{
		padding-top:20px;
		border-top:1px solid white;
	}
	div#actu_detail{
		margin:0 10px;
	}


}
@media screen and (max-width: 400px) {
	/*----------------------------------------------------------------------*/
	a.widget{
		margin:15px auto;
		width:calc(100% - 20px);
		max-width:348px;
		height: auto;
		text-align:left;
		display: block;
    line-height: 26px;
	padding-bottom: 10px;
    border-bottom: 1px solid #b18431;
	}
	img.img_widget{
		position:relative;
		top:auto;
		left:auto;
		width:50px;
		display: inline;
   
    margin-right: 10px;
	}
	img.picto_widget{
		display:none;
	}
	div.wid_content{
		display: block;
    vertical-align: top;
	text-align: left;
    float: right;
	width: calc(100% - 80px);
	margin-right:20px;
	}
	div.titre_widget {
		position:relative;
		bottom:auto;
		width:auto;
		left:auto;
		text-align:left;
	}
	div.titre_widget h4{
		text-align:left;
	}
	div.text_widget {
		position:relative;
		top:auto;
		width:auto;
		left:auto;
		text-align:left;
	}
	i.chevron{
		display:block;
		position: absolute;
    right: 0;
    top: calc(50% - 16px);
    font-size: 22px;
	}
	div#content_visuel_accueil{
		display:block;
		padding-top:20px;
		padding-bottom:20px;
	}
	img.visuel_accueil{
		margin:0 10px 20px 10px;
		float:none;
		width:calc(100% - 20px);
	}
	a#logo_footer{
		
	}
	div#content_visuel_page{
		padding-top:10px;
		padding-bottom:10px;
	}
	div.visuel_page{
		float:none;
		width:calc(100% - 20px);
		margin:10px;
	}
	a.bloc_gal{
		width:calc(100% - 20px);
		margin:10px;
	}
	div#content_galerie{
		margin-bottom:0;
	}
	a.retour2{
		margin-bottom:0;
	}
	
	
	
}