/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
	color: #222;
}

html {
    height: 100%;
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}


/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
.browsehappy {
	margin:0.2em 0;
	background:#ccc;
	color:#000;
	padding:0.2em 0;

}


/************************************* body *************************************/
html, body {
	margin:0;
	font-family:'Poppins', sans-serif;
	color:#4e4e4f;
}
body {
	min-height:89%;
    margin:0;
    padding:0;
    position:relative;
    padding-bottom:19em;

}
a {
	text-decoration:none;
	outline: none;
}
h1 {
	color:#335396;
	font-style:italic;
	font-size:1.2em;
	margin-bottom:3%;
}
h2 {
	color:#474748;
	font-style:italic;
	font-size:1em;
}


/************************************ nav ****************************************/

.header {

	background:lightgrey;
	border-bottom:4px solid #4e4e4f;
    height:58px;
    margin-bottom:50px
}
.nav {
	padding-bottom:10px
}
.nav-cont {
	max-width:65%
}
.nav img {
	border:none
}
.search {
	background:#008d62;
	margin-top:9px
}
.search2 {
	background:#008d62;
	margin-top:9px;
	display:none
}
.liena {
	margin-left:2%;
	font-size:0.87em
}
.logo {
	width:75px
}
.login2 {
	background:#4e4e4f;
	margin-left: 9px;
}
.login:focus, .login:hover {
	background:#df1831
}
.login2:focus, .login2:hover {
	background:#df1831
}
.searchbar {
	margin-top: 9px;
	background: #fff;
	width: 70%;
}
.searchbar input {
	background: #fff;
	padding: 6px;
}
.searchbar button {
 background: #fff;
}
.searchbar2 {
	max-width: 72%;
	border: 0px;
}
.searchbtn {
	padding: 6px 15px;
	border: 0px;
	outline: none;
}
.fa-search{
	color: #4e4e4f;
}
.searchbar6 {
	display: none !important;
}
.searchbarBtn {
	background-color: #fff;
}
.searchbtn:hover .fa-search, .searchbtn:focus .fa-search {
	color: #df1831;
}
.ui-autocomplete {
  max-height: 600px;
	max-width: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index:1000 !important;
	font-size: 0.95em;
	position: fixed;
		border:4px solid lightgrey;
	border-radius:10px;
}
.ui-menu-item a:hover, .ui-menu-item a:focus {
	background: rgba(223, 24, 49, 0.25);
}
.deconnect {
	background:#4e4e4f;
	margin-top:9px;
	margin-left:20%
}
.admin {
	background:#df1831;
	margin-top:9px
}
.lienc {
	text-align: right;
	margin-right:2%;
	font-size:0.87em
}
.cacher {
  border-radius:6px;
  font-size:2.2em;
  font-weight:bold;
  text-align:center;
  color:#4e4e4f;
  z-index:99999;
  transition:all ease-in 0.2s;
  position:fixed;
  cursor:pointer;
  top:6px;
  left:35px;
  display:none
}
.cacher:before{ content: "\2261"; }
.cacher:hover{
  filter: drop-shadow(5px 5px 10px black);
	-webkit-filter: drop-shadow(5px 5px 10px black)
}


/************************************ home ************************************/

.home {
	padding-top:5.5em;
}
.banner{
	margin-bottom:2em;
	width:430px
}
.slider {
	display:block;
	max-width:65%
}
.slides {

}
.caption2 {
	color:#008d62;
	margin-top: 2.5em;
	margin-bottom:0.3em;
	display:inline-block;
	text-align:center
}
.description {
	margin-top: 5em;
	margin-bottom: 3em;
	padding: 3em;
	max-width:65%;
	line-height: 2em;
}

.description p {
	font-size: 1.1em;
}

