/*
Theme Name: Novo 
Theme URI: http://promo-theme.com/novo/
Author: Promo Theme
Author URI: http://themeforest.net/user/ypromo
Description: We present you an Awesome Photography WordPress Theme. You can build a beautiful site, using 6 homepages. Much galleries, styles of blogs, and much much more make your site individual and creative.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: novo
Template: novo
*/


/* Home / Chef opérateur / Étalonneur */

.ns_video_container {
	min-height: 75vh!important;
}

.ns-video-content a {
	margin-left: 3px;
}

.ns-video-content h2 a:hover {
	margin-left: 3px;
	color: #c38f56;
}

/*.ns-video-content .fa-circle-play {
	font-size: 0.8em;
	color: #c38f56!important;
	-webkit-text-fill-color: rgba(195, 143, 86, 1)!important; 
	-webkit-opacity: 1!important; 
}*/

/* Video Popup Plugin */

.vp-flex {
	max-width: 1920px;
	width: 100%;
	height: auto;
	max-height: 90%;
	margin: 0 40px;
	position: relative;
	background-color: #000;
}

.YouTubePopUp-Close {
	right: -36px!important;
	top: -36px!important;
	left: auto!important;
}

/* Taille fermer vidéo popup Novo  */

.yprm-popup-block .close, .share-popup-block .close {
	font-size: 18px;
}

/* Taille typo logo */

.site-header .logo {
	font-size: 1.5em!important;
}

/* Taille typo menu */

.navigation {
	font-size: 14px!important;
}

.angle {
	display: none;
}

/* Forcer overlay sur homepage */

.bg-overlay {
	z-index: -1!important;
}

/* Icônes contact */

.contact-icon p {
	margin: 0;
}

.contact-icon .fa-regular {
	margin-right: 20px;
	border: 1px solid;
	border-color: #c48f56;
	border-radius: 50%;
}

.contact-icon .fa-mobile-screen-button {
	padding: 15px 17px;
}

.contact-icon .fa-envelope {
	padding: 15px;
}

.contact-icon .fa-location-dot {
	padding: 15px 17px;
}

/* Gallerie Blur Effect (Type 1) */

.portfolio_hover_type_1 .portfolio-item .a-img:after {
	background: rgba(0, 0, 0, 0.2)!important;
}

.portfolio_hover_type_1 .portfolio-item .wrap {
	overflow: hidden;
}

.portfolio_hover_type_1 .portfolio-item .a-img {
	-webkit-transition: all 0.25s ease; /* Safari et Chrome */
	-moz-transition: all 0.25s ease; /* Firefox */
	-ms-transition: all 0.25s ease; /* Internet Explorer 9 */
	-o-transition: all 0.25s ease; /* Opera */
	transition: all 0.25s ease;
}

.portfolio_hover_type_1 .portfolio-item:hover img {
	webkit-filter: blur(5px); /* Chrome, Safari, Opera */
    filter: blur(5px);
}

/* Gallerie Zoom-in (Type 9) */

.portfolio_hover_type_4 .portfolio-item .content h5:after {
	display: none!important;
}

.portfolio_hover_type_4 .portfolio-item .content, .portfolio_hover_type_4 .portfolio-item:hover .content {
	border-color:rgba(196, 143, 86,0)!important;
}

.portfolio_hover_type_4 .portfolio-item .a-img:after {
	background: rgba(0, 0, 0, 0)!important;
}

.portfolio_hover_type_4 .portfolio-item .wrap {
	overflow: hidden;
}

.portfolio_hover_type_4 .portfolio-item .a-img {
	-webkit-transition: all 1s ease; /* Safari et Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* Internet Explorer 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}

.portfolio_hover_type_4 .portfolio-item:hover .a-img {
	-webkit-transform:scale(1.2); /* Safari et Chrome */
	-moz-transform:scale(1.2); /* Firefox */
	-ms-transform:scale(1.2); /* Internet Explorer 9 */
	-o-transform:scale(1.2); /* Opera */
	transform:scale(1.2);
}

/* Typo popup */

@media only screen and (max-width: 767.98px) {

.yprm-popup-block .items .content {
	  bottom: 0!important;
}

.yprm-popup-block .items .content .title {
	  font-size: 16px!important;
}

.yprm-popup-block .items .desc {
	font-size: 10px!important;
	margin-top: 2px!important;
}
}