/* -----------------------------------------------------------------------
CSS - RALPH HUTCHINGS
------------------------------------------------------------------------ */

/*@import 'https://fonts.googleapis.com/css?family=Open+Sans|Raleway';
@import 'https://fonts.googleapis.com/css?family=Montserrat:300,400,500';*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');
/* ----------------------------------------------- ADJUST GRID */



.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}


.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}





/* ------------------------------------------------ NORMALIZE */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}


/* --------------------------------------------------- LANGU */


#trigger-lang {
	display:block;
	width:50px;
	height:50px;
	background:linear-gradient(rgba(255, 255, 250, 0.8), rgba(255, 255, 255, 0.8));
	border:0px solid #ccc;
	position:fixed;
	top:0px;
	right:60px;
	z-index:999999;
	text-align:center;	
	line-height: 50px;
    color: #000;
    font-weight: 100;
    font-size: 15px;
    letter-spacing: 2px;
}

#trigger-lang:focus, #trigger-lang:active{
	outline:0;
	text-decoration:none,
}

#trigger-lang:hover  {
	text-decoration:none;
}



/* ------------------------------------------------ OVERLAY MENU */

#trigger-overlay {
	display:block;
	width:auto;
	height:50px;
    padding:0 70px;
	background-color:#fff;
    background-repeat: no-repeat;
	border:0px solid #ccc;
	position:fixed;
    top: 0px;
    right: 120px;
	z-index:9999999999;
    letter-spacing: 3px;   
}
#trigger-overlay:focus{
	outline:0;
}



/* Overlay style */
.overlay {
    position: fixed;
    z-index: 1020;
    width: 100%;
    height: 100%;
    top: 00px;
    right: 0px;
    background: rgba(250,250,250,0.85);
}



/* Overlay style */
.overlay.overlay-hugeinc {
    position: fixed;
    z-index: 1020;
    width: 30%;
    height: 590px;
    top: 100px;
    right: 30%;
    background: rgba(250,250,250,1);
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 70px;
	top: 70px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 1030;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 80%;	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: auto;
	position: relative;
	 text-align: left;
	 width:400px;
}

.overlay ul li {
	display: block;
	padding:5px 0;
}

.overlay ul li a {    
    font-weight: 400;    
    display: inline-block;
    color: #000;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 2.2em;
   
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #000;
	text-decoration:none;
}

        .overlay ul li ul{
			border-top:0;			
			padding:4px 0;
			margin-left:10%;
			
		}
		
		
		
		.overlay ul li ul li {
			border-top:0;			
			padding:0px;
		}




/* Effects */
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.overlay-hugeinc nav ul {
	opacity: 0;
	-webkit-transform: translateY(-15%) rotateX(15deg);
	transform: translateY(-15%) rotateX(15deg);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}

.overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
	-webkit-transform: translateY(15%) rotateX(-15deg);
	transform: translateY(15%) rotateX(-15deg);
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}


/* ---------------------------------------------- TITLE */

div#title {
    position: absolute;
    width: 450px;
    z-index: 999999;
    background-color: #fff;
    padding: 20px;
    left: 60px;
    top: 40px;
    
}

div#title .about {
    letter-spacing: 3px;
    font-weight: 400;
     font-size: 0.9em;

}
div#title .me {
    font-size: 2.2em;
    text-align: right;
    margin-top: 50px;
    font-weight: 400;

}


/* ----------------------------------------------- LIGHTBOX */

.modal-dialog {
	max-width: 800px !important;
}

.modal-backdrop.in {
    -webkit-opacity: 0.95;
    -moz-opacity: 0.95;
    opacity: 0.95;
    background-color: #fff;
}
.ekko-lightbox .modal-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
}

