/* ----------------------------------------------------------------
	Custom CSS
-----------------------------------------------------------------*/
@import url("dark-custom.css");
@import url("fonts-custom.css");
@import url("colors-custom.css");


h1, h2 {color: #1d1d1d;}
h3, h4, h5, h6 {color: #1d1d1d;}


/*-------------HAUTEUR HEADER A 170px-------------*/
#header,
#header-wrap,
#logo,
#logo img,
#primary-menu:not(.style-2),
#primary-menu:not(.style-2) > ul,
#primary-menu,
#primary-menu ul,
#primary-menu ul li a { height: 170px; }

#primary-menu ul li a { line-height: 30px; }

#primary-menu ul li i { line-height: 29px; }

#primary-menu ul ul,
#primary-menu ul li .mega-menu-content,
#primary-menu ul li.mega-menu .mega-menu-content { top: 170px; }

#primary-menu.sub-title ul li a { padding: 27px 20px 32px; }
#header.transparent-header + #slider, #header.transparent-header + #page-title.page-title-parallax, #header.transparent-header + #google-map, #slider + #header.transparent-header {top: -170px;margin-bottom: -170px;}



/*-------------STRUCTURE-------------*/

body {}
#wrapper { padding: 0 50px}

/*-------------HEADER-------------*/
body.stretched #header.full-header .container { padding: 0}
#header.full-header #logo { padding-right: 0; margin-right: 0;}

#header.full-header #logo,
#header.full-header #primary-menu > ul { border-right: none}
#header.transparent-header.full-header #header-wrap {border-bottom: none;}


#primary-menu ul li > a { font-size: 14px; letter-spacing: 3px;}

#primary-menu ul li a { color:#020202 !important }
#primary-menu ul li a:hover { color:#8dbc42 !important }
#primary-menu ul li.current a { color:#8dbc42 !important }

#primary-menu ul li.lang a div { background-color: rgba(1,1,1,0.09); padding: 0 5px}

#page-menu.dots-menu, #page-menu.dots-menu #page-menu-wrap { right: 15px}
#page-menu.dots-menu nav li a { border-radius: 0}

#primary-menu-trigger { background-color: #ddd; font-size: 25px; margin-left: 20px;}




/*-------------CONTENT-------------*/
#content { margin-left: -50px;  margin-right: -50px;}

#content p { line-height: 1.8; margin-bottom: 30px; font-size: 14px}
blockquote { font-size: 18px; border-left: 2px solid #1d1d1d;color: #1d1d1d; font-weight:  bold; max-width: 300px}

#bg_slider {height: 430px; width: 100%; position: absolute; background: url(../images/accueil/bg-top-slider.png) top left repeat-x; background-size: 90% 90%; top:0; z-index: 100}
#slider::after { height: 50px; width: 100%; position: relative; background-color: #fff; z-index: 100;}
.bg_titre_slider { padding: 20px !important; letter-spacing: 2px}
.tp-bannertimer { margin-left: 50px; margin-right: 50px;}

	
.height-auto { height: auto !important}

.section h2 { border-bottom: 1px solid #9f6830; text-transform: uppercase; display: inline-block; padding-right: 30px; color:#8dbc42}


.titre-site-logo img { margin-bottom: 30px}
.titre-site-slogan { position: absolute; left: 33.33%; bottom: 0}


.portfolio-item .portfolio-image { padding: 1px}
	

/*RESERVER*/
.condition-resa { font-size: 11px}
.sm-form-control {border-width: 1px}


/*ACCES*/
#google-map { height: 600px}



/*-------------DIVERS-------------*/
.mfp-fade.mfp-bg.mfp-ready { opacity: 0.8;}
.ajax-modal-title {padding: 10px 40px;}
.ajax-modal-title h2 {font-size: 20px; font-weight: normal;}

button.mfp-close { background-color: #1d1d1d; opacity: 1; color:#fff}
button.mfp-arrow { background-color: #8dbc42 ; opacity: 1; width: 60px}
.mfp-arrow-left::before {border-right-color: #ffffff; margin-left: 10px;}
.mfp-arrow-left::after { margin-left: 16px;}
.mfp-arrow-right::before {border-left-color: #ffffff; margin-left: 20px;}
.mfp-arrow-right::after{ margin-left: 24px;}

.mfp-bottom-bar { display: none}



/*-------------FOOTER-------------*/
#footer { margin-left: -50px;  margin-right: -50px; border: none}

#copyrights {
	background-color: #8dbc42 !important;
    padding: 10px 0;
    font-size: 13px;
    line-height: 30px;
	color:#fff !important
}
#copyrights a {color:#fff !important; border: none}
#copyrights a:hover {color:#fff !important; color:#1d1d1d !important}
.copyright-links { font-size: 11px}


/* ----------------------------------------------------------------
	Contenu Responsive 
-----------------------------------------------------------------*/

@media (max-width: 1600px) {		
	/*HEADER*/
	#primary-menu ul li > a { font-size: 13px; letter-spacing: 2px;}
	/*CONTENT*/
	#content p { line-height: 1.4; margin-bottom: 20px; font-size: 13px}
	blockquote { font-size: 16px;}
	/*FOOTER*/
}


@media (max-width: 1400px) {		
	/*HEADER*/
	#primary-menu ul li > a { font-size: 12px; letter-spacing: 1px;}
	/*CONTENT*/	
	/*FOOTER*/
}


@media (max-width: 1280px) {
	/*HEADER*/
	#header,
	#header-wrap,
	#logo,
	#logo img { height: 120px; }
	
	#primary-menu:not(.style-2),
	#primary-menu:not(.style-2) > ul,
	#primary-menu,
	#primary-menu ul,
	#primary-menu ul li a { height: auto; }
	
	#primary-menu ul ul,
	#primary-menu ul li .mega-menu-content,
	#primary-menu ul li.mega-menu .mega-menu-content { top: 120px; }
	#header.transparent-header + #slider, #header.transparent-header + #page-title.page-title-parallax, #header.transparent-header + #google-map, #slider + #header.transparent-header {top: -120px;margin-bottom: -120px;}
	
	#primary-menu ul li > a { font-size: 10px; letter-spacing: 0.5px;}
	/*CONTENT*/	
	/*FOOTER*/
}

@media (max-width: 1024px) {
	/*HEADER*/
	#header,
	#header-wrap,
	#logo,
	#logo img { height: 140px; }
	
	#primary-menu ul ul,
	#primary-menu ul li .mega-menu-content,
	#primary-menu ul li.mega-menu .mega-menu-content { top: 140px; }
	#header.transparent-header + #slider, #header.transparent-header + #page-title.page-title-parallax, #header.transparent-header + #google-map, #slider + #header.transparent-header {top: -140px;margin-bottom: -140px;}
	
	
	/*CONTENT*/	
	#wrapper { padding: 0;}
	#content { margin-left: 0;  margin-right: 0}
	#footer { margin-left: 0;  margin-right: 0;}
	.tp-bannertimer { margin-left: 0; margin-right: 0;}


}


@media (min-width: 992px) and (max-width: 1199px) {}



@media (max-width: 991px) {
	/*HEADER*/
	#header.full-header .container { width: 100% !important}
	
	#primary-menu-trigger {top: 50px;}
	#primary-menu > ul { background-color: #fff}
	#primary-menu ul li > a {font-size: 12px; letter-spacing: 2px; padding-left: 20px !important;}
	
	#primary-menu ul li.lang a div { background-color: transparent; padding:0}
	#primary-menu ul li.lang a div span { display: inline-block}


	/*CONTENT*/	
	.titre-site-slogan {position: relative;left: 0;}
	blockquote { max-width: 50%}
	#google-map { height: 400px}
	
	.portfolio .portfolio-item:last-child { display: none}
	
	/*FOOTER*/
	#footer .container-fullwidth { width: 100% !important}
}


@media (min-width: 768px) and (max-width: 991px) {}


@media (max-width: 768px) {}


@media (max-width: 767px) {
	
	/*HEADER*/
	#header.full-header .container { width: 100% !important}
	#header,
	#header-wrap,
	#logo,
	#logo img { height: 120px; }
	
	#primary-menu ul ul,
	#primary-menu ul li .mega-menu-content,
	#primary-menu ul li.mega-menu .mega-menu-content { top: 120px; }
	#header.transparent-header + #slider, #header.transparent-header + #page-title.page-title-parallax, #header.transparent-header + #google-map, #slider + #header.transparent-header {top: -120px;margin-bottom: -120px;}
	
	#header.full-header #logo { text-align: left}
	#primary-menu-trigger {top: 20px; right: 20px; left: auto;}
	
	/*CONTENT*/	
	blockquote { max-width: 75%}
	#google-map { height: 300px}
	
	/*FOOTER*/
	#footer .container-fullwidth { width: 100% !important}

	
}

@media (min-width: 480px) and (max-width: 767px) {
	#header.full-header .container { width: 100% !important}
	#footer .container-fullwidth { width: 100% !important}
	
}


@media (max-width: 479px) {
	#header.full-header .container { width: 100% !important}
	#footer .container-fullwidth { width: 100% !important}
}


/* ----------------------------------------------------------------
	Retina CSS
-----------------------------------------------------------------*/


@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 991px),
only screen and (   min--moz-device-pixel-ratio: 2) and (max-width: 991px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (max-width: 991px),
only screen and (        min-device-pixel-ratio: 2) and (max-width: 991px),
only screen and (                min-resolution: 192dpi) and (max-width: 991px),
only screen and (                min-resolution: 2dppx) and (max-width: 991px) {
}