
input[type="text"], textarea, input[type="submit"] {
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	outline:none;
	border-radius:0px;
	outline:0;
	font-family: 'Open Sans', sans-serif;
}

button {
	outline:0;
}

::-webkit-input-placeholder {}


.flush {
	padding:0px;
}

.flush-left {
	padding-left:0px;
}

.flush-right {
	padding-right:0px;
}

ul {
	margin:0px;
	padding:0px;
}

section {
	float:left;
	width:100%;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.tableRow {
	display:table;
	width:100%;
	height:100%;
	vertical-align:middle;
}

.tableCell {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'AvertaBlack';
	color:#000;
}

p,label {
	font-family: 'Open Sans', sans-serif;
}

body {
	font-family: 'Lato', sans-serif;
}

.btn-success, .btn-info, .btn-primary {
	display:inline-block;
}

.btn-info:focus {
	box-shadow:none!important;
}

.btn-info:hover {
	background:#2d2d2d !important;
}

@font-face {
    font-family: 'fontawesome-webfont';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta.eot');
    src: url('../fonts/Averta.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Averta.woff2') format('woff2'),
         url('../fonts/Averta.woff') format('woff'),
         url('../fonts/Averta.ttf') format('truetype'),
         url('../fonts/Averta.svg#Averta') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvertaBlack';
    src: url('../fonts/AvertaBlack.eot');
    src: url('../fonts/AvertaBlack.eot?#iefix') format('embedded-opentype'),
         url('../fonts/AvertaBlack.woff2') format('woff2'),
         url('../fonts/AvertaBlack.woff') format('woff'),
         url('../fonts/AvertaBlack.ttf') format('truetype'),
         url('../fonts/AvertaBlack.svg#AvertaBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvertaBold';
    src: url('../fonts/AvertaBold.eot');
    src: url('../fonts/AvertaBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/AvertaBold.woff2') format('woff2'),
         url('../fonts/AvertaBold.woff') format('woff'),
         url('../fonts/AvertaBold.ttf') format('truetype'),
         url('../fonts/AvertaBold.svg#AvertaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvertaLight';
    src: url('../fonts/AvertaLight.eot');
    src: url('../fonts/AvertaLight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/AvertaLight.woff2') format('woff2'),
         url('../fonts/AvertaLight.woff') format('woff'),
         url('../fonts/AvertaLight.ttf') format('truetype'),
         url('../fonts/AvertaLight.svg#AvertaLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvertaSemibold';
    src: url('../fonts/AvertaSemibold.eot');
    src: url('../fonts/AvertaSemibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/AvertaSemibold.woff2') format('woff2'),
         url('../fonts/AvertaSemibold.woff') format('woff'),
         url('../fonts/AvertaSemibold.ttf') format('truetype'),
         url('../fonts/AvertaSemibold.svg#AvertaSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Header Style */

#header {
	background:#1c1d22;
	padding:13px 0px;
}

#header h3 {
	font-family: 'AvertaBlack';
	font-size:30px;
	color:#fff;
}

#header a.btn-info {
	font-size:21px;
	color:#ffffff;
	font-family: 'AvertaLight';
	line-height:40px;
	border-radius:5px;
	padding:0px 20px 2px 20px;
	text-decoration:none;
	background:url(../img/btn.png) repeat-x ;
	background-size:cover;
}

#header a.btn-info:hover {
	background-color: #ffffff !important;
}

#header a.btn-info:hover span {
	background: -webkit-linear-gradient(#f8cc22, #f19519);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/* Banner Style */
#banner {
	background:url(../img/bg-1.jpg) 50% 50% no-repeat;
	background-size:cover;
	padding:35px 0px;
}

#banner h3 {
	font-size:30px;
	background: -webkit-linear-gradient(#f8cc22, #f19519);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom:35px;
}

#banner p {
	font-family: 'Averta';
	color:#2d2d2d;
	font-size:24px;
	line-height:30px;
	padding:0px 45px;
}
#banner p b {
	font-family: 'AvertaBold';
}

