/*
 * Table of contents:
 * 
 * from line 14 - Primary
 * from line 87 - Preloader style
 * from line 116 - Cursor
 * from line 223 - Primary style
 * from line 438 - Navigation
 * from line 843 - Home/Work/Project pages
 * from line 1623 - Studio page
 * from line 1712 - Blog/Post page
 * from line 2131 - Contact
 * from line 2558 - Media, for smaller screens
 *
 */

/* #Primary
================================================== */

body{
	font-family : "Poppins", sans-serif;
	font-weight: 300;
	line-height: 1.7;
	color: #c4c3ca;
	background-color: #1f2029;
	overflow-x: hidden;
}
h4{
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	margin-bottom: 0;
	line-height: 1.35;
	color: #fff;
}

h3, .h3 {
	font-weight: 400;
}
h4, .h4 {
	font-weight: 400;
}
h5, .h5 {
	font-weight: 400;
}
h6, .h6 {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 1rem;
}
::selection {
	color: #fff;
}
::-moz-selection {
	color: #fff;
}
::selection {
	background-color: #000;
}
::-moz-selection {
	background-color: #000;
}
mark{
	color:#212121;
}


/* #Cursor
================================================== */

.cursor,
.cursor2,
.cursor3{
	position: fixed;
	border-radius: 50%;	
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	left: -100px;
	top: 50%
}
.cursor{
	background-color: #fff;
	height: 0;
	width: 0;
	z-index: 99999;
}
.cursor2,.cursor3{
	height: 36px;
	width: 36px;
	z-index:99998;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out
}
.cursor2.hover,
.cursor3.hover{
	-webkit-transform:scale(2) translateX(-25%) translateY(-25%);
	transform:scale(2) translateX(-25%) translateY(-25%);
	border:none
}
.cursor2{
	border: 2px solid #fff;
	box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}
.cursor2.hover{
	background: rgba(255,255,255,.1);
	box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}
.scale-up .cursor2,
.scale-up .cursor3{
	opacity: 0;
}

.cursor-dark .cursor2,
.cursor-dark .cursor3{
	border: 2px solid #4b4d64;
	box-shadow: 0 0 14px rgba(75, 77, 100, 0.3);
}
.cursor-dark .cursor2.hover,
.cursor-dark .cursor3.hover{
	background: rgba(75, 77, 100, 0.3);
	border: none;
	box-shadow: 0 0 14px rgba(75, 77, 100, 0.2);
}


.video-cursor .cursor2.hover,
.video-cursor .cursor3.hover{
	opacity: 0;
}


@media screen and (max-width: 1200px){
	.cursor,.cursor2,.cursor3{
		display: none
	}
}
	
a {
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}

/* #back to top arrow
================================================== */

