/* 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, button{margin:0;padding:0;font-family: Inter_18pt-ExtraLight,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;font-family: Inter_18pt-ExtraLight, arial, sans-serif;font-size:0.875;text-align: left;}
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:#cd8263;
text-decoration: none;
}
a:hover  {text-decoration: none;color:#cd8263}
table{
caption-side:bottom;
}
strong, b{
	font-weight:normal;
	font-family:Inter_18pt-Regular;
}
/*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: 1.25em;
    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:#cd8263;
}
#royal_preloader.royal_preloader_progress .royal_preloader_meter{
	background-color: #cd8263;
}
/*--------------------------------------------------------------------------------------------*/
.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;
	
	-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:#cd8263;
	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{
  background:rgba(0,0,0,0.3);
padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 10px;
	margin-right: 50px;
	display:inline-block;
	border-radius:0 5px 5px 0;
}
ul#menu li{
display:inline-block;
position:relative;
padding-left:18px;
padding-right:18px;
border-right:2px solid #cd8263;
	
}
ul#menu li.last, ul#menu li.position_menu5{
	border-right:none;
	
}
ul#menu li span, ul#menu li a{
	font-size:1.5em;
	padding:0px;
	color:white;
	cursor:pointer;
	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;
	margin-bottom:3px;
	
}
ul#menu li:first-child {
	border:none
}
ul#menu li.last_menu {
	border:none;
	
	background: #cd8263;
    border-radius: 5px;
   padding-top: 8px;
    padding-bottom: 6px;
    margin-top: -10px;
    margin-bottom: -10px;
}
ul#menu li a:hover,ul#menu li span:hover{
	
	color:#cd8263;
}
ul#menu li.last_menu a:hover{
	
	color:#000;
}
ul#menu li ul{
background:white;
position:absolute;
display:none;
padding-top:8px;

z-index:9;
width:685px;
}
ul#menu li:hover ul{
	display:block;
}
ul#menu li ul li{

display:block;
background:none;

padding-right:0px;

border-top:none;
padding-bottom: 6px;
border-left:4px solid #cd8263;
padding-left:6px;
margin-bottom: 15px;
}
ul#menu li ul li.col_menu{
	width:calc((100% / 3) - 5px);
