/* RESET */

html, body, div, span, applet, object, iframe,p, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: 'Montserrat', sans-serif;
	vertical-align: baseline;
}

/* fix internet explorer pr les elements html5 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

strong{
	font-weight: bold;
}

select, input{
	width: 100%;
}


h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', sans-serif;
}
h2,h3,h4,h5,h6{
	color: #333;
}

p{
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 2;
	font-weight: 300;
	margin-bottom: 10px;
}
a,
a:hover {
	text-decoration:none;
	color:#4b4b49;
}
a.no-click, a.no-click:hover {
	cursor: default;
}
:focus {
	outline: 0;
}

/*ol, ul {
	list-style: none;
}*/

body {
	color:#4b4b49;
	line-height:1;
	font-family: 'Arial', sans-serif;
	background-color: #fff;
	font-size: 0.750em; /* 12px */
	
}
.img-responsive {
	max-width: 100%;
}
.background-gris{
	background: #f0f0f0;
}
.cadre27{
	width: 27% !important;
}
.cadre33{
	width: 33% !important;
}

.text-fat{
	font-size: 50px !important;
}
.text-medium{
	font-size: 18px !important;
}

#header{
	width: 100%;
	position: fixed;
    top: 0;
	left: 0;
	z-index: 100;
}

#menuDestination{
	position: relative;
}

#menuDestination:hover .menu-destination{
	display: block;
}
#header .navbar .dropdown-menu {
	position: absolute;
	top: 50px;
	left: -14px;
	margin: 0;
	padding: 0;
	border-radius: unset;
	border: none;
	background: rgba(255,255,255, 0.8);
	color: #4b4b49;
	font-size: 12px
}
#header .navbar .dropdown-menu li{
	padding: 5px 5px 5px 0px;
}
/* #header .navbar li.dropdown:hover > .dropdown-menu.colonneMenu { */
	/* width: 800px; */
	/* margin-left: 15px; */
	/* background: none; */
	/* margin-left: -325px; */
	/* height: 400px; */
/* } */


/* #header .navbar .nav-link.dropdown-toggle::after { */
	/* content: initial; */
/* } */

/* .dropdown-item.active, .dropdown-item:active { */
	/* background: #444; */
	/* color: #FFF; */
/* } */

.header-scroll{
	background: rgba(0,0,0,0.8);
    height: 115px;
}
.header-mobile{
	position: fixed !important;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
	padding: 1.5rem 1rem .5rem;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
#navbar-primary .navbar-nav {
    width: 100%;
    text-align: center;
	flex-direction: inherit;
	/*padding: 0px 123px;*/
}

#navbar-primary .navbar-nav > li {
    padding: 30px 0px;
	margin: auto;
}

.navbar-header{
	display: none;
}
  
#navbar-primary .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 30px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
}
#navbar-primary .navbar-nav > li > a:hover {
	color: #C0C0C0 !important;
}

#logo-navbar-middle{
	position: relative;
	width: 30%;
    padding: 30px 0px !important;
}


.nav > li > a > img {
    max-width: none;
    position: absolute;
    top: 10px;
    left: 0;
    margin: auto;
	width: 100%;
    padding: 0px 25px 4px 0;
}

#fond-background{
	position: relative;
	background-image: url("../../img/layout/img-fond.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	width: 100%;
	height: 100vh;
}
#compte{
	position: fixed;
	top: 0px;
	right: 0;
	padding-top: 0px !important;
	width: 15%;
	padding: 0px 0px !important;
}
#compte a{ 
	display: block;
}
#compte a{
	background: #333;
}
#compte a:last-child{
	background: none;
}

#compte .cadre-pro{
	background: #333;
	padding: 6px 0px;
	padding: 8px 0px;
	font-size: 12px;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	margin-bottom: 25px;
}
#compte a i{
	margin-left: 7px;
	font-size: 14px;
}
#compte a i.connected{
	color: #d83a39 !important
}


.permalien{
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
}
.permalien .active{
	position: relative;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
}

.permalien .active::after{
	content: '';
	position: absolute;
	bottom: 2px;
	left: 0px;
	width: 100%;
	/*background: #333;*/
	height: 2px;
}

.texte-mobile{
	display: none;
	color: #000;
	padding: 20px 15px;
}

#footer{
	width: 100%;
	background: #f0f0f0;
}

#footer .titre{
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: 30px;
	text-transform: uppercase;
	line-height: 1.5;
	text-align: left;
}
#footer .container .row > div{
	padding: 0px 50px;
}

