/*!
Theme Name: Bioéthanol-V2
Theme URI: http://underscores.me/
Author: Julien Massonnat
Author URI: http://www.massonnat.fr
Description: Thème pour le site bioethanolcarburant.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bioethanol
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Bioéthanol-V2 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

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

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	margin-top:0 !important;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
	color:#22AA13 !important;
	padding-top: 25px;
	padding-bottom: 20px;
	font-weight: 800 !important;

}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Montserrat', sans-serif !important;
}

p {
	margin-bottom: 1.5em;
	text-align: justify;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
/*input[type="submit"]*/ {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
/*input[type="submit"]:hover*/ {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
/*input[type="submit"]:focus*/ {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
  width:100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.exemple {
  font-variant-position: super;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover, a:focus, a:active {
	color: #22AA13 !important;
	text-decoration: none !important;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Ajouts Julien Massonnat
--------------------------------------------------------------*/
h3{
  font-size:15px;
  font-weight: bold;
  color:#18B8EA;
}

.navbar img{
	max-width: 250px;
	float: left;
	margin-right: 30px;
}
.site-header{
	background-color: green;
	min-height: 100px;
	 background: linear-gradient(#36ACD2, #34ADC7);
	 padding-top:10px;
   padding-bottom:25px;
}

#primary-menu{
	float: left;
}

.navigation{
	float: left;
	color:#fff;
	padding-top:10px;
  width: 100%;
}

.main-navigation ul li a{
		color:#fff;
		padding-right: 10px;
		padding-left:10px;
		font-size: 14px;
		font-weight: 600;
}
.main-navigation ul li a:hover{
	text-decoration: none;
}
.titre-home h2{
color:#fff !important;
font-family:'Montserrat', sans-serif;
font-weight: 800;
font-size:60px;
padding-left: 20px;

}
.titre-home h1{
color:#fff !important;
font-family:'Montserrat', sans-serif;
font-weight: 800;
font-size:60px;
padding-left: 20px;

}
.home_jumbo{
	 background: linear-gradient(#34ADC7, #16BB36);
	 overflow: hidden;
	 padding-bottom: 20px;
   width:100%;
}


.boutons-rapide{
	text-align: center;
	color:#3AAA35;
	overflow: hidden;
	text-transform: uppercase;
	padding-top: 50px;
}
.boutons-rapide h3{
font-weight: 600;
font-size:18px;
padding-top: 15px;
	font-family: 'Montserrat', sans-serif;

}
.boutons-rapide h2{
font-weight: 600 !important;
font-size:18px !important;
padding-top: 15px !important;
	font-family: 'Montserrat', sans-serif !important;

}



.title-banner{
  background-color:#fff;
  padding:30px !important;
  border-radius:40px;
  color:#3AAA35 !important;
  margin-bottom: 20px;
}
.boutons-rapide img{
	padding-top:20px;
	max-width: 50px;
	height: auto;
}
.vague-home{
	padding-top:350px;
	height:317px;
	background-size: auto;
	background-repeat: no-repeat;
}

.vague-home-banner{
	height:191px;
	background-size: auto;
	background-repeat: no-repeat;
  margin-top: -195px;
}

.actualites{
	margin-top:-220px;
}

.bouton-home{
	height:180px;
  transition: all 0.3s ease-out;
}

.bouton-home img{
  display: none;
}

.img-bouton-home{
  width: 50px;
  height: 50px;
  margin:0 auto;
  background-image:url('img/icone-home-32.png');
  background-size:100%;
  background-repeat: no-repeat;
}
.img-bouton-home2{
  width: 60px;
  height: 50px;
  margin:0 auto;
  background-image:url('img/icone-home-33.png');
  background-size:100%;
  background-repeat: no-repeat;
}

.img-bouton-home3{
  width: 100px;
  height: 50px;
  margin:0 auto;
  background-image:url('img/icone-home-34.png');
  background-size:100%;
  background-repeat: no-repeat;
}

.navbar-brand img{
  width:100% !important;
}

  .img-bouton-home4{
    width: 50px;
    height: 50px;
    margin:0 auto;
    background-image:url('img/icone-home-35.png');
    background-size:100%;
    background-repeat: no-repeat;
}

.bouton-home:hover .img-bouton-home, .bouton-home:hover .img-bouton-home2, .bouton-home:hover .img-bouton-home3, .bouton-home:hover .img-bouton-home4{
opacity: 0.8;
}

.bouton-home:hover {
	opacity: 0.8;
}

.bouton-home a{
  color: #3AAA35 !important;
}
.bouton-home:hover .bouton-home-std{
  width:0% !important;
}


.info-car{
	color:#fff;
	font-size: 20px;
	padding-left: 100px !important;
	padding-right:150px !important;
	z-index:9999;

}

.button-info-car:hover{
background-color: #3AAA35;
color:#fff!important;
border:solid 1px white;

}
.info-car p{
    text-align: left !important;
}
.button-info-car{
	background-color: #fff;
	text-transform: uppercase;
	color:#3AAA35 !important;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	border-radius: 50px;
	border-style: none;
	letter-spacing: 0.1em;
	padding:10px 15px;;
  float: right;
  border:solid 1px white;
  transition: all 0.3s ease-out;
  margin-top: 25px;
}

.wp-block-embed-youtube{
  text-align: center;
}

h2{
	font-size: 50px !important;
	color:#3AAA35 !important;
	font-weight: 800 !important;
}
.entry-content h2{
  font-size: 20px !important;

}
.big-news, .news{
	overflow: hidden;
}

.entry-content a{
  color : #22AA13 !important;
    text-decoration: underline;
}

.actualite{
	float: left;
	color:#333333;
	padding:20px;
	padding-top: 0px;
}

.actualite img{
min-width: 300px;
height: 200px;
padding-bottom: 10px;
}


.texte-actualite a{
	color:#333333 !important;
  transition: all 0.3s ease-out;
}

.texte-actualite a:hover{
	color:#3AAA35 !important;
}

.actualite a:hover, .big-news a:hover{
	text-decoration: none;
}
.actualite h3, .big-news h3{
	font-weight: 600;
	font-size: 18px;
}

.bioethanol-data{
  margin-top:50px !important;
}

.newsletter{
	background-color: #3AAA35;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
  margin-bottom: 20px;
}

.rejoindre-communaute{
background-color: #18B8EA;
overflow: hidden;
padding-top: 15px;
padding-bottom: 15px;
margin-bottom: 20px;
}


.texte-newsletter{
	color:#fff;
	padding-left: 50px !important;
	padding-right: 50px !important;
  text-align: right;
}
.button-newsletter, .button-communaute{
	background-color: #fff;
	text-transform: uppercase;
	color:#3AAA35;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	border-radius: 50px;
	border-style: none;
	letter-spacing: 0.1em;
	padding:10px 15px;
  transition: all 0.3s ease-out;
  margin-top:20px;
}

.button-newsletter:hover{
	background-color: #3AAA35;
  color:white !important;
  border: solid 2px white;
}

.button-communaute:hover{
	background-color: #18B8EA;
  color:white !important;
  border: solid 2px white;
}
.video-home{
	overflow: hidden;
	padding-bottom: 100px;
	background-size: cover;
	background-repeat: no-repeat;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
	width: 30px !important;
	height:30px !important;
}
.titre-carousel{
width:50%;
text-align: center;
margin:0 auto;
color:#fff;
padding-bottom: 20px;
padding-top: 20px;
}

.texte-carousel{
	width:70%;
	text-align: center;
	margin:0 auto;
color:#fff;
margin-bottom:20px;
}

.carousel-indicators{
	bottom:-10px !important;
}

.carousel-item{
	height: 45vw;
}


.button-video, .button-economy{
	background-color: #fff;
	text-transform: uppercase;
	color:#3AAA35 !important;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	border-radius: 50px;
	border: solid 2px #3AAA35;
	letter-spacing: 0.1em;
	padding:10px 15px;
	margin-top:30px;
  transition: all 0.5s ease-out;
	}

  .button-video-home-banner{
  	background-color: #fff;
  	text-transform: uppercase;
  	color:#3AAA35 !important;
  	font-size: 14px;
  	font-weight: 600;
  	font-family: 'Montserrat', sans-serif;
  	border-radius: 50px;
  	letter-spacing: 0.1em;
  	padding:10px 15px;
    transition: all 0.5s ease-out;
  	}

    .button-video-home-banner:hover{
opacity: 0.8;
    }
    .button-video-home-banner:hover{
      background-color: #3AAA35;
      color:#fff !important;
      }

  .button-video:hover, .button-economy:hover, .bouton-test:hover{
  	background-color: #3AAA35;
  	color:#fff !important;
  	}

    .button-default{
    	background-color: #fff;
    	text-transform: uppercase;
    	color:#3AAA35 !important;
    	font-size: 14px;
    	font-weight: 600;
    	font-family: 'Montserrats', sans-serif;
    	border-radius: 50px;
    	border: solid 2px #3AAA35;
    	letter-spacing: 0.1em;
    	padding:10px 15px;
    	margin-top:30px;
      transition: all 0.5s ease-out;
      width:50% !important;
      text-align: center;
      margin:0 auto;
    	}
    .button-default a{
      color:#3AAA35 !important;
    }
    .button-default a:hover,.button-default:hover a{
      color:#fff !important;
    }

      .button-default:hover{
        background-color: #3AAA35;
      	color:#fff !important;
      	}

    .button-economy{
      margin-top:20px;
      display: block;
      width: 33%;
      margin:0 auto;

    }

	.big-chiffre{
		font-size: 75px;
	}

	.chiffres-cles{
		overflow: hidden;
		margin-bottom: 50px;
    margin-top:50px;
	}

  .chiffres-cles h2, .bioethanol-presentation h2{
    margin-bottom: 50px;
  }

.bioethanol-presentation{
	overflow: hidden;
  margin-top:25px;
}

.carburant h4{
	font-size:18px;
	font-weight: 600;
	padding-top: 15px;
}

.marker {
  background-image: url('img/mapbox-icon.png');
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}

#map{
	width: 55% !important;
	margin:0 auto;
	margin-bottom: 2%;
  padding:0;
  padding-bottom: 5%;
}

.page-template-map .container-fluid{
  overflow: hidden;
}
#popup{
  padding: 0 !important;
  position: absolute;
  z-index: 8;
  background-color: #fff;
  text-align: center;
  margin: 0 auto !important;
      margin-top: 0px;
      margin-left: auto;
  padding: 15px !important;
  border-radius: 20px;
  margin-left: 33% !important;
  margin-top: 20px !important;
  -webkit-box-shadow: 10px 10px 16px -4px rgba(115,115,115,1);
-moz-box-shadow: 10px 10px 16px -4px rgba(115,115,115,1);
box-shadow: 10px 10px 16px -4px rgba(115,115,115,1);

}

.mapbox-popup{
  margin : 0;
  padding:0;
  -webkit-box-shadow: none;
-moz-box-shadow:none;
box-shadow: none;
border-radius: 0;
font-size: 12px;
padding:1%;
}
.title_popup{
  display: none;
}

.bouton-popup{
  float: right;
  width: auto;
 background-color:#18B8EA;
 margin-left:20px;
 padding-top: 15px;
 padding-bottom: 15px;
 padding-left: 5px;
 padding-right: 5px;
   border-radius:10px;
   margin-top:20px;
}

.bouton-popup a{
  margin:0 !important;
  padding:0;
font-size:14px;
  color:#fff !important;
  float: right;
  
}

.mapboxgl-ctrl-geocoder--input{
  padding-left:45px !important;
    z-index:9999 !important;
}

.logo_enseigne{
  width: 15%;
  float: left;
}

.detail_station{
  float: left;
  font-size:16px;
}
.detail_station p{
margin:0;
padding:0;
text-align: left !important;
padding-left: 18px;
}
.detail_station p b{
  display: none;
}

#geocoder{
  padding-top: 15px;
  padding-bottom: 15px;
}

.boutons-map{
  padding-top:0px;
}
.container-map{
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	padding-top: 10px;
	padding-right: 20%;
	padding-left: 20%;
  padding-bottom: 1%;

}
.footer-container{
	background-color: #18B8EA;
	color:#fff !important;
	overflow: hidden;
	margin-top:-1px;
}

.vague-footer{
	height:137px;
	margin-bottom: -1px;
	background-size: auto;
	background-repeat: no-repeat;
	margin:0 !important;
	padding:0 !important;
}

.vague-communaute{
	height:137px;
	margin-bottom: -1px;
	background-size: auto;
	background-repeat: no-repeat;
	margin:0 !important;
	padding:0 !important;
  overflow: auto;
}

.moto-choix b, .autre-choix b{
  padding:5px;
  background-color: #18B8EA;
  color:#fff;
  font-weight: bold;
}

.moto-choix h2, .autre-choix h2{
font-size: 24px !important;
margin-bottom: 20px;
}


.social-bouton-footer{
	padding:0 !important;
	margin:0 !important;
	padding-right: 5px !important;
	padding-left: 5px !important;

}


.footer-menu{
	list-style: none !important;
	color:#fff !important;
}
.footer-container ul{
	margin:0;
	text-align: right;
}
.footer-menu li {
	padding-bottom: 15px;
}

.footer-menu li a {
	color:#fff !important;
	padding-bottom: 10px;
}

.date-article{
	background-color: #3D5C9B;
	color:#fff;
	font-size:13px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:5px;
		margin-bottom:10px;
		margin-top:30px;
}

.sidebar-presse p{
  text-align: left !important;
}


.date-article-archive{
	color:#b2b2b2;
	font-size:13px;
  margin-bottom: 10px;
}

.image-actu-archive{
  width: 230px;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
}
.image-actu-archive a{
  display: block;
  width: 300px;
  height: 200px;
}
.image-actu-archive:hover{
  opacity: 0.8;
}

.body-news-videos{
  height: 100px !important;
}


.body-news h2, .body-news-videos h2 {
  font-size: 18px !important;
  color:#212529 !important;
  line-height: normal !important;
}

.body-news h2 a, .body-news-videos h2 a{
  font-size: 18px !important;
  color:#212529 !important;
  line-height: normal !important;
}
.body-news h2 a:hover, .body-news-videos h2 a:hover{
  color:#39A934 !important;

}

.titre-article{
	padding: 0 !important;
	margin:0 !important;
}

.header-article{
	overflow: hidden;
}

.categorie-article-item{
	background-color: #3D5C9B;
	color:#fff !important;
	font-size:14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding:10px 10px;
	text-transform: uppercase;
	margin-bottom:10px;
	width: auto !important;
	float: left;
	margin-right: 5px;

}

.top-bar-social{
  width:25% !important;
}

.read-more{
  font-weight: bold;
  float: right;
  color:#333333;
}
.categorie-article-item a{
  color:#fff !important;
}

.categorie-article-item-archive{
	background-color: #3D5C9B;
	color:#fff !important;
	font-size:11px;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding:3px 5px;
	text-transform: uppercase;
	margin-bottom:10px;
	width: auto !important;
	float: left;
	margin-right: 5px;

}

.categorie-article-item-archive a{
  color:#fff !important;


}


.automobile {
background-color: #147705;
}
.bioethanol_data {
background-color: #18B8EA;
}
.boitiers-e85 {
background-color: #0DAFB7;
}
.communique {
background-color: #FF8500;
}
.dans-nos-regions {
background-color: #A06B00;
}
.dossier {
background-color: #22AA13;
}
.environnement {
background-color: #96E25A;
}

.evenements {
background-color: #EDD41B;
}
.fiscalite {
background-color: #808080;
}
.forum-cop-21 {
background-color: #000000;
}
.le-saviez-vous {
background-color: #C1272D;
}
.moto {
background-color: #22B573;
}
.outil {
background-color: #2E3192;
}
.sp95-e10 {
background-color: #41A62A;
}
.station-e85 {
background-color: #4ED3F2;
}
.superethanol-e85 {
background-color: #005D9D;
}

.hrf-faq-list article:last-of-type{
display: none !important;
}
.bouton-presentation{
  background-color: #fff;
  text-transform: uppercase;
  color:#3AAA35 !important;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  border-radius: 50px;
  border: solid 2px #3AAA35;
  letter-spacing: 0.1em;
  padding:10px 15px;
  margin-top:30px;
  transition: all 0.5s ease-out;
  text-decoration: none;
}

h3.hrf-title{
  padding-left:10px !important;
  padding:0px !important;
  padding:10px !important;
}

.hrf-content{
  padding:10px !important;
  margin-top:10px !important;
}
.jetpack-video-wrapper iframe{
  margin:0 auto !important;
}
.frq-main-title{
  margin-top: 20px;
  padding-bottom: 15px;
border-bottom: solid 3px #22AA13 !important;
margin-bottom: 0px !important;
}

.mapboxgl-ctrl-geocoder{
  margin:0 auto;
    z-index:9999 !important;
}

.source{
  font-size: 14px;
  font-style: italic;
}

.bouton-presentation:hover{
  color:#fff !important;
  background-color:#3AAA35 !important;
}
.bouton-presentation:hover a{
  color:#fff !important;
}

.bouton-presentation a{
  text-decoration: none;
}

.entry-title{
	padding:0 !important;
	padding-right: 15px;
	margin:0 !important;
	margin-top:25px !important;
}

.sidebar-left{
	padding:0 !important;

}
.sidebar-e85 {
  background-color:#f2f2f2;
  overflow: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.sidebar-e85{
  margin-bottom:25px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 15px;
}

.sidebar-e85:first-child{
  margin-top: 100px;

}

.sidebar-e85 h3{
	font-size:20px;
  font-weight: bold;
  padding-bottom: 10px;


}
.sidebar-e85 p{
	font-size:19px;
	font-weight: 600;
	color:#fff;
	padding:10px;
	padding-bottom: 30px;
	background-color: #18B8EA;
	text-align: left;
}

.sidebar-left{
  padding-bottom: 25px;
}

.sidebar-e85 a{
	color:#ffffff !important;
}
.sidebar-e85 a:hover{
	color:#22AA13 !important;
}

.sidebar-e85 ul{
	margin:0;
	padding:0;
}

.sidebar-e85 ul li{
	list-style: none;
  padding-bottom: 5px;
}
.sidebar-e85 ul li a{
	color:#333333 !important;
  padding-bottom: 5px;
	}

  .sidebar-e85 ul li a:hover{
  	color:#22AA13 !important;
  	}

.mobile-footer{
	display: none;
}



.navbar-collapse ul li a{
padding-right: 10px;
padding-left: 10px;
font-size: 15px;
font-weight: 600;
font-family: 'Montserrat', sans-serif;
}

.navbar-collapse ul li a:hover{
  opacity: 0.7;
  transition: all 0.5s ease-out;

}
.navbar{
  margin:0 auto;
  padding:0;
  width: 80vw;
}

.dropdown-menu{
  border:solid 0px !important;
}

.social-footer{
  overflow: hidden;
}
.social-footer ul{
  display: inline;
  overflow: hidden;
  padding:0;

}

.social-footer ul li{
  float: left;
  list-style: none;
}


.social-footer ul li img{
  width:42px;
}

/**
 * ZOOM IMAGE EFFECT ON HOVER // wpRock.fr
 */
.img-zoom-hover .img-zoom {
    overflow: hidden;
    position: relative;
}
.img-zoom-hover .img-zoom img {
    max-width: 100%;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.img-zoom-hover .img-zoom * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.img-zoom-hover:hover .img-zoom img {
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

.header-nofront ul{
  margin: 0 auto !important;
  text-align: center;
}

.header-nofront ul li{
  padding: 0 20px;
    color:#3AAA35 !important;
}
/*.header-nofront ul li a{
  color:#3AAA35 !important;
}*/
.header-2 nav{
  background-color:#fff;
  box-shadow: 0px 7px 12px 1px #999999 !important;
}
.header-2 .container-fluid{
    box-shadow: 0px 7px 12px 1px #999999 !important;
  }

.header .container-fluid, .header-2 .container-fluid{
  margin:0 !important;
  padding: 0 !important;
}

.header-2 h3{
  font-size:12px;
  font-weight: normal;
}

.header-2 h3{
  font-size:10px;
  font-weight: normal;
  text-transform: uppercase;
}

.header-2 .bouton-rapide-menu img{
  max-width:40px;
}
.bouton-rapide-menu{
  padding:0 !important;
  margin:0 !important;
}
.bouton-rapide-menu a{
  color:#fff !important;
}


.header-2{
  padding:0 !important;
  background: linear-gradient(#36acd2, #1ab248);
}
.social-top-menu{
  padding:10px 0;
  overflow: hidden;
}
.social-top-menu h3{
  padding-top:10px; }

.social-top-menu ul{
  display: inline;
  margin:0 !important;
  padding: 0 !important;
}

.social-top-menu ul li{
  list-style: none;
  float: left;

}

.social-top-menu ul li img{
  max-width: 40px;
}

/* The overlay effect with black background */
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(58,170,53,0.8); /* Black with a little bit see-through */
}

/* The content */
.overlay-content {
  position: relative;
  top: 36%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

/* Close button */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

/* Style the search field */
.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay p{
  font-size:2.5em;
  color:#fff;
  font-weight: bold;
  padding-bottom: 1%;
}

/* Style the submit button */
 .overlay input[type="submit"]{
padding: 10px;
background: white;
cursor: pointer;
border-radius: 50px;
border:solid 1px white;
margin-top: 20px;
transition: all 0.5s ease-out;
color:#3AAA35;
font-size: 14px;
font-weight: 600;
}

.overlay button:hover {
  background-color : rgba(58,170,53,1) !important;
  color:#fff !important;
}

 .overlay input[type="submit"]:hover{
   background-color : rgba(58,170,53,1) !important;
   color:#fff !important;
 }
.header-2 .navbar-brand{
  padding-top:20px;
}

.social-menu{
  padding-top:20px;
}
.bloc-news{
  overflow: hidden;
  margin-top:10px;
  margin-bottom:15px;
}
.image-actualite{
  height: auto;
  width:300px;
  margin:0 auto;
  margin-bottom: 15px;
  text-align: center;

}

/* Select */

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
    background-image: none;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Custom Select */
.select-carburant, .select-annee, .input-economie{
  position: relative;
  display: flex;
  width: 20em;
  height: 3em;
  line-height: 3;
  background: #f2f2f2;
  overflow: hidden;
  border-radius: .25em;
  text-align: left;
}

.select-annee, .input-economie{
  background-color:#18B8EA !important;
  border-radius: 0px;
  margin-top:15px;
  color:#fff !important;
}

select {
  flex: 1;
  padding: 0 .5em;
  color: #000 !important;
  cursor: pointer;
  text-align: center;
}
/* Arrow */
.select-carburant::after, .select-annee::after, {
  content: '↓';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #34495e;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

.form-economy input[type="text"]{
color:#fff !important;
border-radius: 0px;
border:solid 0px;
margin: 0;
    padding: 0;
    width: 40%;
    height: 60px;
    font-size: 18px;
    text-align: left !important;
    padding-left: 15px;

}
.form-economy input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
}

/* Transition */
.select-carburant:hover::after, .select-annee:hover::after, .input-economie:hover::after {
  color: #22AA13;
}
.formulaire-test-ethanol{
  margin-bottom: 30px;
}
.plaque-immatriculation{
  margin-top: 50px;
  height:66px;
  min-width: 270px;
  background-repeat: no-repeat;
  margin:0 auto;
  text-align: center;
  background-position: center;
}
.input-plaque{
  height: 45px;
  border:0px solid #fff !important;
  background-color: transparent;
  margin-top:10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 600;
  width: 250px;
  margin-bottom: 50px;
}

.rounded{
  border-radius: 50%;
}

.card-economy, .hypotheses_calcul{
  border-radius:10px !important;
  border: solid 2px #3AAA35 !important;
  padding:15px;
}

.mensuel, .annee{
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  padding:0 !important;
  margin:0 !important;
}

.resultat p{
  text-align: center !important;
  font-size: 30px;
  padding:0 !important;
  margin:0 !important;
}
.hypotheses_calcul p{
  font-size: 16px !important;
}

.pagination-all a, .current, .dots{
	margin-left:10px;
	margin-right: 10px;
	font-weight: bold;
	color:#39A934;
}
.pagination-all a:hover{
	opacity: 0.8;
}
.current{
color:#18B8EA;
}
.pagination-all{
	width: 100%;
	text-align: center;
}

.article-map-image{
  height: 200px;
  width: 200px;
  background-size: cover;
}
.img-dp{
  height: 365px;
background-size: contain;
background-repeat:no-repeat;
background-position: center;
margin-bottom: 25px;
}
.img-outil{
  height: 150px;
background-size: contain;
background-repeat:no-repeat;
background-position: center;
margin-bottom: 25px;
}


/*Style FAQ*/
h2.frq-main-title {
	margin-bottom: 10px;
	margin-top:25px;
	padding-bottom: 5px;
}

.hrf-title.close-faq span{
	background-color:#3fa12b !important;
	border-radius: 20px;

}
h3.hrf-title{
	border-radius:5px;
}

.hrf-title.close-faq {
    padding-left: 50px !important;
}

.outils-e85{
  height: 250px;
  overflow: auto;
}

.presse h2, .e85 h2{
  font-size: 25px !important;
  color:#333333 !important;
  padding-bottom: 6px;
    border-bottom: solid 3px #22AA13 !important;
}
.retombee h3{
    border-bottom:solid 3px #18B8EA !important;
    padding-bottom: 6px;
    margin-top: 10px;
}


.presse h4{
  font-size: 16px !important;
font-weight: bold;
color: #333333 !important;
}
.e85 h2{
  margin-bottom: 25px;
}

.presse h3, .e85 h3, .e85 h3 a{
  font-size: 18px !important;
  font-weight: bold;
  color:#333333 !important;
}

 .e85 h3 a:hover{
  color:#22AA13 !important;
}

.img-video{
  width: 300px;
}

.sidebar-e85 a:hover, .sidebar-e85 .textwidget a:hover{
  color:#fff !important;
  opacity: 0.8 !important;
}

.spacer{
  height: 20px;
}
.social-network{
  background-color:#18B8EA;
  overflow: hidden;
  padding-top: 2%;
  padding-bottom: 2%;
}

.white{
  background-color: white !important;
}

.meta-retombee{
  font-style: italic;
  font-weight: 600;
  color:#b2b2b2;
  font-size: 14px;
}
.sidebar-presse{
  margin-top: 50px;
  background-color:#f2f2f2;
  overflow: auto;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 15px;
  padding:15px !important;
}

.contact-presse a{
  color:#18B8EA;
}

.retombees h2, .e85 h2, .e10 h2{
  font-size: 30px !important;
}

.e85{
  overflow: hidden;
}

.header-nofront ul li a:hover{
  color: #18B8EA !important;
  transition: all 0.3s ease-out;
}

.presentation-e85{
  height: 370px;

}
.post-content img {
   border: none !important;
   padding: 0;
}

.select-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #fff;
}

.facebook {
  margin-top:35px;
}
.twitter{
  margin-top:25px;
}
.linkedin{
  margin-top:32px;
}

@media (min-width: 768px) {
  .select-box {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .select-box {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .select-box {
    width: 40%;
  }
}

.select-box ul{
  margin:0;
}
.select-box__list li:first-of-type{
  margin-top:10px;
}

.select-box__current {
  position: relative;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
}
.select-box__current:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
          animation-name: none;
}
.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}
.select-box__current:focus .select-box__icon, .select-box__icon_2 {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  opacity: 0.3;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.select-box__icon_2 {
  position: absolute;
  top: 65%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  opacity: 0.3;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.select-box__value {
  display: -webkit-box;
  display: flex;
}
.select-box__input {
  display: none;
}
.select-box__input:checked + .select-box__input-text {
  display: block;
}
.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 15px;
  background-color: #18B8EA;
}
.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  -webkit-animation-name: HideList;
          animation-name: HideList;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
.select-box__option {
  display: block;
  padding: 15px;
  background-color: #18B8EA;
}
.select-box__option:hover, .select-box__option:focus {
  color: #546c84;
  background-color: #fbfbfb;
}

@-webkit-keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

.texte-actualite{
  height: 100px;
}

.texte-actualite-big{
  height: auto ;
  color:#333333 !important;
}
.texte-actualite-big a{
  color:#333333 !important;
}

.texte-actualite-big a:hover{
  color:#3AAA35 !important;
}

#breadcrumbs{
  padding-left: 1rem;
margin-top: 1rem;
font-size: 14px;
}

#breadcrumbs a{
  color:#333333;
}

.jp-relatedposts-post-title{
  margin-top:10px !important;
  font-weight: bold !important;
}

.jp-relatedposts-post-title a{
  margin-top:10px !important;
  font-weight: bold !important;
}

.bouton-video-container{
float: right;
width: 75%;
text-align: right;
}
.accordion.card-header{
  padding:0 !important;
}

.liste-e10 h4 button{
  font-weight: bold;
  color:#333333;
}

.liste-compatible ul{
  margin:0 !important;
  padding:0;
  text-align: left;
  list-style-type: none;
}

.liste-compatible ul li::before{
content: '- ';
}

.outils-e85-test{
  background-color:#18B8EA;
  padding:10px;
  font-weight: 600;
    color: white !important;
    height: 100px;
    margin-bottom:10px
}
.outils-e85-test a{
  color:#fff !important;
}

.outils-e85-test a:hover{
  opacity: 0.8;
}
.inscription-news{
  padding:20px;
  text-align: right !important;
  margin-right: 25%;
  margin-left:25%;
  padding:15px;
}



.sources p{
  font-style: italic;
}

.data{
  padding:15px;
  text-align: center;
  font-weight: 600;
}

.home_banner {
  overflow: auto;
  height: auto;
	 background-color: #18B8EA;
	 overflow: hidden;
	 padding-top:50px;
	 padding-bottom: 210px;
   width:100%;
   border-top: solid 1px white;
}


.img-home-banner{
  height: 100%;
  width: 100%;
  padding: 50px !important;
  background-size: 100%;
  background-repeat: no-repeat;
}

.home_banner h3{
  font-weight: 800;
  font-size: 40px;
  color: #3AAA35 !important;
    margin-bottom: .5rem;
    line-height: 1.2;
}
.home_banner p{
  color: #3AAA35 !important;
}

.texte-home-banner{
  color:#fff !important;
  padding-top: 20px;
}

.data-item{
  background-color: #18B8EA !important;
  height: 110px;
  color:#fff !important;
  font-size:15px;

}

.data-item-titre{
  height: 110px;
  padding:10%;
padding-top:20% !important;
}

.bouton-test{
  background-color: #fff;
  text-transform: uppercase;
  color: #3AAA35 !important;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  border-radius: 50px;
  border: solid 2px #3AAA35;
  letter-spacing: 0.1em;
  padding: 10px 15px;
  margin-top: 30px;
  transition: all 0.5s ease-out;
}

#bouton-garage{
  padding-bottom: 25px;
}

#modele-voiture{
  margin-bottom: 25px !important;
}


  .content-test-ethanol{
    margin-bottom: 50px;;
  }
.bouton-communique{
  position: absolute;
    top: 555px;
    left: 780px;}

.retombee{
      padding-right: 15px;
      padding-left:15px;
    }

.sidebar-e85 ul li{
      margin: 0 0 10px;
      padding: 0 0 10px;
      position: relative;
  }

  .spider_popup_wrap {
      background-color: rgba(255, 255, 255, 0.800) !important;
	  
}

.parcours:hover{
  opacity: 0.8;
}
.btn-prev, .btn-next{
	border-radius:50px !important;
	background-color: #18B8EA !important;
	color: #fff !important;
	border:solid 0px !important;
	margin-top:20px;
}
.btn-prev:hover, .btn-next:hover, .btn-prev:focus, .btn-next:focus{
	background-color: #22AA13 !important;
	color: #fff !important;
}
.parcours img{
  margin-right: 2%;
  margin-left: 2%;
}

.parcours-background{
  background-image: url('https://bioethanolcarburant.com/wp-content/uploads/2020/06/fond_Plan-de-travail-1.png');
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;;
}
.sidebar-e85 ul li::after {
    background-color: #22AA13;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 20%;
    position: absolute;
    transform: translate(-50%,0);
    width: 100px;
}


.sidebar-e85 ul li:last-child {
     margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.sidebar-e85 ul li:last-child:after {
    background-color: transparent;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.img-presse-retombee{
  margin:0 !important;
  padding: 0 !important;
}

.presentation-communaute{
  width: 70% !important;
  font-size: 20px;
  margin:0 auto;
  color:#fff !important;
}

.background-blue{
  background-color: #10a6de !important;
  overflow: hidden;
}
.texte-application{
  padding-top:100px;
}
.participation-communaute{
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 600;
}

.temoignage-carousel{
  height: 40vh !important;
}

.communaute-social-item img{
  width:50%;
}

.communaute-social-item{
  text-align: center !important;
}
.communaute-social{
  margin-bottom:50px !important;
  overflow:auto;
}

.head-communaute img{
  width: 80%;
}

li.menu-item a{
    color:#22AA13  !important;
}

li.header-nofront a{
    color:#22AA13  !important;
}


/* Highlight using list element */
li.current_page_item a{
    color:#18B8EA !important;
}

.color-white{
  list-style: none;
}
.color-white li a{
  color:#fff !important;
  list-style: none;
  padding-top: 10px;
}

.color-white li {
  padding-top: 15px;
}

.button-contact{
  background-color:transparent;
  cursor: pointer !important;
}

.liste_departement{
  background-color: #18B8EA !important;
border-radius: 0px;
margin-top: 15px;
color: #fff !important;
padding:15px;
}

.departement{
  background-color:#22AA13 !important;
  color:#fff !important;
}

#filterdata-dep{
  float:left;
  text-align: center;
margin: auto 0;
width: 100%;
}
.negative-margin{
	margin-top:-20px;
}

.dt-button{
  background-color: #18B8EA !important;
      border-radius: 0px;
      margin-top: 15px;
      color: #fff !important;
      padding: 15px;
      border:none;
      box-shadow: none;
}
.dt-buttons{
  width: 100%;
    margin: 0 auto;
    text-align: center;
}
.menu-991{
width: 100%;
border: solid 1px #c2c2c2;
padding: 7px;
border-radius: 5px;
}

span.wpcf7-list-item{
  margin:0 !important;
}

.testimony-social{
   overflow-y: hidden !important; /* Hide vertical scrollbar */
}

#searchform input[type="submit"]{
  margin-top:8px !important;
}

.label-economie{
width: 40%;
margin: 0 auto;
}

.boutons-map{
  padding-top:25px;
}

#geocoder{
	background-color:#22AA13 !important;
}
/* <---------------------------------------------  Forum  ------------------------------------------------------------> */
.sidebar-forum{
  margin-top:50px;
  font-size: 11px;
  background-color: transparent im !important;
  color:#33333 !important;
  }
.bbp-login-links a{
  color:#333333 !important;
}
.sidebar-forum h2{
font-size:14px  !important;
}

#bbpress-forums .bbp-forums-list li {
  display: block !important;
  }

  #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics{
    font-size:14px !important;
  }

  #bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta{
    font-size:12px !important;
  }