float:left;
border:none;
padding-left:0px;
margin-bottom: 0;
padding-bottom: 0;
margin-left:5px;
}
ul#menu li ul li a, ul#menu li ul li span{
font-size:14px;
font-family:Inter_18pt-ExtraLight;
color:#666666;
text-transform:uppercase;
line-height:16px;
padding-top:5px;
padding-left:0;
padding-right:30px;
padding-bottom:5px;
display:block;
text-align:right;
margin-bottom:0px;

}
ul#menu li ul li span:hover{
	background:none;
	
}
ul#menu li ul li a:hover{
color:#cd8263;


}
li#menu_boutique:hover span{
	background:#cd8263;
	
	
}
li#menu_boutique:hover ul li span{
	background:none;
	
	
}
li#menu_boutique ul li a:hover{
	color:#cd8263;
	background:white;
}
li#menu_boutique ul li a img.menu_picto{
	width:40px;
	margin-right:12px;
}
ul#menu li ul li ul{
	width:100%;
	position:relative;
	display:block;
}
ul#menu li ul li ul li ul{
	padding-top:0;
}
ul#menu li ul li ul li ul li{
	border:none;
	    margin-bottom: 0;
    padding-bottom: 0;
}
ul#menu li ul li ul li ul li a{
	font-size:12px;
	padding-bottom: 0;
    padding-top: 0;
	font-family: Inter_18pt-ExtraLight;
}
/*---------------------------------------------------------------------------------------- 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;

border:1px solid #cccccc;
color: #000;
  font-size:1em;


      padding: 7px;
	  width: calc(100% - 16px);
}
select{
	display:block;

border:1px solid #cccccc;
color: #000;
  font-size:0.875em;


      padding: 7px;
}
label.error {
        font-weight: normal;
    color: #f37676;
    display: initial;
    position: absolute;
    right: 5px;
    top: 0px;
	font-size:0.85em;
}
input#submit{
	color:white;
	 font-size: 1.25em;
	padding:8px 20px;
	width:auto;
	margin:0 auto;
	border:1px solid #cd8263;
	background:#cd8263;
	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;
	float:right;
}
input#submit:hover{
	color:#cd8263;
	background:white;
}
div#content_form{
    margin-bottom: 30px;
}
}
div.message {
font-weight:bold;
text-align: center;
padding: 7px;
font-size: 1.063em;
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: 350px;
    width: 100%;    
    margin-top: 0px;
}
div#contenu_sec_contact{
	text-align:center;
}
div#contenu_sec_contact h2{
	color: #6d6f71;
    font-size: 1.5em;
    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;
}
div#content_filters{
	align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
button.filter {
    display: block;
    text-align: center;
    color: #858875;
    text-transform: uppercase;
    font-size: 0.875em;
    border: 1px solid #858875;
    border-radius: 30px;
    align-self: stretch;
    padding: 4px;
    margin: 10px;
    line-height: 1em;
    align-content: center;
	background: none;
}
button.filter.active, button.filter:hover {
	color:white;
	background:#cd8263;
	border:1px solid #cd8263;
}
div.contain_rea {
	display: block;
    width: calc((100% / 3) - 30px);
    position: relative;
    overflow: hidden;
    float: left;
	margin:15px;
	cursor:pointer;
}
div#Container{
row-gap: 20px;
}
div#Container .mix{
    display: none;
	overflow: hidden;
    position: relative;
}
span.lien_projet{
	display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 2.5em;
	    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:1em;
	margin-top:15px;
}
div#zone_realisation{
	margin-bottom:60px;
}
div.colonne_contact{
	float:left;
	width: calc(50% - 15px);
	margin-right:15px;
    font-size: 1em;
	padding-top:80px;
	text-align:center;
	
}
div.colonne_contact p{
	margin-bottom:30px;
	line-height:24px;
}
div.colonne_contact p strong, div.colonne_contact p strong a{
	
	color:#4d4d4d;
}
div.colonne_contact2{
	float:right;
	width: calc(50% - 15px);
	margin-left:15px;
}
div#content_form{
	
}
/*----------------------------------------------------------------------------------------- MENU MOBILE */

	
	
	
/*------------------------------------------------------------------------------------ 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;
    	
}
*{
    margin: 0px;
    padding: 0px;
}
body, html{
    height: 100%;
}
.bx-viewport, .bx-wrapper{
    position:relative;
    width:100%;
   
    top:0;
    left:0;
}
.bxslider, .bxslider li{
   min-height: 100vh;
}
.bxslider li{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	
}
.bx-wrapper .bx-viewport{
    border: none !important;
}
span.slider_caption1{
	font-family:Inter_18pt-ExtraLight;
	font-size:25px;
	text-transform:uppercase;
	margin-left: 30px;
	color:#060606!important;
	letter-spacing:0.8px;
	
}
span.slider_caption2{
	font-family:Inter_18pt-ExtraLight;
	font-size:25px;
	margin-bottom: 150px;
	margin-left: 30px;
	color:#56a9c3!important;
	letter-spacing:0.8px;
}
.bx-wrapper .bx-controls-direction a{
	text-indent:initial!important;
	background:none!important;
	font-size: 32px;
	color:#8b8b89;
}

/*-----------------------------------------------------------------------------------*/