#footer .container .row > div:first-child{
	padding: 0px 50px 0 110px;
}

#footer .container .row > div:last-child{
	padding: 0px 15px;
}



#footer li{
	padding-bottom: 15px;
}
#footer li a{
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
}

.background-copyright{
	padding: 10px 0px;
}

.cadre{
	width: 25%;
	margin: auto;
	padding-bottom: 30px;
	padding-top: 20px;
}
.cadre a{
	display: block;
	text-align: center;
	background: #333333;
	padding: 10px 10px;
	font-family: "Montserrat", sans-serif;
	font-weight: lighter;
	font-size: 15px;
}

.cadre button.newsletter{
	display: block;
	text-align: center;
	background: #333333;
	padding: 6px 10px;
	font-family: "Montserrat", sans-serif;
	font-weight: lighter;
	font-size: 18px !important;
	text-transform: uppercase;
	width: 100%;
	margin-top: 0px;
	border: none;
}

#NewsletterForm input{
	padding-left: 10px;
}
.modal-footer .btn-red{
	background: #d83a3a;
	color: #fff;
	font-family: "Montserrat", sans-serif;
    margin-top: 7px;
    padding: 11px 10px;
    width: 100%;
    line-height: 15px;
        height: 36px;
}

.validationMesssage{
	padding: 15px;
	font-size: 15px;
	display: none;
}
.successMessage{
	background: #00CC00;
	color: #fff;
	padding: 15px;
}
.errorMessage{
	background: #CC0000;
	color: #fff;
	padding: 15px;
}
.modal-footer button{
	padding: 5px 10px;
    margin-top: 10px;
}

#titreNewsletter{
	display: block;
    text-align: center;
    padding: 10px 10px;
    font-weight: 200;
    font-size: 25px;
    margin: 0px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

#titreNewsletter span{
	font-family: "Montserrat", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.cadre a span{
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
}
.cadre button.newsletter span{
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
}
.cadre a:hover, .cadre h2:hover, .cadre button.newsletter:hover{
	background: #fff;
	color: #333333 !important;
}
.cadre a:hover span, .cadre h2:hover span{
	color: #333333;
}

#copyright div, #copyright div a{
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 10px;
}

.newsletter-footer{
	position: relative;
}
.newsletter-footer .icon{
	position: absolute;
	background: none;
	top: 18px;
    font-size: 20px;
}
.newsletter-footer .icon1{
	right: -100px;
}
.newsletter-footer .icon2{
	right: -140px;
}
.newsletter-footer .icon3{
	right: -220px;
}

/* 
	RECHERCHE FORMULAIRE HOME
*/

.titre-home{
	font-weight: lighter;
/* 	width: 50%; */
    text-align: justify;
    font-size: 61px;
    margin-bottom: 30px;
    line-height: 1.2;
}
.titre-home span{
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
}

#recherche{
	width: 100%;
	background: rgba(255,255,255, 0.8);
    padding: 20px;
}

.nice-select{
	width: 100%;
	border-radius: 0px;
	border: 1px solid #9c9c9c;
    font-weight: bold;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
}
.nice-select span{
	font-family: 'Montserrat', sans-serif;
	width: 100%;
    overflow: hidden;
    display: block;
}

.nice-select:after {
    border-bottom: 3px solid #999;
    border-right: 3px solid #999;
    content: '';
    display: block;
    height: 9px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 25px;
    top: 46%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 9px;
}

#recherche input[type='submit']{
	background: #333;
    color: #fff;
    border: none;
    height: 35px;
    line-height: 35px;
}

#recherche .btn-rechercher{
	width: 100% !important;
}

#recherche input[type='submit']:hover{
	background: #fff;
    color: #333;
}

.fa-chevron-down{
	font-size: 1.8rem;
    color: rgba(255,255,255,0.8);
    border: 2px solid rgba(255,255,255,0.8);
    border-radius: 30px;
    padding: 8px;
    margin: auto;
    display: block;
    width: 50px;
    margin-top: 62px;
    margin-bottom: 50px;
}

#section{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.section-block{
	width: 100%;
	padding: 15px 0;
}

/*  TITRE */

.cadre-titre h2{
 	display: block;
	text-align: center;
	padding: 10px 10px;
	font-weight: 200;
	font-size: 25px;
	margin: 20px 0px;
}
.cadre-titre h2 span{
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
}