#post-5563 h1{
	display:none;
}


/* <---------------------------------------------  Media Queries   ------------------------------------------------------------> */


@media (min-width: 1200px) {
  .carousel-item{
    height: 30vw;
  }
  }
	@media (max-width: 767px) {
.page-template-map #breadcrumbs, .page-template-map h1, .page-template-map .container p, .page-template-map .button-economy{
  display: none;
}
		
.banner-forum{
			overflow: auto; 
			margin-top:10px;
		}
		
		.info-car{margin-bottom:20px;}

#popup{
  padding: 0 !important;
  position: relative;
  background-color: #fff;
  text-align: center;
  margin: 0 auto !important;
      margin-top: 0px;
      margin-left: auto;
      border-radius: 0;
      z-index:8;


}

.mapbox-popup{
  margin : 0;
  padding:0;
  -webkit-box-shadow: none;
-moz-box-shadow:none;
box-shadow: none;
border-radius: 0;
font-size: 12px;
padding:1%;
}
.title_popup{
  display: none;
}

.bouton-popup{
  float: left;
  width: auto;
 background-color:#18B8EA;
 margin-top:0px;
 width:25%;
 
}

.bouton-popup a{
  margin:0 !important;
  padding:0;
font-size:12px;
  color:#fff !important;
  float: right;
  
}

