
/* ----------------------------------------------------------------
	Custom CSS
-----------------------------------------------------------------*/
@import url("dark-custom.css");
@import url("colors-custom.css");

/*TYPO*/
body,
small,
.sub-menu-container .menu-item > .menu-link,
.wp-caption,
.fbox-center.fbox-italic p,
.skills li .progress-percent .counter,
.nav-tree ul ul a,
.font-body,
h1,
h2,
h3,
h4,
h5,
h6,
#logo a,
.menu-link,
.mega-menu-style-2 .mega-menu-title > .menu-link,
.top-search-form input,
.entry-link,
.entry.entry-date-section span,
.button.button-desc,
.fbox-content h3,
.tab-nav-lg li a,
.counter,
label,
.widget-filter-links li a,
.nav-tree li a,
.wedding-head,
.font-primary,
.entry-link span,
.entry blockquote p,
.more-link,
.comment-content .comment-author span,
.comment-content .comment-author span a,
.button.button-desc span,
.testi-content p,
.team-title span,
.before-heading,
.wedding-head .first-name span,
.wedding-head .last-name span,
.font-secondary { font-family: 'Poppins', sans-serif !important; }



/*-------------TITRE-------------*/


/*-------------FOND-------------*/
.bg-dark { background-color: #000 !important}

/*-------------DIVERS-------------*/
.lien-email, .lien-tel { border-bottom: 1px dotted; font-weight: bold; display: inline-block}


/*-------------HEADER-------------*/
#primary-menu-trigger { width: 40px; height: 40px}
.svg-trigger { width: 40px; height: 40px;}
.svg-trigger path { stroke: #fff !important}

.menu-item.current > .menu-link { font-weight: 700 !important;}


/* Header*/
.header-size-custom #logo img {
	height: 140px;
	padding: 10px 0;
}

@media (min-width: 992px) {

	.header-size-custom .header-wrap-clone {
		height: calc( 140px + 1px );
	}

	#header.header-size-custom + .include-header {
		margin-top: calc( -140px - 2px );
	}

	.header-size-custom.sticky-header-shrink #header-wrap #logo img {
		height: 80px;
	}

	.header-size-custom .menu-container > .menu-item > .menu-link {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.header-size-custom.sticky-header-shrink .menu-container > .menu-item > .menu-link {
		padding-top: 15px; 
		padding-bottom: 15px;
	}

}

