/*
	Theme Name: Nomad ch
	Theme URI: http://nomad.ch

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
    font-size: 12px;
}
body {
	 font-family: 'Poppins', sans-serif; 
    overflow-x: hidden;
/*font-family: 'Roboto', sans-serif;*/
line-height: 17px;
	color:#000;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    width: 100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
.logor {
    right: 0;
    top: 0;
    width: 183px;
	height: 150px;    position: absolute;
    background: #000;
    text-align: center;
    z-index: 999999;
}
.logor .logo-img{
	height:100px;
	    margin-top: 38px;
}
/* logo */
.logo {
	margin: 50px 0 0 60px;
	max-width: 550px;
    line-height: normal;
}
.logo-img {
max-width: 290px;
}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	background: #000;
    color: #fff;
}
.footer h3{
	font-size: 20px;
}
.contactfooter, .menufooter
{
    padding: 0;
}
.contactfooter li, .menufooter li
{
        display: block;
    margin-bottom: 7px;
}
.contactfooter a, .menufooter a
{
        color:#fff;
}
.contactfooter a:hover, .menufooter a:hover
{
        text-decoration: underline;
}
.container{
    width: 100%;
    padding: 40px 7.5%;
    margin: 10px auto;
}

.team1{
	display: block;
}
.col1{
	width: 30%;
	float:left;
}
.col2{
	width: 30%;
	float:left;
}

.col3 {
    width: 40%;
    float: left;
    padding-right: 2.5%;
    text-align: right;
}

.col3 img
{
	width: 80%;
}
.prez{
	width: 250px;
	color:#8F8F8F;
	position: absolute;
	    top: 200px;
    left: 358px;
}
.slick-prev:before, .slick-next:before
{
	color:#000!important;
}
.slick-prev
{
	left:585px!important;
}
.slick-next {
    right: 72px!important;
    transform: rotate(180deg)!important;
}
.slick-prev, .slick-next {
    z-index: 99999;
    top: 61.5%!important;
        width: 30px!important;
    height: 30px!important;
}
.slick-next:before {
    content:url(/wp-content/themes/nomadch/img/fleche.svg)!important;
}
.slick-prev:before {
    content:url(/wp-content/themes/nomadch/img/fleche.svg)!important;
        transform: rotate(-180deg)!important;
}

.prez h1
{
	font-family: 'Poppins', sans-serif!important;
	font-size: 16px!important;
	font-weight: normal;
	line-height: 22px;
	color:#000;
	margin-bottom: 20px;
	font-weight: bold;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

.container{
	clear:both;
	overflow: auto; 

}

.black{
	background:#000;
	color: #fff;
}

input{
	    width: 100%;
    padding: 10px;
    height: 35px;
}

textarea{
	    width: 100%;
    padding: 10px;

}

/*------------------------------------*\
    instagram
\*------------------------------------*/


/*------------------------------------*\
    realisations
\*------------------------------------*/

.realisation{
	width: 30%;
	margin: 0 1.5%;
	float: left;
	height: 420px;
	text-align: center;
}
.imagerealisation{
	width: 100%;
    height: 300px;
     background-repeat: no-repeat;
  background-attachment: cover;
  background-position: center; 
}

.realisation h2
{
	color:#000;
	
}
.realisation a
{
	    font-size: 11px;
    font-weight: bold;
	color:#d13371;
}
/*------------------------------------*\
    team
\*------------------------------------*/
.team{
	width: 30%;
	margin: 0 1.5%;
	float: left;
	height: 420px;
	text-align: center;
}

.imageteam{
	width: 100%;
    height: 300px;
     background-repeat: no-repeat;
  background-attachment: cover;
  background-position: center; 
}

.team h2
{
	color:#fff;
	
}
.team a
{
	    font-size: 11px;
    font-weight: bold;
	color:#d13371;
}

.contact{
	
    margin: 0 25%;

}

#news{
	    margin-top: 884px;
}
#news2 {
    margin-top: 932px;
}
.trait1{
	border-top: 1px solid #000;
    width: 25px;
    transform: rotate(-90deg);
    position: absolute;
    margin-left: 350px;
    font-size: 12px;
    left: 337px;
    z-index: 9999;
    top: 224px;
}

