/*********** BALISE HTML  ************/
* {
  box-sizing: border-box;
}
html, body {
  padding: 0px;
  margin: 0 auto;
  width: 1200px;
  text-align: justify;
  font-size: 14px;
  font-family: century gothic, Arial, Times, Verdana;
}
@media only screen and (max-width: 480px) {
  html, body {
    width: 100vw;
    font-size: 12px;
  }
}
html {
  background: url("../images/background.jpg") no-repeat fixed left, url("../images/background.jpg") no-repeat fixed right;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-box-shadow: 0px 0px 4px 4px #ccc;
  box-shadow: 0px 0px 4px 4px #ccc;
}
body {
  background-color: rgba(7, 90, 65, 0.90);
}
a img {
  border: 0;
}
a {
  text-decoration: none;
  /*color:#c9c7c7;
	color:#009245;*/
  color: #786854;
}
a:hover {
  text-decoration: underline;
  color: #786854;
}
h1 {
  margin: 0 auto;
  color: #009245;
}
h2 {
  margin: 0 auto;
  font-size: 20px;
  color: #009245;
}
th {
  background-color: #c1c1c1;
  color: #ffffff;
  text-align: center;
}
ul {
  list-style-type: none;
}
li {
  list-style-type: none;
}
input[type="image"] {
  border: none;
}
input[type="image"]:hover {
  border: none;
}
#inscription input, #fact input {
  width: 100%;
}
/******** FIN BALISE HTML *********/

.smallscreen {
  display: none;
}
@media (max-width:480px) {
  .largescreen {
    display: none;
  }
  .smallscreen {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .hidden {
    display: none;
  }
}
/******** FIN MEDIA QUERIES GENERALES *********/

.topnav {
  overflow: hidden;
  background-color: #eee;
  position: fixed;
  top: 0;
  min-height: 42px;
  width: 100%;
  z-index: 150;
}
.topnav ul {
  list-style-type: none;
}
.topnav a {
  float: left;
  display: block;
  color: #006252;
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 18px;
  line-height: 32px;
  min-height: 42px;
}
.topnav a:hover {
  background-color: #66B400;
  color: #fff;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.topnav a.active {
  background-color: #66B400;
  color: white;
}
.topnav .icon {
  display: none;
}
.topnav a img {
	margin-top:5px;
}
.topnav .phone-header-menu {
   display: none;
}

@media screen and (max-width: 900px) {
  .topnav a {
  float: left;
  display: block;
  color: #006252;
  text-align: left;
  padding: 0;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  min-height: 20px;
}
  .topnav a.icon {
    float: right;
    display: block;
    width: 42px;
    height: 42px;
  }
  .topnav.responsive {
    position: fixed;
    height: auto;	
	  background-color: #eee;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive .phone-header-menu {
	  display: grid;
	  grid-gap:0px;
	  padding: 3px;
	  margin:0;
	  clear: both;
	}
  .topnav.responsive .phone-header-menu div {
	  display:block;
	  margin:0;
	  padding:0;
	  overflow: hidden;
	  width: 100%;
	  background-color: #eee;
	}
  .topnav.responsive .phone-header-menu a {
	  font-size: 1.4rem;
	  padding:0;
	  width:100%;
	  color:#006252;
	}
}
/******** FIN TOPNAV *********/
#entete {
  position:static;
  width: 100%;
  height: 204px;
  margin: 0 auto;
  background: url('../images/bandeau-garden.png') no-repeat;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  display: grid;
  grid-template-columns: 25% 75%;
  grid-gap: 0;
}
#lienaccueil {
  display: block;
  width: 300px;
  height: 204px;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
#entete {
  width: 100%;
  height: auto;
  background: none;
  grid-template-columns: 100%;
} 
#lienaccueil {
  position: static;
  width: 100%;
  height: 150px;
  margin-top:42px;
  background: url('../images/garden-appro.jpg') no-repeat;
  background-color: #60b400;
  background-size: contain;
  background-position: center;
}
}

#rechpan {
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  height: 140px;
  padding-top:60px;
}