html{
	
	
}
body{
	font-size:1em;
	color:#3f3f3f;
	min-width:320px;
	line-height:1.375em;
	font-family:Inter_18pt-ExtraLight;
	background: #f5efe9;
}
header{
	position:relative;
	padding-top: 30px;
    padding-bottom: 30px;
	align-items: center;
}
a{
	 -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
button{
	 -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	cursor:pointer;
}
div.clear{
	clear:both;
}
img{
	max-width:100%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  font-size:1em;
  letter-spacing:1.2px;
  
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
   font-size:1em;
  letter-spacing:1.2px;
 
}
:-ms-input-placeholder { /* IE 10+ */
 color: #000;
   font-size:1em;
  letter-spacing:1.2px;
  
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
   font-size:1em;
  letter-spacing:1.2px;
  
}
p{
	margin-bottom:15px;
	
}
div#referencement{
	position:absolute;
	top:-5000px;
}
div#global{
	position:relative;
	
}
.cache_desktop, .cache_desktop2 {
    display: none!important;
}
div.centrer{
	width: 100%;
    padding: 0;
    margin: 0 auto;
    max-width: 1140px;
    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: 150px;
    display: block;
    background-size: cover;
    background-position: center;
	position:relative;
}
.lSSlideOuter .lSPager.lSGallery a:after{
	font-family: "Font Awesome 5 Free";
   content: "\f0fe";
  position:absolute;
  bottom:5px;
  right:5px;
   color:black;
   font-size:24px;
}
/*------------------------------------------------------------------------------*/
@-webkit-keyframes scroll-down-icon {
  0%{ bottom: 3px; }
  50%{ bottom: 8px; }
  100%{ bottom: 3px; }
}
@-moz-keyframes scroll-down-icon {
  0%{ bottom: 3px; }
  50%{ bottom: 8px; }
  100%{ bottom: 3px; }
}
@-o-keyframes scroll-down-icon {
  0%{ bottom: 3px; }
  50%{ bottom: 8px; }
  100%{ bottom: 3px; }
}
@keyframes scroll-down-icon {
  0%{ bottom: 3px; }
  50%{ bottom: 8px; }
  100%{ bottom: 3px; }
}

.scroll-down img {
  color: #000;
  -webkit-animation: scroll-down-icon 1s infinite;
  -moz-animation: scroll-down-icon 1s infinite;
  -o-animation: scroll-down-icon 1s infinite;
  animation: scroll-down-icon 1s infinite;
  position: absolute;
  left: 10px;
}
.scroll-top img {
  color: #000;
  -webkit-animation: scroll-down-icon 1s infinite;
  -moz-animation: scroll-down-icon 1s infinite;
  -o-animation: scroll-down-icon 1s infinite;
  animation: scroll-down-icon 1s infinite;
  position: absolute;
  left: 10px;
}


input#contact_news{
	display: block;
    border: none;
    padding: 6px 10px;
	width: calc(100% - 24px);
	border:2px solid white;
	margin-bottom:5px;
}
button#bt_envoyer{
	border:1px solid #55524f;
	text-align:center;
	display:block;
	float:left;
	
	padding:7px 0;
	color:white;
	background:#55524f;
	font-size:9px;
  letter-spacing:1.2px;
 
  text-transform:uppercase;
  width:100%;
}
button#bt_envoyer:hover{
	color:#55524f;
	background:white;
}

form#connexion_news{
	margin-bottom:7px;
}