/* Hamburger*/
@-webkit-keyframes intervalHamburgerBorder {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	80% {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
}

@keyframes intervalHamburgerBorder {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	80% {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
}

.hamburger {
	width: 40px;
	height: 40px;
	display: block;
	position: relative;
	cursor: pointer;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 40px;
	right: 30px;
	z-index: 1000;
	border-radius: 50%;
	background-color: #000;;
	pointer-events: auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.hamburger::after {
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	border: 4px solid #000;;
	border-radius: 50%;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-name: intervalHamburgerBorder;
	animation-name: intervalHamburgerBorder;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}


/*-------------CONTENT-------------*/
#content p {}
.section { margin: 80px 0; padding: 80px 0}

/*Section accueil*/


/* img-hover-wraps */
.img-hover-wrap {
	-webkit-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	-moz-transform-style: flat !important;
	-webkit-backface-visibility: hidden;
}

.img-hover-wrap:hover {
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
	z-index: 2;
}

.img-hover-card > a::after {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 0;
	-webkit-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.img-hover-wrap:hover .img-hover-card > a::after { background-color: rgba(0, 0, 0, 0.6); }

.img-hover-card {
	position: relative;
	display: block;
	will-change: transform;
	transition: all .3s ease;
	box-shadow: 0 10px 40px transparent;
}

.img-hover-card a {
	width: 100%;
	max-width: 100%;
	display: block;
	z-index: 99;
}

.img-hover-card.hover-in {
	transition: -webkit-transform .2s ease-out;
	transition: transform .2s ease-out;
	transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.img-hover-card.hover-3d { z-index: 2; }

.img-hover-card.hover-out {
	transition: -webkit-transform .2s ease-in;
	transition: transform .2s ease-in;
	transition: transform .2s ease-in, -webkit-transform .2s ease-in;
}

.img-hover-wrap:hover .img-hover-card { box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4); }

.img-hover-wrap .img-hover-detail {
	display: none;
	position: absolute;
	top: auto;
	left: 40px;
	bottom: 55px;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-webkit-transform: scale(1) translateY(40px) translateZ(50px);
	-ms-transform: scale(1) translateY(30px) translateZ(50px);
	-o-transform: scale(1) translateY(30px) translateZ(50px);
	transform: scale(1) translateY(30px) translateZ(50px);
	-webkit-transition: transform .2s ease;
	-o-transition: transform .2s ease;
	transition: transform .2s ease;
}

.img-hover-wrap:hover .img-hover-detail {
	opacity: 1;
	-webkit-transform: scale(1.06) translateY(-5px) translateZ(50px);
	-ms-transform: scale(1.06) translateY(-5px) translateZ(50px);
	-o-transform: scale(1.06) translateY(-5px) translateZ(50px);
	transform: scale(1.06) translateY(-5px) translateZ(50px);
}

.img-hover-wrap .img-hover-title {
	margin: 0 0 6px 0;
	font-size: 17px;
	font-weight: 600;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	z-index: 9;
}

.img-hover-detail a { color: #FFF;}


/*Transitions*/
.duree-2 {
	-webkit-animation-duration: 2s !important;
    animation-duration: 2s !important;
	}
.duree-2-5 {
	-webkit-animation-duration: 2.5s !important;
    animation-duration: 2.5s !important;
	}
.duree-3 {
	-webkit-animation-duration: 3s !important;
    animation-duration: 3s !important;
	}
	

/*pop/up*/
.mfp-close { background-color: #000 !important}
.mfp-fade.mfp-bg.mfp-ready {opacity: 0.90;}
.mfp-bottom-bar { display: none}

.mention-ajax-modal { position: relative; width:  1000px !important; margin: 0 auto;}
.mention-ajax-modal .modal-padding{background-color: #fff;}

.ajax-modal-title {padding: 5px 20px;;background-color: #010101 !important;}
.ajax-modal-title h2 {font-size: 20px; font-weight: normal; letter-spacing: 2px; color: #fff;}

.mention-ajax-modal p { color: #666 !important}
.mention-ajax-modal a { color: #010101 !important; border-bottom: 1px dotted}
.mention-ajax-modal a:hover { border-bottom: 1px solid}
.cadeau-ajax-modal a.button {
    color: #fff !important;
    border: none;
    text-shadow: none;
    font-weight: 400;
}

/*Formulaire de contact*/
.sm-form-control { border-width: 1px}

label {font-size: 12px}

.form-widget .rgpd {
    font-size: 10px !important;
    color: #999;
    line-height: 11px !important;
    letter-spacing: 0;
    margin-top: 10px;
    margin-bottom: 5px;
    max-width: none;
    text-align: justify;
}
.form-widget .rgpd a {color: #999 !important; border-bottom: 1px dotted}


/*Pop/up sur accueil*/
#evenement > div { background-color: #fff}
#evenement > div h3 { color: #010101 !important; text-transform: uppercase}
#evenement > div p { color: #666}



/*-------------FOOTER-------------*/
#footer { background-color: #000 !important}
.copyright-links { font-size: 11px}

#gotoTop { border-radius: 50% }


/* ----------------------------------------------------------------
	Contenu Responsive 
-----------------------------------------------------------------*/
@media (min-width: 1600px) {
	/*HEADER*/
	/*CONTENT*/
	/*FOOTER*/
}

@media (max-width: 1599.98px) {
	/*HEADER*/
	/*CONTENT*/
	/*FOOTER*/
}



@media (min-width: 1200px) and (max-width: 1599.98px) {
	/*HEADER*/
	/*CONTENT*/
	/*FOOTER*/
}

@media (min-width: 1200px) {
	/*HEADER*/
	/*CONTENT*/
	/*FOOTER*/
}

@media (max-width: 1199.98px) {
	/*HEADER*/
	/*CONTENT*/
	/*FOOTER*/
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	/*HEADER*/
	/*CONTENT*/
	.mention-ajax-modal {width:  800px !important;}
	/*FOOTER*/
}

@media (min-width: 992px) {
	/*HEADER*/
	.overlay-menu .primary-menu { background-image: url("../images/jc/fond-menu.png"); background-repeat: no-repeat; background-position: center; background-size: 75%; background-color: rgba(255,255,255,1);}
	.overlay-menu:not(.top-search-open) #primary-menu-trigger { width: 40px; height: 40px}
	.overlay-menu .primary-menu > .container { max-height: 90%; overflow-y: auto;}
	/*CONTENT*/
	/*FOOTER*/
}

@media (max-width: 991.98px) {
	/*HEADER*/
	/*CONTENT*/	
	.mention-ajax-modal {width:  90% !important;}
	/*FOOTER*/
}

@media (min-width: 768px) and (max-width: 991.98px) {
	/*HEADER*/
	/*CONTENT*/
	/*FOOTER*/
}

@media (max-width: 767.98px) {
	/*HEADER*/
	/*CONTENT*/
	.section { margin: 50px 0; padding: 50px 0;}
	/*FOOTER*/
}

@media (min-width: 576px) and (max-width: 767.98px) {
	/*HEADER*/
	/*CONTENT*/
	/*FOOTER*/
}
@media (min-width: 576px) {
	/*HEADER*/
	/*CONTENT*/
	/*FOOTER*/
}
@media (max-width: 575.98px) {
	/*HEADER*/
	/*CONTENT*/
	.img-titre { max-width: 300px}
	.img-billet { max-width: 400px}
	/*FOOTER*/
}