#rechercheA {
  width: 250px;
  height: 36px;
}
#bouton-recherche {
  height: 30px;
  width: 30px;
  vertical-align:middle;
}
#bt-commande, #recherche{
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.nbart {
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 0 black, 0 0 2px #ccc;
}
@media only screen and (max-width: 480px) {
  #rechpan {
    display: none;
  }
  .rechpan-sm {
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 90px;
  padding-top:0;
}
#rechercheA {
  width: 220px;
  height: 25px;
}
#bouton-recherche {
  height: 20px;
  width: 20px;
  vertical-align:middle;
}
#bt-commande, #recherche{
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.phone-header-menu .nbart {
  color: #006252;
  text-shadow:none;
  padding: 10px!important;
}
  .nbart span, .nbart a {
    font-size: 16px;
    font-weight: bold;
  }
}
#menu-entete {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  height: 64px;
  width: 100%;
  margin: auto;
  color: #fff;
  padding-right: 20px;
}
#menu-entete a {
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
}
#menu-entete a:hover {
  color: #60B400;
  font-weight: bold;
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
#menu-entete {
  position: fixed;
  bottom:0;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 30px;
  background-color: #006252;
  width: 100%;
  margin: auto;
  color: #fff;
  padding-right: 5px;
  z-index: 99999;
}
#menu-entete a {
  color: #fff;
  text-decoration: none;
  padding: 0 3px;
  font-size: 9px;
}
#menu-entete a:hover {
  color: #60B400;
  font-weight: bold;
  text-decoration: none;
} 
}
#fond-recherche {
  padding: 15px;
  background-color: #eeedee;
  width: 100%;
  min-height: 600px;
}
#text-recherche {
  position: sticky;
  top: 0;
  padding: 10px;
  color: #606161;
  font-size: 13px;
  text-align: center;
}
#contenu {
  width: 100%;
  margin: 0 auto;
  margin-top: 15px;
  background-color: #ffffff;
  display: grid;
  grid-template-columns: 21% 79%;
  grip-gap: 10px;
}
@media only screen and (max-width: 480px) {
  #contenu {
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    background-color: #ffffff;
    display: grid;
    grid-template-columns: 100%;
    grip-gap: 10px;
  }
}
#contenu2 {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 1200px;
  background-color: #ffffff;
}
#contenuCentre {
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  min-height: 600px;
}
@media only screen and (max-width: 480px) {
  #contenuCentre {
  min-height: 80vh;
  padding: 3px;
}
}
#contenu-centre-connexion {
  position: relative;
  margin: auto auto;
  width: 100%;
  text-align: center;
  background-color: transparent !important;
}
.input-login {
  width: 100%;
  height: 24px;
  padding: 0px 10px;
  border-radius: 15px 15px 15px 15px;
  border: 1px solid #000000;
}
.input-logina {
  width: 100%;
  height: 24px;
  padding: 0px 10px;
  border-radius: 15px 15px 15px 15px;
  border: 1px solid #000000;
}
#contactAdresse {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-family: century gothic, Arial, Times, Verdana;
}
#contact {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 14px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  text-align: left;
}
@media only screen and (max-width: 480px) {
#contact {
  grid-template-columns: 100%;
  text-align: center;
} 
}
#menuCentreAccueil {
  position: absolute;
  margin: 0 auto;
  width: 370px;
  height: 285px;
  margin-left: 150px;
  margin-top: 230px;
}
#menuHaut {
  position: absolute;
  margin: 0 auto;
  margin-left: 500px;
  margin-top: -90px;
  width: 564px;
}
#titre-filtre {
  width: 146px;
  text-align: center;
  font-family: century gothic, Arial, Times, Verdana;
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
  padding-top: 2px;
}
#filtre {
  width: 146px;
  height: 560px;
  background: url('../images/fond-filtrer.png')no-repeat;
  background-color: #eeeeee;
  font-family: century gothic, Arial, Times, Verdana;
}
#text-filtre {
  position: absolute;
  text-align: left;
  margin-top: -530px;
  margin-left: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  height: 515px;
  width: 125px;
  font-family: century gothic, Arial, Times, Verdana;
  overflow-y: scroll auto;
  scrollbar-face-color: #7eb900;
  scrollbar-3dlight-color: #eeeeee;
  scrollbar-base-color: #eeeeee;
  scrollbar-track-color: #eeeeee;
  scrollbar-darkshadow-color: #000;
  scrollbar-arrow-color: #7eb900;
  scrollbar-shadow-color: #fff;
  scrollbar-highlight-color: #fff;
}
#text-filtre a {
  text-decoration: none;
  color: #000000;
}
#text-filtre a:hover {
  text-decoration: underline;
  color: #000000;
}
#filtre2 {
  margin-top: 10px;
  width: 150px;
  height: 476px;
  background: url('../images/filtre21.png')no-repeat;
}
#couleur {
  position: absolute;
  margin: 0 auto;
  margin-top: -420px;
  margin-left: 5px;
}
#couleur2 {
  position: absolute;
  margin: 0 auto;
  margin-top: -377px;
  margin-left: 5px;
}
#exposition {
  position: absolute;
  margin: 0 auto;
  margin-top: -340px;
  margin-left: 5px;
  font-weight: bold;
  font-size: 10px;
  line-height: 15px;
}
#hauteur1 {
  position: absolute;
  margin: 0 auto;
  margin-top: -275px;
  margin-left: 5px;
  font-weight: bold;
  font-size: 10px;
  line-height: 10px;
}
#fleuraison {
  position: absolute;
  margin: 0 auto;
  margin-top: -155px;
  margin-left: 17px;
}
#plantaison {
  position: absolute;
  margin: 0 auto;
  margin-top: -92px;
  margin-left: 17px;
}
#hauteur2 {
  position: absolute;
  margin: 0 auto;
  margin-top: -42px;
  margin-left: 5px;
  font-weight: bold;
  font-size: 10px;
  line-height: 10px;
}
#panier {
  margin: 0 auto;
  padding: 0 5%;
  width: 100%;
}
#bt_valid_panier {
  margin-left: 370px;
}
@media only screen and (max-width: 480px) {
#panier {
  padding: 0 0;
}
#bt_valid_panier {
  margin-left: 0;
}
}
  