.present1 {
	display:inline-block;
	width:49%;
	margin:0;
	padding:4em .5em 4em 2em;
	line-height:2em;
	border-right:1px solid lightgrey;
	vertical-align:top
}
.present2 {
	display:inline-block;
	width: 49%;
	margin:0;
	padding:4em .5em 4em 2em;
	line-height:2em;
	vertical-align:top
}
.present-content {
	display:inline-block;
	vertical-align:top
}
.present-content-text {
	display:inline-block;
	width:60%;
	padding-left:0.5em
}

.teucar:focus .teucar, .teucar:hover {
	-moz-box-shadow:3px 3px 20px grey;
	-webkit-filter:box-shadow(3px 3px 20px grey);
	box-shadow:3px 3px 20px grey
}
.jll-carte {
	max-width:35%;
	margin-right:2%
}
.img-jll {
	display: inline-block;
	max-height:150px
}
.bullet {
	height:1em;
	margin-bottom:0;
	margin-right:1em
}
.search-btn {
	background:#008d62;
	color:#fff;
	margin:5em 0 2em;
	font-size:1.2em
}
.present-link {
	text-decoration:underline;
}
.present-link1:focus, .present-link1:hover {
	color:#df1831
}

/****************************** presentation **********************************/

.presentation-main {
	margin-top:120px
}
.present-title {
	margin-bottom:3em
}
.back-home {
	min-width:30%;
	margin :1em;
	margin-bottom:4em;
	margin-top:0;
	background:#4e4e4f;
	color:#fff
}
.back-home:focus, .back-home:hover {
	background:#df1831;
	color:#fff

}
.back-index {
	min-width:30%;
	margin:1em;
	margin-bottom:4em;
	margin-top:0;
	background:#008d62 ;
	color:#fff
}
.back-home-block {
	margin-top:4em;
	background:#4e4e4f;
	color:#fff
}
.back-home-block:focus, .back-home-block:hover {
	background:#df1831;
	color:#fff

}
.back-index-block {
	margin-top:1.25em;
	background:#008d62;
	color:#fff
}

/**************************** search *****************************************/