.mapboxgl-ctrl-geocoder--input{
  padding-left:45px !important;
  z-index:9999 !important;
}

.logo_enseigne{
  width: 15%;
  float: left;
}

.detail_station{
  float: left;
  font-size:13px;
  max-width:50%;
}
.detail_station p{
margin:0;
padding:0;
text-align: left !important;
padding-left: 18px;
}
.detail_station p b{
  display: none;
}

#btn-auto, #btn-moto, #btn-autres{
  margin-bottom: 30px;
}

.auto{
  margin-top:40px;
}
#map{
width: 100vw !important;
height: 45vh !important;
margin:0 !important;
padding:0 !important;
margin-bottom: 50px;
}

#geocoder{
  background-color:#18B8EA;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index:99999;
}

	    /* CSS goes here */
      .top-bar-social{
        width:100% !important;
        text-align: center;
        margin:0 auto;
      }
	/*WPBeginner Footer Bar*/
  .outils-e85{
    height: auto;
    overflow: auto;
  }

	.mobile-footer{
		display:block;
	}
.fixedbar {
background: #f2f2f2;
bottom: 0px;
color:#fff;
font-family: Arial, Helvetica, sans-serif;
left:0;
padding: 0px 0;
position:fixed;
font-size:16px;
width:100vw;
z-index:99999;
float:left;
vertical-align:middle;
margin: 0px 0 0;
font-weight: bold;
border-top:1px solid #c6c6c6;
}
.boxfloat {
text-align:center;
width:90vw;
margin:0 auto;
overflow: hidden;

}