#partie-produit {
  margin: 0 auto;
  width: 490px;
  padding-top: 20px;
  min-height: 580px;
  font-size: 13px;
  color: #7c7c7c;
}
#partie-produit-promotion {
  margin: 0 auto;
  margin-left: 0px;
  margin-top: 0px;
  padding-top: 0px;
  width: 100%;
  min-height: 580px;
  font-size: 13px;
  color: #7c7c7c;
  /*	border:1px solid red;*/
}
#pourcentage {
  position: absolute;
  margin: 0 auto;
  margin-left: 0;
}
#pourcentage2 {
  position: absolute;
  margin: 0 auto;
  margin-left: 0;
}
#pourcentagep {
  position: absolute;
  margin: 0 auto;
  margin-left: 0;
}
#nbpage {
  margin: 0 auto;
  margin-left: 300px;
  height: 20px;
  font-size: 13px;
  color: #7c7c7c;
}
#nbpagep {
  margin: 0 auto;
  margin-left: 280px;
  height: 20px;
  font-size: 13px;
  color: #7c7c7c;
}
#nbpageppromo {
  margin: 0 auto;
  margin-left: 280px;
  height: 20px;
  font-size: 13px;
  color: #7c7c7c;
}
#nbpagep2 {
  position: absolute;
  margin: 0 auto;
  margin-left: 280px;
  margin-top: 360px;
  height: 20px;
  font-size: 13px;
  color: #7c7c7c;
}
#partie-produit-detail {
  margin: 0 auto;
  width: 100%;
  font-size: 13px;
  color: #7c7c7c;
  border: 1px solid #eeeeee;
  padding: 10px;
}
#fond-produit-detail {
  margin: 0 auto;
  background-color: #eeeeee;
  width: 100%;
  height: auto;
}
#photo-grande {
  margin: 0 auto;
}
#photo-petite {
  margin: 0 auto;
}
#description-courte {
  margin: 0 auto;
  width: 100%;
  color: #000000;
  padding: 10px;
}
@media only screen and (max-width:480px) {
#description-courte {
  padding: 0;
}
}
#titre-description {
  padding: 5px;
  width: 100%;
  min-height: 20px;
  background-color: #fff;
}
#titre-ami {
  position: absolute;
  margin: 0 auto;
  margin-top: 200px;
  margin-left: 110px;
  width: 100px;
  height: 20px;
}
#description {
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  min-height: 100px;
  color: #000000;
  font-size: 12px;
  background-color: #ffffff;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  overflow-y: auto;
}
#texte-menuGauche1 a {
  text-decoration: none;
  color: #ffffff;
}
#texte-menuGauche1 a:hover {
  text-decoration: underline;
  color: #ffffff;
}
#menuDroit {
  position: absolute;
  margin: 0 auto;
  margin-top: 0px;
  margin-left: 870px;
  width: 150px;
  font-size: 11px;
  line-height: 14px;
}
#menuDroit input[type="text"] {
  border: 1px solid #000000;
  height: 15px;
  font-size: 8px;
}
#texteMenuGauche2 {
  position: absolute;
  margin: 0 auto;
  width: 110px;
  height: 50px;
  text-align: center;
  color: #000000;
  font-size: 10px;
  margin-top: 80px;
}
#texteMenuGauche21 {
  position: absolute;
  margin: 0 auto;
  width: 110px;
  height: 50px;
  text-align: center;
  color: #000000;
  font-size: 10.89px;
  margin-top: 250px;
}
#text-accueil {
  position: absolute;
  margin: 0 auto;
  margin-top: 310px;
  margin-left: 105px;
  width: 489px;
  font-size: 14px;
}
#animation {
  margin: 0;
  padding:5px;
  width: 100%;
  height: auto;
}

