/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


/*fonts*/

@font-face {
    font-family: 'PPNeue Montreal';
    src: url('/fonts/ppneuemontreal-regular.woff2') format('woff2'),
        url('/fonts/ppneuemontreal-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/*font classes*/

.big {font-size:4em; line-height:1.1em;}

.bigbig {font-size:5em; line-height:1.1em;}

@media only screen and (max-width: 1023px) {
	.bigbig {font-size:3.5em; line-height:1.2em;}
}

.bigbigbig {font-size:14em;line-height:1.1em;}

@media only screen and (max-width: 1023px) {
	.bigbigbig {font-size:4em; line-height:1.2em;}
}


.med {font-size:2em; line-height:1.1em;}

.medmed {font-size:1.5em; line-height:1.1em;}

.small{font-size:13px;line-height:15px;}

.regular{font-size:16px;line-height:19px;}

.uppercase {text-transform:uppercase;font-weight:inherit;}

.justify{text-align:justify;}

.alignleft{text-align:left;}

.link a{color:#000000 !important;}

.linkwhite a{color:#ffffff !important;}

.linkblack a{color:#000000 !important;}

.linkred a{color:#FF0507 !important;}

.hoverwhite a:hover{color:#ffffff !important;}

.spaced {letter-spacing:11px!important;}

@media only screen and (min-width: 1024px){
.hideondesktop {display:none !important;}
}
/*Couleur selection texte*/

*::selection {
background:#ffffff;
color:#000000;
}

*::-moz-selection {
background:#ffffff;
color:#000000;
}

*::-webkit-selection {
background:#ffffff;
color:#000000;
}

/*remove portfolio title*/
#full_width_portfolio .project-title.parallax-effect .section-title, #full_width_portfolio .project-title {
   display: none !important;
}

/*remove portfolio nav
.bottom_controls {
    display: none!important;
}*/

/*boutons
.nectar-button:hover {
    opacity:100;
}

a.regular-button:hover{
    background-image:url('/wp-content/uploads/2023/12/paco-design-button-background-4.jpg')!important;
    color:white!important;
}*/


/* Ajoute un flou à l'image au survol */
.hoverimage:hover {
    filter: blur(8px); 
    transition: filter 0.9s ease-in-out; 
}



