/*
 * Theme Name: Arter
 * Author: Vas-y Paulette
 * Version: 1.0.0
*/


@font-face {
    font-family: 'Fivo Sans Modern';
    src: url('./fonts/FivoSansModern-Bold.woff2') format('woff2'),
        url('./fonts/FivoSansModern-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Fivo Sans Modern';
    src: url('./fonts/FivoSansModern-BoldOblique.woff2') format('woff2'),
        url('./fonts/FivoSansModern-BoldOblique.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Fivo Sans Modern';
    src: url('./fonts/FivoSansModern-ExtBlkObliq.woff2') format('woff2'),
        url('./fonts/FivoSansModern-ExtBlkObliq.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Fivo Sans Modern';
    src: url('./fonts/FivoSansModern-ExtraBlack.woff2') format('woff2'),
        url('./fonts/FivoSansModern-ExtraBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Fivo Sans Modern';
    src: url('./fonts/FivoSansModern-Heavy.woff2') format('woff2'),
        url('./fonts/FivoSansModern-Heavy.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Fivo Sans Modern';
    src: url('./fonts/FivoSansModern-HeavyOblique.woff2') format('woff2'),
        url('./fonts/FivoSansModern-HeavyOblique.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Fivo Sans Modern';
    src: url('./fonts/FivoSansModern-Medium.woff2') format('woff2'),
        url('./fonts/FivoSansModern-Medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Fivo Sans Modern';
    src: url('./fonts/FivoSansModern-MediumOblique.woff2') format('woff2'),
        url('./fonts/FivoSansModern-MediumOblique.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Fivo Sans Modern';
    src: url('./fonts/FivoSansModern-Oblique.woff2') format('woff2'),
        url('./fonts/FivoSansModern-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Fivo Sans Modern';
    src: url('./fonts/FivoSansModern-Regular.woff2') format('woff2'),
        url('./fonts/FivoSansModern-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
  

.Contact_Button::before{
    transition: background-color .2s ease-out;
}


.Contact_Button--alt:hover::before{
    background-color: #0080aa;
}

.Heroheading__ScrollArrow__Container .Heroheading__ScrollArrow__Circle{ transition: fill .2s ease-out;}
.Heroheading__ScrollArrow__Container:hover .Heroheading__ScrollArrow__Circle{ fill: #0080aa}


.Portfolio__Single__NextLink svg path{
    transition: background-color .2s ease-out;
}

.Portfolio__Single__NextLink:hover svg path{
    stroke: #0080aa;
}

.Menu__Button:active,
.Menu__Button:focus,
.Menu__Button{
    outline: none
}

.post-type-archive-portfolio .Portfolio__Slider__Button svg path{transition: all .2s ease-out;}
.post-type-archive-portfolio .Portfolio__Slider__Button:hover svg path{stroke: #0080aa}


#cookie-notice .cn-button{
	background-color: #BACF70;
	color: #000;
}


#portfolio_catdiv,
#portfolio_typediv,
#portfolio_domainesdiv,
#portfolio_expertisesdiv{
	display: none !important;
}