ul#signature{
	font-size:15px;
	padding: 30px 10%;
	text-align:center;
	background: #3e3c36;
	color:#fff;
}
ul#signature li{
	display:inline-block;
	margin-right: 12px;
    margin-left: 12px;
}
ul#signature li a{
	color:#fff;
}
ul#signature li a:hover{
	color:#cd8263;
}
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#header_accueil{
	background-size:cover;max-width: 1140px;margin: 0 auto;position:relative;
}
#header_accueil header{
	padding-top: 50px;
    padding-bottom: 50px;
}
#header_accueil header ul#menu{
	margin-top:40px;
}
img#bandeau_page{
	position:absolute;
}
div#fond_header::before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	background: #000000;
background: linear-gradient(0deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 100%);
}
div#accroche1{
	font-family:'Inter_18pt-Regular';
	font-size:1.75em;
	max-width: 700px;
    margin: 0 auto 10px auto;
	line-height:1.5em;
	color:white;
	padding-top: 90px;
}
div#accroche2{
	
	font-size: 1.5em;
    max-width: 700px;
    margin: 0 auto 30px auto;
	line-height:1.5em;
	color:white;
}
div#accroche1 b{
	color:#cd8263;
}
a#decouvrir{
	background:#cd8263;
	font-size:1.5em;
	font-family:'Inter_18pt-Regular';
	color:white;
	border-radius: 50px;
    padding: 8px 27px;
	margin-bottom:60px;
}
div#intro{
	font-size: 1.375em;
    line-height: 1.25em;
	max-width: 700px;
	margin: 0 auto;
	color:#fff;
	position:relative;
	padding-bottom:30px;
}
div#intro h1{
	
	color:#fff;
}
a.btn:hover{
background:#fff!important;
color:#cd8263!important;
}
a#retour_cat{
	display: block;
    position: absolute;
    bottom: 80px;
    left: 13px;
	color: #cd8263;
}
a#logo{
	display: block;
    max-width: 80%;
}
a#logo img{
	margin-left:60px;
}
a.widget_accueil{
	background:#cd8263;
	color:#fff;
	margin:0 20px;
	padding:15px;
	
	border-radius:5px;
	-webkit-box-shadow: 8px 8px 13px 0px rgba(0,0,0,0.28); 
box-shadow: 8px 8px 13px 0px rgba(0,0,0,0.28);
display:block;
min-height: 100%;

}
a.widget_accueil svg{
	height:32px;
	margin:0 auto;
	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;
}
div.titre_widget{
	
	font-family:Fraunces;
	text-align:center;
	font-size:1.25em;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
a.widget_accueil:hover{
	background:#f8f6ed;
}
a.widget_accueil:hover div.titre_widget{
	color:#cd8263!important;
}
a.widget_accueil:hover div.text_widget p{
	color:#3f3f3f;
}
a.widget_accueil svg path {
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
a.widget_accueil svg path {
	fill:#fff!important;
}	
a.widget_accueil:hover svg path {
	fill:#cd8263!important;
}	
div.text_widget{
	
	text-align: center;
	font-family:Inter_18pt-Regular;
}
div.text_widget p{
	font-size:1em;
font-family:'Inter_18pt-Regular';

	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	margin-bottom: 0;
}
div.picto_widget{
	margin-bottom: 10px;
}
div#content_accueil{
	padding-top:65px;
	margin-left:60px;
	margin-right:60px;
	margin-bottom: 100px;
}
div#col_accueil1{
	
	width:40%;
	position:relative;
	padding-left: 30px;
	text-align: justify;
	
}
div#col_accueil1::before{
	height:100%;
	width:3px;
	background:#ece3da;
	position:absolute;
	left:0;
	bottom:0;
	content:'';
}
img.img_cover {
    height: 100% !important;
    object-fit: cover;
    width: 100%;
}
div#col_accueil1 h1{
	font-family:'Inter_18pt-Regular';
	font-size: 2em;
	margin-bottom: 25px;
}
div#col_accueil1 h1 strong{
	font-weight:bold;
	color:#cd8263;
}
.contenu{
	margin-bottom:50px;
	padding-top:30px;
}
.contenu img{
	margin:30px;
	margin-top:0;
}
.contenu img.alignright{
	margin-right:0;
}
.contenu img.alignleft{
	margin-left:0;
}
.contenu:after{
	content:'';
	clear:both;
	display:block;
}
a.bouton{
	background: #cd8263;
    font-family: 'Inter_18pt-Regular';
    color: white;
    border-radius: 50px;
    padding: 8px 27px;
    margin-bottom: 30px;
}
a.bouton:hover{
	background:#fff!important;
color:#cd8263!important;
}
.contenu h1{
	font-family: 'Inter_18pt-Regular';
    font-size: 2em;
    margin-bottom: 25px;
}
.contenu h2{
	font-family: 'Inter_18pt-Regular';
    font-size: 1.5em;
    margin-bottom: 25px;
	color:#6d6f71;
}
.contenu p{
	font-family: Inter_18pt-ExtraLight;
    text-align: justify;
    font-size: 1.375em;
    line-height: 1.25em;
}
.contenu ul{
	list-style-position:outside;
	margin-left:20px;
}
.contenu ul li{
	list-style:disc;
	margin-bottom:10px;
	font-size: 1.375em;
    line-height: 1.25em;
}
.contenu ul li::marker {
  color: #cd8263;
}
div#col_accueil1 p{
	font-family:Inter_18pt-ExtraLight;
	text-align:justify;
	font-size: 1.375em;
    line-height: 1.25em;
}