#animation img {
  width: 100%;
}

#accueil-nouveaute {
  margin: 0 auto;
  width: 100%;
  margin-left: 0px;
}
#accueil-promotions {
  position: absolute;
  margin: 0 auto;
  width: 890px;
  height: 230px;
  margin-left: 0px;
  margin-top: 700px;
}
#suite-liste-produit {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 10px;
}
#fond-cadre-produit2 {
  width: 100%;
  height: 220px;
  border: 1px solid red;
  text-align: left;
}
#fond-cadre-produit {
  width: 100%;
  height: auto;
  border: 1px solid #e2e2e2;
  text-align: left;
}
#affichDonnee {
  margin: 0 auto;
  text-align: center;
  font-size: 11px;
  display: grid;
  grid-gap: 0;
  grid-template-columns: 40% 60%;
}
#affichDonnee > div {
  height: 20px;
}
#affichDonnee > div:last-child {
  height: 40px;
}
#affichPrixRose {
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  width: 100%;
  height: 45px;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#affichPrix {
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  width: 160px;
}
#promotion {
  position: absolute;
  margin: 0 auto;
  margin-top: -125px;
  margin-left: 7px;
  width: 133px;
  height: 125px;
}
#prixpromo {
  position: absolute;
  margin: 0 auto;
  margin-top: -40px;
  width: 140px;
  height: 30px;
  background: none repeat scroll 0 0 rgba(224, 221, 221, 0.75);
  font-size: 20px;
  color: #cb004c;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
}
#pied {
  margin: 0 auto;
  width: 100%;
  color: #010101;
  font-size: 9px;
  background-color: #eee;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
}
#pied a {
  text-decoration: none;
  color: #010101;
}
#pied a:hover {
  text-decoration: none;
  color: #010101;
}
.texte-pied {
  margin: 0 auto;
  padding: 10px;
  color: #4d4d4d;
  font-size: 14px;
  text-align: center;
}
.texte-pied a {
  text-decoration: none;
  color: #4d4d4d;
}
.texte-pied a:hover {
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width: 480px) {
  #pied {
    height: 50vh;
    color: #eee;
    background-color: #767676;
    flex-direction: column;
    justify-content: space-between;
    font-size: 10px;
    padding: 35px 5px 65px 5px;
  }
  #pied .texte-pied {
    padding: 3px;
    color: #eee;
    font-size: 14px;
  }
  #pied .texte-pied a {
    color: #eee;
  }
  #pied .texte-pied a:hover {
    color: #fff;
  }
}
#lienretour {
  position: absolute;
  margin: 0 auto;
  margin-top: 20px;
  font-weight: bold;
  font-size: 12px;
}
#lienretour a {
  text-decoration: none;
  color: #000000;
}
#lienretour a:hover {
  text-decoration: underline;
  color: #000000;
}
/*************** CLASSE ****************/

@media only screen and (max-width: 480px) {
  .hidden {
    display: none;
  }
}

.photo {
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: auto;
  margin: auto;
}
.p-lg {
  width: 200px;
  height: 200px;
}
.p-sm {
  width: 80px;
  height: 80px;
}
.p-md {
  width: 100%;
  max-width: 280px;
  max-height: 280px;
}
.p-mc {
  width: 50px;
  height: 50px;
}
.photo img {
  height: auto;
  width: 100%;
}
.inputT {
  width: 60px;
  height: 35px;
  font-size: 20px;
  text-align: center;
}
@media only screen and (max-width:480px) {
 .inputT {

  } 
}