.description h3{
	font-weight: 900;
	font-size: 20px;
	margin-bottom: 10px;
}

.description-block{
	margin-top: 60px;
}
.description-block div{
	padding-left: 25px;
	padding-right: 25px;
}

.description-block div:first-child{
	padding-left: 10px;
}
.description-block div:last-child{
	padding-right: 10px;
}

.offres .bx-wrapper, .suggestions .bx-wrapper{
	width: 1040px;
	width: 1040px;
    box-shadow: none;
    border: none;
}

.offres .bxslider div img{
	padding: 0px 20px;
}
.offres .bxslider div figcaption{
	padding: 1px 27px 10px;
}
.offres .bxslider div figcaption h3{
	margin-top: 15px;
	font-size: 15px;
	font-weight: bold;
}
.offres .bxslider div figcaption .mark{
	color: #999999;
	font-size: 11px;
	font-family: "Montserrat", sans-serif;
	background: none;
	margin-bottom: 0px;
}
.offres .bxslider div figcaption .mark i{
	margin-right: 3px;
}
.offres .bxslider div figcaption .prix{
	font-size: 9px;
	line-height: 1.3;
	margin-bottom: 5px;
}
.offres .bxslider div figcaption .prix span{
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 22px;
}
.offres .bx-wrapper .bx-controls-direction a{
    position: absolute;
    top: 33%;
}
.offres .cadre{
	padding-top: 10px;
}
.offres .bx-wrapper .bx-next:hover, .offres .bx-wrapper .bx-next:focus{
	background-position: 0px 0;
}

.rubriques .bx-wrapper{
	width: 1040px;
	width: 1040px;
    box-shadow: none;
    border: none;
    background: none;
}
.rubriques .bxslider div{
	padding: 0px 20px;
	
}

.rubriques .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 55%;
}
.rubriques .cadre-titre h2 {
    margin: 20px 0px 0px;
}

.rubriques p{
	color: #959595;
	font-size: 11px;
	margin-top: 15px;
}
.rubriques .cadre33{
	padding-top: 20px;
}
.rubriques .bx-wrapper .bx-next:hover, .rubriques .bx-wrapper .bx-next:focus{
	background-position: 0px 0;
}

.bx-wrapper .bx-prev {
    left: -20px;
    background: url('../img/layout/arrow-left.png') no-repeat 0 -32px;
    background-position: 0 0;
}

.bx-wrapper .bx-next {
    right: -33px;
    background: url('../img/layout/arrow-right.png') no-repeat -43px -32px;
    background-position: 0 0;
}

.navbar-toggle-pro{
	width: 22%;
    position: relative;
    height: 35px;
    margin: 0px 10px 15px;
    background: none;
    border: none;
}

.navbar-toggle-pro .icon-bar {
    background: #333;
    width: 55%;
    height: 4px;
    left: 5px;
    position: absolute;
}

.navbar-toggle-pro .icon-bar{
	background: #fff;
	width: 55%;
	height: 2px;
	left: 5px;
	position: absolute;
	top: 13px;
}
	
.navbar-toggle-pro .icon-bar:first-child{
	top: 5px;
}
.navbar-toggle-pro .icon-bar:last-child{
	top: 21px;
}

.menu-pro:hover{
	color: #333;
}

.menu-pro:hover .navbar-toggle-pro .icon-bar{
	background: #333;
}

.menu-pro{
	text-align: right;
	padding-right: 10px !important;
	position: relative;
}

.liste-menu-pro{
	background: #fff;
	padding: 15px;
    margin-right: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    top: -25px;
    right: 0;
    transition: 1.2s;
    transform: translate(590px);
    box-shadow: 0px 0px 20px #000;
}

.close-fermer{
	color: #000;
	cursor: pointer;
}

.liste-menu-pro ul li{
	text-align: center;
	padding: 10px 0px;
}

#rechercher_content{
	width: 100%;
}

.menu-pro-mobile{
	display: none;
}

.error-message-alt{
	margin-top: 0px;
    color: #d83a39;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
}
#NousContacterPub .error{
	color: #d83a39;
}

.confirmMessage{
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #fff;
    background: #00aa00;
    text-transform: uppercase;
    padding: 15px;
}

#error{
	background-image: url('/img/error/desert.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
    height: 100vh; 
}

#error i{
	color: #fff;
	text-align: center;
    margin: auto;
    display: block;
    font-size: 280px;
    margin-bottom: 30px;
}