#banner a.btn-info {
	background:url(../img/btn1.png) repeat-x;
	line-height:55px;
	text-decoration:none;
	padding:0px 15px;
	border-radius:5px;
	font-size:18px;
}

#banner form {
	display:inline-block;
	width:100%;
	background:#fff;
	border-radius:5px;
	padding:15px;
	box-shadow: 0px 0px 11px 3px #ebebeb;
}

#banner form h4 {
	font-size:22px;
	color:#6c6c6c;
	font-family: 'AvertaLight';
	margin-bottom:25px;
}

#banner form h3 {
	margin-bottom:10px;
}

#banner form h4 img {
	float:left;
	margin-top:-30px;
}

#banner form input {
	background:#f8f8f8;
	color:#bebebe;
	font-size:18px;
	width:100%;
	border:none;
	height:30px;
	padding-left:15px;
	float:left;
	margin-top:20px;
}
#banner form input.top-normal {
    margin-top:0px;
}

#banner textarea {
	background:#f8f8f8;
	color:#bebebe;
	font-size:18px;
	width:100%;
	border:none;
	height:180px;
	padding:15px;
	float:left;
	margin-bottom:20px;
	resize:none;
}

#banner input[type="submit"] {
	padding:0px;
	color:#fff;
	background:url(../img/btn.png) repeat-x;
	background-size:contain;
	cursor: pointer;
}

#banner input[type="submit"]:hover {
	background:#2d2d2d !important;
	color:#fff;
}

#banner form p.privacy {
    margin: 15px 0 0 0;
    color: #cbcbcb;
    font-family: 'AvertaLight';
    font-size: 12px;
    line-height: 12px;
    padding: 0;
    text-align: left;
}

/* plantons Style */
#plantons {
	background:url(../img/bg-5.jpg) 50% 50% no-repeat;
	background-size:cover;
	padding:35px 0px;
}

#plantons h2 {
	font-size:50px;
	color: #2d2d2d;
}

#plantons ul {
	padding:0px 30px;
}

#plantons li {
	padding:8px 8px;
	display:inline-block;
}

#plantons li img {
	width:100%;
	box-shadow: 0px 0px 14px 5px #f2f2f2;
}

#fruiteo {
	background:url(../img/bg-2.jpg) 50% 50% no-repeat;
	background-size:cover;
	padding:20px 0px;
}

#fruiteo h2 {
	font-size:60px;
	color: #2d2d2d;
}

#fruiteo h4 {
	font-size:25px;
	color:#fff;
	text-transform:uppercase;
	font-weight:400;
	font-family: 'AvertaSemibold';
	margin-bottom:30px;
}

#fruiteo p.black {
	font-size:18px;
	color:#000;
	line-height:22px;
}

#fruiteo .details {
	float:left;
	width:100%;
	padding:20px 65px 30px 65px;
}

#fruiteo .details h3 {
	color:#2d2d2d;
	font-size:40px;
	margin-bottom:20px;
}

#fruiteo .details h3 span {
	color:#fff;
}

#fruiteo .details p {
	color:#ffffff;
	font-size:16px;
	text-align:justify;
	font-family: 'Lato', sans-serif;
	line-height:22px;
}

#fruiteo .details a {
	display:inline-block;
	width:100%;
	text-decoration:none;
	background:url(../img/img-3.png) 0% 0% no-repeat;
	line-height:22px;
	    padding: 20px 45px 23px 45px;
	color:#2d2d2d;
	font-family: 'AvertaSemibold';
	font-size:18px;
	position:relative;
}

#fruiteo .details a.top-normal {
	padding-top:10px;
}

#fruiteo .details #conception a {
	margin-top: 22px;
}

#fruiteo .details a:before {
	content:'';
	position:absolute;
	top:15px;
	left:4px;
	height:36px;
	width:36px;
	background:url(../img/plus.png) 0% 0% no-repeat;
}

#fruiteo .side-space {
	padding:0px 65px;
}