div#col_accueil2{
	
	width:60%;
}

h2{
	font-family:Inter_18pt-ExtraLight;
	font-size:36px;
	
	margin-bottom:30px;
	text-align: left;
    line-height: 40px;
}



footer{

	margin:0 auto;
	background:#3e3c36;
	color:white;
	padding-top: 20px;
}
footer a{
	color:white;
}
footer a:hover{
	color:#cd8263;
}
#footer{
	    max-width: 1270px;
		margin:0 auto;
}
div#col_footer1, div#col_footer2, div#col_footer3{
	margin-top:35px;
}
div#col_footer1 ul{
	margin-top:75px;
	margin-left:20px;
}
div#col_footer1 ul li a{
	font-size: 1.375em;
    line-height: 1.375em;
	color:white;
}
div#col_footer1 ul li a:hover{
	color:#cd8263;
}
img#logo_footer{
	max-width: 200px;
    display: block;
    margin-left: auto;
    margin-right: 100px;
}
a#bt_footer{
	background: #cd8263;
    color: white;
    border-radius: 30px;
    width: 340px;
   line-height: 1.125em;
    font-size: 1.125em;
	display:block;
	margin:50px auto 0 auto;
}
div#adresse_footer{
	max-width: 400px;
    margin: 0 auto;
    font-size: 1.25em;
    margin-top: 20px;
    line-height: 30px;
}
div#col_footer2 div#adresse_footer a{
	color:white;
}
div#col_footer2 div#adresse_footer a:hover{
	color:#cd8263;
}
div#adresse_footer svg{
	height:22px;
}
div#adresse_footer .col-2{
	text-align:right;
}
p#politique_news{
	font-size:12px;
	line-height:14px;
}
div#content_reso{
	text-align:right;
	margin-right: 30px;
}
p#projet_coulisse{
	margin-top: 50px;
    font-family: 'Fraunces';
    font-style: italic;
    font-size: 18px;
}
a.reso_footer{
	display: inline-block;
    font-size: 18px;
    color: #3e3c36;
    letter-spacing: 0;
    text-transform: uppercase;
    background: #cd8263;
    border-radius: 50px;
    padding: 8px;
    line-height: 16px;
	    width: 32px;
    text-align: center;
	vertical-align:bottom;
	height:32px;
	margin-left: 12px;
}
a.reso_footer3{
	font-size:16px;
}
a.reso_footer1{
	background: none;
    color: #cd8263;
    font-size: 32px;
    padding: 0;
}
a.reso_footer2{
padding: 7px;
}
a.reso_footer2:hover, a.reso_footer3:hover{
	background: #fff;
}
a.reso_footer1:hover{
	color:#fff;
}
div.contenu_page{
	padding-top: 25px;
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 100px;
	width:auto;
}
div.content_liens{
	align-items:center;
	justify-content:center;
	margin-bottom: 20px;
}
a.lien_bloc{
	display: block;
    text-align: center;
    color: #858875;
    text-transform: uppercase;
    font-size: 0.875em;
    border: 1px solid #858875;
    border-radius: 30px;
    align-self: stretch;
	padding:4px;
    margin: 10px;
    line-height: 1em;
	align-content: center;
}
a.lien_bloc:hover{
	background:#cd8263;
	color:white;
	border: 1px solid #cd8263;
}
a.lien_bloc.active{
	background:#cd8263;
	color:white;
	border: 1px solid #cd8263;
}
div.bloc_1, div.bloc_0{
	margin-bottom:35px;
	background:#e4ddd2;
	border-radius:15px;
	padding:22px;
	-webkit-box-shadow: 0px 0px 30px -22px #000000; 
box-shadow: 0px 0px 30px -22px #000000;
}
div.bloc_1 h2, div.bloc_0 h2{
	font-family:'Fraunces';
	font-size: 1.5em;
	line-height: 1.5em;
	color: #cd8263;
    border-bottom: 2px solid #efe9df;
	margin-bottom:15px;
	position:relative;
	padding-bottom: 5px;
}
div.bloc_1 h2::after, div.bloc_0 h2::after{
	content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    bottom: -4px;
    left: calc(50% - 3px);
    background: #cd8263;
    border-radius: 10px;
}
div.bloc_1 p, div.bloc_0 p{
	font-size: 1.25em;
    line-height: 1.25em;
    font-family: 'Inter_18pt-Regular';
}
div.bloc_1 ul, div.bloc_0 ul{
	list-style-position: outside;
    margin-left: 20px;
	    display: flex;
    flex-direction: column;
}
div.bloc_0 ul{
	padding-left:20px;
}
div.bloc_1 ul li, div.bloc_0 ul li {
    list-style: disc;
    margin-bottom: 10px;
    font-size: 1.25em;
    line-height: 1.25em;
	font-family: 'Inter_18pt-Regular';
}
div.bloc_1 ul li::marker, div.bloc_0 ul li::marker {
    color: #cd8263;
}


