
@font-face {
  font-family: "phosphate";
  src: url("../police/Phosphate-Inline.eot"); /* IE9 Compat Modes */
  src: url("../police/Phosphate-Inline.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../police/Phosphate-Inline.otf") format("opentype"), /* Open Type Font */
    url("../police/Phosphate-Inline.svg") format("svg"), /* Legacy iOS */
    url("../police/Phosphate-Inline.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../police/Phosphate-Inline.woff") format("woff"), /* Modern Browsers */
    url("../police/Phosphate-Inline.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "oxanium";
  src: url("../police/Oxanium-Regular.eot"); /* IE9 Compat Modes */
  src: url("../police/Oxanium-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../police/Oxanium-Regular.otf") format("opentype"), /* Open Type Font */
    url("../police/Oxanium-Regular.svg") format("svg"), /* Legacy iOS */
    url("../police/Oxanium-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../police/Oxanium-Regular.woff") format("woff"), /* Modern Browsers */
    url("../police/Oxanium-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "oxanium-semibold";
  src: url("../police/Oxanium-SemiBold.eot"); /* IE9 Compat Modes */
  src: url("../police/Oxanium-SemiBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../police/Oxanium-SemiBold.otf") format("opentype"), /* Open Type Font */
    url("../police/Oxanium-SemiBold.svg") format("svg"), /* Legacy iOS */
    url("../police/Oxanium-SemiBold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../police/Oxanium-SemiBold.woff") format("woff"), /* Modern Browsers */
    url("../police/Oxanium-SemiBold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

body{margin:0;padding: 0}

.collage-produits {
    width: 100%;
    height: 325px;
    background: linear-gradient(rgba(96,172,48,0.6),rgba(96,172,48,0.6)), url(../image/Illustration-collage-AnneBrachet.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin:0;
    padding:0}

.collage-produits .titre p {
  color: #FFFFFF;
  font-size: 5em;
  font-family: phosphate;
  text-align:left;
  padding:  0 10px ;
  border: 15px solid white;
  border-style: double;
  position: absolute;
  margin: 90px 43% 0px 5%;
      }

.corps {
  margin-top:30px;
  padding: 30px 0 0px 5%;
  width: 95%;
  background: none;
  display: grid;
  grid-template-columns: 70% 10% 10%;
  position:static;
  }


.produits h4 {
  font-family: oxanium;
  font-size: 1em;
  color: #FFFFFF;
  text-decoration: none;
  padding: 2px 0 2px 1%;
  margin : 0 85% 20px 0;
  background-color: #60AC30;
}

.produits a:link, .produits a:visited {
  font-family: oxanium;
  font-size: 0.8em;
  line-height: 2em;
  text-decoration: none;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-style: dotted;
  padding: 3px 1% 2px 1%;
  margin-right: 1%;
  background-color: #000000;
  transition: background-color 0.5s;
}

.produits a:hover {
 background-color: #60AC30;
}

.titre-produits p {
  font-family: phosphate;
  font-size: 2.4em;
  line-height: 1em;
  color: #60AC30;
  padding: 45px 0 30px 0;
  margin:0 auto;
  /*background-color: #FFFFF0;*/
}

.dos-col{
  width:100%;
}

.column {
  float: left;
  width: 50%;
}

.dos-col:after {
  content: "";
  display: table;
  clear: both;
}

.dos-col img{
  width:90%;
  margin: 0px 5% 15px 0;
  border: 1px solid #000;
}

.dos-col h6 {
  font-family: oxanium;
  font-size: 0.9em;
  line-height: 1.5em;
  color: #FFFFFF;
  background-color: #60AC30;
  padding: 0px 1% 0px 1%;
  margin : 0 0% 10px 0;
  border: 1px solid #FFFFFF;
  border-style: dotted;
}

.dos-col p {
  font-family: oxanium;
  font-size: 0.9em;
  line-height: 1.5em;
  color: #60AC30;
}

.dos-col a:link, .dos-col a:visited {
  font-family: oxanium;
  font-size: 0.9em;
  line-height: 1.5em;
  text-align: center;
  color: #FFFFFF;
  padding: 5px 1% 3px 1%;
  margin : 0px 0% 0px 0%;
  background-color: #000;
  transition: background-color 0.5s;
  border: 1px solid #FFFFFF;
  border-style: dotted;
}
 .dos-col a:hover {
  background-color: #60AC30;
}

.nav-1-produits ul {
  width: 10%;
  margin-left: 90%;
  /*height: auto;
  background-color: #FF8C00;*/
}

.nav-1-produits a:link, .nav-1-produits a:visited{
  text-decoration: none;
  font-family:oxanium-semibold;
  font-size: 1.1em;
  color: #60AC30;
  text-align: center;
  display:grid;
  grid-template-columns: repeat(4,25%);
  padding: 20px 0% 30px 45%;
  margin:0;
/*background-color: #FFFFF0;*/
}

.nav-1-produits p{
  transform: rotate(90deg);
}

.nav-eglantine {
  width: 70%;
  margin-left: 30%;
  padding : 0 0% 100px 20%;
  /*background-color: #FFFFF0;*/
}

.nav-eglantine a img {
  width: 40px;
  /*background-color: #FF8C00;*/
}
.footer-produits  {
  padding-top: 25px;
}

.footer-produits  p{
  text-align: center;
  font-family:oxanium;
  font-size: 0.6em;
  line-height: 1.4em;
  color:#60AC30;
  padding: 0 6% 0 6%;
  position:  sticky;
}

@media only screen and (max-width: 1650px) {

  .collage-produits {
      height: 270px;
  }

  .collage-produits .titre p {
      font-size: 4em;
      margin: 70px 43% 0px 5%;
  }
}

@media only screen and (max-width: 1450px) {

  .collage-produits {
      height: 210px;
  }

  .collage-produits .titre p {
        font-size: 3.5em;
        margin: 50px 43% 0px 5%;
  }

  .corps {
        margin-top:0px;
  }

  .produits h4 {
        font-size: 0.9em;
  }

  .nav-1-produits a:link, .nav-1-produits a:visited{
        font-size: 1em;
        padding: 20px 0% 10px 45%;
  }

  .nav-eglantine a img {
        width: 35px;
  }
}

@media only screen and (max-width: 1280px) {

  .produits h4 {
    margin : 0 80% 20px 0;
    }
}

@media only screen and (max-width: 1000px) {

.collage-boutique .titre p {
    font-size: 3em;
    border: 13px solid white;
    border-style: double;
    margin: 60px 43% 0px 5%;
}

.produits h4 {
    margin : 0 70% 20px 0;
}

.titre-produits p {
   margin-top: 0px;
}

.dos-col p {
  font-size: 0.8em;
}
}

@media only screen and (max-width: 900px) {


.titre-produits p {
   font-size: 2.2em;
}

.column {
    width: 100%;
}

.dos-col img{
    width:70%;
}

.dos-col h6 {
    width:80%;
}

.dos-col p {
  width:80%;
}
}

@media only screen and (max-width: 790px) {

  .collage-produits {
      height: 190px;
    }

  .produits a {
    font-size: 0.7em;
  }

  .titre-produits p {
    padding: 30px 0 20px 0;
  }

  .dos-col img{
      width:80%;
      }

  .dos-col h6 {
      width:90%;
  }

  .dos-col p {
    width:90%;
  }

.nav-1-produits a:link, .nav-1-produits a:visited{
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 480px) {

.collage-produits {
    height: 160px;
  }

.collage-produits .titre p {
    font-size: 2em;
    border: 9px solid white;
    border-style: double;
    margin: 55px 43% 0px 5%;
  }

.produits {
    margin: 10px 0 0 5%;
  }

.produits h4 {
    margin : 0px 30% 20px 0;
    font-size: 0.8em;
  }

.titre-produits p {
     font-size: 1.8em;
  }

.dos-col img{
    width:100%;
  }

.dos-col h6 {
    width:100%;
  }

.dos-col p {
    width:100%;
  }

.nav-1-produits a:link, .nav-1-produits a:visited{
    font-size: 0.8em;
    padding:15px 0% 15px 75%;
  }

.footer-produits p{
    padding-top: 0px;
    font-size: 0.5em;
  }
  }

  @media only screen and (max-width: 350px) {

  .collage-produits {
      height: 140px;
    }

    .collage-produits .titre p {
      font-size: 1.7em;
      border: 9px solid white;
      border-style: double;
      margin: 45px 43% 0px 5%;
    }

    .nav-1-boutique ul {
      margin-left: 70%;
    }
  }

{}
