t/*
Theme Name: Thème modèle Pixem

*/

.alignleft {
	float:left;
	display: block;
	margin: 0 10px 10px 0;
}


.alignright {
	float:right;
	display: block;
	margin: 0 0 10px 10px;
}

.aligncenter{
	display:block;
	margin: 0 auto 10px auto;
}

/* Ne rien effacer au dessus d'ici!!!!!!!!!*/

/* A partir d'ici, c'est le css du theme modèle que nous remplacerons par le css du site à intégere à l'étape 9 du support*/

  /* http://meyerweb.com/eric/tools/css/reset/ 
     v2.0 | 20110126
     License: none (public domain)
     */

     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;
    }
    body {
      line-height: 1;
    }
    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;
    }

    /*======================PRODUIT==============================*/

    .no-padding{
      padding: 0;
    }

    .no-margin{
      margin: 0;
    }

    .titre-intro{
      padding:20px;
    }

    .container-fluid {
      padding-right: 0px;
      padding-left: 0px;
      margin-right: auto;
      margin-left: auto;
    }

    .bandeau{
      height: 800px;
      margin-top: 5vh;
    }

    .bgproduit{
      background-image: url(images/cap18_site_porduit_header.jpg);
      background-size: cover;
    }

    .bgcocktail{
      background-image: url(images/cap18_site_buffet_header.jpg);
      background-size: cover;
    }

    .bgphilo{
      background-image: url(images/cap18_site_philosophie_header.jpg);
      background-size: cover;
    }

    .bandeau .col-xl-6{
      display: flex;
      flex-direction: column;
      position: relative;
      justify-content: center;align-items: center;
    }

    .bandeau .col-xl-6 h1{
      font-size: 70px;
      display: block;
      z-index: 2;
      padding-top: 0;
    }

    .cadre{
      width: 41vh;
      height: 41vh;
      position: absolute;
      left: 50%;
      -moz-transform: translate(-50%);
      -webkit-transform: translate(-50%);
      -o-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
      background-image: url(images/cadre.png);
      background-size: cover;
      z-index: 1;
    }

    .produit{
      overflow: hidden;
    }

    .produit img{
      height: 40vw;
    }

    .buffet1 img{
      opacity: 0
    }

    .buffet2 img{
      opacity: 0
    }

    .buffet3 img{
      opacity: 0
    }

    .buffet1 p,.buffet1 h3{
      color: white !important;
    }

    .buffet2 p{
      color: white !important;
    }

    .buffet3 p{
      color: white !important;
    }

    .produit h3{
      font-size: 40px;
      font-family: 'Yeseva One', cursive;
    }
 .produitfab h3{
      font-size: 40px;
      font-family: 'Yeseva One', cursive;

    }

    .produit .col-md-5{
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .produit .col-md-5 p{
      font-size: 18px;
      color: black;
      width: 50vh;
      margin-top: 20px;
    }

    .produit .col-md-7{
      display: flex;
    }

    .noir{
      background-color: black; 
    }

    .sandwich{
      background-image: url(images/sandwich112.jpg);
      background-position-x: 30%;
      background-position-y: 69%;
      background-repeat: no-repeat;
      height: 36vw;
    }

    .phonesandwich{
      display: none !important;
    }

    .tartelette2{
      display: none !important;
    }

    .titre-intro{
      background-color: #ca4c28;
      justify-content: center;
      text-align: center;
      align-items: center;
      flex-direction: column;
      color: white;
      position: relative;
     padding: 20px;
    }

    .titre-intro img{
      z-index: 1;
      top: -40%; 
      position: absolute;
      width: 50%;
    }

    .titre-intro h2{
      padding-top: 0 !important;
      margin-top: 10px;
      z-index: 2;
    }

    .titre-intro p{
      width: 42vw;
      color: white;
      margin: 20px 0 40px 0;
      z-index: 2;
    }

    .creme{
      color: #F8E7C9 !important;
    }

    .left{
      justify-content: flex-start;
    }

    .right{
      justify-content: flex-end;
    }

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

      .bandeau{
        height: 485px;
      }

      .nabil2{
        width: 100% !important;
        height: auto !important;
      }

      .produit .col-md-7 {
        order: 1;
      }

      .produit .col-md-5 {
        order: 2;
      }

      .titre-intro img{
        display: none;
      }

      .titre-intro h2{
        margin-top: 20px;
      }

      .titre-intro p{
        width: 90vw;
      }

      .produit{
        padding-top: 0px;
      }

      .produit p{
        padding-bottom: 20px;
      }

      .noir{
        flex-direction: column;
      }

      .produit img {
        height: 67vw;
        opacity: 0;
      }

      .sandwich{
        height: auto;
        background-image: none;
        background-color: #5c3023; 
      }

      .phonesandwich{
        display: flex !important;
      }

      .tartelette{
        display: none !important;
      }

      .tartelette2{
        display: flex !important;
      }

      .right{
        justify-content: center;
      }

      .left{
        justify-content: center;
      }
    }

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

      #bandeau{
        background-image: url(images/phonebg.jpg);
        background-size: cover;
        height: 500px;
      }

      .titre-intro img{
        top:-22%;
      }
    }       


    /*======================PRODUIT==============================*/

    body
    {
      background: #ffffff;
      font-family: 'Chivo', sans-serif;
      position: relative;
      margin:0 !important;
    }

    p {
      color: #848484;
      font-size: 18px;
      letter-spacing: 0.4px;
      line-height: 28px;
    }

    hr {
      border-top: 2px solid #828282;
      width: 120px;
    }


    h1{
      font-size: 40px;
      font-family:'Yeseva One', cursive;
      text-align: center;
      padding-top: 60px;
      color: #ffffff;
    }

    h2{
      font-size: 40px;
      font-family:'Yeseva One', cursive;
      text-align: center;
      padding-top: 10%;

    }

    .head_title{
      padding-bottom:50px;
    }


    /*==================== LOADER =======================*/

    .preloader {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #fefefe;
      z-index: 99999;
      height: 100%;
      width: 100%;
      overflow: hidden !important;
    }

    .loaded {
      width: 100%;
      height: 100vh;
      position: absolute;

      background-image: url(images/cap17_site_loader.gif);
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: cover;
      background-size: cover;
    }

    /*==================== NAV =======================*/

    #menu-top{
      background-color: #ca4c28;
    }

    .custom-toggler{
      border: none;
      background-color: transparent;
    }

    .navbar{
      justify-content: center;
    }

    .custom-toggler .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
      display: none;
    }

    @media screen and (max-width: 414px) {
      .custom-toggler .navbar-toggler-icon {
       display: block;
     }
   }

   #menu-top a{
    color: white;
    background-color: #ca4c28;
  }

  .navbar-default {
    background: #ca4c28;
    border: none;
    margin-bottom: 0;
    padding-bottom: 10px;
  }


  .navbar-brand, .navbar-nav li a {
    line-height: 28px;
  }

  ul {
    list-style: none;
    margin: 0;  
    padding: 0;
  }

  li {
    display: inline-block;
    padding: 0 0px;
  }

  a {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 8px 0;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
  }
  

  #navbarNav{
    justify-content: center;
  }


  .navbar-default .navbar-nav > li > a {
    color: #ffffff;
  }

  nav ul li,
  nav ul li:after,
  nav ul li:before {
    transition: all .5s;
  }

  nav.stroke ul li{
    position: relative;
        font-size: 14px;

  }
  
  nav.stroke ul li:after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #fff;
    height: 1px;
  }
  nav.stroke ul li:hover:after {
    width: 100% ;
  }

  .active::after{
    width: 100% !important;
  }







  /*==================== carousel =======================*/

  a.active{
    background-color: #ca4c28 !important;
    color: white !important;
  }

  html,
  body,
  .carousel,
  .carousel-inner,
  .carousel-inner .item {

  }

  .carousel-item{
    width: 100%;
  }

  .logoportable{
    display: none;
    background-color: #333840;
  }

  .logoportable img{
    margin-top: 5vh;
    width: 100vw;
    display: block;
  }



  @media screen and (max-width: 640px) {
    .carousel, .carousel-inner, .carousel-inner .item {
      height: 46vh;
    }
  }    

  @media screen and (max-width: 767px) {
    .slider{
      display: none;
    }

    .logoportable{
      display: flex;
    }


  }

  /*==================== agenda  =======================*/
  .date{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 14px;
    height: 18vh;
  }

  .date p{
    width: 100%;
    height: auto;
    text-align: center;
  }
  

  #agenda {
    background-color: #F8E7C9;
    padding-bottom: 200px;
    position: relative;
    background-position: right bottom, left top;
    background-size: 33vw auto;
    background-image: none;
  }


  #agenda h2{
    font-size: 40px;
    font-family:'Yeseva One', cursive;
    text-align: center;
    padding-top: 6%;

  }

  @media screen and (max-width: 640px) {
    h1 {
      font-size:20px;

    }
    #agenda {
      background-color: #F8E7C9;
      height: auto;
      position: relative;
      padding-bottom: 20px;
    }

  }
  @media screen and (max-width: 640px) {
    .slideInLeft{
      padding: 10px;
    }
  }


  .agenda1{
    height: 30vh;
    background-color: #000000;
    background:no-repeat center; 
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */

  }

  .agenda2{
    height: 30vh;
    background-color: #ffffff;
    position: relative;
    padding: 30px;
  }

  .date{
    position: absolute;
    width: 120px;
    background-color: #ca4c28;
    right: -24px;
    top: -27px;
  }
  @media screen and (max-width: 1024px) {
    .agenda2{
      height: auto!important;

    }
  }


  @media screen and (max-width: 1200px) {
    #agenda{background-color: #F8E7C9;
      height: auto;
      position: relative;
      padding-bottom: 20px;
    }
  }

  @media screen and (max-width: 640px) {
    .agenda2 h4{
      font-family: 'Yeseva One', cursive;
      font-size: 22px!important;
      padding-top: 100px!important;
    }

    .date {
      position: absolute;
      width: 100%;
      background-color: #ca4c28;
      right: 0px;
      top: -40px;
    }

  }

  .agenda2 h4{
    font-family: 'Yeseva One', cursive;
    font-size: 42px;
    padding-top: 26px;
  }


  .info_agenda{
    color: #ca4c28;
    text-transform: uppercase;
    font-weight: lighter;
    padding: 0px!important;
  }
  .date p{
    color: white;
    text-align: center;
    font-family:'Yeseva One', cursive;
    text-transform: uppercase;
    line-height: 33px;
    display: block;
  }

  .gros {
    display: block;
    font-size: 60px;
    text-align:center;
  }

  .bread{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
  }


  @media screen and (max-width: 2050px) {
    .bread{
      display: none;
    }
  }


  /*==================== CASE A PAIN  =======================*/

  .sidebyside{
    display: flex;
    flex-wrap: wrap;
  }

  #caseapain{
    background-color: #CA4C28;
  }

  #c2c{
    background-color: #CA4C28;
  }


  .c2c {
    background-color: #ffffff;
    background: url(images/c2c.jpg) no-repeat center; 
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */
    height: 50vh;
    position: relative;
  }

  .c2c2{
    background-color: #CA4C28;
    height: 50vh;
    background: url(images/douceurs_photo.jpg) no-repeat center; 
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */
    position: relative;
    padding: 0px !important;

  }


  .c2c2 div{
    color: rgba(255, 255, 255, 1);
    padding: 40px;
    position: absolute;
    bottom: 0px;
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    width: 100%;
  }

  .c2c2 p{
    color: rgba(255, 255, 255, 0.65);
  }


  .title_douceurs{
    font-size: 30px;
  }

  .coeurpain{
    position: absolute;
    bottom: 15px;
    left: 218px;
  }

  .cap {
    background-color: #ffffff;
    background: url(images/cap3.jpg) no-repeat center; 
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */
    height: 50vh;
  }


  .cap2{
    background-color: #CA4C28;
    height: 60vh;
    background: url(images/bg_cap2.jpg) no-repeat center; 
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */

  }



  .contact_bg{
    background-color: #CA4C28;
    height: auto;
    background: url(images/bg_cap2.jpg) no-repeat center; 
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */

  }


  .cap2 p{
    font-size: 23px;
    color: #ffffff;
    text-align: center;
    padding: 50px ;
    display: block;
    width: 45vw;
    margin: auto;
  }

  @media screen and (max-width: 640px) {
    .cap2 p{
      font-size: 15px;
      color: #ffffff;
      text-align: center;
      font-weight: 400;
      padding:0px!important;
    }

    .cap2{

      height:auto;
      padding-bottom: 20px;



    }
  }
  .cap3 {
    height: 70vh;
    background-color: #ffffff;
  }

  @media screen and (max-width: 414px) {
    .c2c img{
      top: 26vh;
      left: 10vw;
      width: 70vw;
    }
    .c2c{
      height: auto;
    }
  }

  /*==================== HISTOIRE  =======================*/

  #histoire {
    position: relative;
  }

  #histoire p {
    text-align: center;
    padding-left: 200px;
    padding-right: 200px;
    font-size: 23px;
    margin-bottom:20px;
  }

  .nabil{
    margin-top: 15px;
    display: flex;
    align-items: center;
  }

  @media screen and (max-width: 1040px) {
    #histoire p {
      text-align: center;
      padding-left: 10px;
      padding-right: 10px;
      font-size: 18px;
      margin-bottom:20px;
    }

  }


  .signature_img{
    display: inherit;
    margin: auto;
  }



  .slideInLeft{
    padding: 10px;
  }


  .signature_img {
    text-align: center;
  }


  .nabil{
    height: 785px;
  }

  .nabil2{
    width: auto;
  }

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

    .nabil{
      height: 100%;
    }
  }



  #bouton a {
   background-color: #3a3c41;
   border: 2px solid #3a3c41;
   color: white;
   padding: 7px 32px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   font-size: 16px;
   border-radius: 20px;
   -webkit-transition: all .6s ease-in;
   -moz-transition: all .6s ease-in;
   -o-transition: all .6s ease-in;
   transition: all .6s ease-in;
   margin-bottom: 10px;
 }




 #bouton a:hover{
   background-color: #ffffff;
   border: 2px solid #3a3c41;
   color: #3a3c41;
   padding: 7px 32px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   font-size: 16px;
   border-radius: 20px;
   -webkit-transition: all .6s ease-in;
   -moz-transition: all .6s ease-in;
   -o-transition: all .6s ease-in;
   transition: all .6s ease-in;
 }

 #bouton a:hover a{
  color: black;
  text-decoration: none;
}