#error h1{
	font-size: 80px;
    font-weight: 800;
    line-height: 0.5;
    color: #fff;
}
#error p{
	font-size: 21px;
	font-weight: lighter;	
	color: #fff;
	letter-spacing: 0.5px;
	
}
#error p:last-child{
	font-size: 15px;
	font-weight: inherit;
	line-height: 1.4;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0px;
}
#error .error_cadrage{
	padding: 200px 0px;
}
#error a{
	text-decoration: underline;
	color: #fff;
	cursor: pointer;
}

.sitemap{
	padding-top: 120px !important;
}

.logo-noir{
	display: none;
}

.picto {
	height:47px;
	width:47px !important;
	margin-top:15px;
}

.picto2 {
	height:47px;
	width:47px !important;
}

.z1 {
	position: flex;
	z-index: 1;
}
.z100 {
	position: flex;
	z-index: 100;
}


/* PETIT ECRAN ET TELEPHONE */
@media (max-width: 767px) {
	#header .navbar .dropdown-menu {
		position: relative;
		top: 10px;
		background: none;
		color: #fff
	}
	#header .navbar .dropdown-menu .dropdown-item{
		color: #fff
	}
	#navbar-primary .navbar-nav > li > a:hover {
		color: #fff !important;
	}	
	.menu-pro-mobile{
		display: block;
		color: #000 !important;
	}
	
	.menu-pro-mobile .navbar-toggle-pro .icon-bar {
	    background: #333;
		width: 100%;

	}
	
	#compte-mobile .cadre-pro {

   	 margin-bottom: 12px;
    }
	
	

	#navbar-primary .navbar-nav {
	    padding: 0px 40px;
	}
	
	#compte-mobile #liste-menu-pro a {
	    color: #000;
	    text-align: center;
	    font-size: 10px;
	}
	
	#liste-menu-pro {
    	top: -12px;
    }
    #error {
 	    background-size: 320%;
    }
    #error .error_cadrage{
		padding: 20px 0px;
	}

	#footer .container .row > div{
		padding: 0px 50px;
	}

	#footer .container .row > div:first-child{
		padding: 0px 50px;
	}

	#footer .container .row > div:last-child{
		padding: 0px 50px;
	}
    
}

.padprefooter {
	margin-left: 10px;
	margin-right: 10px;
}

/* PRODUCT SUGGESTIONS CAROUSEL ****************/
/*
.product-suggestions-carousel {
	margin: 0 -8px;
}
.product-suggestions-carousel-title {
	min-height: 93px;
}

.product-suggestions-carousel .slick-list {
	padding: 20px;
}

.product-suggestions-carousel .suggestion-block {
	padding: 20px;
}

.product-suggestions-carousel .suggestion-block > div {
	display: block;
	box-shadow: 0 0 40px rgba(0, 0, 0, .12);
}

.product-suggestions-carousel .suggestion-block .suggestion-block-image {
	min-height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 3px;
}

.product-suggestions-carousel .suggestion-block .carousel-caption {
	position: initial;
	color: #000;
	padding-bottom: 8px;
}

.product-suggestions-carousel .suggestion-block .carousel-caption h3 {
	max-width: 240px;
	margin: auto;
	font-size: 1.2rem;
}

.product-suggestions-carousel .suggestion-block .carousel-caption .suggestion-duration {
	font-weight: bold;
	font-size: 1.0rem;
	margin: 12px 0;
}

.product-suggestions-carousel .suggestion-block .carousel-caption .suggestion-price {
	color: #9c1c1c;
	margin-bottom: 0;
	font-size: 0.8rem;
}

.product-suggestions-carousel .suggestion-block .carousel-caption .suggestion-price span {
	font-size: 2.0rem;
	font-weight: bold;
}

.product-suggestions-carousel .suggestion-block a.btn {
	background: #9c1c1c;
	text-transform: uppercase;
	color: #FFF;
	width: 100%;
	border-radius: 0;
	font-size: 1.1rem;
	letter-spacing: .5px;
}

.product-suggestions-carousel .suggestion-block a.btn:hover {
	background: #9c1c1c;
	color: #000;
}

.product-suggestions-carousel .slick-next:before,
.product-suggestions-carousel .slick-prev:before {
	color: #bdbaba;
}

.product-suggestions-carousel .slick-prev {
	left: 5px;
	z-index: 999;
}

.product-suggestions-carousel .slick-next {
	right: 5px;
	z-index: 999;
}
*/