/*
	Theme Name: Notio Child Theme
	Theme URI: https://themeforest.net/item/notio-deluxe-portfolio-theme/10049784
	Version: 1.0.0
	Author: Thibault Musa Freelance
	Author URI: http://themeforest.net/user/fuelthemes
	Template: notio-wp
*/

@import url("../notio-wp/style.css");

/*///////////    FLECHE CAROUSSEL   //////////*/

.slick .slick-nav svg {
    width: 40px;
    height: 40px;
    background: #f2f2f2;
    border-radius: 50% 50%;
    padding:9px 9px;
}
.slick .slick-nav svg g {
    stroke-width: 2px;
	color:#393b36;
}

/*///////////    FILTRES   //////////*/

.thb-portfolio-filter.style1 .filters {
    background: #393b36;
}
.thb-portfolio-filter.style1 .thb-toggle {
    display: inline-flex;
    align-items: center;
    height: 42px;
    font-size: 12px;
    padding: 0 15px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: rgba(57,59,64,0.4);
}
.thb-portfolio-filter.style1 .thb-toggle:hover {
    background: rgba(57,59,64,0.8);
}

/*///////////    BAR COPYRIGHT   //////////*/

/* .bar-side .abs {
    top: 70%;
} */

.thb-cookie-bar{
	background:#393b36 !important;
	color:#f2f2f2 !important;
}

/*///////////    COULEUR ATTRIBUT PORTFOLIO   //////////*/
.bluelink {
	color:#7fcde8;
}

a.share-post-link {
    color: #fff;
    background: #7fcde8;
    padding: 10px 15px;
	border: 2px solid #7fcde8;
}
a.share-post-link:hover {
    color: #7fcde8;
    background: #fff;
    border: 2px solid #7fcde8;
}

::-moz-selection {
 background-color: #7fcde8;
 color: #f2f2f2;
}
::selection {
 background-color: #7fcde8;
 color: #f2f2f2;
}
:root {
  --mainColor: #7fcde8;
}

a.lienstyle {
  background:
     linear-gradient(
       to bottom, var(--mainColor) 0%,
       var(--mainColor) 100%
     );
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 3px 3px;
  color: #0f4c81;
  text-decoration: none;
  transition-property: background-size; color;
  transition-duration: .5s;
}

a.lienstyle:hover {
  background-size: 4px 50px;
  color: #f2f2f2;
}
input {
    -webkit-user-select: text !important; /* Chrome, Opera, Safari */
    -moz-user-select: text !important; /* Firefox 2+ */
    -ms-user-select: text !important; /* IE 10+ */
    user-select: text !important; /* Standard syntax */
}