.inputT2 {
  width: 60px;
  height: 35px;
  font-size: 20px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imageT {
  height: 25px;
  width: 25px;
}
.petit {
  font-size: 11px;
}
.petitp {
  font-size: 7px;
  margin-top: -15px;
}
.grandp {
  font-size: 16px;
  margin-top: 0px;
}
.grandprix {
  font-size: 30px;
  color: #009245;
}
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}
.alignJustify {
  text-align: justify;
}
.alignCenter {
  text-align: center;
}
.bleue {
  color: #003680;
}
.rouge {
  color: #cd1010;
  font-weight: bold;
  font-size: 14px;
}
.blanc {
  color: #ffffff;
}
.noir {
  color: #000000;
}
.roseG {
  color: #009245;
  font-size: 30px;
}
.rose {
  color: #009245;
}
.strongRG {
  color: #009245;
  font-size: 18px;
}
.strongG {
  color: #000000;
  font-size: 18px;
}
.noirG {
  color: #000000;
  font-size: 30px;
}
.orange {
  color: #dd8740;
}
.vert {
  color: #009245;
}
.vertp {
  color: #009245;
  font-size: 11px;
}
.grisp {
  color: #7c7c7c;
  font-size: 13px;
}
.noirp {
  color: #000000;
  font-size: 12px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}
@media only screen and (max-width: 480px) {
.noirp {
  color: #000000;
  font-size: 16px;
  height: auto;
}
}
.gris {
  color: #7c7c7c;
}
.tableau100 {
  width: 100%;
}
.fondcolor1 {
  background-color: #ededed;
}
.fondcolor2 {
  background-color: #FFFFFF;
}
.UpperCase {
  text-transform: uppercase;
}
.taille2 {
  font-size: 18px;
}
.pos {
  text-align: center;
  width: 100%;
}
.styleBtn {
  padding: 5px 10px;
  background-color: #009245;
  color: white;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
}
/************ FIN CLASSE ***********/
/************ FIN Animation accueil ***********/

/*
	Next/prev buttons
*/
.pagination {
  z-index: 205;
  margin: 5px auto 0;
  width: 100px;
  margin-top: 0px;
  margin-left: 610px;
}
.pagination li {
  float: left;
  margin: 0 1px;
  list-style: none;
  z-index: 205;
}
.pagination li a {
  display: block;
  width: 12px;
  height: 0;
  padding-top: 12px;
  background-image: url(../images/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
  z-index: 205;
}
.pagination li.current a {
  background-position: 0 -12px;
  z-index: 205;
}
/************ FIN Animation Accueil ***********/
#fond {
  background-image: url('../images/back.png');
  display: none;
  height: 100%;
  width: 100%;
  margin-left: -1024px;
  padding-left: 1024px;
  position: fixed;
  top: 0px;
  z-index: 999;
}
#popup {
  width: 500px;
  background-color: white;
  padding: 0px 20px 20px;
  height: auto;
  z-index: 99999;
  position: fixed;
  display: none;
  top: 200px;
  right: 0px;
  left: 0px;
  margin: 0px auto;
  border-radius: 10px;
  border: 4px solid rgb(72, 49, 43);
  font-size: 12px;
  text-align: justify;
}
#close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: rgba(27, 27, 27, 1.00);
  color: white;
  line-height: 19px;
  text-align: center;
  font-size: 10px;
  border-radius: 6px;
  cursor: pointer;
}
#close:hover {
  background-color: rgb(0, 0, 0);
}
#lieu, #lieu2, #lieu3 {
  margin-top: 10px;
  color: #323232;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  height: 6px;
}
#lieu a, #lieu2 a, #lieu3 a {
  text-decoration: none;
  font-size: 14px;
  color: #6E6E6E;
  background-color: white;
  padding: 4px;
  border-radius: 10px 10px 0 0;
  margin-right: 5px;
}
#lieu a:hover, #lieu2 a:hover, #lieu3 a:hover {
  font-weight: bold;
  color: #000;
}
#affT {
  position: absolute;
  margin-top: -110px;
  margin-left: 810px;
  line-height: 24px;
}
#informations {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
  width: 100%;
}
#informations .info p {
  text-align: center;
}
#informations .info {
  border:1px solid #eee;
  border-radius: 8px;
}
@media only screen and (max-width: 480px) {
  #informations {
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
  }
  #informations > div, #informations .info p {
    padding: 5px;
    margin:0;
  }
}
.info img {
  width: 100%;
}
#inscription > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}
#conn {
  border: 1px solid #006252;
  color: #fff;
}
#conn > h1, #insc > h1 {
  padding-bottom: 20px;
  color: #006252;
}
#insc {
  border: 1px solid #eee;
  color: #fff;
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
}