@font-face{
    font-family:Montserrat-bold;
    src: url("Montserrat/Montserrat-Bold.ttf");
}

@font-face{
    font-family:Montserrat-Regular;
    src: url("Montserrat/Montserrat-Regular.ttf");
}

body{
   font-family:"Montserrat-Regular", sans-serif; 
}


.lessections{
	padding:30px;
	margin-top:0px;
	background-color:#fafafb;
	border-radius:15px;
}

.porto{
	margin-top:40px;
}


.text-muted{
	font-size:16px;
	font-style:italic;
	font-weight:400;
	text-transform:none;
	color:#9d9494 !important;
	font-family:Droid Serif,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.titre{
	font-size:25px;
	font-style:bold;
	font-weight:400;
	text-transform:none;
	color:#426838 !important;
	font-family:Droid Serif,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.line{
		width:150px;
		background:#ddd;
		height:4px;
		margin:auto;
}

.fruitul{
      margin-top: 0px;
      background: #000;
      color: #fff;
    }
    .fruit{
      padding: 12px;
      cursor: pointer;
      color: #fff;
    }
    .fruit:hover{
      background: #000;
    }

.services{
    margin-top: 40px;
}
.line span{
		width:60px;
		background-color:#7cb62f;
		height:4px;
		margin:auto;
		display:block;
		position:relative;
		bottom:0.5px;
}

@media screen and (max-width:497px){
    .section-heading{
        font-size: 10px;
    }
}

.navbar .dropdown:hover>.dropdown-menu {
  display: block;
}

.navbar .dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.lightbox-gallery {
    /*background-image: linear-gradient(#4A148C, #E53935);*/
    background-repeat: no-repeat;
    color: #000;
    overflow-x: hidden;
}

.lightbox-gallery p {
    color: #000;
}

.lightbox-gallery h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: #000;
}

@media (max-width:767px) {
    .lightbox-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.lightbox-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}

.lightbox-gallery .intro p {
    margin-bottom: 0;
}

.lightbox-gallery .photos {
    padding-bottom: 20px;
}

.lightbox-gallery .item {
    padding-bottom: 30px;
}