#tips, #tips li {
margin:0;
padding:0;
list-style:none
}
#tips {
	width: 100vw;
font-size:20px;
line-height:120%;

}

#tips img {
width: 10vw;
padding-bottom: 1vw;
height: 10vw;
display: none;

}
.bouton-mobile-1{
	height: 12vw;
	width: auto;
	background-image:url("img/icon-mobile-1.png");
	background-size: 40%;
	background-repeat: no-repeat;
	background-position:top center;
}
.bouton-mobile-2{
	height: 12vw;
	width: auto;
	background-image:url("img/car-09.png");
	background-size: 60%;
	background-repeat: no-repeat;
	background-position:top center;
}
.bouton-mobile-3{
	height: 12vw;
	width: auto;
	background-image:url("img/icone-home-34.png");
	background-size: 80%;
	background-repeat: no-repeat;
	background-position:top center;
}

.bouton-mobile-1:active , .bouton-mobile-1:hover, .bouton-mobile-2:active , .bouton-mobile-2:hover, .bouton-mobile-3:active , .bouton-mobile-3:hover{
	background-position:bottom center;
}
.mobile-footer h4:hover, .mobile-footer h4:active{
	color:#18b8ea;
}

#tips li a{
color: #fff;
overflow: hidden;
width: 30vw !important;
float: left;
height: auto;
padding-top:10px;
}
#tips li a:hover {
text-decoration: none;
}