.ekko-lightbox .modal-header {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.ekko-lightbox .modal-header .close {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    color: #fff;
    text-shadow: 0;
    font-weight: 100;
    margin-top: 5px;
	width: 50px;
    height: 50px;
   
    background-image: url(../img/cross.png);
    text-indent: -9999px;
    background-repeat: no-repeat;
}
.ekko-lightbox .modal-header .close:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.ekko-lightbox .modal-header h4.modal-title {
    font-weight: 100;
    color: #fff;
    padding: 0;
}
.ekko-lightbox .modal-body {
    padding: 0;
}
.ekko-lightbox .modal-footer {
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    border: 0;
    color: #fff;
    font-weight: 100;
    padding: 0;
}
.ekko-lightbox-nav-overlay a {
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    text-shadow: none;
}



.ekko-lightbox-container img.img-responsive {   
    max-height: 80vh;
    margin: 0 auto;
}


.glyphicon-chevron-right:before, .glyphicon-chevron-left:before {    
    color: #333;
}


/* ----------------------------------------------- CUSTOM CSS */


.container {
    width: 970px;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

html, body { 
   width:100%; 
   height:100%;   
}

body {
	font-size:16px;	        
    font-family: 'Open Sans', sans-serif;
     line-height: 1.8em;
    /*overflow-x: hidden;*/
}

a, a:hover, a:active, a:focus {	
    color: #337ab7;
    text-decoration: none;
}

h1 {
    color: #333;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;    
    text-align: center;
    margin: 10px 0 0 0;
}

h2 {
font-size: 1.4em;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 4px;
        padding: 30px;
    text-transform: uppercase;
}

h2.introh2 {
    margin-top: 150px;
    
}



h3 {
    font-size: 1.1em;
    line-height: 22px;
    font-weight: 400;   
    letter-spacing: 2px;    
    text-align: center;
    
}


.bloc-content {
    padding: 45px 15px;
}


p {
    padding: 15px 0;
    font-weight: 400 !important;
    letter-spacing: 1px;    
}

p.italic {
	
	font-size:13px;
	font-style:italic;
	padding:20px 220px;	
}

hr {   
    border-top: 1px solid #333;
}


.pnopadding p {
    padding: 0;
    

}

.grey {
    background-color: #E1E2E4;    
    
}




/* ----------------------------------------------------------- NAV */

div#nav {
    background-color: rgba(255,255,255,0.5);
    height: 80px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

/* ------------------------------------------------------------- OWL CAROUSEL */


.owl-carousel {    
    padding: 0px;
}

.owl-dots {
    display: none !important;
    
    
}
.owl-nav {    
    height:0;
    
}

button.owl-prev span {
    font-size: 60px;
    padding: 10px;
    border-radius: 50%;
    display: block;
    width: 60px;
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    left: 10px;
    z-index: 5555555;
    height: 60px;
    top: 50%;
    line-height: 30px;
}

button.owl-next span {
    font-size: 60px;
    padding: 10px;
    border-radius: 50%;
    display: block;
    width: 60px;
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    right: 10px;
    z-index: 5555555;
    height: 60px;
    top: 50%;
    line-height: 30px;
}


/* ----------------------------------------------------------- WORK CATEGORIES */

.works-categories a {
    font-size:1.2em;
    color:#000;
    text-align: center;
    display: block;   
    margin-bottom: 40px;
}


.works-categories a img {
    margin-bottom: 30px;
}




.categorie {
    padding-top: 600px;
    text-align: center;    
}


.categorie.p300 {
     padding-top: 300px;
}


.categorie.m200 {
     margin-top: 200px;
}
.categorie.m300 {
     margin-top: 300px;
}




.categorie img { 
    max-width: 220px;
    margin: 0 auto;
}





/* --------------------------------------------------------------------------------- GRID */

.galerie {
    max-width: 1570px;
}



#photo-grid div.wrapper {
	margin-top:8px;
}

#photo-grid div.overlay, #grid-container div.overlay {
	position:absolute;
	width:100%;
	height:100%;
	z-index:99;
	
	background:rgba(0, 0, 0, 0.35) url('../img/zoom.png') no-repeat center center;
     transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
	opacity:0;
}

#photo-grid a:hover div.overlay, #grid-container a:hover div.overlay {
	opacity:1;
}

div.overlay.play {
	background:rgba(0, 0, 0, 0.35) url('../img/play.png') no-repeat center center !important;
	
}

#grid {
	margin:50px 0 100px 0;	
}

.centered {
    overflow: hidden !important;
}

/* ----------------------------------------------------------------------- VIDEOS */

.flex-video {
	max-width:100%;
	height:auto;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video  {
    position: absolute;
	z-index:100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ------------------------------------------------------------------ CONTACT */

#contact h2 {
	margin-bottom:30px;

	
}

#contact p {
	font-size:40px;
	margin:20px 0;
	padding:0;
	text-align:center;	
	
}

