body {
	font-family: Calibri,Arial,sans-serif; 
	cursor: default;
	color: #333;
    opacity: 0;
}

a:hover {
	color: #666;
}

hr {
    width: 100%;
    display: block;
}

.content p {
    margin-bottom: 5px;
}

.content p:last-child {
    margin-bottom: 0;
}

.content strong {
    font-weight: bold;
}

.content a {
    color: #333;
}

.content a:hover {
    text-decoration: underline;
}

.content ul li {
    margin-left: 20px;
    list-style: circle;
}

.content img {
    max-width: 100%;
}

h1 {
    margin-bottom: 30px;
    font-weight: 600;
    color: #333;
}

/* Caroussel slider */


.slider #gutter_wrapper {
    position: relative;
}

.slider .caption-h1 {
    position: absolute;
    right: 5%;
    bottom: 25%;
    z-index: 6;
}

.slider .caption-h1 h1 {
    background: #252a32;
    border: none;
    color: #fff;
    display: inline-block;
    padding: 2px 30px;
    margin-bottom: 0;
    opacity: .99;
    font-size: 34px;
    font-weight: inherit;
    position: relative;
}

.slider button.btn-play-stop {
    display: none;
}

.slider #gutter .example-image-link {
    height: 80vh;
}

.sub-page .slider #gutter .example-image-link,
.realisation .slider #gutter .example-image-link {
    height: 65vh;
}

.slider.gallery-simple #gutter .example-image-link {
    max-height: 285px;
}

@media only screen and (max-width: 1200px) {
	.slider.gallery-simple #gutter .example-image-link {
	    max-height: 238px;
	}
}

@media only screen and (max-width: 992px) {
	.slider.gallery-simple #gutter .example-image-link {
	    max-height: 175px;
	}
}

.slider #gutter .item {
    height: 100%;
    position: relative;
}

.slider #gutter .img {
    height: calc(100% - 80px);
}

.slider.gallery-simple #gutter .img {
    height: 100%;
}

.hom .slider #gutter .img {
    height: calc(100% - 80px);
    width: calc(100% - 230px);
    margin-left: 10px;
    float: left;
    border-left: 1px solid rgba(0,0,0,.1);
    padding-left: 15px;
}

@media only screen and (max-width: 480px) {
/* start */

.hom .slider #gutter .img {
    height: calc(100% - 80px);
    width: 100%;
    margin-left: inherit;
    float: none;
}

/* end 480 */
}

.realisation .slider #gutter .img {
    height: 100%;
}

.slider #gutter .img img {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.slider #gutter img {
    max-height: 100%;
}

.slider #gutter .img-txt {
    position: absolute;
    width: calc(100% - 30px);
    bottom: 70px;
    background: rgba(250,250,250, .8);
    padding: 10px 15px;
    border-left: 4px solid #222;
    z-index: 1;
}

.hom .slider #gutter .img-txt {
    width: 220px;
    background: none;
    padding: 0;
    border-left: 0;
    float: left;
    position: relative;
    top: 0px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.hom .slider .container {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width: 480px) {
/* start */

.hom .slider #gutter .img-txt {
    position: absolute;
    width: calc(100% - 30px);
    bottom: 70px !important;
    background: rgba(250,250,250, .8);
    padding: 10px 15px;
    border-left: 4px solid #222;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: inherit;
    z-index: 1;
}


.slider #gutter .img-txt {
    font-size: 13px;
    bottom: 40px;
}

/* end 480 */
}

.slider .tns-nav {
    display: none;
}

.slider .tns-controls {
    float: right;
    position: relative;
    top: -60px;
    background: #fff;
}

.slider.gallery-simple .tns-controls {
    display: none;
}

.realisation .slider .tns-controls {
    top: 24px;
}

.slider .tns-controls div {
    display: inline-block;
    font-size: 24px;
    margin-left: 10px;
}

.slider .tns-controls div i:hover {
	color: #666;
}

.slider .caption h2 {
	font-size: 24px;
	display: inline-block;
}

.slider .caption span {
    margin-left: 15px;
    color: #666;
}

.slider .caption a {
    color: #666;
}