div.bloc_ctn{
	
}
div.blocs_img img{
	border-radius:15px;

}

div.bloc_1 div.col-lg-7{
float:left;
}
div.bloc_1 div.blocs_img {
float: right;
    margin-left: 20px;
    margin-bottom: 20px;
	width: calc(((100% / 12) * 5) - 20px);
}
div.bloc_0 div.blocs_img {
float: left;
    margin-right: 20px;
    margin-bottom: 20px;
	width: calc(((100% / 12) * 5) - 20px);
}
div.bloc_0{
	background:#f8f6ed;
}
div.bloc_0 div.col-lg-7{
float:right;
}
div.bloc_0 h2{
	text-align:right;
}
.bloc_0 .bloc_ctn{
	order:2;
}
hr.ligne_end{
	display: block;
    position: relative;
    padding: 0;
    border: none;
    height: 2px;
    background: #efe9df;
    opacity: 1;
}
hr.ligne_end2{
	margin-top: -5px;
    display: block;
    position: relative;
    padding: 0;
    border: none;
    height: 8px;
    background: none;
    opacity: 1;
}
hr.ligne_end2::after{
	content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    bottom: 1px;
    left: calc(50% - 3px);
    background: #cd8263;
    border-radius: 10px;

}
div#detail_portfolio{
	background:#3e3c37;
	color:white;
	padding:40px;
}
div#content_detail_portfolio{
	max-width:600px;
	margin:0 auto;
	display:flex;
	flex-direction:column;
}
div#detail_portfolio h3{
	font-family: 'Fraunces';
    margin-top:25px;
    font-size: 1.25em;
	color: white;
}
div#detail_portfolio h2{
	background: #cd8263;
    border-radius: 30px;
    display: inline-block;
    margin-top: 10px;
    color: white;
    font-size: 1.25em;
    line-height: 1.25em;
    padding: 2px 20px;
	margin-bottom:15px;
}
div#detail_portfolio p{
	text-align:justify;
}
a.lien_actu_adj{
	font-size:1.5em;
	    margin-top: 20px;
}
a.lien_actu_adj span{
display: block;
    margin-top: 15px;
    font-family: 'Fraunces';
}
a.lien_actu_adj:hover {
		color:#525252;
}
div.content_img2{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	width:calc(50% - 30px);
	margin-left:30px;
	float:left;
}
div.content_img1{
	
	width:calc(100% - 30px);
	margin-left:30px;
	float:left;
}