#bouton {
  text-align: center;
  margin: 10px 0;
}


/*==================== PAINT  =======================*/

.paint{
 position: absolute;
 top:-60px;
 left: 50%;
 transform: translateX(-50%);
}

.paint2{
 position: absolute;
 top: -80px;
 right: 100px;
}

.paint3 {
    position: absolute;
    top: -411px;
    left: 199px;
}




@media screen and (max-width: 1240px) {
  .paint {
    display:none;

  }

  .paint2 {
    display:none;

  }


}

@media screen and (max-width: 1480px) {
  .paint3 {
    display: none;
  }
}
/*====================  NOS VALEURS  =======================*/




#nosvaleurs{
  background-color: #CA4C28;
  background: url(images/bg_valeur.jpg); 
  position: relative;
  padding-bottom:115px;
}


#nosvaleurs .paint2{
 position: absolute;
 top: -43px;
 left: 21px;
}


#nosvaleurs h2{
  color: #ffffff;
  margin-bottom: 40px;
  font-size: 40px;

}

#nosvaleurs h4{

  font-size: 26px;
  font-family:'Yeseva One', cursive;
  text-align: center;
  padding-top: 15%;
  color: #CA4C28;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  #nosvaleurs .paint2 {
    display:none;

  }

  #nosvaleurs h2{
    font-size: 30px;

  }
}