.trait2{
border-top: 1px solid #DB0046;
    width: 106px;
    position: absolute;
    /* margin-left: 350px; */
    font-size: 12px;
    left: 228px;
    top: 221px;
}

.menu{
	position: absolute;
	z-index: 99998;
margin: 382px 0 0 50px;
cursor: pointer;

}

.Navbar__Items {
    display:none;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    right: 0!important;
    font-size: 24px;
    line-height: 48px;
    width: 100%;
    padding-top: 70px;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    text-align: center;
    height: 100%;
    background: rgba(255,255,255,0.9);
    z-index: 999999;
  }
nav ul
{
    list-style: none;
}
nav ul a:hover{
	text-decoration: underline;
}
.Navbar__ToggleShow {
    display: block!important;
  }
.material-icons{
	font-size: 48px!important;
}
.tousprojet
{
    writing-mode: vertical-rl;
    position: absolute;
    margin-left: 350px;
    font-size: 14px;
    left: 340px;
    top: 70px;
    font-weight: normal;
    color: #DB0046;
    transform: rotate(-180deg);
    z-index: 99998;
    /* text-orientation: upright; */	
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/





/*slider*/

.owl-carousel{
	padding: 0;
	margin:0 0 20px 0;
	    top: 0;
    position: absolute!important;
    	float: right;
    /* background: white; */
    right: 0;
    width: 100%;
    height: 1080px;

}

.owlimage 
{
    background-position: center top!important;
    background-size: cover!important;
    height: 1015px;
    float: right;
    width: 1000px;
    margin: 0 200px;
}

.single-realisations .owlimage{
    background-size: contain!important;
    background-repeat: no-repeat!important;
}
.slick-list
{
    width: 1920px;
    height: 1080px;
}

}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}