/* News */

.news-summary {
    margin-bottom: 40px;
}

.news-summary h3 {
    line-height: 1.1;
}

.news-summary h3 {
    line-height: 1.1;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.news-summary .NewsSummaryPostdate {
	font-size: 12px;
}

.news-summary .NewsSummaryMorelink {
    margin-top: 10px;
}

.news-summary .img-content {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.news-summary .img-content .pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0, .0);
    transition: .3s;
    z-index: 1;
}

.news-summary .img-content img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.news-summary:hover .pattern {
    background: rgba(0,0,0, .4);
}

.news-detail .img-content {
    max-width: 600px;
    height: auto !important;
    margin: auto;
}

.news-detail h1 {
    margin-bottom: 10px !important;
}

.number-page {
    text-align: center;
}

.number-page a {
    background: #222;
    color: #fff;
    width: 24px;
    display: inline-block;
    text-align: center;
}


/* Article */

h1#NewsPostDetailTitle {
    margin-top: 20px;
    margin-bottom: inherit;
    border-bottom: inherit;
    font-weight: inherit;
    font-size: 28px;
}

div#NewsPostDetailCategory {
    color: #666;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.realisation .line {
    width: 100%;
    margin: 20px 0;
    border-top: 1px dotted #e5e5e5;
}

div#NewsPostDetailReturnLink {
    text-align: right;
    margin-top: 40px;
    margin-bottom: 40px
}

div#NewsPostDetailReturnLink a {
    cursor: pointer;
    color: #fff;
    background: #252a32;
    border: 2px solid #252a32;
    padding: 6px;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: .2s;
    border-radius: 0;
    outline: 0;
    display: inline-block;
}

div#NewsPostDetailReturnLink a:hover {
    color: #252a32;
    background: transparent;
    text-decoration: none;
    transition: .2s;
}


/* Project content */

.filter .btn-filter {
    display: inline-block;
    margin-left: 30px;
    color: #666;
    cursor: pointer;
}

.filter .btn-filter:hover {
    color: #000;
    text-decoration: underline;
}

.filter .btn-filter:first-child {
    margin-left: 0;
}

.btn-filter.btn-f-1 {
    text-decoration: underline;
}

.project-content .f1,
.project-content .f2,
.project-content .f3,
.project-content .f4 {
    width: 100%;
}

.project-content .f2,
.project-content .f3,
.project-content .f4 {
    display: none;
}

.project a {
    text-decoration: none;
    color: #000;
}

.project .img-content {
    position: relative;
    line-height: 0;
}

.project .img-content img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.project .img-content .pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0, .0);
    transition: .3s;
    z-index: 1;
}

.project .inner:hover .img-content .pattern {
    background: rgba(0,0,0, .4);
    transition: .3s;
}

.project h3 {
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project .inner span.category {
    color: #666;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-transform: capitalize;
}

.project .line-content {
    width: 100%;
    height: 3px;
    background: #ddd;
    margin-top: 10px;
    position: relative;
}

.project .line-content .line {
    width: 0;
    height: 3px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s;
}

.project .inner:hover .line {
    width: 100%;
    transition: .3s;
}


/* Map */

.map-content {
    background: #e5e5e5;
    line-height: 1;
}



@media only screen and (max-width: 1024px) {
/* start */

.social_content ul li {
    margin-left: 10px !important;
    margin-right: 0px !important;
}

.realisation .slider #gutter .example-image-link {
    height: 60vh !important;
}

.slider #gutter .example-image-link {
    height: 66vh !important;
}

.slider .caption-h1 h1 {
    font-size: 28px;
}

/* end 1024 */
}


@media only screen and (max-width: 480px) {
/* start */

.filter .btn-filter {
    display: block;
    margin-left: 0;
}

.realisation .slider #gutter .example-image-link {
    height: 40vh !important;
}

.slider #gutter .example-image-link {
    height: 50vh !important;
}

.slider .caption-h1 {
    right: 10%;
    bottom: 30%;
}

.slider .caption-h1 h1 {
    font-size: 24px;
    padding: 2px 25px;
}

/* end 480 */
}