#notre {
	background:url(../img/bg-6.jpg) 50% 50% no-repeat;
	background-size:cover;
	padding:80px 0px;
}

#notre h2 {
	font-size:60px;
	color: #2d2d2d;
	margin-bottom:0px;
}

#notre h2 span {
	position:relative;
}

#notre h2 span:before {
	content:'';
	position:absolute;
	top:35px;
	left:-250px;
	background:url(../img/img-4.png) 0% 0% no-repeat;
	height:8px;
	width:243px;
}

#notre h2 span:after {
	content:'';
	position:absolute;
	top:35px;
	right:-250px;
	left:auto;
	background:url(../img/img-4.png) 0% 0% no-repeat;
	height:8px;
	width:243px;
}

#notre h4 {
	color:#cbcbcb;
	font-family: 'AvertaLight';
	font-size:36px;
	line-height:30px;
	margin-bottom:5px;
}

#notre p {
	color:#2d2d2d;
	font-size:19px;
	font-family: 'AvertaLight';
}

#notre h3 {
	font-size:36px;
	background: -webkit-linear-gradient(#f8cc22, #f19519);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#notre .poles {
	display:inline-block;
	width:100%;
	padding:15px 0px;
}

#notre .poles ul li {
	float:left;
	list-style:none;
	background:url(../img/seq.png) 0px 10px no-repeat;
	font-family: 'AvertaLight';
	padding-left:11px;
	color:#7a7a7a;
	font-size:16px;
	text-align:left;
	width:100%;
}

#notre .poles .white {
	background:#fff;
	display:inline-block;
	padding:25px 13px;
	border-radius:15px;
	height:100%;
	box-shadow: 0px 0px 15px 2px #ebebeb;
}

#notre .poles .white  h5 {
	color:#2d2d2d;
	font-size:30px;
}

#finalement {
	background:#2d2d2d;
	padding: 8px 0px;
}

#finalement img {
	margin-top:-34px;
	margin-bottom:-70px;
}

#finalement a.btn-info {
	font-size: 50px;
	background: url(../img/btn2.png) 0% 0% no-repeat;
	background-size: cover;
	font-family: 'AvertaBlack';
	line-height: 71px;
	padding: 0px 85px;
	padding-bottom: 12px;
	text-decoration: none;
	margin-top: 9px;
	border-radius: 8px;
	margin-bottom: -40px;
	padding-top: 5px;
}

#finalement a.btn-info:hover {
	background-color: #ffffff !important;
}
#finalement a.btn-info:hover span {
	background: -webkit-linear-gradient(#f8cc22, #f19519);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#finalement h3 {
	color:#ffffff;
	font-size:47px;
	margin-bottom:0px;
}

#finalement h4 {
	color:#ffffff;
	font-size:35px;
}

/* Footer Style */
#footer {
	padding-top:80px;
	padding-bottom:15px;
}

#footer p {
	color:#2d2d2d;
	font-size:18px;
	font-family: 'AvertaLight';
	margin-top:15px;
}

#footer a {
	color: #2d2d2d;
	text-decoration: none;
}

/* Form */

form input.is-invalid {
    border: 1px solid #dc3545 !important;
}
form .feedback {
    color: #dc3545;
    font-size: 12px;
}

/* Modal */
.modal-content {
	display:inline-block;
	width:100%;
	background:#fff;
	border-radius:5px;
	padding:15px;
	padding-bottom:0px;
	box-shadow: 0px 0px 11px 3px #ebebeb;
	border: none;
}