/* Caption text */
.text {
    font-size: 82px;
    padding: 8px 12px;
    /* position: fixed; */
    bottom: margin;
    /* left: 30%; */
    width: 710px;
    text-align: left;
    line-height: 75px;
font-family: 'Poppins';
    display: none;
    margin: 700px 0 0 450px;
    display: none;
    position: absolute;
}
.slick-active .text
{
	display: block
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

	.mobile{
		display: none;
	}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) and (max-width:767px) {
	.logor {
    	width: 183px;
		height: 100px;    position: absolute;
	}

	.logor .logo-img {
		margin-top: 0;
	}

	.imagerealisation, .imageteam {
    	height: 200px;
	}
	.menu {
		margin: 382px 0 0 20px;
	}

	.realisation, .team{
		width: 100%;
		height: 320px;
	}
	.contact {
		width: 100%;
		height: auto;
	}
	.trait1, .trait2{
		display:none;
	}
	.logo{
		display: none;
	}
	.menu {
	    position: absolute;
	    z-index: 99998;
	    margin: 30px 0 0px 60px;
	    cursor: pointer;
	}
	.prez {
    	display: none;
	}
	.tousprojet {
    	display: 	none;
	}
	
	.owl-carousel {
		padding: 0;
		margin: 0 0 20px 0;
		top: 100px;
		position: relative;
		float: right;
		/* background: white; */
		/* right: 0; */
		width: 100%; 
		height: 300px;
		right: auto;
		left: auto;
	}
	.owlimage {
		background-position: top center!important;
		background-size: cover!important;
		height: 400px;
		float: right;
		width: 100%;
		/* position: relative; */
		margin: 0; 
	}
	.slick-list {
		width: 100%;
		height: 320px;
	}
	.contact {
	    margin: 0;
	}
	.col1, .col2,.col3{
		width:100%;
	}
	.col3{
		text-align: left;
	}
	.slick-next {
		right: 0px!important;
		transform: rotate(180deg)!important;
		top: 150px!important;
    	background: #fff!important;
	}
	.slick-prev {
		left: 0px!important;
		top: 160px!important;
		background: #fff!important;
	}
	.mobile{
		display: block;
	}
	.mobile.trait2 {
		display: none;
	}
	.mobile .trait1 {
		    float: left;
		display: block;
    border-top: 1px solid #000;
    width: 25px;
    transform: rotate(0);
    position: relative;
    margin-left: 0;
    font-size: 12px;
    left: 0;
    z-index: 9999;
    top: 0;
	}
	.mobile.tousprojet{
		position:relative;
		margin: 0;
		    float: left;

	}
	.mobile.prez{
		    width: 100%;
    color: #8F8F8F;
    position: relative;
    top: 0;
    left: 0;
    clear: both;
	}

	.mobile.tousprojet {
    writing-mode: inherit;
    position: relative;
    margin-left: 00px;
    font-size: 14px;
    left: 13px;
    top: -9px;
    font-weight: normal;
    color: #DB0046;
    transform: rotate(0);
    z-index: 99998;
    /* text-orientation: upright; */
	}
#news {
    margin-top: 40px;
}
	#news2 {
    margin-top: 456px;
    margin-bottom:20px;
    margin-left:20px;
    margin-right:20px;
	}

	.text {

    font-size: 42px;
    padding: 8px 12px;
    bottom: 120px;
    width: 300px;
    text-align: left;
    line-height: 45px;
    font-family: 'Poppins';
    display: none;
    margin: auto;
    display: none;
    position: absolute;
}


} 
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) and (max-width:1604px){
		.logor {
    width: 183px;
height: 100px;    position: absolute;
} 

.logor .logo-img {

    margin-top: 0;
}

	.menu {
    position: absolute;
    z-index: 99998;
    margin: 382px 0 0 20px;
    cursor: pointer;
}
.logo {
    margin: 20px 0 0 60px;
}
.owlimage {
    height: 600px;
    width: 100%;
    margin: 0 0 0 533px;
    right: 0;
    /* position: fixed; */
}
.slick-slider {
    margin: 100px 0 0 40%;
}
.owl-carousel {
    padding: 0;
    margin: 0 0 20px 0;
    top: 0;
    position: absolute!important;
    float: right;
    /* background: white; */
    right: 0;
    width: 100%;
    height: 760px;
}
	.owl-carousel {
	    height: 700px;
	}
	.prez {
    left: 90px;
	}
	.trait2 {
	    left: -40px;
	}
	.tousprojet, .trait1{
		display: none;
	}
	#news,#news2 {
    /* margin-top: 884px; */
    margin-top: 768px;
	}
	.realisation, .team {
    width: 47%;
	}
.slick-list {
    width: 100%;
    height: 700px;
}

		.slick-next {
    		    right: 0!important;
    background: #fff!important;
    		transform: rotate(180deg)!important;
    		top: 250px!important;
	}
	.slick-prev {
    left: 0!important;
    background: #fff!important;
    top: 260px!important;

	}

.text {
    font-size: 42px;
    padding: 8px 12px;
    /* position: fixed; */
    bottom: -0px;
    width: 300px;
    text-align: left;
    line-height: 45px;
    font-family: 'Poppins';
    display: none;
    margin: auto;
    display: none;
    position: absolute;
}


}