.valeurs{
  background-color: #ffffff;
  border: 20px solid #CA4C28;

  
}

.petit {
  font-size:18px;
}

#nosvaleurs p {
  text-align: center;
  margin-bottom:30px;
}



/*====================  BULLE =======================*/

#bulle {
 background-color: #CA4C28;
 background: url(images/bulles_bg.jpg) no-repeat center; 
 -webkit-background-size: cover; /* pour anciens Chrome et Safari */
 background-size: cover; /* version standardisée */
 padding-bottom: 100px;
}


#douceurs {
 background-color: #CA4C28;
 background: url(images/bg_douceurs_sucree.jpg) no-repeat center; 
 -webkit-background-size: cover; /* pour anciens Chrome et Safari */
 background-size: cover; /* version standardisée */
 padding-bottom: 100px;
}

.bulles{
  margin-top: 50px;
}
#bouton2 button {
 background-color: transparent;
 border: 2px solid #edcc9b;
 color: #edcc9b;
 padding: 7px 32px;
 text-align: center;
 text-decoration: none;
 display: inline-block;
 font-size: 16px;
 border-radius: 20px;
 -webkit-transition: all .6s ease-in;
 -moz-transition: all .6s ease-in;
 -o-transition: all .6s ease-in;
 transition: all .6s ease-in;

}



