/*----------------ICONES ----------------------*/
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?s2qkfh');
  src: url('../fonts/icomoon.eot?s2qkfh#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?s2qkfh') format('truetype'), url('../fonts/icomoon.woff?s2qkfh') format('woff'), url('../fonts/icomoon.svg?s2qkfh#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  
  /* PENSER A CHANGER LE CHEMIN AU DEBUT!!! */
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebookblue:before {
  content: "\e900";
  color: #a9dfe3;
}
.icon-instagramblue:before {
  content: "\e901";
  color: #a9dfe3;
}
.icon-phoneblue:before {
  content: "\e902";
  color: #b6e4e7;
}
.icon-facebookblue,
.icon-phoneblue,
.icon-instagramblue {
  font-size: 24px;
}
/*-----------------------POLICES-----------------------

font-family: 'Montserrat', sans-serif;
font-family: 'Pacifico', cursive;



-------------------------COULEURS------------------------

rose: #f0c2d6;
gris p:#626262;
gris h2:  #9f9f9f;
pêche(boutons): #f9ad81;
gris (boutons et adresse/tel): #545252;

---------------------------CLASSES COMMUNES------------------------*/
* {
  margin: 0;
  padding: 0;
  border-box: 0;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.btbl {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #545252;
  background-color: white;
  padding: 8px 29px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none !important;
  /*faire un hover*/
  display: block;
}
@media (max-width: 390px) {
  .btbl {
    font-size: 11px;
    padding: 8px 0;
  }
}
.btbl:hover {
  color: #f9ad81;
}
.btor {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: white;
  background-color: #f9ad81;
  padding: 8px 29px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none !important;
  /*faire un hover*/
  display: block;
}
@media (max-width: 390px) {
  .btor {
    font-size: 11px;
    padding: 8px 0;
  }
}
.btor:hover {
  color: #545252;
}
p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #626262;
  line-height: 24px;
  text-transform: none;
}
/*-----------------------------TITRES------------------------------*/
h1 {
  /*glacier à paris*/
  padding-top: 220px;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #ffffff;
  line-height: 45px;
  text-transform: none;
  text-align: center;
  /* margin-bottom: 50px;*/
}
h1 span {
  /* Maison Lucien*/
  font-family: 'Pacifico', cursive;
  font-size: 60px;
  color: #ffffff;
  line-height: 41px;
  text-transform: none;
}
@media (max-width: 390px) {
  h1 span {
    font-size: 31px;
  }
}
@media (max-width: 390px) {
  h1 {
    padding-top: 120px;
    font-size: 16px;
    line-height: 25px;
  }
}
h2 {
  font-family: 'Pacifico', cursive;
  font-size: 35px;
  text-align: center;
  padding-bottom: 40px;
}
@media (max-width: 390px) {
  h2 {
    font-size: 28px;
  }
}
.h2bl {
  color: white;
}
.h2gr {
  color: #9f9f9f;
}
/*------------------------------HEADER----------------------------*/
header {
  color: white;
  /*z-index:900;
    position:fixed;*/
}
header nav {
  padding: 20px 0;
  text-align: center;
  /*  position:fixed;
        z-index:900;
        background-color: white; /*navfix*/
}
header nav a {
  font-size: 14px;
  color: #615f5f;
  line-height: 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  padding: 0 20px;
}
header nav a:hover {
  color: #f0c2d6;
  text-decoration: none;
}
@media (max-width: 390px) {
  header nav {
    display: none;
  }
}
/*---création burger ------
  

#burger, header label{
    display:none;
    }


header label{
   @media(max-width:390px){
        display: block;
        position: absolute;
        z-index: 1000;
        right:10px;
        top:10px;
        width: 130px;
        typo(20px, #545252, 15px, uppercase);
        font-family: 'Montserrat', sans-serif;
    }
}



    
    #burger{
        @media(max-width:390px){
        display: block;
    }
  }      
    #burger:checked~nav{
            display: block; /*la nav s'affiche quand le burger est cliqué
            position: absolute;
    width: 130px;
    text-align: left;
    top: 10px;
    right: 10px;
    
}



/*---------------------------SECTION1/BANNIERE-----------------------------*/
#sect1 {
  background-color: #f0c2d6;
  background-size: cover;
  padding: 0;
  margin: 0;
}
#sect1 div {
  padding: 0;
}
@media (max-width: 390px) {
  #sect1 div div {
    padding: 0;
    margin: 0;
  }
}
#sect1 div div figure {
  /*coupe de glace*/
  padding: 0;
  margin: 0;
}
#sect1 div div figure img {
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (max-width: 390px) {
  #sect1 div div figure img {
    display: none;
  }
}
#sect1 div div article {
  background-image: url(../IMGWEB/tour-eiffel_artisan.jpg);
  background-position: cover;
  /*cover ou contain*/
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
}
#sect1 div div article a {
  /*PENSER A METTRE LE LIEN EN CLASS DB!!!!!!!!!!!!!!!!!!!!!!!!*/
  margin: 55px auto;
}
@media (max-width: 390px) {
  #sect1 div div article {
    padding: 0;
    margin: 0;
  }
}
/*-----------------------------SECTION 2/FRAISE LAIT------------------------------*/
#sect2 {
  padding: 0;
}
@media (max-width: 390px) {
  #sect2 div {
    padding: 0;
    margin: 0;
  }
}
#sect2 div article {
  padding: 68px 0 0 0;
  margin: 0;
}
@media (max-width: 390px) {
  #sect2 div article {
    padding: 30px 25px 0 25px;
    margin: 0;
  }
}
#sect2 div article p {
  padding-bottom: 6px;
}
@media (max-width: 390px) {
  #sect2 div article p {
    padding: 0;
  }
}
#sect2 div article a {
  text-align: center;
  margin: 52px auto 0 auto;
}
@media (max-width: 390px) {
  #sect2 div article a {
    margin: 35px auto;
  }
}
#sect2 div figure {
  /*fraise dans le lait*/
  padding: 0;
  margin: 0;
}
#sect2 div figure img {
  width: 100%;
  padding: 0;
}
@media (max-width: 390px) {
  #sect2 div figure {
    display: none;
  }
}
#intro {
  text-align: center;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
}
@media (max-width: 390px) {
  #intro {
    font-size: 18px;
  }
}
/*-------------------------------SECTION3/GLACE CONE----------------------------------*/
#sect3 {
  background-color: #fad167;
  padding: 0;
  margin: 0;
}
#sect3 div {
  padding: 0;
}
#sect3 div div {
  padding: 0;
}
#sect3 div div figure {
  margin: 0;
  width: 100%;
}
#sect3 div div figure img {
  width: 100%;
}
#sect3 div div article h2 {
  padding-top: 68px;
}
#sect3 div div article a {
  margin: 60px auto;
  text-align: center;
}
@media (max-width: 390px) {
  #sect3 div div article a {
    margin: 36px auto;
  }
}
@media (max-width: 390px) {
  #sect3 div div article {
    padding: 0 27px;
  }
}
#appel {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
}
#jeu {
  text-align: center;
}
/*----------------------SECTION 4/ASSORT BOULES----------------------*/
#sect4 {
  padding: 0;
  margin: 0;
}
#sect4 div {
  padding: 0;
}
#sect4 div div {
  padding: 0;
}
@media (max-width: 390px) {
  #sect4 div div {
    padding: 0;
    margin: 0;
  }
}
#sect4 div div article {
  text-align: center;
}
@media (max-width: 390px) {
  #sect4 div div article {
    padding: 0 25px;
  }
}
#sect4 div div article figure {
  margin: 0 auto;
  padding: 38px 0;
  width: 100%;
}
#sect4 div div article figure img {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 390px) {
  #sect4 div div article figure img {
    width: 100%;
  }
}
#sect4 div div article p {
  text-align: left;
  padding: 0 25px 0 0;
}
@media (max-width: 390px) {
  #sect4 div div article p {
    padding: 0;
  }
}
#sect4 div div article a {
  margin: 35px auto;
}
@media (max-width: 390px) {
  #sect4 div div article a {
    margin: 35px auto;
  }
}
#figasso {
  padding: 0;
  margin: 0;
}
@media (max-width: 390px) {
  #figasso {
    display: none;
    padding: 0;
    margin: 0;
  }
}
#asso {
  width: 100%;
}
@media (max-width: 390px) {
  #asso {
    padding: 0;
    margin: 0;
  }
}
/*----------------SECTION5/VEGGIE-------------------------*/
#sect5 {
  background-color: #a4a9a8;
  /* padding: 0;*/
}
#sect5 div {
  padding: 0;
}
#sect5 div div {
  padding: 0;
}
@media (max-width: 390px) {
  #sect5 div div {
    padding: 0;
    margin: 0;
  }
}
#sect5 div div figure {
  padding: 0;
  margin: 0;
}
@media (max-width: 390px) {
  #sect5 div div figure {
    padding: 0;
    margin: 0;
  }
}
#sect5 div div figure img {
  width: 100%;
}
@media (max-width: 390px) {
  #sect5 div div figure img {
    padding: 0;
  }
}
#sect5 div div article h2 {
  padding-top: 68px;
}
@media (max-width: 390px) {
  #sect5 div div article h2 {
    padding: 55px 15px 25px 15px;
  }
}
#sect5 div div article p {
  color: white;
}
#sect5 div div article a {
  text-align: center;
  margin: 60px auto 0 auto;
}
@media (max-width: 390px) {
  #sect5 div div article a {
    margin: 35px auto;
  }
}
@media (max-width: 390px) {
  #sect5 div div article {
    padding: 0 25px;
  }
}
#accroveg {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 390px) {
  #accroveg {
    font-size: 18px;
  }
}
#compo {
  text-align: center;
  padding: 30px;
}
@media (max-width: 390px) {
  #compo {
    padding: 20px 0;
  }
}
/*-------------------------SECTION6/CHOCO------------------------*/
#sect6 div {
  padding: 0;
  margin-top: 30px;
}
@media (max-width: 390px) {
  #sect6 div div {
    padding: 0;
    margin: 0;
  }
}
#sect6 div div article {
  padding: 0;
  margin: 0;
}
#sect6 div div article h2 {
  padding-top: 35px;
}
#sect6 div div article p {
  text-align: center;
}
#sect6 div div article a {
  margin: 50px auto 0 auto;
  text-align: center;
}
@media (max-width: 390px) {
  #sect6 div div article a {
    margin: 35px auto 0 auto;
  }
}
#sect6 div div figure {
  width: 100%;
  padding: 0;
  margin: 0;
}
@media (max-width: 390px) {
  #sect6 div div figure {
    padding: 0;
    margin: 0;
  }
}
#sect6 div div figure img {
  width: 100%;
}
/*-------------------------FOOTER--------------------------*/
footer {
  background-color: #fad167;
  padding: 20px 0;
  text-align: center;
}
footer a {
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #545252;
  font-weight: bold;
}
@media (max-width: 390px) {
  footer a {
    font-size: 11px;
  }
}
footer a:hover {
  text-decoration: none;
  color: white;
}
/*---------------------------------------------------------------
------------------PAGE CONTACT-----------------------------------
----------------------------------------------------------------*/
/*-------------------SECTION1/BANNIERE-------------------------*/
#sect1cont {
  background-color: #f0c2d6;
  text-align: center;
  /*par div container*/
}
#sect1cont div {
  /*container*/
  /*par div row*/
}
#sect1cont div div {
  /*row*/
}
#sect1cont div div article {
  background-image: url(../IMGWEB/tour-eiffel_artisan.jpg);
  background-position: center;
  /*cover ou contain*/
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 390px) {
  #sect1cont div div article {
    background-position: top;
    /*cover ou contain*/
    background-repeat: no-repeat;
    background-size: contain;
  }
}
#sect1cont div div article ul {
  padding: 40px 0;
  /*li:nth-last-child(2) { 
                      padding-top:15px;
                      }*/
}
#sect1cont div div article ul li {
  list-style-type: none;
  font-size: 16px;
  color: #646161;
  line-height: 20px;
  text-transform: none;
}
#sect1cont div div article ul li:first-child {
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  padding: 20px 0 10px 0;
  text-transform: none;
}
/*parenthèse sect*/
/*-------------SECTION 2-------------------*/
/*#sect2cont{
    height: 300px;
    background-image:url(../IMGWEB/contactwebframb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; /*parallaxe
    background-position: center;
    
}
*/
/*------------SECTION3 FORMULAIRE-----------------*/
#sect3cont {
  /*background-color: #f0c2d6;*/
  background-image: url(../IMGWEB/contactwebframb.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /*parallaxe*/
  background-position: center;
}
#sect3cont form {
  text-align: left;
  padding: 70px 50px 50px 60px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 390px) {
  #sect3cont form {
    padding: 70px 10px;
  }
}
#sect3cont form h2 {
  color: #545252;
  padding-bottom: 20px !important;
}
#sect3cont form p {
  text-align: center;
  margin: 0;
  padding-bottom: 40px;
  font-weight: 600;
}
#sect3cont form fieldset {
  padding-bottom: 30px;
}
#sect3cont form fieldset .row {
  margin: 0;
}
#sect3cont form .row {
  margin: 0;
}
#sect3cont form #envoyer {
  background-color: #f9ad81;
  border: 0, #646161, solid;
  text-align: center;
  margin-top: 50px;
  border-radius: 20px;
  cursor: pointer;
  vertical-align: middle;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  padding: 1px;
}
#sect3cont form #envoyer:hover {
  color: #545252;
}
#mess {
  padding-bottom: 20px;
}
form label {
  font-size: 16px;
  color: #646161;
  line-height: 20px;
  text-transform: none;
}
#nom {
  margin-left: 50px;
}
@media (max-width: 390px) {
  #nom {
    margin-left: 13px;
  }
}
#prenom {
  margin-left: 25px;
}
@media (max-width: 390px) {
  #prenom {
    margin-left: 13px;
  }
}
#email {
  margin-left: 46px;
}
@media (max-width: 390px) {
  #email {
    margin-left: 12px;
  }
}
#zonetext {
  width: 91%;
  height: 150px;
  padding-left: 5px;
}
@media (max-width: 390px) {
  #zonetext {
    width: 97%;
    height: 270px;
  }
}
#nom,
#prenom,
#email {
  width: 77%;
}
@media (max-width: 390px) {
  #nom,
  #prenom,
  #email {
    width: 91%;
  }
}
#divnom,
#divprenom,
#divmail {
  padding: 15px 0;
}
#erreurprenom,
#erreurnom,
#erreurmail,
#erreurmess {
  /*css imges verif formulaires*/
  margin-left: 5px;
}
/*---------------------SECTION4---------------------*/
#sect4cont .container h3 {
  font-family: 'Pacifico', cursive;
  font-size: 35px;
  color: #9f9f9f;
  line-height: 15px;
  text-transform: none;
  text-align: center;
  padding: 70px 0 20px 0;
}
#sect4cont .container .row {
  padding: 20px 0;
}
@media (max-width: 390px) {
  #sect4cont .container .row {
    padding: 35px 0;
  }
}
#sect4cont .container .row li {
  list-style-type: none;
  color: #9f9f9f;
}
#sect4cont li:first-child {
  font-weight: bold;
  color: #545252 !important;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 390px) {
  #sect4cont ul {
    padding: 20px 10px;
  }
}