@media only screen and (min-width:768px) and (max-width:900px)
{

	.slick-slider {
    margin: 100px 0 0 45%;
	}
}
@media only screen and (min-width:1025px) and (max-width:1604px){
		.logor {
    width: 183px;
height: 100px;    position: absolute;
} 

.logor .logo-img {

    margin-top: 0;
}

	.menu {
    position: absolute;
    z-index: 99998;
    margin: 382px 0 0 20px;
    cursor: pointer;
}
.logo {
    margin: 20px 0 0 60px;
	max-width: 350px;
}
.owlimage {
    height: 800px;
    width: 100%;
    margin: 0 0 0 533px;
    right: 0;
    /* position: fixed; */
}
.slick-slider {
	margin: 0 183px 0 35%;
}
.owl-carousel {
    padding: 0;
    margin: 0 0 20px 0;
    top: 0;
    position: absolute!important;
    float: right;
    /* background: white; */
    right: 0;
    width: 100%;
    height: 760px;
}
	.owl-carousel {
	    height: 700px;
	}
	.prez {
    left: 90px;
	}
	.trait2 {
	    left: -40px;
	}
	.tousprojet, .trait1{
		display: block;
	}
	#news,#news2 {
    /* margin-top: 884px; */
    margin-top: 768px;
	}
	.realisation, .team {
    width: 47%;
	}
.slick-list {
    width: 100%;
    height: 700px;
}

		.slick-next {
    		    right: 0!important;
    background: #fff!important;
    		transform: rotate(180deg)!important;
    		top: 250px!important;
	}
	.slick-prev {
    left: 0!important;
    background: #fff!important;
    top: 260px!important;

	}

.text {
    font-size: 42px;
    padding: 8px 12px;
    /* position: fixed; */
    bottom: -0px;
    width: 300px;
    text-align: left;
    line-height: 45px;
    font-family: 'Poppins';
    display: none;
    margin: 0 0 100px 0;
        display: none;
    position: absolute;
}


.trait1 {
    border-top: 1px solid #000;
    width: 25px;
    transform: rotate(-90deg);
    position: absolute;
    margin-left: 0;
    font-size: 12px;
    right: 0;
    left: 31.7%;
    z-index: 9999;
    top: 224px;
}
.tousprojet {
    writing-mode: vertical-rl;
    position: absolute;
    margin-left: 0px; 
    font-size: 14px;
    left: 32%;
    top: 70px;
    font-weight: normal;
    color: #DB0046;
    transform: rotate(-180deg);
    z-index: 99998;
    /* text-orientation: upright; */
}
}
@media only screen and (min-width:1525px) and (max-width:1400px) {

	.menu {
    	margin: 182px 0 0 50px;
	}

	.imagerealisation, .imageteam {
    	height: 200px;
	}

	.prez {
    left: 258px;
	}
	.trait2 {
 	   left: 128px;

	}
	.tousprojet {
	    margin-left: 165px;
	}
	.trait1 {
    	left: 154px;
	}

	.owlimage {
	    height: 500px;
    width: 50%;
    	    margin: 0 0 0 533px;
	    right: 0;
	    /* position: fixed; */
	}


	.owl-carousel {
	    height: 700px;
	}



}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}



.sboard .bg-instagram{display: none;}


.traitm {
        border-top: 1px solid #000;
    width: 30px;
    position: absolute;
    /* margin-left: 350px; */
    font-size: 12px;
    left: 55px;
    top: 600px;
}

.marie{
	position: absolute;
    z-index: 99999;
	color: #DB0046;
	    font-size: 12px;
    left: 95px;
    top: 590px;
}

.traitmo, .mariem{ display:none}
@media only screen and (max-width: 1604px) and (min-width: 768px){
		.traitm {
    left: 90px;
    top: 640px;
}

.marie{
    left: 130px;
    top: 630px;
}
}

@media only screen and (max-width: 768px) {
		.traitm {
    display:none;
}

.marie{
    display:none;
}
	
	
	.traitmo {
		display: block;
		    margin: 10px 10px 10px 0;
    float: left;
        border-top: 1px solid #000;
    width: 30px;
    /* margin-left: 350px; */
    font-size: 12px;
    left: 55px;
    top: 600px;
}

.mariem{
	display: block;
	    float: left;

    z-index: 99999;
	color: #DB0046;
	    font-size: 12px;
    left: 95px;
    top: 590px;
}
	
}

@media only screen and (max-width: 1604px) and (min-width: 1025px){
	.traitm {
    left: 90px;
    top: 660px;
}

.marie{
    left: 130px;
    top: 650px;
}
}