.scroll-to-top{
	position: fixed;
	bottom: 2rem;
	right: 1rem;
	opacity: 0;
	visibility: hidden;
	width: 50px;
	height: 50px;
	z-index: 1000;
    display: flex;
    align-items: center;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 10px 40px;
	cursor: pointer;
	background-image: url('../images/arrow-up.png');
	transform: translateY(-15px);
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear; 
}
.scroll-to-top:hover{
	bottom: 3rem;
}
.scroll-to-top.active-arrow{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

@media screen and (max-width: 768px) {
    .scroll-to-top {
        bottom: 1.5rem; /* Réduction de l'espacement pour mobile */
        right: 0.6rem;
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 480px) {
    .scroll-to-top {
        bottom: 1rem;
        right: 0.2rem;
        width: 40px;
        height: 40px;
    }
}

/* #Primary style
================================================== */

.section {
    position: relative;
	width: 100%;
	display: block;
}
.relative {
    position: relative;
}
.over-hide{
	overflow: hidden;
}
.full-height {
	height: 100vh;
}
.hero-full-height {
	height: calc(100vh - 140px);
}
.half-height {
	height: 50vh;
}
.big-55-height {
	height: 55vh;
}
.big-60-height {
	height: 60vh;
}
.big-65-height {
	height: 65vh;
}
.big-70-height {
	height: 70vh;
}
.big-75-height {
	height: 75vh;
}
.big-80-height {
	height: 80vh;
}
.max-width-80 {
	max-width: 80%;
}
.background-white {
	background-color: #ffffff;
}
.background-grey {
	background-color: #fbfbfb;
}
.background-grey-1 {
	background-color: #f9f9f9;
}
.background-dark {
	background-color: #101010;
}
.background-dark-1 {
	background-color: #242424;
}
.background-dark-2 {
	background-color: #1f2029;
}
.background-dark-3,
.background-dark-4 {
	background-color: #14151a;
}
.background-black {
	background-color: #000000;
}
.color-black {
	color: #000000;
}
.color-white {
	color: #ffffff;
}
.color-grey {
	color: #e1e1e1;
}
.padding-page-top {
	padding-top: 120px;
}

.padding-top {
	padding-top: 100px;
}
.padding-bottom {
	padding-bottom: 50px;
}

.padding-top-big {
	padding-top: 140px;
}
.padding-bottom-big {
	padding-bottom: 50px;
    z-index: 1;
}

.padding-top-bottom {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

@media screen and (max-width: 768px) {
    .padding-top-bottom {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

@media screen and (max-width: 480px) {
    .padding-top-bottom {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.padding-top-small {
	padding-top: 70px;
}
.padding-bottom-small {
	padding-bottom: 70px;
}
.padding-top-bottom-smaller {
	padding-top: 50px;
	padding-bottom: 50px;
}
.padding-top-smaller {
	padding-top: 50px;
}
.padding-bottom-smaller {
	padding-bottom: 50px;
}
.page-title h1{
	position: relative;
	font-size: 100px;
    font-family : "Poppins", sans-serif;
    color: #01f7b6;
	font-weight: 900;
	line-height: 1;
	z-index: 2;
    font-size: 6rem;
    margin-top: 1.5rem;
    padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
    .page-title h1 {
        margin-top: 1rem;
        padding-bottom: 0.8rem;
        font-size: 3rem;
    }
    
    .page-title p {
        margin-bottom: 0.8rem;
    }
}
.page-title p{
	position: relative;
    	top:-20%;
	left: 0;
	font-weight: 900;
     margin-bottom: 1rem; /* Espace sous le texte */
	z-index: 2;
    font-family : "Poppins", sans-serif;
    color: transparent;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .page-title p {
        top: -10px; /* Déplace légèrement moins pour les tablettes */
    }
}

@media screen and (max-width: 480px) {
    .page-title p {
        top: -5px; /* Ajustement minimal pour mobiles */
    }
}

.page-title p:before{
	position: absolute;
	top:50%;
	left: 0;
	width:25px;
	height: 3px;
	background-color: #fff;
}
.page-title-small p{
	position: relative;
	font-weight: 500;
	letter-spacing: 1px;
	padding-left: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
	z-index: 2;
}

@media screen and (max-width: 768px) {
    small, .page-title-small p {
        padding-left: 0.4rem;
        margin-top: 0.4rem;
        margin-bottom: 0.4rem;
    }
}

.page-title-small p:before{
	position: absolute;
	content: '';
	top:50%;
	left: 35px;
	width: 40px;
	height: 1px;
	background-color: #616481;
}
.shadow-title{
	position: fixed;
	top: 30px;
	left: 50px;
	width: 100%;
	height: 300%;
	text-align: left;
	font-family: 'Muli', sans-serif;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	font-size: 10vw;
	line-height: 1;
	color: rgba(200,200,200,.1);
	background: linear-gradient(90deg, rgba(200,200,200,0), rgba(200,200,200,0.65));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 900;
    z-index: 1;
}

.shadow-title1{
	position: fixed;
	top: 0;
	left: 20px;
	width: 100%;
	height: 300%;
	line-height: 1;
	color: rgba(200,200,200,.1);
    background: url(../images/bg-lines.png) center;
	font-weight: 900;
    z-index: 1;
}


/* #Portfolio Masonry
================================================== */

#projects-grid{
	position: relative;
	text-align: center;
    max-width: 85%;
    margin: 0 auto;
    padding: 10px;
    display: flex;
        flex-direction: column;
        align-items: center; /* S’assurer que les éléments sont bien centrés */
        width: 100% !important; /* Permet d'éviter un conteneur trop restreint */
}
#projects-grid:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
     #portfolio-filter ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
    }
     #portfolio-filter li {
        margin: 5px;
    }

    #portfolio-filter li a {
        font-size: 14px;
    }
}

.portfolio-box {
    margin: 1.5rem;
}

@media screen and (max-width: 768px) {
    .portfolio-box {
        flex: 1 1 100%;
        margin: 1rem;
        width: 100%; /* Une seule colonne pour une meilleure lisibilité */
        margin: 10px 0; /* Ajustement des marges */
    }
}

@media screen and (max-width: 480px) {
    .portfolio-box {
        margin: 0.5rem;
    }
    .portfolio-box h4{
        font-size: 1rem;
    }
}

.portfolio-box{
	position: relative;
	float: left;
	display: inline-block;
	box-sizing: border-box;
	overflow: hidden;
	width: calc(50% - 70px);
	cursor: pointer;
	cursor: url('../img/more.png') 17 17,pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}

.portfolio-box img:hover{
	filter: brightness(40%); 
}

.portfolio-box p{
	position: relative;
	bottom: 70px;
	color: #ebebeb;
    text-align: center;
	line-height: 16px;
	font-weight: 300;
	opacity: 0;
	cursor: pointer;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
	z-index: 3;
	cursor: url('../img/more.png') 17 17,pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.portfolio-box:hover p{
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.portfolio-box h4{
	position: relative;
	bottom: 15px;
    right:auto;
	text-align: center;
	color: #fff;
	font-weight: 300;
	opacity: 0;
	cursor: pointer;
	margin: 0;
	padding: 0;
	z-index: 3;
	letter-spacing: 2px;
	cursor: url('../img/more.png') 17 17,pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.portfolio-box:hover h4{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.portfolio-box .portfolio-mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(31,32,41,0);
	z-index: 1;
	cursor: pointer;
	cursor: url('../images/more.png') 17 17,pointer;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.portfolio-box:hover .portfolio-mask{
	background-color: rgba(31,32,41,0.7);
}
.portfolio-box img{
	width: 100%;
	height: auto;
    object-fit: cover;
	display: block;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-box:hover img{
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

#portfolio-filter {
	position:relative;
	text-align: center;
	z-index:20;
	width:100%;
}
#filter {
	position:relative;
	display: block;
	padding: 0;
	margin: 0;
    text-align: center;
}
#filter li {
	padding: 0;
	float: left;
}
#filter:after {
  content: '';
  display: block;
  clear: both;
}
#filter li a {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	outline: none;
	color: rgba(200,200,200,.5);
	font-weight: 600;
	font-style: italic;
	letter-spacing: 1px;
	font-size: 15px;
	line-height:22px;
	text-decoration: none;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
#filter li a:hover {
	color:#fff;
}
#filter li a:before {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -9px;
	height: 2px;
	content: '';
	z-index: -1;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
#filter li a.current:before {
	bottom: -4px;
	opacity: 1;
	visibility: visible;
}
#filter li a.current {
	color:#fff;
}
#filter li a:hover:before {
	bottom: -4px;
	opacity: 1;
	visibility: visible;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
       -moz-transition-duration: 0.6s;
            transition-duration: 0.6s;
}
.isotope {
    -webkit-transition-property: height, width;
       -moz-transition-property: height, width;
            transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
       -moz-transition-property:    -moz-transform, opacity;
        -ms-transition-property:     -ms-transform, opacity;
         -o-transition-property:         top, left, opacity;
            transition-property:         transform, opacity;
}

/* #Project video with cover image
================================================== */

.video-section {
	position: relative;
	width:100%;
	margin:0 auto;
}
.video-wrapper, figure.vimeo, figure.youtube {
	margin:0;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}	
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}	
figure.youtube a img, figure.vimeo a img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	max-width:none;
}	
figure.vimeo a:after, figure.youtube a:after {
	content:"";
	width:60px;
	height:60px;
	background: #fff;
	z-index:9;
	position:absolute;
	top:50%;
	left:50%;
	margin:-30px 0 0 -30px;
	border-radius:50%;
	box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.15);
	cursor: url('../img/play.png') 6 8,pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