#bouton2 button:hover{
 background-color: #edcc9b;
 border: 2px solid #edcc9b;
 color: #ffffff;
 padding: 7px 32px;
 text-align: center;
 text-decoration: none;
 display: inline-block;
 font-size: 16px;
 border-radius: 20px;
 -webkit-transition: all .6s ease-in;
 -moz-transition: all .6s ease-in;
 -o-transition: all .6s ease-in;
 transition: all .6s ease-in;

}

#bouton2 {
  text-align: center;
  margin-top: 20px;
}

.end{
  justify-content: flex-end;
}

/*==================== buffet  =======================*/


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

}

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

}

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

}

/*====================  equipe =======================*/

#equipe{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #CA4C28;
  background-image: url(images/graines.png), url(images/graines2.png);
  background-position: right bottom, left top;
  background-repeat: no-repeat, no-repeat;
  background-size: 33vw auto;
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}

.equipe_nabil{
  margin-top: 5vh;
}

.equipe_nabil p{
  font-size: 
}


p.intro{
  text-align: center;
  color: white;
  margin-top: 40px;
}

.team{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
}

.team p{
  color: white;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.5s;
}

.membres{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 275px;
  height: 412px;
  overflow: hidden;
}

.membres:hover img{
  transform: scale(1.1);
}