.modal-content h3 {
	font-size:30px;
	text-align: center;
	background: -webkit-linear-gradient(#f8cc22, #f19519);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 10px;
}

.modal-content form input {
	background:#f8f8f8;
	color:#bebebe;
	font-size:18px;
	width:100%;
	border:none;
	height:30px;
	padding-left:15px;
	float:left;
	margin-top:20px;
}

.modal-content p.privacy {
    margin: 15px 0 0 0;
    color: #cbcbcb;
    font-family: 'AvertaLight';
}

.modal-backdrop {
	background: #cbcbcb;
}

.modal-footer {
	justify-content: center;
}

.modal-footer .btn-secondary {
	background-color: #2d2d2d;
}

.modal-footer .btn-primary {
	font-size: 21px;
	color: #ffffff;
	font-family: 'AvertaLight';
	font-weight: 700;
	line-height: 40px;
	border-radius: 5px;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	background: url(../img/btn.png) repeat-x;
	background-size: auto auto;
	background-size: cover;
	border: none;
}

.modal-footer .btn-primary:active, .modal-footer .btn-primary.active, .modal-footer .btn-primary:focus,  .modal-footer .btn-primary.focus,
.modal-footer .btn-secondary:active, .modal-footer .btn-secondary.active, .modal-footer .btn-secondary:focus,  .modal-footer .btn-secondary.focus {
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
}

.swal-overlay {
	background: rgba(203, 203, 203, 0.5);
}

.swal-title {
	font-size:28px;
	text-align: center;
	background: -webkit-linear-gradient(#f8cc22, #f19519);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 10px;
}

.swal-text {
	font-size: 22px;
	color: #6c6c6c;
	font-family: 'AvertaLight';
}

.swal-button--confirm, .swal-button--confirm:active {
	background-color: #2d2d2d;
}
.swal-button--confirm:focus {
	box-shadow: none;
}

/*****======= Responsive Style Css ======***********/

/* Landscape phones and portrait tablets */
@media (max-width: 767px){

#header a.btn-info {
	font-size:16px;
	width:100%;
}

#plantons li:last-child {
	float:left;
	    margin-left: 8px;
}

#banner p {
	padding:0px 20px;
}

#banner form h4 img {
	margin-top:0px;
}

#banner img {
	max-width:100%;
}

#banner textarea {
    margin-top: 15px;
}

#banner a.btn-info {
	display: none;
	background-size:cover;
	line-height:25px;
	padding:10px 5px;
	margin-bottom:20px;
}

h2 {
	font-size:35px !important;
}

#fruiteo .details {
	padding:0px 20px 0px 20px;
}

#fruiteo .details a {
	padding-top:12px;
	padding-right:5px;
	font-size:12px;
	background-size:contain;
	padding:10px 5px 10px 15px;
	margin-bottom:15px;
}
#fruiteo .details a.top-normal {
	padding-top: 2px;
}

#notre {
	padding-bottom: 40px;
}

#notre h2 span:before,
#notre h2 span:after {
	display:none;
}

#notre h4 {
	font-size:30px;
}

#notre .poles .white {
	margin-bottom:20px;
}

#notre .poles {
	padding:0px;
}

#fruiteo .side-space {
	padding:0px 15px;
}

.flush-right {
	padding-right:15px;	
}

.xs-center {
	text-align:center !important;
}

#finalement img {
	margin:0px;
	margin-top:15px;
	margin-right: -45px;
}

#plantons li {
	width:47%;
}

#fruiteo .details a:before {
	display:none;
}

}


/* Portrait tablets and small desktops */
@media (max-width: 575px){

.row-eq-height {
	display:block; 
}


}

/* Portrait tablets and small desktops */
@media (min-width: 576px) and (max-width: 767px) {

#fruiteo .details h3 {
	font-size:32px;
}

#notre .poles {
	margin-bottom:20px;
}

#notre .poles .white h5 {
	font-size:20px;
}

#notre .poles ul li {
	font-size:14px;
}

#finalement a.btn-info {
	font-size:28px;
}

}


/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

#header a.btn-info {
	font-size:17px;
}

#banner img {
	max-width:100%;
}

#banner form h3 {
	font-size:26px;
}

#banner p {
	padding:0px 15px;
}

#fruiteo .details a  {
	padding-top:12px;
	background-size:cover;
}

}


/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1169px) {
    #banner a.btn-info {
        padding: 0 5px;
    }

	#fruiteo .details #analyse a {
		margin-top: 22px;
		padding-top: 10px;
	}

	#fruiteo .details #conception a {
		margin-top: 44px;
	}
}