.titre-home h1{
  font-size: 50px;
  padding-left: 0px !important;
}
.label-economie{
width: 100%;
margin: 0 !important;
}
.mobile-footer h4{
	color:#36B34C;
	font-size:4vw;
	font-weight: 600;
}

.site-footer{
	padding-bottom:85px;
}

#map{
	width:90% !important;
	margin:0 auto;
	margin-bottom: 2%;
	margin-top:3%;
  padding-bottom: 5%;

}

.navbar-brand{
  width:100%;
  text-align:center;
  margin:0 !important;
}
.navbar-brand img{
  max-width: 100%;
  margin-right: 0 !important;
  margin: 0 auto;
}

.boutons-rapide{
  display: none;
}
.navbar-toggler{
  text-align: left;
  width: 14vw;
}

.navbar-toggler img{
  margin:0 !important;
}

.navbar-collapse ul{
  margin:0;
  text-align: left;
}

.navbar-light .navbar-toggler{
  border:none !important;
}
.navbar{
  padding:0 !important;
}
.navbar-brand{
  margin-bottom: 15px !important;
}

.info-car{
  padding:0 !important;
  padding: 0 5% !important;
}

.news{
  padding: 0 !important;
}

.texte-newsletter{
  padding:0 !important;
  margin-bottom:15px !important;
}