.membres:hover .cache{
  height: 0;
}

.membres:hover p{
  opacity: 0}

.membres img{
  width: 275px;
  height: auto;
  transition: all 0.5s;
}

.cache{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(133,21,3,0.5);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s;
}

p.metier {
  font-size: 14px !important;
  line-height: 20px;
  margin-bottom: 15px;
}

.peinture{
  position: absolute;
  top: -75px;
  z-index: -1;
}

.small{
  font-size: 66%;
}

.on{
  display: block !important;
}

.desc{
  display: none;
  text-align: center;
}

#slidernabil{
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  padding: 0 42%;
}

#slidernabil a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  background-color: rgba(202,76,40,0.7);
  border-radius: 100%;
  transition: all 0.3s;
}

#slidernabil a:hover{
  background-color: rgba(202,76,40,1);
  transform: scale(1.1);
  text-decoration: none;
  color: white;
}

#slidernabil a:focus{
  background-color: rgba(202,76,40,1);
  transform: scale(1.1);
}


@media screen and (max-width: 414px) {
  .peinture{
    display: none;
  }

  .membres{
    width: 170px;
    height: 255px;
  }

  .membres img{
    width: 170px;
  }

  #equipe h1{
    font-size: 40px;
  }

  .c2c2 div{
    padding: 15px;
   
  }
}


/*==================== social =======================*/

#social{
  padding: 40px;
  background-color: #222222;
  position:relative;
}

#social .fab {
  margin-left: 19px!important;
  border-radius : 50%;
  color: #322f30;
  background-color: white;

}

.footer-social-icons {
  width: 261px;
  display:block;
  margin: 0 auto;
}
.social-icon {
  color: #fff;
}
ul.social-icons {
  margin-top: 10px;
}
.social-icons li {
  vertical-align: top;
  display: inline;
  height: 100px;
}
.social-icons a {
  color: #fff;
  text-decoration: none;
  display: inherit;
  text-align: left;
}
#social .fa-facebook-f {
  padding:14px 16px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition: .5s;

}
#social .fa-facebook-f:hover {
  background-color: #3d5b99;
}
.fa-twitter {
  padding:14px 14px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition: .5s;
  background-color: #322f30;
}
.fa-twitter:hover {
  background-color: #00aced;
}

.fa-youtube {
  padding:14px 14px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition: .5s;
  background-color: #322f30;
}
.fa-youtube:hover {
  background-color: #e64a41;
}

.fa-google-plus {
  padding:14px 16px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition: .5s;
  background-color: #322f30;
}
.fa-google-plus:hover {
  background-color: #e25714;
}


input {
  font: 19px "Open Sans", Helvetica, Arial, Sans-serif;
  border-radius: 3px;
  box-shadow: 0 2px 2px #000;
}

.page {
  margin: 50px auto;
}

form input,
form input:focus {
  padding: 10px 13px;
  border: 0;
  outline: 0;
}

form input[type="email"] {
  width: 100%;
  color: #a09f9f;
  margin-top:20px;
}

form input[type="submit"] {
  padding: 10px 15px;
  color: #CC4C29;
  background: transparent;!important;
  border: 2px solid #CC4C29;
  transition: all .3s ease-in-out;
  width: 100%;
  margin-top: 20px;
}

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

  form input[type="submit"] {
    padding: 10px 15px;
    color: #CC4C29;
    background: transparent;!important;
    border: 2px solid #CC4C29;
    transition: all .3s ease-in-out;
    width: 100%;
    margin-top: 20px;
  }


  form input[type="email"] {
    width: 100%;
    color: #a09f9f;
    margin-top:20px;
  }


}

form input[type="submit"]:hover,
form input[type="submit"]:focus {

  color: white;
  border: 2px solid #ffffff;
}


