body,
html {
  width: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif;
}

p {
  font-size: 0.95rem;

}
p {
    margin-bottom: 0.5rem;
}


footer p {
    font-size: 0.75rem;
}

img.logo-img {
    padding: 8px 0;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #f7941d;
}

hr.light {
  border-color: #fff;
}

a {
  color: #f7941d;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #f7941d;
}

h1,
h2,
h3,
h4{
  font-family: 'Lora', serif; font-weight: 400;
}

h3, .h3 {
    font-size: 1.6rem;color: #4e1c57; /* MAUVE */
}


.bg-primary {
  background-color: #f7941d !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

section {
  padding: 4rem 0;
}

.section-heading {
  margin-top: 0;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
	
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #4e1c57; /*rgba(115, 165, 51, 1.0);   */    /*VERT */   /* MAUVE */
	font-family: 'Lora', serif;
  /*font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;*/
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  font-weight: 400;
  text-transform: uppercase;
  color: #f7941d;
	font-family: 'Lora', serif;
 /* font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;*/
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #f7941d;
	
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #212529;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #f7941d;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #f7941d !important;
  background-color: transparent;
}



#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;    text-shadow: 1px 1px 5px black, 0 0 25px black, 0 0 5px black;

}

a.nav-link.js-scroll-trigger {
    padding: 0;
}

@media (min-width: 992px) {

  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #fff;
  }
	
	
	/* YANICK */
	
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
   /* background-color:  #FFF; /*rgba(115, 165, 51, 1.0);*/     /*VERT */
	      min-height: 50px;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #f7941d;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #f7941d;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
  /*  color: #212529;*/
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #f7941d;
  }
	
	


	
	
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/header.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
}

header.masthead p {
  font-weight: 400;
}

@media (min-width: 500px) {/* 768px */
  header.masthead p {
    font-size: 1.15rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
  }
}

.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(240, 95, 64, 0.9);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 500px) {/* 768px */
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

.text-primary {
  color: #f7941d !important;
}

.btn {
  font-weight: notmal;
  border: none;
  border-radius: 300px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
  background-color: #f7941d;
  border-color: #f7941d;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #ee4b28 !important;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}










/*
body {
    background: rgba(115, 165, 51, 1.0);}    /*VERT */



/*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}




.gros-bandeau {
    min-height: 120px;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: rgba(255, 255, 255, 1);
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover , #mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
    color: #f7941d;
}


/*
#mainNav.navbar-shrink {
    background-color:  rgba(115, 165, 51, 1.0);
}*/

#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link, #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
   /* color: #FFF;*/
}


/*
.fixed-header .header .header-wrapper {     background: none;}
.fixed-header.background-opacity .header .header-wrapper {    background: rgba(115, 165, 51, 1.0);}
.hidden-top.visible-top .header-wrapper:only-child, .fixed-header.fixed .header-wrapper:only-child {    box-shadow: none;}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li > a {    color: #fff;}
*/



.header .header-wrapper .cart-header .dropdown-toggle, #footer .newsletter input:focus + .submit, .icon, .big-icon, .big-icon:visited, .service .icon, .close:hover, .close:focus, .img-thumbnail:hover .bg-images i:before, .box-404 h1, .gallery-images:hover .bg-images i:before, .features-block .header-box .icon-box, .features-block .header-box, .sidebar .newsletter input:focus + .submit, .sidebar .section .selected .close:hover, .package .title a, .package .price-box .price, .package .price-box .icon, .pricing .title a, .pricing .options li span, .pricing .options li.active, .banner-set .next:hover, .banner-set .prev:hover, .btn.btn-border, .btn.btn-border .caret, .product-remove:hover, .one-page .header .header-wrapper .primary .navbar .navbar-collapse .nav .active{
    color: #fff;font-weight: bold;
}
.logo_slider {
    position: absolute;
    top: 40px;
    left: 100px;
    z-index: 200;
}

	
.mainNav-transparent {
    border-bottom: none;
    background-color: transparent !important;
	border-bottom: none !important;
}
	
a#logo-haut {
    padding: 0;
}



a.navbar-shrink-logo_affiche{
        display: block;
}

a.navbar-shrink-logo_efface{
        display: none;
}

.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    text-align: right;
}





@media (max-width: 1200px) {/* 768px */
	.logo_slider {
    	top: 40px;
		left: 40px;
	}
}

.text-orange{
color: #f7941d;
}

hr {
  max-width: 100px;
  border-width: 1px;
 /* border-color: #FFF;*/
}

h3 {
margin-top: 20px;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: bold;
}





.image {
    padding: 0 5px 5px 5px;
}

.hauteur {
    padding: 10px 0;
}
img.img-fluid {
    padding-bottom: 20px;
	padding-top: 10px;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
    margin-top: 2rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3.5rem !important;
    margin-top: 2.5rem !important;
}




@media screen and (min-width: 320px) and (max-width: 480px) {
	.nav-link {
		padding-top: 0.3rem;
		padding-bottom: 0.3rem;
	}

	ul.navbar-nav.ml-auto {
		max-width: 120px;
	}

	a.nav-link.js-scroll-trigger {
		line-height: 1rem;
	}
	img.logo_kalina {
		max-width: 150px;
	}

}
	


/*
@media (min-width: 768px)
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}


@media (min-width: 768px)
.navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
@media (min-width: 768px)
.navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}*/



.carousel-caption h2
{
margin-bottom: 150px;
/*text-shadow: 0 0 5px #000000;*/
    text-shadow: 1px 1px 5px black, 0 0 25px black, 0 0 5px black;

}


a.nav-link.js-scroll-trigger {    text-shadow: 1px 1px 5px black, 0 0 25px black, 0 0 5px black;

}





label {    margin: 0; font-size: 11pt; color: white;
}

input.form-control {    margin: 0 0 10px 0;
}




* {
  box-sizing: border-box;
}

.column {
  float: left;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.padding-reduit {
    padding: 0 5px;
}