.button-newsletter{
  letter-spacing: normal !important;
}

.titre-carousel{
  width: 100% !important;
}

.carousel-item{
	height: 150vw !important;
}
.video-home{
  background-size: cover;
  background-position: bottom;

}
.texte-carousel{
  display: none;
}

.social-bouton-footer{
  padding:0 !important;
  margin:0 !important;
}

.footer-container-limit{
  margin:0 !important;
  padding:0 !important;
}

.bouton-rapide-menu, .social-menu{
  display: none;
}

.header-2 .navbar-brand {
  width: 95%;
  margin-bottom: 10px !important;
  padding-bottom: 0 !important;
}
.header-2 nav{
  background-color: transparent;
}

.header-2  .navbar-toggler{
  margin-left: 10%;
}
.header-2 .navbar{
  padding-bottom: 10px !important;
}

.header-nofront ul li a{
  color:#fff !important;
}

.header-nofront ul {
  padding-left:17px !important;
}
.entry-content, .entry-meta, .header-article {
  padding:0 !important;
}
.container-article{
  padding:0;
}

.col-lg-12{
  padding:0px !important;
}

.retombee{
  padding-left: 15px!important;
  padding-right: 15px !important;
}

.texte-actualite{
  height: auto !important;
}

.texte-newsletter{
  text-align: center !important;
}