@media screen and (max-width: 340px) {
  .mail{
    width: 115%;
    margin-top:20px;
    margin-bottom: 20px;
    padding-right:10px;
  }

}
/*====================  footer =======================*/

footer{
  background-color: #CC4C29;
  height: 5vh;
  text-align: center;
  padding: 10px;
  color: #ffffff;
}


footer p {
  color: #ffffff;
  padding: 0 !important;
}



@media screen and (max-width: 640px) {
 footer p {
  font-size: 12px;
}
}


/*contact*/

#contact {
 padding-bottom: 262px;
}

/*=================== MAP =*/

#map .i4ewOd-pzNkMb-haAclf {
  background-color: rgb(34, 34, 34)!important;
}


#voyage{

  background-color: #222222;
  position: relative;
}


.tittle_voyage{
  padding-top:60px;
  padding-bottom: 60px;
  text-align: center;
  margin:0 auto;
}



.newsletter p{
  font-family: 'Yeseva One', cursive;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}


.info_news{
  font-style:italic;
  font-weight: lighter;
  margin-top:20px;
  text-align: center;
}


.newsletter {
  margin-top:20px;
}

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

  .newsletter .gros{

    font-size: 30px;

  }

}


#contact h1{
  padding-top: 20vh;
}


#contact hr{
  border-top: 2px solid #ffffff!important;
  width: 120px;

}

.contact .form-control {
  background: #ffffff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
.contact .form-control:focus {
  border-color: #f9f9f9;
}

a:active {outline-style:none!important;}


.logo_douceurs{
  margin: auto;
  display: inherit;
  padding-top: 20px;
}


.gallery-height {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 700px;
  align-content: center;
}

iframe {
  width: 100%;
}


@media (max-width: 2226px) {
  .coeurpain {
    position: absolute;
    bottom: 56px;
    left: 139px;
  }


  .c2c2 {
    background-color: #CA4C28;
    height: 66vh;
    background: url(images/douceurs_photo.jpg) no-repeat center;
    background-size: auto auto;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 0px !important;
  }




}



@media (max-width: 1900px) {
  .coeurpain {
    position: absolute;
    bottom: 15px;
    left: 136px;
  }
}


@media (max-width: 1600px) {
  .coeurpain {
    position: absolute;
    bottom: -51px;
    left: 44px;
  }
}


@media (max-width: 1300px) {
  .coeurpain {
    position: absolute;
    bottom: 15px;
    left: 30px;
  }

  #histoire p {
    text-align: center;


    font-size: 18px;
    margin-bottom: 20px;
  }


  #histoire h2 {

    padding-top: 6%;
  }

}


@media (max-width: 1000px) {
  .coeurpain {
    position: absolute;
    bottom: 15px;
    left: -11px;
  }
}



@media (max-width: 900px) {
  .coeurpain {
    position: absolute;
    bottom: 15px;
    left: 166px;
  }
}


@media (max-width: 700px) {
  .coeurpain {
    position: absolute;
    bottom: 15px;
    left: 166px;
  }



  .navbar-default .navbar-nav li a {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

}


@media (max-width: 600px) {
  .coeurpain {
    position: absolute;
    bottom: 15px;
    left:120px;
  }

}


@media (max-width: 500px) {
  .coeurpain {
    position: absolute;
    bottom: 15px;
    left:60px;
  }



}


@media (max-width: 400px) {
  .coeurpain {
   position: absolute;
   bottom: -68px;
   left: -56px;
 }


 .footer-social-icons {
  width: 246px;
  display: block;
  margin: 0 auto;
}
}

.c2c {
  background-color: #ffffff;
  background: url(images/c2c.jpg) no-repeat center;
  background-size: auto auto;
  -webkit-background-size: cover;
  background-size: cover;
  height: 66vh;
  position: relative;
}

}

@media (max-width: 300px) {
  .coeurpain {
    position: absolute;
    bottom: 15px;
    left:-39px;
  }

}



@media screen and (max-width: 1580px) {
  .paint3 {
    position: absolute;
    top: -60px;
    left: 100px;
  }
}  