.count {
	margin: 7em auto 1.5em;
	padding: 1.5em 0.5em;
	color:#008d62;
	max-width: 60%;
	-moz-box-shadow:2px 2px 20px lightgrey;
	-webkit-filter:box-shadow(2px 2px 20px lightgrey);
	box-shadow:2px 2px 20px lightgrey
}
.count p {
	color: #4e4e4f;
	font-size: 0.80em;
	margin-top: 0.5em;
}
.btns{
	margin: 1em 0 0;
	max-width:100%
}
.dropdown {
	padding: 1.5em 0 0.5em;
	-moz-box-shadow:2px 2px 20px lightgrey;
	-webkit-filter:box-shadow(2px 2px 20px lightgrey);
	box-shadow:2px 2px 20px lightgrey
}
.index-hr {
	margin:1em 0
}
.current {
	background:#df1831;
	color:#fff
}
.current2 {
	background:#008d62;
	color:#fff
}
.latin{
	background:#fff;
	color:#df1831;
	border:3px solid #df1831;
	margin-top:0.5em;
	margin-bottom:0.5em
}
.id {
	background:#fff;
	color: #008d62;
	margin:0.5em 1% 0;
	border:3px solid #008d62;
	margin-bottom:0.5em
}
.francais{
	background:#fff;
	color:#df1831;
	border:3px solid #df1831;
	margin-top:0.5em;
	margin-bottom:0.5em
}
.current {
	background:#df1831;
	color:#fff
}
.current2 {
	background:#008d62;
	color:#fff
}
.br-A {
	display:none
}
.br-B {
	display:none
}
.br-C {
	display:none
}
.br-D {
	display:none
}
.br-E {
	display:none
}
.br-F {
	display:none
}
.br-G {
	display:none
}
.br-H {
	display:none
}
.br-I {
	display:none
}
.br-J {
	display:none
}
.br-K {
	display:none
}
.br-L {
	display:none
}
.br-M {
	display:none
}
.br-N {
	display:none
}
.br-O {
	display:none
}
.br-P {
	display:none
}
.br-Q {
	display:none
}
.br-R {
	display:none
}
.br-S {
	display:none
}
.br-T {
	display:none
}
.br-U {
	display:none
}
.br-V {
	display:none
}
.br-W {
	display:none
}
.br-X {
	display:none
}
.br-Y {
	display:none
}
.br-Z {
	display:none
}
.index {
	margin-top:1em
}
.index a {
	display:inline-block
}
.letter {
	background:#fff;
	color:#df1831;
	display:inline-block;
	padding:0.25em 0.7em;
	margin:0 0.15em;
	font-size:0.95em;
	font-weight:bold
}
.letter:focus, .letter:hover {
	background:#fff;
	color:#df1831
}
.main-search-lat {
	max-width:60%
}
.main-search-fr {
	max-width:60%
}
.main-search-id {
	max-width:60%
}
.title {
	margin:0 0 1em;
	color:#008d62;
}
.title h2, .title img {
	display:inline-block
}
.title img {
	vertical-align:middle;
	margin:0 2%;
	width:15px
}
.title h2 {
	font-size:1.15em;
	font-style: normal;
	font-weight: bold;
	margin:0
}
.title:focus h2, .title:hover h2 {
	text-decoration:underline
}
.rotate-image {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.main-search-lat .hide li {
	list-style:none;
	display:inline-block;
	width:47%;
	color:#008d62;
	vertical-align:top;
	font-size:0.9em
}
.main-search-lat .hide li:focus, .main-search-lat .hide li:hover{
	text-decoration:underline
}
.main-search-fr .hide li {
	list-style:none;
	display:inline-block;
	width:31%;
	color:#008d62;
	vertical-align:top;
	font-size:0.9em
}
.main-search-fr .hide li:focus, .main-search-fr .hide li:hover{
	text-decoration:underline
}
.main-search-id .hide li {
	list-style:none;
	display:inline-block;
	width:47%;
	color:#008d62;
	vertical-align:top;
	font-size:0.9em
}
.main-search-id .hide li:focus, .main-search-id .hide li:hover{
	text-decoration:underline
}
.title2 {
	margin: 3em 0 1.75em
}
.title2 h2 {
	font-size:1.15em;
	font-style:normal
}
.page {
	margin:0 0 1.75em
}
.page span {
	font-size:0.9em;
	margin-right:1.5%;
	color:#008d62;
	font-weight:bold
}
.pagination {
	background:#fff;
	color:#008d62;
	padding:0.5em 1em;
	font-weight:bold;
	font-size:0.75em
}
.page2 {
	margin-top:2em
}
.pagination:focus, .pagination:hover {
	background:#fff;
	color:#008d62
}
.plant-list {
	overflow:hidden;
	overflow-y:scroll;
	height:200px;
	margin-bottom:2em;
	display:none;
	padding:2em
}
.thumb {
	display:inline-block;
	width:18%;
	background:#fff;
	min-height:23em;
	vertical-align:top;
	margin:1%;
	font-size:0.9em;
	padding:1.4%;
	-moz-box-shadow:2px 2px 40px lightgrey;
	-webkit-filter:box-shadow(2px 2px 40px lightgrey);
	box-shadow:2px 2px 40px lightgrey
}
.image {
	max-width:100%;
	margin-bottom:0.75em
}
.thumb:focus, .thumb:hover  {
	-moz-box-shadow:1px 1px 20px #4e4e4f;
	-webkit-filter:box-shadow(1px 1px 20px #4e4e4f);
	box-shadow:1px 1px 20px #4e4e4f
}
.thumb span {
	font-size:0.75em;
	color:#008d62
}
.alert {
	text-align: center;
	color:#df1831;
	margin-top:80px
}
/******************************** searchpage ***********************************/

.countsearch {
	margin-top: 8em;
	padding: 1.5em;
}
.thumbsearch {
	margin: 0 auto;
	max-width: 60%;
}
.searchspace {
	margin-bottom: 3em;
}
.searchbar3 {
	width: 60%;
	border:4px solid lightgrey;
	margin-bottom: 1em;
}
.searchbar4{
	max-width: 85%;
	vertical-align: top;
}
.searchbtn2 {
	margin-top: 2px;
	padding: 0 20px;
	font-size: 1.5em;
}
.countplant {
	margin: 3em 0 2em;
	color: #4e4e4f;
}
.countsearch .caption span {
	color: #008d62;
}
.countsearch .caption b {
	color: #4e4e4f;
}
.thumb2 {
	text-align: left;
}

/******************************** plant ****************************************/

.plant {
	padding-top:7em;
	max-width:60%
}
.retour {
	background:#008d62;
	margin-bottom:3em
}
.innerplant {
	margin:0
}
.innerplant h1 {
	font-family:'Poppins';
	font-style:normal;
	font-weight:bold;
	color:#4e4e4f;
	font-size:1.15em;
	margin-bottom:20px
}

.section-top {
	width:50%
}
.bullet2 {
	display:none;
}
.hr-topplant {
	margin:0
}
.section1, .section2 {
	display:inline-block;
	vertical-align:top
}
.section1 {
	padding:1em 4em 0 1.5em
}
.top-tof {
	width:100%;
	margin-bottom:1em
}
.section2 {
	padding-left:1em;
	width:50%;
	padding-bottom:0;
	padding-top:1em
}
.section2 span {
	display:inline-block;
	padding-top:1em;
	font-size:0.82em;
	line-height:1.5em
}
.section2 span:first-child {
	padding-top:0
}
.section2 b {
	color:#008d62;
	display:inline-block;
	padding-left:1em;
	line-height:1.5em
}
.section2 .b {
	font-size:1.1em;
	line-height:1.5em;
	color:#df1831
}
.bottomplant {
	display:inline-block;
	vertical-align:top;
}
.desc {
	text-align:center;
	margin:3em 0 2em
}
.desc2 {
	margin:3em 0 2.5em
}
.morpho {
	padding:0 2em;
	margin:0
}
.bottomplant figure {
	margin:0
}
.bot-tof {
	max-height:15em;
	border-style:solid;
    border-width:4px
}
.bottomplant figcaption {
	padding:2em 0 1em
}
.bottomplant1 {
	width:49%;
	padding:0 4em 0 2em
}
.bottomplant2 {
	width:49%;
	padding:0 3em 0 4em
}
.imgplant {
	position:relative;
    display:inline-block
}
.loupe1 {
    position:absolute;
    left:45%;
    bottom:44%;
    display:none;
    width:40px
}
.imgplant2 {
	position:relative;
    display:inline-block
}
.loupe2 {
    position:absolute;
    right:10%;
    top:10%;
    display:none;
    width:25px
}
.imgplant:hover .loupe1, .imgplant2:hover .loupe2 {
    display:block
}
.delete {
	background:#4e4e4f;
	margin:0
}
.delete:focus, .delete:hover {
	background:#df1831
}
.delete-alert{
	margin-top:40px
}
.hr-botplant {
	margin:0
}
.retour-bot {
	margin:5em 0 0
}

 /****************************** admin ****************************************/

.admin-main {
	background:#fff;
	margin:7em auto 0;
	width:65%
}
.admin-main li {
	list-style:none;
	margin-bottom:25px
}
.connexion{
	background:#4e4e4f;
	min-width:45%
}
.connexion:focus, .connexion:hover {
	background:#df1831
}
.auth input {
	display:inline-block;
	width:45%;
	border:3px solid #4e4e4f;
	border-radius:10px;
	margin:0 0.5% 25px
}
.auth input:focus {
    outline:none !important;
    border:3px solid #008d62;
    border-radius:10px
}
.auth p {
	margin-bottom:30px;
	line-height:2em;
	font-size:0.95em;
	color:#df1831
}
.deconnexion1 {
	margin:1%;
	background:#4e4e4f
}
.deconnexion1:focus, .deconnexion1:hover {
	background:#df1831
}
.insert-tof {
	background:#fff;
	color:#008d62;
	width:175px;
	margin:1em;
	border:3px solid #008d62
}
.insert-tof:focus, .insert-tof:hover {
	background:#fff;
	color:#008d62;
}
.insert-form {
	padding:0;
	margin-left:5%
}
.insert1 ul {
	padding:0
}
.insert1 label {
	width:20%;
	font-size:1.2em
}
.required {
	color:#df1831
}
.insert-input {
	max-width:78%;
	padding:0.25em;
	border:1px solid #4e4e4f;
	font-size:1em;
	padding-left:1%
}
.insert1 label, .insert1 input {
	display:inline-block
}
.insert1 ul input:focus {
    outline:none !important;
    border:2px solid #008d62
}
.insert1 p {
	margin:1.5em 0
}
.insert-btn input {
	background:#fff;
	color:#df1831;
	border:3px solid #df1831;
	width:100%;
	margin-top:2em
}
.insert-btn input:focus, .insert-btn input:hover {
	background:#df1831;
	color:#fff
}

/******************************* insert *****************************************/

.pitchoux {
	margin-top:120px
}
.insert-img {
	margin-top:120px
}
.insert-img hr {
	margin:2em 0
}
.tof-retour {
	background:#df1831;
	color:#fff;
	margin-bottom:1em
}

.upload{
	margin-left:1em;
	min-width:15%;
	background:#df1831;
	color:#fff
}

.addthumb {
	padding:0 1%;
	display:inline-block;
	width:20%;
	vertical-align:top;
	margin:20px 0
}
.up-caption {
	font-size:0.9em
}
.addthumb button {
	background:#4e4e4f;
	color:#fff
}
.addthumb:focus button, .addthumb:hover button {
	background:#df1831;
	color:#fff
}

/******************************* top btn *************************************/

.cRetour {
  border-radius:50px;
  padding:0.75em;
  font-size:1em;
  text-align:center;
  color:#fff;
  background:rgba(223, 24, 49, 0.5);
  z-index:99999;
  transition:all ease-in 0.2s;
  position:fixed;
  cursor:pointer;
  bottom:2em;
  right:30px;
  display:none
}
.cRetour:before{ content: "\25b2"; }

.cRetour:hover{
  background:rgba(223, 24, 49, 1);
  transition:all ease-in 0.2s
}

/********************************  footer  ***********************************/

.footer {
	width:100%;
	position:absolute;
	bottom:0;
	background:lightgrey;
	border-top:5px solid #4e4e4f;
    margin-top:100px
}
* {
	-moz-box-sizing: border-box; box-sizing: border-box;
}
.footer-logo {
	margin:1em auto;
	width:250px
}
.social {
	margin-bottom:1em
}
.social-link {
	display:inline-block;
	font-size:0.8em;
	margin-bottom:1em
}
.social-link:first-child {
	margin-right:6em
}
.social-logo {
	width:20px;
	margin-right:1em;
	margin-bottom:0
}

/* ============================================================================
	Responsive
   =============================================================================*/

@media  screen and (max-width: 2250px) {
	.section2 {
		padding-bottom:7em
	}
}
@media  screen and (max-width: 2100px) {
	.section2 {
		padding-bottom:6em
	}
}
@media  screen and (max-width: 2000px) {
	.section2 {
		padding-bottom:5em
	}
}
@media  screen and (max-width: 1930px) {
	.section2 {
		padding-bottom:4em
	}
}
@media  screen and (max-width: 1800px) {
	.home {
	padding-top:5em
	}
	.banner{
		margin-bottom:1em;
		width:370px
	}
	.slick-dots {
		margin:0
	}
	.caption2 {
		font-size:0.95em;
		margin-top:1em
	}
	.description {
		font-size:0.9em
	}
	.search-btn {
		margin-top:4em
	}
	.count {
		font-size:0.9em
	}
	.btns {
		font-size:0.9em
	}
	.thumb {
		font-size:0.85em
	}
	.title h2 {
		font-size:1em
	}
	.title2 h2 {
		font-size:1em
	}
	.letter {
		font-size:1em
	}
	.search-btn {
		font-size:1.25em
	}
	.hide {
		font-size:0.9em
	}
	.present-link {
		margin:3em 0 1em
	}
	.plant {
		font-size:0.9em;
		padding-top:7.5em
	}
	.bot-tof {
		max-height:14em
	}
	.section2 {
		padding-bottom:4em
	}
	.retour {
		font-size:1.1em
	}
}
@media  screen and (max-width: 1700px) {
	.section2 {
		padding-bottom:3em
	}
}
@media  screen and (max-width: 1600px) {
	.section2 {
		padding-bottom:3em
	}
	.plant {
		max-width:65%
	}
}
@media  screen and (max-width: 1500px) {
	.count {
		max-width:65%
	}
	.main-search-lat {
		max-width:65%
	}
	.main-search-fr {
		max-width:65%
	}
	.main-search-id {
		max-width:65%
	}
	.present-content {
		display:block;
		margin:0;
		vertical-align:top;
		max-width:100%
	}
	.present-content-text {
		width:100%;
		padding-left:3em;
		padding-right:2em
	}
	.jll-carte {
		max-height:10em;
		margin-bottom:3em;
		text-align:center
	}
	.pagination {
		font-size:0.65em
	}
	.bullet {
		margin-right:0.5em
	}
	.letter {
		font-size:0.9em
	}
	.thumb {
		font-size:0.8em
	}
	.plant {
		max-width:70%
	}
	.bot-tof {
		max-height:14em
	}
	.connexion {
		min-width:60%
	}
	.auth input {
		width:60%
	}
	.presentation-main {
		font-size:0.9em
	}
}
@media  screen and (max-width: 1300px) {
	.header{
		height:52px
	}
	.liena {
		font-size:0.7em
	}
	.lienc {
		font-size:0.7em
	}
	.logo {
		width:68px
	}
	.nav-cont {
		max-width:75%
	}
	.cacher {
		top:0.10em
	}
	.banner{
		width:340px
	}
	.slider {
		max-width:70%
	}
	.description {
		max-width:70%
	}
	.count {
		max-width:70%
	}
	.main-search-lat {
		max-width:70%
	}
	.main-search-fr {
		max-width:70%
	}
	.main-search-id {
		max-width: 70%
	}
	.thumb {
		width: 23%
	}
	.plant {
		max-width:80%;
		padding-top:7em
	}
	.connexion {
		min-width:65%
	}
	.auth input {
		width:65%
	}
	.auth {
		font-size:0.9em
	}
	.admin-main {
		margin-top:6em;
		width:70%
	}
	.presentation-main {
		min-width:70%;
		margin-top:8em
	}
	.footer-logo {
		width:200px
	}
}
@media  screen and (max-width: 1200px) {
	.main-search-id .hide li{
		width:100%
	}
	.plant {
		max-width:82.5%
	}
	.section2 {
		padding-bottom:3em
	}
	.bot-tof {
		max-height:13em
	}
	.up-caption {
		font-size:0.8em
	}
}
@media  screen and (max-width: 1100px) {
	.nav-cont {
		max-width:80%
	}
	.banner{
		margin-bottom:0.75em;
		width:300px
	}
	.slider {
		max-width:80%
	}
	.caption2 {
		font-size:0.8em;
		margin-top:1.75em;
		margin-bottom:0
	}
	.caption-slide {
		display:none
	}
	.slick-dot {
		margin-top:0
	}
	.description {
		font-size:0.8em;
		max-width:80%
	}
	.description-bot {
		font-size:0.85em;
		max-width:80%
	}
	.jll-carte {
		max-height:7em;
		margin-bottom:7em
	}
	.present-content-text {
		padding-left:0.5em
	}
	.page {
		font-size:0.95em
	}
	.page span {
		font-size:0.8em
	}
	.main-search-lat .hide li{
		width:100%
	}
	.br-M {
		display:block
	}
	.letter {
		padding:0.5em 1em
	}
	.plant {
		max-width:90%
	}
	.section2 span {
		padding-top:0.75em
	}
	.bot-tof {
		max-height:12em
	}
	.searchbar3 {
		width: 75%;
	}
}
@media  screen and (max-width: 1000px) {
	.main-search-fr .hide li{
		width:47%
	}
	.section2 {
		padding-bottom:3em
	}
	.plant {
		font-size:0.8em;
		padding-top:8em
	}
	.retour {
		font-size:1.1em
	}
	.retour-bot {
		font-size:1.1em
	}
}
@media  screen and (max-width: 950px) {
	.section2 span {
		padding-top:0.5em
	}
	.presentation-main {
		min-width:80%
	}
}
@media  screen and (max-width: 900px) {
	.nav-cont {
		max-width:85%
	}
	.description {
		max-width:80%
	}
	.count {
		max-width:75%
	}
	.main-search-lat {
		max-width:75%
	}
	.main-search-fr {
		max-width:75%
	}
	.main-search-id {
		max-width:75%
	}
	.cacher {
		left:20px;
		font-size:1.8em;
		top:0.20em
	}
	.cRetour {
		right:5px
	}
	.thumb {
		width:31%;
		padding:1em
	}
	.pagination {
		margin:0.25em 0
	}
	body {
		padding-bottom:17em
	}
	.section-top {
		display:block
	}
	.section1 {
		width:100%;
		text-align:center;
		margin-left:0;
		padding:0
	}
	.section2 {
		width:100%;
		padding-left:4em;
		border:none;
		padding-top:2em
	}
	.imgplant {
		width:50%;
		margin-top:3.5em;
		margin-bottom:0
	}
	.plant {
		max-width:90%
	}
	.top-tof {
		margin-bottom: 1em;
	}
	.br-plant {
		display:none
	}
	.section2 span:first-child {
		padding-top:1em
	}
	.section2 span {
		width:27%;
		padding-top:1em;
		font-size:0.9em;
		margin-right:2em;
		vertical-align:top
	}
	.section2 b {
		width:65%;
		padding-top:0.6em;
		vertical-align:top
	}
	.morpho {
		padding:0 2em
	}
	.hr-topplant {
		display:none
	}
	.retour {
		margin-bottom:0
	}
	.connexion {
		min-width:80%
	}
	.auth input {
		width:80%
	}
	.searchbar4 {
		max-width:80%;
	}
}
@media  screen and (max-width: 800px) {
	.imgplant {
		width:55%
	}
	.section2 span {
		width:29%
	}
	.section2 b {
		width:65%
	}
	.searchbar3 {
		width: 90%;
	}
}
@media  screen and (max-width: 750px) {
	.section2 span {
		width:31%
	}

	.bottomplant {
		display:block;
		width:100%
	}
	.bottomplant1 {
		padding:0
	}
	.bottomplant2 {
		padding:0;
		border:none;
		border-top:1px solid lightgrey;
		border-bottom:1px solid lightgrey
	}
	.bottomplant figcaption {
		padding:2em 2em 3em 2em
	}
	.searchbar5 {
		display: none !important;
	}
	.searchbar6 {
		display: inline-block !important;
	}
	.lienc {
		margin-top: 9px;
		text-align: right;
	}
}
@media  screen and (max-width: 685px) {
	.section2 span {
		width:100%;
		padding-top:0.75em;
		margin-right:0
	}
	.section2 b {
		width:100%;
		padding-top:0.25em;
	}
	.section2 {
		padding-left:11em
	}
	.searchbar4 {
		max-width: 75%;
	}
}
@media  screen and (max-width: 640px) {
	body {
		padding-bottom:16em
	}
	.home {
		padding-top:5em
	}
	.nav-cont {
		max-width:85%
	}
	.slider {
		display:none
	}
	.search {
		display:none
	}
	.search2 {
		display:block
	}
	.login {
		display:none
	}
	.login2 {
		display:block;
	}
	.cacher {
		left:16px
	}
	.banner {
		margin-bottom:0
	}
	.description {
		margin-top:2.7em
	}
	.present {
		display:block;
		width:100%
	}
	.present1 {
		border:none;
		border-bottom:1px solid lightgrey
	}
	.present2 {
		padding-bottom:4em
	}
	.jll-carte {
		margin-bottom:6em
	}
	.img-jll {
		max-height:11em
	}
	.footer-logo {
		width:185px
	}
	.footer {
		margin-top:1em
	}
	.social-link {
		display:block;
		font-size:0.8em
	}
	.social-logo {
		width:16px
	}
	.social-link:first-child {
		margin-right:0
	}
	.search-btn {
		font-size:1.1em
	}
	.count {
		max-width:80%;
		margin-top:6em
	}
	.main-search-lat {
		max-width:80%
	}
	.main-search-fr {
		max-width:80%
	}
	.main-search-id {
		max-width:80%
	}
	.main-search-fr .hide li{
		width:100%;
		padding-left:6em
	}
	.hide {
		font-size:0.85em;
		padding-left:1em
	}
	.thumb {
		font-size:0.75em
	}
	.letter {
		padding:0.25em 0.7em;
		margin:0.3em 0.1em
	}
	.section2 {
		padding-left:7.5em;
	}
	.imgplant {
		width:65%
	}
	.plant {
		max-width:85%
	}
	.admin-main {
		width:80%
	}
	.deconnect {
		display:none
	}
}
@media  screen and (max-width: 580px) {
	.thumb {
		width:46%;
		margin:0.5em
	}
	.admin-main {
		width:90%
	}
	.searchbar4 {
		max-width: 75%;
	}
}
@media  screen and (max-width: 550px) {
	.section2 {
		padding-left:2em
	}
	.caption2 {
		font-size:0.6em
	}
	.imgplant {
		width:80%
	}
}
@media  screen and (max-width: 490px) {
	.admin-main{
		width:95%
	}
	.auth p {
		font-size:0.9em
	}
	.searchbar4 {
		max-width: 65%;
	}
	.latin {
		font-size:0.8em
	}
	.francais {
		font-size:0.8em
	}
	.id {
		font-size:0.8em
	}
	.letter {
		font-size:0.75em
	}
}
@media  screen and (max-width: 400px) {
	.description {
		max-width:79%
	}
	.cRetour {
		right:2px
	}
	.search-btn {
		width:95%
	}
	.latin {
		font-size:0.7em
	}
	.francais {
		font-size:0.7em
	}
	.id {
		font-size:0.7em
	}
	.letter {
		font-size:0.7em
	}
	.main-search-fr .hide li{
		padding-left:0
	}
	.pagination {
		padding:0.4em .8em;
		margin:0.5em 0
	}
	.thumb {
		width:83%;
		margin-left:2em;
		margin-bottom:0.8em;
		padding: 2em
	}
	.thumb image {
		width: 100%;
	}
	.imgplant {
		width:95%
	}
	.section2 {
		padding-left:1em
	}
	.morpho {
		padding:0 1em
	}
	.admin-main{
		width:100%
	}
	.searchbar4 {
		max-width: 60%
	}

}
@media  screen and (max-width: 350px) {
	.thumb {
		padding: 1em
	}
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
	   (-o-min-device-pixel-ratio: 5/4),
	   (-webkit-min-device-pixel-ratio: 1.25),
	   (min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for s, or javascript/internal links
	 */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