.carousel-control-next, .carousel-control-prev{
  top : auto !important;
  padding-bottom: 60px;
}

.bouton-video-container{
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.video-home{
  padding-bottom: 25px !important;
}

.overlay input[type="text"]{
  width: 100%;
}
.overlay input[type="submit"]{
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.outil-e85{
  padding:0 !important;
  margin-bottom: 20px;
}

.presentation-e85{
  height: auto;
  padding-bottom: 20px;
}

.dropdown-menu{
  background-color: transparent !important;
  font-weight: normal;
  font-style: italic;
}

.categorie-article-item-archive{
  margin-top: 5px;
  margin-bottom: 5px;
}

#breadcrumbs{
  padding-left: 0 !important;
}

.entry-title{
  margin-top: 0px !important;
}

.presse .button-video, #verification .button-video{
  font-size:10px;
}

.img-contact{
  display: none;
}


.form-economy input[type="text"]{
  width: 100%;
}
.sidebar-e85:first-child{
  margin-top:10px;
}

.title-banner{
  padding:30px !important
}

.home_banner h3 a {
    font-weight: 800;
    font-size: 30px;
	}

  .body-news-videos{
    height: auto !important;
  }
  .presse h2, .e85 h2{
    margin-top: 15px;
  }

  #pas-compatible{
    z-index:-999;
    overflow: hidden;
  }

  .bouton-test{
    background-color: #fff;
    text-transform: uppercase;
    color: #3AAA35 !important;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    border-radius: 50px;
    border: solid 0px #3AAA35;
    letter-spacing: 0.1em;
    padding: 10px 15px;
    margin-top: 30px;
    transition: all 0.5s ease-out;
  }
  #bouton-garage{
    border-radius: 50px;
    border: solid 2px #3AAA35;
    padding-right: 10px !important;
    padding-left:10px !important;
    padding-top:5px !important;
      padding-bottom:5px !important;
      margin-right: 5px;
      margin-left: 5px;
      width: 90%;
    text-align: center;
    margin: 0 auto;
    margin-top: -3% !important;
  }

  .content-test-ethanol{
    margin-bottom: 25%;
  }

  .bouton-communique{
    position: relative;
    top:0px;
    left:0px;
  }

  .data-item-titre, .data-item{
    height: auto;
    padding-top: 0px !important;
  }

  .mensuel, .annee{
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    padding:0 !important;
    margin:0 !important;
    white-space:nowrap;
  }
  .resultat p {
    text-align: center !important;
    font-size: 15px;
    padding: 0 !important;
    margin: 0 !important;
}
.data-item-titre{
    height: auto;
    padding-top: 25px !important;
}