@media screen and (max-width: 1700px) {
  .agenda2 h4 {
    font-family: 'Yeseva One', cursive;
    font-size: 42px;
    padding-top: 1px;
  }


  .cap2 p {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
  }


  .nabil {
    height: auto;

  }

  .coeurpain {
    position: absolute;
    bottom: 27px;
    left: 44px;
  }

  .c2c2 {
    background-color: #CA4C28;
    height: 66vh;
    background: url(images/douceurs_photo.jpg) no-repeat center;
    background-size: auto auto;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 0px !important;
  }

  .cap2 {
    background-color: #CA4C28;
    background: url(images/bg_cap2.jpg) no-repeat center;
    background-size: auto auto;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 0px;
    height: auto;
  }


  .cap {
    height: 61vh;
  }

  .agenda2 {
    height: 45vh;
    background-color: #ffffff;
    position: relative;
    padding: 30px;
  }

  .agenda1 {
    height: 45vh;
  }

  #nosvaleurs .paint2 {
    position: absolute;
    top: -43px;
    left: 30px;
  }


  .paint {
    position: absolute;
    top: -29px;
  }



  .cap2 p{
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding: 20px 80px;
    font-weight: 400;
  }

}  

.navbar-light .navbar-toggler{
  border: none;
}

.numeros{
	background: white;
	padding: 15vh 5vh;	
}

.numeros h1{
  margin-bottom: 20px;
  color:rgb(33, 37, 41);
}

.contact{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15vh 0;
  flex-direction: column;
  background-color: #CA4C28;
  background-image: url(images/graines.png), url(images/graines2.png);
  background-position: right bottom, left top;
  background-repeat: no-repeat, no-repeat;
  background-size: 33vw auto;
}

.contact form{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

textarea{
  height: 20vh;
  border-radius: 4px;
  margin-top: 20px;
  border: none;
  font-size: 20px;
  padding: 12px;
  width: 100%;
}

div.wpcf7 {
  width: 30vw;
}

fieldset{
  width: 100%;
}

.contact input{
  box-shadow: none;
  margin-top: 20px;
  width: 100%;
}

.contact p{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  color: white;
}

.contact a{
	display: inline;
}

.wpcf7-form-control-wrap{
  width: 100%;
}

.contact input[type="submit"]{
  border: 2px solid white;
  color: white;
  width: 80%;
  transition: all 0.5s;
}

.contact input[type="submit"]:hover{
  color: #CA4C28;
  background-color: white;
}

.contact h2{
	color: white;
}

hr{
  border-top: 2px solid white;
}

@media screen and (max-width: 414px) {
  div.wpcf7 {
    width: 90vw;
  }

  .contact h1{
    font-size: 30px;
  }
}

#Cnabil{
  display: flex;
  justify-content: space-around;
  height: 90vh;
  margin-top: 5vh;
}

#Cnabil img{
  height: auto;
}

#Hnabil{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 50vw;
}

#Hnabil h2{
  margin-bottom: 30px;
  padding: 0;
}

.Tnabil{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 414px) {
  #Cnabil{
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 8vh;
  }
  #Hnabil{
    width: 90vw;
  }



  footer{
    height: auto;
  }


}

footer a{
  display: initial;
  margin-left: 5px;
  text-decoration: none;
}

footer a:hover{
  color: white;
}

.mentions h2{
  margin: 8vh 0 5vh 0;
  padding: 0;
}

.mentions p{
  margin: 0vh 0 3vh 0;
  padding: 0;
}
}

.hidden{
  overflow: hidden;
}

.linksingle{
  color: black;
  text-align: left;
}
.linksingle:hover{
  color: black;
  text-decoration: none;
}

.single{
  min-height: 95vh;
}

.single h2{
  padding-bottom: 40px;
}

.single p{
  padding: 9px 42px;
  text-align: center;
}

.container-fluid.slider {
  margin-top: 5vh;
}

.signature{
  width: 10vw;
  margin-top: 10px;
}

img.pageequipe {
  margin-top: 6vh;
  width: 100%;
}

nav a{
  text-transform: uppercase;
}

.actu{
  margin-top: 6vh;
}

.actu .article{
  margin-bottom: 8vh;
}

.gateaux{
  background-color: #fae7c7;
}

.philo_titre{
  width: 56vh;
  margin-bottom: 20px;
}

.philo_paint{
  top: -23% !important;
}

#partenaires{
  background-color: #ca4c28;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#partenaires h2{
  padding-top: 3%;
  color: white;
}

#partenaires p{
  text-align: center;
  color: white;
  margin: 40px 0 30px 0;
}

.logopart{
  width: 60vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 80px;
}

.logopart a{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 10px;
  overflow: hidden;
}

.logopart a img{
  width: 84px;
  height: auto;
}

.merci{
  margin-bottom:20px; 
}