div.content_img1 img{
	width:100%;
}
h2.contactez-nous{
	text-align:center;
}
div#blocs_contact{
	text-align:center;
}
div#blocs_contact a{
	display: inline-block;
    text-align: center;
    padding: 26px 10px;
    color: white;
    background: #cd8263;
    width: 300px;
    border-radius: 10px;
    font-family: Inter_18pt-ExtraLight;
    font-size: 36px;
    margin: 0 30px 70px;
}
div#blocs_contact a:hover{
	background:white;
	color:#cd8263;
}
a.shop-item {
    display: block;
    float: left;
    margin: 15px 15px 30px;
    width: calc((100% / 4) - 30px);
}
a.shop-item h3 {
    font-family: Inter_18pt-ExtraLight;
    font-size: 20px;
	color:white;
	text-transform:uppercase;
}
div.product-details{
	font-family: Inter_18pt-ExtraLight;
    font-size: 20px;
	text-transform:uppercase;
	color:white;
	min-height:74px;
}
div.product-details p.desc_prod, div.product-details p.prod_tarif{
	margin-bottom:0;
	font-family: Inter_18pt-ExtraLight;
}
h3{
	
	font-family:Inter_18pt-ExtraLight;
}
div.content_img_galery {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    width: 100%;
    height: 680px;
    cursor: pointer;
}
div.boutique_col1{
	float: left;
    width: calc(((100% / 9) * 5) - 30px);
	margin-right:30px;
}
div.boutique_col2{
	float: right;
    width: calc((100% / 9) * 4);
}
div#content_produit h2{
	 font-size: 34px;
    font-family: Inter_18pt-ExtraLight;
	line-height:40px;
	color:white;
	text-transform:uppercase;
}
label.label_taille, label.label_quantite{
	display: block;
    margin-bottom: 5px;
	margin-right:10px;
	font-family: Inter_18pt-ExtraLight;
	font-size:25px;
	text-transform:uppercase;
    margin-top: 0px;
	padding-top:10px;
}
select#taille {
	display:inline-block;
    height: 46px;
    padding: 6px 12px;
	
    font-size: 24px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
img#load_taille{
	display:none;
	margin-left:10px;
}
div#content_produit div.block_tarif{
	
	margin-bottom:30px;
}
div#content_produit p.prod_tarif, div#content_produit p.prod_remise{
	font-size:25px;
	padding-top:10px;
	font-family:Inter_18pt-ExtraLight;
}
div#content_produit{
	padding-bottom:20px;
}
p.ref{
	font-size:26px;
	text-transform:uppercase;
	font-family:Inter_18pt-ExtraLight;
}
div.desc_produit{
	font-family:Inter_18pt-ExtraLight;
	font-size:25px;
	margin-bottom: 40px;
}
div.desc_produit p{
	font-family:Inter_18pt-ExtraLight;
	font-size:25px;
	line-height: 30px;
}
}
div#diapo_prod{
	margin-bottom:30px;
}
div.contenu_contact h2{
	font-size:36px;
	line-height: 45px;
}
div.col_contact {
    float: left;
    margin: 15px;
    width: calc(50% - 30px);
}
div#content_item_contact {
    display: none;
}
div.contenu_contact{
	max-width: 90%;
    margin: 0 auto;
}
div.page-corps {
    font-size: 14px;
    color: #5F5F5F;
    line-height: 28px;
    margin-bottom: 24px;
}
div.page-corps p{
	margin-bottom:25px;
}
div.page-corps ul{
	margin-left:20px;
}
div.page-corps ul li{
	list-style:disc;
    list-style-position: inside;
	
}
div.page-corps hr{
	display:block;
	clear:both;
	visibility:hidden;
}
div.content_liste_multi {
    padding-bottom: 10px;
}
a.multi_small {
    display: block;
    
    height: 240px;
   
	-webkit-transition: none; 
    -moz-transition: none;
    -o-transition: none;
     transition: none;
}
a.position1_1, a.position2_3 {
    width: calc(50% - 4px);
}
div.content_text_bloc {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    color: white;
   
	 top: 25%;
	 height:50%;
	 position:absolute;
	 
	 width: calc(100% - 24px);
}
a.mix div.content_text_bloc {
    text-align: left;
}
a.mix div.content_text_bloc div.cat_bloc {
    font-family: 'Fraunces';
    padding-left: 15px;
    padding-right: 15px;
   font-size: 1.25em;
}
a.mix div.content_text_bloc div.titre_bloc {
   
   
    padding-left: 15px;
    padding-right: 15px;
    
}
a.mix div.content_text_bloc p {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 16px;
}
a.mix:hover div.content_text_bloc{
	opacity:1;
	background:rgba(0,0,0,0.5);
	top:25%;
	
	
	

}
ul#menu_smart{
	display:none;
}
form#recherche2{
	display:none;
}
p.conditionnement_unique{
	font-size: 24px;
	float:left;
	width:50%;
}