html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}

@font-face {
  font-family: "Nunito Light";
  src: url("../fonts/Nunito-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito Medium";
  src: url("../fonts/Nunito-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito SemiBold";
  src: url("../fonts/Nunito-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito Bold";
  src: url("../fonts/Nunito-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito ExtraBold";
  src: url("../fonts/Nunito-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito Black";
  src: url("../fonts/Nunito-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Daft Brush";
  src: url("../fonts/Daft-Brush.otf") format("truetype");
}

body {
  line-height: 1.4;
  font-family: "Nunito Light";
  font-size: .9rem;
  color: #0B6938;
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
div:after,
header:after,
footer:after,
nav:after,
ul:after {
    display: block;
    content: "";
    visibility: hidden;
    height: 0px;
    clear: both;
}
div, nav, header {
  box-sizing: border-box;
  /*overflow: auto;*/
}
main {
  position: relative;
  height: auto;
  width: auto;
  max-width: 1600px;
  padding: 30px 25px;
  margin: 0 auto;
}

p {
  font-family: "Nunito";
  margin: 0px;
  font-size: .9rem;
  margin-bottom: 10px;
}

p.white {
  color: #FFFFFF;
}

p.black {
  color: #000;
}

p.no-marge {
  margin: 0px !important;
}

.p-20 {
  font-size: 20px;
}

.p-30 {
  font-size: 30px;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all .3s;
  outline-style: none;
}

.link-bleu {
  font-family: 'Nunito Medium';
  color: #1C5191;
}

strong, .strong {
  font-family: "Nunito Bold";
}

.text-justify {
  text-align: justify !important;
}

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

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-blanc {
  color: #fff !important;
}

.col {
  position: relative;
  float: left;
  min-height: 1px;
}

.col-2 {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
}

.col-3 {
  position: relative;
  float: left;
  width: 33.33%;
  min-height: 1px;
}

.col-4 {
  position: relative;
  float: left;
  width: 25%;
}

.col-2-3 {
  position: relative;
  float: left;
  width: 66.66%;
  height: auto;
}

.col-1-3 {
  position: relative;
  float: left;
  width: 33.33%;
  height: auto;
}

.col-1-4 {
  position: relative;
  float: left;
  width: 25%;
  height: auto;
}

.col-3-4 {
  position: relative;
  float: left;
  width: 75%;
  height: auto;
}

.col-left {
  padding-right: 20px;
}

.col-right {
  padding-left: 20px;
}

.col-center {
  padding-left: 10px;
  padding-right: 10px;
}

.pv-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.pv-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pv-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pv-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pv-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pv-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pv-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pv-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pv-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pv-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pv-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pv-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pv-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.pv-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.pv-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.ph-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}


.ph-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-0 {
  margin: 0px !!important;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px !important;
}

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

.mt-60 {
  margin-top: 60px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.bg-gris {
  background: #efefef;
}

.bg-blanc {
  background: #fff;
}

.v-align {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}

.row {
  position: relative;
  height: auto;
  width: auto;
  padding: 0px;
  margin: 0px;
}

.row-white {
  background-color: #ffffff;
}

.row-title-form {
  position: relative;
  height: auto;
  width: auto;
  padding: 0px;
  font-family: 'Nunito SemiBold';
  font-size: 16px;
  color: #0B6938;
  margin-bottom: 5px;
}

.row-field-form {
  position: relative;
  height: auto;
  width: auto;
  padding: 0px;
  margin-bottom:10px;
}

.msg {
  position: absolute;
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding: 10px;
  font-family: 'Nunito SemiBold';
  font-size: .9rem;
  z-index: 9;
  transition: all .3s;
}

.msg.error {
  background-color: #CC0000;
  color: #FFFFFF;
}

.msg.ok {
  background-color: #28b463;
  color: #FFFFFF;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="time"],
input[type="email"],
input[type="list"] {
  position: relative;
  height: auto;
  width: 100%;
  border: #dbdbdb solid .5px;
  padding: 8px 12px;
  font-family: 'Nunito';
  font-size: .9rem;
  border-radius: 5px;
  box-sizing: border-box;
}

input[type="submit"] {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  border: none;
  padding: 8px 12px;
  font-family: 'Nunito';
  font-size: .9rem;
  color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #154360;
  transition: all .3s;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #3498db;
}

input[type="button"] {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  border: none;
  padding: 8px 12px;
  font-family: 'Nunito';
  font-size: .9rem;
  color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #154360;
  transition: all .3s;
  cursor: pointer;
}

input[type="button"]:hover {
  background-color: #3498db;
}

input[type="button"].delete {
  background-color: #d24a2d;
}

input[type="button"].delete:hover {
  background-color: #e95333;
}

input[type="button"].jaune {
  background-color: #FFC300;
  color: #435C74;
}

input[type="button"].jaune:hover {
  background-color: rgba(255, 195, 0, .6);
  color: #435C74;
}

input[type="button"].gris {
  background-color: #d7dbdd;
  color: #435C74;
}

input[type="button"].gris:hover {
  background-color: rgba(255, 195, 0, .6);
  color: #435C74;
}

input[type="button"].vert {
  background-color: rgba(46, 204, 113, 1);
}

input[type="button"].vert:hover {
  background-color: rgba(46, 204, 113, .6);
}

input[type="button"].rouge {
  background-color: rgba(255, 65, 24, 1);
}

input[type="button"].rouge:hover {
  background-color: rgba(255, 65, 24, .6);
}

input[type="number"] {
  position: relative;
  height: auto;
  width: auto;
  padding: 8px 12px;
  border-radius: 5px;
  font-family: 'Nunito';
  font-size: .9rem;
  border: #dbdbdb solid .5px;
}

textarea {
  position: relative;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 5px;

  font-family: 'Nunito';
  font-size: .9rem;
  border: #dbdbdb solid .5px;
}

select {
  position: relative;
  font-family: 'Nunito';
  font-size: .9rem;
  width: 100%;
  padding: 7px 10px;
  border: #dbdbdb solid .5px;
  box-sizing: border-box;
  border-radius: 5px;
}

.strong {
  font-family: 'Nunito Bold';
}

.link-reset {
  position: relative;
  font-family: 'Nunito';
  color: #3498db;
  font-size: .9rem;
  cursor: pointer;
  text-decoration: underline;
}

i {
  margin-right: 5px;
}

.small-text {
  font-size: .8rem;
}

/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */

header  {
  position: relative;
  height: auto;
  width: auto;
  background: #d4e498;
}

.visu-home {
  position: relative;
  height: auto;
  width: auto;

  background-image: url('../img/bandeau_home.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.row {
  position: relative;
  height: auto;
  width: auto;
}

h1.main-title {
  position: relative;
  display: inline-block;
  height: auto;
  width: 400px;
  background-color: #007d4b;
  padding: 20px;
  border-radius: 20px;
  vertical-align: top;
  margin: 0px 200px;

  font-family: 'Daft Brush';
  font-size: 1.5rem;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
}

h2.classic {
  position: relative;
  height: auto;
  width: auto;
  color: #007D4B;
  font-family: 'Daft Brush';
  font-size: 2rem;
  text-transform: uppercase;
  text-align: left;
}

.logo-arlysere {
  position: relative;
  display: inline-block;
  height: 140px;
  width: auto;
  vertical-align: top;
  padding: 20px 0px;
}

.logo-pat {
  position: relative;
  display: inline-block;
  height: 140px;
  vertical-align: top;
  padding: 20px 0px;
}

.logo-arlysere img,
.logo-pat img {
  height: 100px;
}

.partners {
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: 90px;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 10px 30px;
}

.partners img {
  max-height: 100%;
}

.main-content {
  position: relative;
  height: auto;
  width: auto;
  max-width: 1200px;
  padding: 0px 20px;
  margin: 0 auto;
}

.row-gradient {
  background: #BCD75A;
  background: -webkit-linear-gradient(180deg,rgba(188, 215, 90, 1) 0%, rgba(255, 255, 255, 1) 40%);
  background: -moz-linear-gradient(180deg,rgba(188, 215, 90, 1) 0%, rgba(255, 255, 255, 1) 40%);
  background: linear-gradient(180deg,rgba(188, 215, 90, 1) 0%, rgba(255, 255, 255, 1) 40%);
}

.liste {
  position: relative;
  height: auto;
  width: auto;
}

.product {
  position: relative;
  float: left;
  height: auto;
  width: 24%;
  border: #ccc solid 1px;
  padding: 20px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.product:nth-of-type(4n) {
  margin-right: 0px;
}

.product-image {
  position: relative;
  height: 250px;
  width: auto;
  margin-bottom: 15px;
  text-align: center;
}

.product-image img {
  max-height: 100%;
  max-width: 100%;
}

.product-titre {
  position: relative;
  height: 40px;
  width: auto;
  font-family: 'Nunito Bold';
  text-align: left;
  margin-bottom: 10px;
}

.procuct-data {
  position: relative;
  font-family: 'Nunito';
  text-align: left;
}

.btn-panier {
  position: fixed;
  top: 20px;
  right: 20px;
  height: 48px;
  width: 48px;
  z-index: 8;
}

.pastille {
  position: absolute;
  bottom: -5px;
  right: -10px;
  height: 26px;
  width: 26px;
  padding: 3px 0px;
  border-radius: 50%;
  background: #cc0000;
  color: #ffffff;
  font-family: 'Nunito Bold';
  text-align: center;
  z-index: 9;
}

.panier {
  position: relative;
  height: auto;
  width: auto;
  border: #ccc solid 1px;
  margin: 30px 0;
}

.ligne-panier {
  position: relative;
  height: auto;
  width: auto;
  border-bottom: #ccc solid 1px;
}

.ligne-panier:last-child {
  border-bottom: none;
}

.ligne-panier-entete {
  background-color: #efefef;
  font-family: 'Nunito SemiBold';
}

.col-panier {
  position: relative;
  float: left;
  height: auto;
  padding: 11px 6px;
}