@media screen and (max-width: 414px) {
  .philo_titre{
    width: 40vh;
    margin-bottom: 0px;
  }

  .produit h3{
    margin-top: 20px;
  }

  .produit .col-md-5 p{
    width: 42vh;
  }

  #partenaires p {
    margin: 40px 30px;
  }

  .logopart a {
    width: 72px;
    height: 72px;
    margin: 5px;
  }

  .cap2 {
    padding-bottom: 25px;
  }

  .cap2 p{
    width: 100%;
  }

  h1{
    font-size: 28px;
  }

  .signature{
    width: 30vw;
  }

  .bandeau .col-xl-6 h1 {
    font-size: 42px;
  }

  .logopart a img {
    width: 63px;
    }

  .produit h3 {
    font-size: 29px;
  }

  .produit img{
    opacity: 1;
  }

  .buffet1{
    background-image: none !important;
  }

  .buffet2{
    background-image: none !important;
  }

  .buffet3{
    background-image: none !important;
  }

  .buffet1 p, .buffet1 h3{
    color: black !important;
  }

  .buffet2 p{
    color: black !important;
  }

  .buffet3 p{
    color: black !important;
  }

}

@media screen and (max-width: 320px) {
  h1{
    padding-top: 30px;
  }

  .date{
    height: auto;
  }

  .padd0{
    padding: 0;
  }

  .c2c2 div{
    padding: 10px;
  }

  .title_douceurs {
    font-size: 24px;
  }

  .c2c2 p{
   font-size: 15px; 
  }

  #partenaires h2 {
    padding-top: 8%;
  }

  #partenaires p {
    margin: 20px 14px;
  }

  #agenda h2 {
    padding-top: 30%;
  }

  .logoportable {
    height: 60vh;
  }

  .bandeau {
    height: 300px;
  }

}

.titre-intro a:hover{
  color: white;
  text-decoration: none;
}

.buffet1{
  background-image: url(images/buffet1.jpg);
  background-size: cover;
  background-position: bottom;
}

.buffet2{
  background-image: url(images/buffet2.jpg);
  background-size: cover;
  background-position: bottom;
}

.buffet3{
  background-image: url(images/buffet3.jpg);
  background-size: cover;
  background-position: bottom;
}

.exerpt-nabil{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}



.devis {
    width: 100%;
    margin: auto!important;
    display: inline!important;
    text-align: center!important;
    margin-top: 20px!important;
}

.single img{
  width: 100%;
  height: auto;
}

.construction{
  cursor:-webkit-not-allowed;
cursor: not-allowed;
} 

.orange{
  color: #ca4c28;
}

.fabrique{
  text-align: center;
 margin-top:-10px;
    padding: 0;
}

#gallery-1{
  margin: 0 auto;
    padding: 0;
}

#gallery-1 img {
    border: 2px solid #ffffff;
    width: 100%;
    height: auto;
}


.gallery-item {
  margin-top: 0px!important;
}

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


.gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 100%!important;
}
}

.single .perso p a{


  background-color: transparent;
 border: 2px solid #23262b;
 color: #23262b;
 padding: 4px 20px;
 text-align: center;
 text-decoration: none;
 display: inline-block;
 font-size: 14px;
 border-radius: 20px;
 -webkit-transition: all .6s ease-in;
 -moz-transition: all .6s ease-in;
 -o-transition: all .6s ease-in;
 transition: all .6s ease-in;

}


.single .perso p a:hover{
 background-color: #23262b;
 border: 2px solid #23262b;
 color: #ffffff;
 padding: 4px 20px;
 text-align: center;
 text-decoration: none;
 display: inline-block;
 font-size: 14px;
 border-radius: 20px;
 -webkit-transition: all .6s ease-in;
 -moz-transition: all .6s ease-in;
 -o-transition: all .6s ease-in;
 transition: all .6s ease-in;



}



.produit p a{


  background-color: transparent;
 border: 2px solid #23262b;
 color: #23262b;
 padding: 4px 20px;
 text-align: center;
 text-decoration: none;
 display: inline-block;
 font-size: 14px;
 border-radius: 20px;
 -webkit-transition: all .6s ease-in;
 -moz-transition: all .6s ease-in;
 -o-transition: all .6s ease-in;
 transition: all .6s ease-in;

}


.produit p a:hover{
 background-color: #23262b;
 border: 2px solid #23262b;
 color: #ffffff;
 padding: 4px 20px;
 text-align: center;
 text-decoration: none;
 display: inline-block;
 font-size: 14px;
 border-radius: 20px;
 -webkit-transition: all .6s ease-in;
 -moz-transition: all .6s ease-in;
 -o-transition: all .6s ease-in;
 transition: all .6s ease-in;
}