figure.vimeo:hover a:after, figure.youtube:hover a:after {
	box-shadow: 0px 0px 0px 1000px rgba(0,0,0,0.1);
}
figure.vimeo:hover a:after, figure.youtube:hover a:after{
	opacity: 0;
}
figure.vimeo a:before, figure.youtube a:before {
	border-left: 8px solid #212121;
}
figure.vimeo a:before, figure.youtube a:before {
	content:"";
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	z-index:10;
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -3px;
	margin-top: -5px;
	display:block;
	cursor: url('../img/play.png') 6 8,pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
figure.vimeo:hover a:before, figure.youtube:hover a:before {
	border-color: transparent;
}	
figure.vimeo a:hover img, figure.youtube a:hover img {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}	
figure.vimeo a img, figure.youtube a img {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
	cursor: url('../img/play.png') 6 8,pointer;
}


/* #Studio page
================================================== */

.img-mask{
	-webkit-mask-image: url('../img/mask-image.png');
	mask-image: url('../img/mask-image.png');
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-size: cover;
}
.studio-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.studio-list li {
	position: relative;
	padding: 0;
	margin: 0;
	padding-left: 40px;
	margin-bottom: 8px;
	list-style: none;
}
.studio-list li:last-child {
	margin-bottom: 0;
}
.studio-list li:before{
	position: absolute;
	content: '';
	top:50%;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #616481;
}
.studio-list li p{
	padding: 0;
	margin: 0;
}

.logo-box {
	position: relative;
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 70px 0;
	border: 1px solid rgba(200, 200, 200, .2);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.logo-box:hover {
	border: 1px solid rgba(200, 200, 200, .6);
}
.logo-box img {
	height: 45px;
	width: auto;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.logo-box img:hover {
	opacity: 0.4;
}
.blockquote{
	position: relative;
	display: block;
}
.blockquote:before{
	position: absolute;
	content: '”';
	top: 0;
	left: 0;
	font-family: 'Muli', sans-serif;
	line-height: 0.9;
	-webkit-text-stroke: 2px #616481;
	text-stroke: 2px #616481;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	color: transparent;
}

/* #Blog page
================================================== */
 
.case-study-wrapper.vertical-blog{
	list-style: none;
	padding: 0;
	margin: 0;
} 
.case-study-wrapper.vertical-blog li{
	list-style: none;
	padding: 0;
	margin: 0;
} 
.case-study-wrapper.vertical-blog li a{
	display: inline-block;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear; 
}
.case-study-wrapper.vertical-blog .case-study-name{
	opacity: 0.4;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear; 
}
.case-study-wrapper.vertical-blog .case-study-name.active{
	opacity: 1;
}
.case-study-wrapper.vertical-blog li a:hover{
	opacity: 1; 
}
.case-study-wrapper.vertical-blog li p{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1.7;
	color: #c4c3ca;
	padding-left: 0;
}
.case-study-wrapper.vertical-blog li p:before{
	display: none;
}
.case-study-wrapper.vertical-blog .case-study-name.active h4{
	opacity: 1;
}
.case-study-images li .img-hero-background.blog-back-image{
	position: fixed;
	width: 500px;
	height: 500px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	box-shadow: inset 0 0 50px #1f2029;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear; 
}
.case-study-images li.show .img-hero-background.blog-back-image {
	opacity: 0.3;
}

.go-to-post {
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 40px;
	height: 10px;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 40px 10px;
	cursor: pointer;
	background-image: url('../img/arrow-right.png');
	transform: translateX(0);
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear; 
}
.go-to-post:hover {
	transform: translateX(5px);
}

/* #Blog post
================================================== */
 
.post-box{
	position: relative;
	width: 100%;
	display: block;
	padding: 0;
	padding-bottom: 2.5rem;
	border-radius: 0.35rem;
}
.rounded{
	border-radius: 0.35rem;
}
.sidebar-box p,
.post-comm-box p,
.post-box p{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1.7;
	color: #c4c3ca;
	padding-left: 0;
	margin-left: 0;
}
.sidebar-box p:before,
.post-comm-box p:before,
.post-box p:before{
	display: none;
}
.drop-shadow{
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.06);
}
.post-box img.blog-home-img{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0;
	margin-right: 0;
}
.post-box .padding-in{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.post-box .blockquote:before{
	display: none;
}
.post-box .blockquote{
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	padding-left: 1.4rem;
	padding-right: 0;
}
.post-box .blockquote-footer::before {
	padding-right:10px;
}
.post-box .blockquote.blockquote-reverse{
	border-left: none;
	padding-right: 1.4rem;
	padding-left: 0;
}
.post-box .blockquote-reverse .blockquote-footer::before {
	padding-right:0;
}
.post-box .blockquote-reverse .blockquote-footer::after {
	padding-left:10px;
}
.post-box .blockquote{
	border-left: 0.4rem solid #999;
}
.post-box .blockquote-reverse{
	border-right: 0.4rem solid #999;
}
.separator-wrap{
	width:100%;
	min-height: 1px;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: no-wrap;
	webkit-box-align: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}
.separator-wrap p{
	margin-bottom: 0;
	padding-left: 1rem;
	padding-right: 1rem;
}
.separator{
	position: relative;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	min-width: 10%;
}
.separator-line{
	position: relative;
	height: 1px;
	display: block;
	top: 1px;
	width: 100%;
	border-top: 1px solid #666;
}
.opacity-40{
	opacity: 0.4;
}
.separator-line.med{
	border-top-width: 3px;
}
.separator-line.big{
	border-top-width: 8px;
	border-radius:2px;
}
.separator-line.dashed{
	border-top-style: dashed;
	outline: none;
} 
.post-box .btn-primary{
	background-color: #333;
	cursor: pointer;
	border: none;
	outline: none;
	padding: 7px 12px;
}
.post-box .btn-primary:focus,
.post-box .btn-primary:active {
	border:none;
	outline:none;
	box-shadow: none;
}
.post-box .btn-primary span{
	position: relative;
	display: block;
	cursor: pointer;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}
.post-box .btn-primary:hover{
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
	background-color: #444;
}
.author-wrap{
	position: relative;
	width: 100%;
	display: block;
}
.author-wrap p{
	display: inline-block;
}
.author-wrap p a{
	color: #ccc;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.author-wrap p a:hover{
	color: #fff;
}
.author-wrap img{
	width: 60px;
	height: 60px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 10px;
}
.post-comm-box{
	position: relative;
	width: 100%;
	display: block;
	padding: 2.5rem;
}
.post-comm-box img{
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 20px;
}
.post-comm-box h6{
	display: inline-block;
}
.post-comm-box h6 small{
	text-transform: none;
	font-weight:400;
	font-size: .7rem;
	font-style: italic;
	margin-left: 10px;
}
.post-comm-box a{
	color: #fff;
	cursor: pointer;
	background-color: #333;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 7px 12px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.post-comm-box a:focus,
.post-comm-box a:active {
	border:none;
	outline:none;
	box-shadow: none;
	background-color: #333;
}
.post-comm-box a:hover{
	background-color: #444;
}
.subscribe-box {
	position: relative;
}
.subscribe-box .subscribe-1{
	position: absolute;
	top:0;
	right:0;
	z-index: 1;
}
.subscribe-box .subscribe-1{
	color: #fff;
	cursor: pointer;
	background-color: #333;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 20px 15px;
	font-weight: 400;
	letter-spacing: 1px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.subscribe-box .subscribe-1 button:focus,
.subscribe-box .subscribe-1 button:active {
	border:none;
	outline:none;
	box-shadow: none;
	background-color: #333;
}
.sidebar-box{
	position: relative;
	width: 100%;
	display: block;
	padding: 2.5rem;
}
.sidebar-box h6{
}
.list-style {
	margin: 0;
	list-style: none;
}
.list-style li{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	font-size: 0.8rem;
	line-height: 1.1rem;
}
.list-style li:first-child{
	margin-top: 0;
}
.list-style li:last-child{
	margin-bottom: 0;
}
.list-style.square li:before,
.list-style.circle-o li:before,
.list-style.circle li:before{
	font-family:'FontAwesome';
	font-size: 0.5rem;
	margin-right: 15px;
	display:inline-block;
	line-height: 1.1rem;
	height: 1.1rem;
	vertical-align: middle;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
.list-style.circle li:before{
	content: '\f111';
}
.list-style.circle-o li:before{
	content: '\f10c';
}
.list-style.square li:before{
	content: '\f0c8';
}
.list-style li i{
	font-size: 0.8rem;
	line-height: 1.1rem;
	height: 1.1rem;
	width:20px;
	text-align:left;
	margin-right: 10px;
}
.list-style a.btn-link {
	background-color: transparent;
	color: #fff;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.list-style a.btn-link:hover{
	text-decoration: none;
	background-color: transparent;
	box-shadow: none;
}
.tags-link{
	color: #fff;
	cursor: pointer;
	background-color: #333;
	border: none;
	outline: none;
	display: inline-block;
	box-shadow: none;
	padding: 7px 12px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.tags-link:hover{
	color: #fff;
	background-color: #555;
}
.tags-link:focus,
.tags-link:active {
	border:none;
	outline:none;
	box-shadow: none;
	color: #fff;
	background-color: #333;
}



/* #Social links
================================================== */

.social-fixed {
	position: fixed;
	top: auto;
	bottom: 40px;
	left: 30px;
	z-index: 94;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear; 
}
.social-fixed.bottom-name {
	bottom: 140px;
}
.social-fixed a{
	position: relative;
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
    font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
	display: inline-block;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.social-fixed a:hover{
	opacity: 0.5;
}
.copyr {
	position: fixed;
	bottom: 40px;
	right: 30px;
	z-index: 94;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
    font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #fff;
	transform: rotate(180deg);
}
.copyr.bottom-name {
	bottom: 140px;
}
.copyr a{
	color: #fff;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.copyr a:hover{
	opacity: 0.5;
}
.footer a{
	position: relative;
	display: inline-block;
}
.footer-lines{
	position: relative;
}
.footer-lines:after,
.footer-lines:before{
	position: absolute;
	width: 2px;
	height: 25px;
	content: '';
	z-index: -1;
	left: 50%;
	margin-left: -1px;
	background-color: #4b4d64;
}
.footer-lines:after{
	top: -50px;
}
.footer-lines:before{
	bottom: -50px;
}
.shadow-on-footer{
	position: absolute;
	bottom: 0;
	left: -50%;
	width: 200%;
	text-align: center;
	font-family: 'Muli', sans-serif;
	font-size: 14vw;
	line-height: 1;
	color: rgba(200,200,200,.1);
	background: linear-gradient(rgba(75, 77, 100,0.25), rgba(75, 77, 100,0));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 900;
	z-index: 1;
}

/* #Media
================================================== */

@media (max-width: 1500px) { 
}

@media (max-width: 1300px) {
}

@media (max-width: 1199px) { 
	.swiper-slide{
		width: 40%;
	}
	.swiper-slide a{
		margin: 0;
	}
	.swiper-slide h1{
		font-size: 40px;
		letter-spacing: 1px;
	}
	.case-study-images li .hero-number-fixed.bottom-name{
		bottom: 140px;
	}
	.case-study-images li .hero-number.bottom-name{
		bottom: 140px;
	}
	.social-fixed.bottom-name {
		bottom: 110px;
	}
	.copyr.bottom-name {
		bottom: 110px;
	}
	.swiper-container-horizontal > .swiper-scrollbar.bottom-name {
		bottom: 110px;
	}
	.swiper-slide.bottom-name a{
		width: 100%;
		display: block;
	}
	.swiper-slide.bottom-name h1{
		padding: 20px 0;
		width: 100%;
		display: block;
	}
	.case-study-name.active h1:before{
		height: 10px;
	}
	.swiper-container-horizontal > .swiper-scrollbar {
		bottom: 25px;
	}
	.case-study-images li .hero-number,
	.case-study-images li .hero-number-fixed{
		bottom: 50px;
	}
	.social-fixed {
		bottom: 15px;
		left: 17px;
	}
	.copyr {
		bottom: 15px;
		right: 17px;
	}

	.padding-page-top {
		padding-top: 5rem;
	}
	.padding-top-bottom {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.padding-top {
		padding-top: 80px;
	}
	.padding-bottom {
		padding-bottom: 80px;
	}
	.padding-top-bottom-big {
		padding-top: 110px;
		padding-bottom: 110px;
	}
	.padding-top-big {
		padding-top: 110px;
	}
	.padding-bottom-big {
		padding-bottom: 110px;
	}
	.case-study-images li .img-hero-background.blog-back-image{
		width: 300px;
		height: 300px;
	}
}

@media (max-width: 991px) { 
	body.nav-active .curent-page-name-shadow {
		margin-top: -10px;
	}
	.swiper-slide{
		width: 50%;
	}
	.swiper-slide h1{
		font-size: 30px;
	}
	.case-study-images li .img-hero-background-over{
		width: calc(100% - 100px);
		height: calc(100% - 200px);
		top: 100px;
		left: 50px;
	}
	.nav__list-item a:hover:after,
	.nav__list-item.active-nav a:after{ 
		height: 10px;
	}
	.swiper-container-horizontal > .swiper-scrollbar {
		left: 70px;
		right: 70px;
		width: calc(100% - 140px);
	}
	.padding-page-top {
		padding-top: 120px;
	}
	.padding-top-bottom {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.padding-top {
		padding-top: 60px;
	}
	.padding-bottom {
		padding-bottom: 10px;
	}
	.padding-top-bottom-big {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.padding-top-big {
		padding-top: 90px;
	}
	.padding-bottom-big {
		padding-bottom: 10px;
	}
	.shadow-title{
		display: none;
	}
	.logo-box {
		padding: 30px 0;
	}
	.case-study-images li .img-hero-background.blog-back-image{
		width: 200px;
		height: 200px;
	}	
    .portfolio-box{
		width: 100%;
		padding: 0 0;
        transform: none !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
	}
}

@media (max-width: 768px) {
	h3, .h3 {
		font-size: 2rem;
	}
	h4, .h4 {
		font-size: 1.4rem;
	}
	.swiper-slide h1{
		font-size: 34px;
	}
	.curent-page-name-shadow {
		display: none;
	}
	.portfolio-box{
		width: 100%;
		margin: 0;
        transform: none !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
	}
}

@media (max-width: 575px) {
	.swiper-slide{
		width: auto;
	}
	.swiper-slide a{
		margin: 0 25px;
	}
	.swiper-slide.bottom-name h1{
		padding: 20px 30px;
		-webkit-text-stroke: 1px #fff;
		text-stroke: 1px #fff;
	}	
	#filter li a {
		letter-spacing: 0;
		font-size: 14px;
	}
}



h: auto;
	}
	.swiper-slide a{
		margin: 0 25px;
	}
	.swiper-slide.bottom-name h1{
		padding: 20px 30px;
		-webkit-text-stroke: 1px #fff;
		text-stroke: 1px #fff;
	}
	#filter li a {
		letter-spacing: 0;
		font-size: 14px;
	}
}

.portfolio-box p{
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: #ebebeb;
	line-height: 16px;
	font-weight: 300;
	font-style: italic;
	opacity: 0;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	cursor: pointer;
	letter-spacing: 3px;
	margin: 0;
	padding: 0;
	z-index: 3;
	cursor: url('../img/more.png') 17 17,pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.portfolio-box:hover p{
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.portfolio-box h4{
	position: relative;
	bottom: 70px;
	color: #ebebeb;
    text-align: center;
	color: #fff;
	font-weight: 300;
	opacity: 0;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	cursor: pointer;
	margin: 0;
	padding: 0;
	z-index: 4;
	letter-spacing: 2px;
	cursor: url('../img/more.png') 17 17,pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.portfolio-box:hover h4{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.portfolio-box .portfolio-mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(31,32,41,0);
	z-index: 1;
	cursor: pointer;
	cursor: url('../img/more.png') 17 17,pointer;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.portfolio-box:hover .portfolio-mask{
	background-color: rgba(31,32,41,0.7);
}
.portfolio-box:hover img{
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

#portfolio-filter {
	position:relative;
	text-align: center;
	z-index:20;
	width:100%;
}
#filter {
	position:relative;
	display: block;
	padding: 0;
	margin: 0;
}
#filter li {
	display: inline-block;
	margin-right: 15px;
	padding: 0;
	float: left;
}
#filter:after {
  content: '';
  display: block;
  clear: both;
}
#filter li a {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	outline: none;
	color: rgba(200,200,200,.5);
	font-weight: 600;
	font-style: italic;
	letter-spacing: 1px;
	font-size: 15px;
	line-height:22px;
	text-decoration: none;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
#filter li a:hover {
	color:#fff;
}
#filter li a:before {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -9px;
	height: 2px;
	content: '';
	z-index: -1;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
#filter li a.current:before {
	bottom: -4px;
	opacity: 1;
	visibility: visible;
}
#filter li a.current {
	color:#fff;
}
#filter li a:hover:before {
	bottom: -4px;
	opacity: 1;
	visibility: visible;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
       -moz-transition-duration: 0.6s;
            transition-duration: 0.6s;
}
.isotope {
    -webkit-transition-property: height, width;
       -moz-transition-property: height, width;
            transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
       -moz-transition-property:    -moz-transform, opacity;
        -ms-transition-property:     -ms-transform, opacity;
         -o-transition-property:         top, left, opacity;
            transition-property:         transform, opacity;
}

/* #Project video with cover image
================================================== */

.video-section {
	position: relative;
	width:100%;
	margin:0 auto;
}
.video-wrapper, figure.vimeo, figure.youtube {
	margin:0;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}	
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}	
figure.youtube a img, figure.vimeo a img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	max-width:none;
}	
figure.vimeo a:after, figure.youtube a:after {
	content:"";
	width:60px;
	height:60px;
	background: #fff;
	z-index:9;
	position:absolute;
	top:50%;
	left:50%;
	margin:-30px 0 0 -30px;
	border-radius:50%;
	box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.15);
	cursor: url('../img/play.png') 6 8,pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
figure.vimeo:hover a:after, figure.youtube:hover a:after {
	box-shadow: 0px 0px 0px 1000px rgba(0,0,0,0.1);
}
figure.vimeo:hover a:after, figure.youtube:hover a:after{
	opacity: 0;
}
figure.vimeo a:before, figure.youtube a:before {
	border-left: 8px solid #212121;
}
figure.vimeo a:before, figure.youtube a:before {
	content:"";
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	z-index:10;
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -3px;
	margin-top: -5px;
	display:block;
	cursor: url('../img/play.png') 6 8,pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
figure.vimeo:hover a:before, figure.youtube:hover a:before {
	border-color: transparent;
}	
figure.vimeo a:hover img, figure.youtube a:hover img {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}	
figure.vimeo a img, figure.youtube a img {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
	cursor: url('../img/play.png') 6 8,pointer;
}


/* #Studio page
================================================== */

.img-mask{
	-webkit-mask-image: url('../img/mask-image.png');
	mask-image: url('../img/mask-image.png');
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-size: cover;
}
.studio-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.studio-list li {
	position: relative;
	padding: 0;
	margin: 0;
	padding-left: 40px;
	margin-bottom: 8px;
	list-style: none;
}
.studio-list li:last-child {
	margin-bottom: 0;
}
.studio-list li:before{
	position: absolute;
	content: '';
	top:50%;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #616481;
}
.studio-list li p{
	padding: 0;
	margin: 0;
}

.logo-box {
	position: relative;
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 70px 0;
	border: 1px solid rgba(200, 200, 200, .2);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.logo-box:hover {
	border: 1px solid rgba(200, 200, 200, .6);
}
.logo-box img {
	height: 45px;
	width: auto;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.logo-box img:hover {
	opacity: 0.4;
}
.blockquote{
	position: relative;
	padding-left: 70px;
	display: block;
}

.citation{
	padding: 0 0 0 0;
}

.blockquote:before{
	position: absolute;
	content: '”';
	top: 0;
	left: 0;
	font-family: 'Muli', sans-serif;
	font-size: 150px;
	line-height: 0.9;
	-webkit-text-stroke: 2px #616481;
	text-stroke: 2px #616481;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	color: transparent;
}

.blockquote p{
}
/* #Blog page
================================================== */
 
.case-study-wrapper.vertical-blog{
	list-style: none;
	padding: 0;
	margin: 0;
} 
.case-study-wrapper.vertical-blog li{
	list-style: none;
	padding: 0;
	margin: 0;
} 
.case-study-wrapper.vertical-blog li a{
	display: inline-block;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear; 
}
.case-study-wrapper.vertical-blog .case-study-name{
	opacity: 0.4;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear; 
}
.case-study-wrapper.vertical-blog .case-study-name.active{
	opacity: 1;
}
.case-study-wrapper.vertical-blog li a:hover{
	opacity: 1; 
}
.case-study-wrapper.vertical-blog li p{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1.7;
	color: #c4c3ca;
	padding-left: 0;
}
.case-study-wrapper.vertical-blog li p:before{
	display: none;
}
.case-study-wrapper.vertical-blog .case-study-name.active h4{
	opacity: 1;
}
.case-study-images li .img-hero-background.blog-back-image{
	position: fixed;
	width: 500px;
	height: 500px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	box-shadow: inset 0 0 50px #1f2029;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear; 
}
.case-study-images li.show .img-hero-background.blog-back-image {
	opacity: 0.3;
}

.go-to-post {
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 40px;
	height: 10px;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 40px 10px;
	cursor: pointer;
	background-image: url('../img/arrow-right.png');
	transform: translateX(0);
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear; 
}
.go-to-post:hover {
	transform: translateX(5px);
}

/* #Blog post
================================================== */
 
.post-box{
	position: relative;
	width: 100%;
	display: block;
	padding: 0;
	padding-bottom: 2.5rem;
	border-radius: 0.35rem;
}
.rounded{
	border-radius: 0.35rem;
}
.sidebar-box p,
.post-comm-box p,
.post-box p{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1.7;
	color: #c4c3ca;
	padding-left: 0;
	margin-left: 0;
}
.sidebar-box p:before,
.post-comm-box p:before,
.post-box p:before{
	display: none;
}
.drop-shadow{
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.06);
}
.post-box img.blog-home-img{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0;
	margin-right: 0;
}
.post-box .padding-in{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.post-box .blockquote:before{
	display: none;
}
.post-box .blockquote{
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	padding-left: 1.4rem;
	padding-right: 0;
}
.post-box .blockquote-footer::before {
	padding-right:10px;
}
.post-box .blockquote.blockquote-reverse{
	border-left: none;
	padding-right: 1.4rem;
	padding-left: 0;
}
.post-box .blockquote-reverse .blockquote-footer::before {
	padding-right:0;
}
.post-box .blockquote-reverse .blockquote-footer::after {
	padding-left:10px;
}
.post-box .blockquote{
	border-left: 0.4rem solid #999;
}
.post-box .blockquote-reverse{
	border-right: 0.4rem solid #999;
}
.separator-wrap{
	width:100%;
	min-height: 1px;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: no-wrap;
	webkit-box-align: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}
.separator-wrap p{
	margin-bottom: 0;
	padding-left: 1rem;
	padding-right: 1rem;
}
.separator{
	position: relative;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	min-width: 10%;
}
.separator-line{
	position: relative;
	height: 1px;
	display: block;
	top: 1px;
	width: 100%;
	border-top: 1px solid #666;
}
.opacity-40{
	opacity: 0.4;
}
.separator-line.med{
	border-top-width: 3px;
}
.separator-line.big{
	border-top-width: 8px;
	border-radius:2px;
}
.separator-line.dashed{
	border-top-style: dashed;
	outline: none;
} 
.post-box .btn-primary{
	background-color: #333;
	cursor: pointer;
	border: none;
	outline: none;
	padding: 7px 12px;
}
.post-box .btn-primary:focus,
.post-box .btn-primary:active {
	border:none;
	outline:none;
	box-shadow: none;
}
.post-box .btn-primary span{
	position: relative;
	display: block;
	cursor: pointer;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}
.post-box .btn-primary:hover{
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
	background-color: #444;
}
.author-wrap{
	position: relative;
	width: 100%;
	display: block;
}
.author-wrap p{
	display: inline-block;
}
.author-wrap p a{
	color: #ccc;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.author-wrap p a:hover{
	color: #fff;
}
.author-wrap img{
	width: 60px;
	height: 60px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 10px;
}
.post-comm-box{
	position: relative;
	width: 100%;
	display: block;
	padding: 2.5rem;
}
.post-comm-box img{
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 20px;
}
.post-comm-box h6{
	display: inline-block;
}
.post-comm-box h6 small{
	text-transform: none;
	font-weight:400;
	font-size: .7rem;
	font-style: italic;
	margin-left: 10px;
}
.post-comm-box a{
	color: #fff;
	cursor: pointer;
	background-color: #333;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 7px 12px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.post-comm-box a:focus,
.post-comm-box a:active {
	border:none;
	outline:none;
	box-shadow: none;
	background-color: #333;
}
.post-comm-box a:hover{
	background-color: #444;
}
.subscribe-box {
	position: relative;
}
.subscribe-box .subscribe-1{
	position: absolute;
	top:0;
	right:0;
	z-index: 1;
}
.subscribe-box .subscribe-1{
	color: #fff;
	cursor: pointer;
	background-color: #333;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 20px 15px;
	font-weight: 400;
	letter-spacing: 1px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.subscribe-box .subscribe-1 button:focus,
.subscribe-box .subscribe-1 button:active {
	border:none;
	outline:none;
	box-shadow: none;
	background-color: #333;
}
.sidebar-box{
	position: relative;
	width: 100%;
	display: block;
	padding: 2.5rem;
}
.sidebar-box h6{
}
.list-style {
	margin: 0;
	list-style: none;
}
.list-style li{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	font-size: 0.8rem;
	line-height: 1.1rem;
}
.list-style li:first-child{
	margin-top: 0;
}
.list-style li:last-child{
	margin-bottom: 0;
}
.list-style.square li:before,
.list-style.circle-o li:before,
.list-style.circle li:before{
	font-family:'FontAwesome';
	font-size: 0.5rem;
	margin-right: 15px;
	display:inline-block;
	line-height: 1.1rem;
	height: 1.1rem;
	vertical-align: middle;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
.list-style.circle li:before{
	content: '\f111';
}
.list-style.circle-o li:before{
	content: '\f10c';
}
.list-style.square li:before{
	content: '\f0c8';
}
.list-style li i{
	font-size: 0.8rem;
	line-height: 1.1rem;
	height: 1.1rem;
	width:20px;
	text-align:left;
	margin-right: 10px;
}
.list-style a.btn-link {
	background-color: transparent;
	color: #fff;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.list-style a.btn-link:hover{
	text-decoration: none;
	background-color: transparent;
	box-shadow: none;
}
.tags-link{
	color: #fff;
	cursor: pointer;
	background-color: #333;
	border: none;
	outline: none;
	display: inline-block;
	box-shadow: none;
	padding: 7px 12px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.tags-link:hover{
	color: #fff;
	background-color: #555;
}
.tags-link:focus,
.tags-link:active {
	border:none;
	outline:none;
	box-shadow: none;
	color: #fff;
	background-color: #333;
}


/* #Contact
================================================== */

form input,
form textarea, 
form button,
form .muli,
form select{
    	font-family: 'Muli', sans-serif;
}

.coordonnees {
    color:#fff;
    background-color: #14151a; /* Conserver la couleur de fond */
    padding: 1.5rem;
    margin: 0 auto; /* Centre la section horizontalement */
    border-radius: 8px;
    max-width: 100%;
    float: left;
}

/* Responsive pour petits écrans */
@media screen and (max-width: 1000px) {
    .coordonnees {
        max-width: 60% !important; /* Réduit la largeur sur les tablettes */
        padding: 15px; /* Ajuste les marges internes */
    }
}

@media screen and (max-width: 480px) {
    .section.coordonnees {
        max-width: 100% !important; /* Réduit encore davantage pour les mobiles */
    }
}

.coordonnees p, 
.coordonnees a, 
.coordonnees div {
    margin: 0 auto; /* Centre les éléments */
    text-align: center; /* Centre le contenu pour les petits écrans */
    max-width: 100%; /* Empêche les débordements */
}

.coordonnees p{
        color: rgba( 255,255,255, 0.8);
        word-wrap: break-word; /* Permet au texte de passer à la ligne */
    overflow-wrap: break-word;
    font-size: 1rem; /* Taille de police flexible */
    text-align: left;
}

@media screen and (max-width: 768px) {
    .coordonnees {
        padding: 1rem;
        margin-bottom: 1.5rem; /* Ajouter de l'espace en bas pour la séparation */
    }
}

/* Pour les petits écrans (smartphones) */
@media screen and (max-width: 480px) {
    .coordonnees {
        padding: 0.8rem;
        text-align: center; /* Centrer le texte pour une meilleure lisibilité */
        margin-bottom: 1rem;
    }
    .coordonnees h6, .coordonnees p {
        font-size: 0.9rem; /* Réduire la taille des textes */
    }
    .left-side2 ul {
        display: flex;
        justify-content: center;
    }
    .coordonnees p {
        font-size: 0.9rem; /* Taille de texte plus petite pour mobile */
    }
}

.coordonnees h6 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    text-align: left;
}
.coordonnees p {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.left-side2 ul {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    padding-left: 0;
    margin-left: 0;
    list-style: none;
      gap: 1rem;
}

.left-side2 ul li a {
    color: #fff;
    transition: color 0.3s ease;
}

.left-side2 ul li a:hover {
    color: #ffffff; /* Couleur au survol */
}

@media screen and (max-width: 768px) {
    .section .container {
        padding: 1rem;
    }
}

.ajax-form input,
.ajax-form textarea{
	position:relative;
	width: 100%;
	padding: 20px 20px;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 15px;
	line-height: 1.7;
	background-color: #14151a;
	color: #fff;
	border:none;
	text-align: left;
	cursor: text;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
}
.ajax-form textarea{
	height: 170px;
}
.ajax-form textarea:active,
.ajax-form input:active {	
	color: #ccc;
}
.ajax-form textarea:active,
.ajax-form input:hover {	
	color: #ccc;
}
.ajax-form textarea:focus,
.ajax-form input:focus {	 
    outline: none !important;
}
.ajax-form input:-ms-input-placeholder  {
	font-size: 15px;
	letter-spacing:1px;
	color: rgba( 255,255,255, 0.4);
	font-weight: 700;
}
.ajax-form input::-moz-placeholder  {
	font-size: 15px;
	letter-spacing:1px;
	color: rgba( 255,255,255, 0.4);
	font-weight: 700;
}
.ajax-form input:-moz-placeholder  {
	font-size: 15px;
	letter-spacing:1px;
	color: rgba( 255,255,255, 0.4);
	font-weight: 700;
}
.ajax-form input::-webkit-input-placeholder  {
	font-size: 15px;
	letter-spacing:1px;
	color: rgba( 255,255,255, 0.4);
	font-weight: 700;
}
.ajax-form textarea:-ms-input-placeholder  {
	font-size: 15px;
	letter-spacing:1px;
	color: rgba( 255,255,255, 0.4);
	font-weight: 700;
}
.ajax-form textarea::-moz-placeholder  {
	font-size: 15px;
	letter-spacing:1px;
	color: rgba( 255,255,255, 0.4);
	font-weight: 700;
}
.ajax-form textarea:-moz-placeholder  {
	font-size: 15px;
	letter-spacing:1px;
	color: rgba( 255,255,255, 0.4);
	font-weight: 700;
}
.ajax-form textarea::-webkit-input-placeholder  {
	font-size: 15px;
	letter-spacing:1px;
	color: rgba( 255,255,255, 0.4);
	font-weight: 700;
}
.ajax-form button {
	color: rgba(255,255,255,.5);
	cursor: pointer;
	font-size: 15px;
	padding: 12px 25px;
	letter-spacing: 2px;
	background-color: #14151a;
	border:none;
	outline:none;
	margin: 0 auto;
	text-align: center;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
}
.ajax-form button:focus,
.ajax-form button:active {
	border:none;
	outline:none;
}
.ajax-form button span{
	position: relative;
	display: block;
	cursor: pointer;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
}
.ajax-form button:hover{
	background-color: #090909;
}

.select .nice-select {
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 13px;
	line-height: 1.4;
	border: solid 3px #dbdddc;
}
.select .nice-select:after {
    right: 20px;
}
.select .nice-select .list {
	border: solid 3px #dbdddc;
	width: calc(100% + 6px);
	margin-left: -3px;
}
.select .nice-select .option {
    min-height: auto;
	font-size: 13px;
	padding-top: 13px;
	padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
	text-transform: lowercase;
} 
.select {
	-webkit-tap-highlight-color: transparent;
	background-color: #14151a;
	border: none;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	color: rgba( 255,255,255, 0.4);
	float: left;
	overflow: hidden;
	font-family: inherit;
	letter-spacing: 1px;
	font-size: 15px;
	line-height: 1.7;
	font-weight: 700;
	outline: none;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
	white-space: nowrap;
	width: auto; 
}
.select.open {
	overflow: visible;
}
.select:hover {
    border: none; 
}
.select:after {
    border-bottom: 2px solid rgba(255,255,255,.4);
    border-right: 2px solid rgba(255,255,255,.4);
    content: '';
    display: block;
    height: 10px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 10px; 
}
.select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); 
}
.select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); 
}
.select.disabled {
    border-color: #ededed;
    color: #ccc;
    pointer-events: none; 
}
.select.disabled:after {
      border-color: #cccccc; 
}
.select.wide {
	width: 100%; 
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important; 
}
.nice-select.right {
    float: right; 
}
.nice-select.right .list {
    left: auto;
    right: 0; 
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; 
}
.nice-select.small:after {
    height: 4px;
    width: 4px; 
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px; 
}
.nice-select .list {
	background-color: #09090c;
    border-radius: 0;
    box-sizing: border-box;
    margin-top: 1px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
	width: 100%;
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.4);
	left: 0;
	color: #ccc;
    top: 100%;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    -webkit-transition: all 0.3s linear, opacity 0.15s ease-out;
    transition: all 0.3s linear, opacity 0.15s ease-out;
    z-index: 9; 
}
.nice-select .list:hover .option:not(:hover) {
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    list-style: none;
	font-size: 14px;
	letter-spacing: 1px;
	padding-top: 11px;
	padding-bottom: 11px;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; 
} 
.nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #2a2c37;
}
.nice-select .option:hover {
    color: #fff;
    background-color: #353746;
}
.nice-select .option.selected {
    font-weight: 400 !important;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #ccc;
    cursor: default; 
}
.no-csspointerevents .nice-select .list {
	display: none; 
}
.no-csspointerevents .nice-select.open .list {
	display: block; 
}

.contact-map  {
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-image: url('../img/map.jpg');
}
.contact-link{
	font-size: 15px;
	line-height: 1.7;
	letter-spacing: 2px;
	font-weight: 400;
	color: #c4c3ca;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
}
.contact-link:hover{
	text-decoration: none;
	color: #fff;
}

/* #Social links
================================================== */

.social-fixed {
	position: fixed;
	top: auto;
	bottom: 40px;
	left: 30px;
	z-index: 94;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear; 
}
.social-fixed.bottom-name {
	bottom: 140px;
}
.social-fixed a{
	position: relative;
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
    font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
	display: inline-block;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.social-fixed a:hover{
	opacity: 0.5;
}
.copyr {
	position: fixed;
	bottom: 40px;
	right: 30px;
	z-index: 94;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
    font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #fff;
	transform: rotate(180deg);
}
.copyr.bottom-name {
	bottom: 140px;
}
.copyr a{
	color: #fff;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.copyr a:hover{
	opacity: 0.5;
}
.footer a{
	position: relative;
	display: inline-block;
}
.footer-lines{
	position: relative;
}
.footer-lines:after,
.footer-lines:before{
	position: absolute;
	width: 2px;
	height: 25px;
	content: '';
	z-index: -1;
	left: 50%;
	margin-left: -1px;
	background-color: #4b4d64;
}
.footer-lines:after{
	top: -50px;
}
.footer-lines:before{
	bottom: -50px;
}
.shadow-on-footer{
	position: absolute;
	bottom: 0;
	left: -50%;
	width: 200%;
	text-align: center;
	font-family: 'Muli', sans-serif;
	font-size: 14vw;
	line-height: 1;
	color: rgba(200,200,200,.1);
	background: linear-gradient(rgba(75, 77, 100,0.25), rgba(75, 77, 100,0));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 900;
	z-index: 1;
}

