#contact p a {
	color: rgb(51, 51, 51);
	text-decoration:none;	
}

#contact p a:hover {	
	text-decoration:underline;	
}

/* ----------------------------------------------------------------------- MEDIA QUERIES */



/* Small devices (tablets, 768px and up) */
@media (min-width: 300px) and (max-width: 991px) {
	
	
    
    body {	
	padding:0px;    
    font-size: 14px;    
	}
   .container {
    /*padding: 20px 0;*/
       max-width: 100%;
   }
	
    .carousel-home {
        margin-top: 150px;
        
    }
     
    
    
	h1 {
		font-size:40px;
		letter-spacing:5px;
		
	}
    
    h2 {
    font-size: 18px;
    line-height: 20px;
     padding: 10px;
    }
    
    
    h2.introh2 {
    margin-top: 50px;
   }
    
    
    
	#avant-propos {
	padding: 50px 0;	
	}
	
	p {	
	padding:10px 10px;	
   }
   
   p.italic {	
	padding:20px 10px;	
   }
   
   #trigger-overlay {	
       top:15px;
       right:65px;
       background:url('../img/menu.png') 100% 100%, linear-gradient(rgba(255, 255, 250, 1), rgba(255, 255, 255, 1));
       width: 35px;
       width: 40px !important;
    padding: 0;
    text-indent: -999px;
	}
    
   

 

div#title {
    position: fixed !important;
    width: 100%;
    min-width: 100%;
    background-color: #fff;
    padding: 20px;
    top: 0;
    left: 0; 
    
}


    .works-categories {
        padding:0 30px;
                
    }
    .first-grey {
        background-color: transparent;
    }
    
    
    .categorie.p300, .categorie {
        padding-top: 150px;
        
    }
    
    
    
    
    

 }






 
@media (min-width: 280px) and (max-width: 490px) { 
	
    
    
    
	body {	
	padding:0px;
	}
    
    
    img.logovb {
    max-width: 190px;
}
    
    
    .container {
    /*padding: 20px 0;*/
   }
    
    .container-fluid {
    padding-right: 0px;
    padding-left: 0px;

}
    
    
    #quick-navigation {
     margin-top: 0px;
     display: none;   
    }

.book a {

    position: relative;
    margin-top: 0px;   
    
    width: 100%;
    text-align: center;
    display: block;
}
    
    
	#home {
		background-position:center center;
		
	}
	
	h1 {
		font-size:25px;
		letter-spacing:3px;
		padding-top: 30px;
       
	} 
    
    h1.main {		
        padding-top: 80px !important;
	} 
    
	
	#trigger-overlay {	
		top:15px;
		right:65px;
	}
	
	#trigger-lang {
    top: 15px;
    right: 10px;    
	}
	
	#contact p {
    font-size: 23px;   
	}
    
    .overlay.overlay-hugeinc {
    position: fixed;
    z-index: 9999999999;
    width: 100%;
    height: 100%;
    top: 00px;
    left: 0;
    }
    
    .overlay .overlay-close {
    right: 40px;
    top: 20px;
        
    }
    
    .overlay ul li {
    display: block;
    padding: 4px 0;
}

	.overlay ul li a {  
		
        letter-spacing: 4px;
	
	}

	.overlay ul li ul li a {   
		   
	}
	
	.overlay ul {    
    width: 80%;
	}

	.overlay ul li ul {   		
	}
    
    
    
   .withcorners {
    padding: 40px;
}
    
  .withcorners h2 {
    padding: 0 20px !important;
}  
    
    

.withcorners:before {

    width: 25px;
    height: 25px;

   
}

.withcorners:after {

    width: 25px;
    height: 25px;
    right: 40px;
    bottom: 40px;   
}    
    
    
    
    
    
    
    
    
    
    
    
    button.owl-prev span {
    font-size: 60px;
    padding: 10px;
    border-radius: 50%;
    display: block;
    width: 40px;
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    left: 10px;
    z-index: 5555555;
    height: 40px;
    top: 20%;
    line-height: 30px;
    }
    
        
button.owl-next span {
    font-size: 60px;
    padding: 10px;
    border-radius: 50%;
    display: block;
    width: 40px;
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    right: 10px;
    z-index: 5555555;
    height: 40px;
    top: 20%;
    line-height: 30px;
}
	
	
 }