.presentation-communaute{
  width: 100% !important;

}

.head-communaute img{
  width: 110%;
  margin-bottom: 15px;
}
.testimony-social{
  display: none;
}
.texte-application{
  padding-top:0px !important;
}

.testimony-carousel{
  height: 90vh !important;
}

.bouton-temoignages-communaute{
  margin-top:-140px;
}

.participation-communaute{
  margin-top:-100px;
}
}
  @media screen and (min-width: 640px){
.mapboxgl-ctrl-geocoder--input {
    height: 36px;
    padding: 6px 35px !important;
      z-index:9999 !important;
  }}

.bloc-flexfuel{
	border:solid 1px #c3c3c3;
	padding:10px;
	padding-top:25px;
}

.bloc-article{
	border: solid 4px #3AAA35 ;
	padding:15px;
}

.bloc-article a{
	color: #3AAA35 ;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

.bloc-article a:hover{
	color: #18B8EA !important ;
}

.boitiers-2 img:hover, .boitier img:hover, .new-flexfuel img:hover{
  opacity:0.8 !important;
}

.bioethanol-data-home{
background-color: transparent;
overflow: hidden;
padding:40px;
}

.button-bioethanol-data{
display:block; text-align:center;
border:solid 2px #fff !important; 
color:#18B8EA !important; background-color: #fff;
text-transform: uppercase;
font-size: 14px;
font-weight: 600;
font-family: 'Montserrat', sans-serif;
border-radius: 50px;
letter-spacing: 0.1em;
padding: 10px 15px;
margin-top: 30px;
transition: all 0.5s ease-out;
}

.button-bioethanol-data:hover{
  background-color: #18B8EA !important;
  color:#fff !important;
}

#menu {
  z-index: 999;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 20px;

  }
   
  #menu a {
    display: inline-block;
    padding: 10px;
    text-align: center;
color:#979797 !important;
    margin-right: 25px;
    width: 300px;
    background-color: #f2f2f2 !important;
border-radius: 50px;
font-weight: 600;
border:solid 1px #979797 !important;
margin-top:10px;
    

  }
   
  #menu a:last-child {
  border: none;
  }
   

   
  #menu a.active {
    background-color: #18b8ea !important;
    color: #ffffff !important;
border:solid 1px #18b8ea !important;
  }
   
  #menu a.active:hover {
  background: #3074a4;
  }

  .bbp-logged-in a{
    color:#333333 !important;
  }

  .password-input-group{
    width:100% !important;
  }

  li.bbp-topic-voice-count {
    display: none;
    float: left;
    text-align: center;
    width: 12%;
}

.CO2{
	background-color:#22AA13 !important;
}
.CO2-title{
	background-color:#59BC4B !important;
	padding-top:95px !important;
	color:#ffffff !important;
}
.CO2-title, .CO2{
	height:230px !important;
}

.container-popup-button{
	display:flex;
	padding-bottom:30px;
}


.popup-button {
	background-color: transparent;
	 white-space: normal;
  text-transform: uppercase;
  color: white !important;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
text-align:center;
  letter-spacing: 0.1em;
  padding: 10px 15px;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-popup-button div{
	  border-radius: 50px;
  border: solid 2px white;
}

.popup-button:hover{
	 color: #18b8ea !important;
}
.container-popup-button div:hover {
	background-color: white;
  color: #18b8ea !important;
  transition: all 0.5s ease-out;
}
.pum-theme-7582, .pum-theme-theme-par-defaut{
	background-color:rgba( 0, 0, 0, 0.6 ) !important;
}

.pum-close{
	    height: 30px!important;
    width: 30px!important;
    font-size: 15px!important;
	border-radius:30px !important;
	padding: 0px !important;
	line-height:0px !important;
	background-color:#3AAA35 !important;
}

.pum-close:hover{
color:#3AAA35 !important;
	background-color:#ffffff !important;
	transition: all 0.5s ease-out;
}

.pum-theme-7582 .pum-container, .pum-theme-theme-par-defaut .pum-container{
	padding:5px !important;
}

@media (max-width: 767px) {
	.container-popup-button{
	flex-direction:column;
}
	.container-popup-button div{
		margin-bottom:10px;
	}
	.pum-container{
	height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
	}
}

.home .pum-overlay.pum-active,
	.pum-overlay.pum-active .popmake.active {
    		display: block !important;
	}

.rupture-title{
	margin:0 auto;
	background-color: #ff9500;
  padding: 5px 20px;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
}

.detail_station p b{
	float:left !important;
	margin-right: 4px !important;
}
.bouton-popup{
	margin-top:20px !important;
}

.img-background {
    background-image: url('https://www.bioethanolcarburant.com/wp-content/uploads/2024/03/Mes-stations-e85-02-smartphone-01.png');
    background-size: contain;
    background-position: center center;
	background-repeat: no-repeat;
	height:300px !important;
	margin-top:30px;
}

@media (max-width: 767px) {
	.img-background {
			height:150px !important;
}
	
	.bioethanol-presentation{
		padding:20px;
	}
	
	.img-background {
		display:none;
	}
}