/*font-family: 'Dancing Script', cursive;
font-family: 'Mr Dafoe', cursive;*/
/*font-family: 'Raleway', sans-serif;*/

@font-face {
    font-family: 'Channel_Slanted2';
    src: url('../ressources/Channel_Slanted2.ttf');
}

table{
  border: 0;
  margin: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /*border: 1px solid grey;*/
  border-collapse: collapse;
}


td{
  margin: 0;
  padding: 10px;
}



*{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html{
  font-size: 100%;
  min-height: 100%;
  margin-top: 0;
}

/***********body**********/

body{
  line-height: 1.8;
  margin: 0;
  word-break: word-break;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #536b69;/* gris*/
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: 0;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-bottom: 0;
}

video,
iframe,
img,
audio{
  max-width: 100%;
}

main{
  margin; 0;
}

.transparence{

}


h2{
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}

.container{
  width: 85%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding: 30px;

}

h1,
h2,
h3,
h4,
h5{
  /*font-family: 'Dancing Script', cursive;*/
  font-family: 'Channel_Slanted2', scipt;
  text-align: center;
  color: #97b261;
}

p{
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
}


.titreBlog{
  width: 100%;
  background-color: white;
  margin: 0;
  border-bottom: 8px solid #97b261;
  text-align: center;
  padding-top: : 30px;
  padding-bottom: : 40px;
  box-shadow: 1px 1px 7px 1px rgba(66, 66, 66, 0.6);;
}

.logo{
  width: 240px;
  min-width: 60px;
  margin-top: 40px;
}

.titreBlog nav{
  display: flex;
  justify-content:space-around;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
}


.titreBlog h1{
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  margin-top: -15px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.5rem;
  color: #536b69;
  font-style: italic;
  font-family: 'Open Sans Condensed', sans-serif;
  /*text-shadow: 2px 1px 2px #cccccc;*/
  font-weight: lighter;
}

.hide{
  display: none;
}

.show{
  display:inline-block;
}

.headerLogo{
  padding-top: 0;
  padding-bottom: 0;
}

.sound{
  float: right;
  text-align: right;
  margin-top: -37px;
}

.titreBlog h1 i{
  padding-left: 1.3rem;
}

.navigation{
  text-align: right;
  padding-bottom: 20px;
}

.navigation a{
  text-decoration: none;
  color: #536b69;
  font-size: 1rem;
  font-family: 'Open Sans Condensed', sans-serif;
  text-shadow: 1px 1px 2px #cccccc;
  text-align: center;
}

.navigation a i{
  font-size: 1.3rem;
  color: #536b69;
}

.welcome{
  text-align: center;
  padding-bottom: 40px;
  padding-top: 20px;
}

.welcome p{
  text-align: center;
  font-size: 1.5rem;
}

.welcome h2{
  color: #97b261;
  font-size: 1.5rem;

}

.slider{
  border: none;
  margin-bottom: 50px;
  box-shadow: 1px 5px 14px #d2d6d2
}

.section{
  margin-top: 20px;
}

.main-background{
  background-image: url(../img/background.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}

.header-background{
  background-image: url(../img/background-header.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
}

.logobio{
  width: 200px;
  padding: 20px;
  margin: 20PX;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

audio{
  display: none;
}

footer{
  margin-bottom: 0;
}

.footerContainer{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

.FooterNavReadable{
text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
font-weight: bolder;
}

.survole {
  margin-top: 0px;
  margin-bottom: 0;
  padding-bottom: 30px;
  padding-top: 0px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content:space-between;
}

.survole a:hover{
  transform: scale(1.2);
  color: #97b261;
}

.survole a{
  text-align: center;
  text-decoration: none;
  font-size: 1.2rem;
  color: #536b69;
}


.cta a:hover{
  transform: scale(1.2);
  color: #97b261;
  text-shadow: 0px 0px 0px #906009;
}

.cta  i:hover{
  transform: scale(1.2);
  color: #97b261;
}

.ctaPlus:hover{
  color: #2a80a9;
}

/*********************Page produit************************/

.articles{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}

.starters{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  border: 2px solid #97b261;
  box-shadow: 0px 0px 0px #906009;
  border-radius: 5px;
  padding: 20px;
  width : 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.starters h2{
  width : 100%;
  font-size: 1.2rem;
  margin-top: 10px;
}

.starter{
  display: flex;
  flex-direction: column;
  text-align: center;
  border-radius: 5px;
  width: 100%;
  padding: 20px;
}

.starter h3{
  font-size: 0.9rem;
  color: #536b69;
}

.boutonKnowMore{
  background-color: #97b261;
  width: 100%;
  padding: 20px;
  color: white;
  text-decoration: none;
  font-family: 'Channel_Slanted2';
  margin-right: auto;
  margin-left: auto;
  font-size: 0.8rem;
}

.photoProduct{
  width: 100%;
  max-height: 200px;
  margin-left: auto;
  margin-left: auto;
  text-align: center;
}

.priceProduct{
  margin-top: auto;
  font-size: 1.5rem;
  color: #97b261;
  font-family: 'Open Sans Condensed', sans-serif;
  margin-bottom: 5px;
}

.notreCarte{
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.PageProduit .formOrderPriduct{
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.PageProduit .starters{
  display: flex;
  flex-direction: column;
  text-align: center;
  border: 2px solid #97b261;
  box-shadow: 0px 0px 0px #906009;
  border-radius: 5px;
  padding: 20px;
  width : 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.PageProduit .boutonKnowMore{
  padding: 20px;
  display: block;
  width: 100%;
}

.PageProduit .photoProducts{
  width: 100%;
  height: auto;
  max-height: none;
  margin-bottom: 30px;
}

.photoProduct{
  width: 100%;
  max-height: none;
}

.infoProduit{

}

.PageConcept h4{
line-height: 2.2;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
margin-top: 10px;
}

.PageConcept img{
margin-top: 10px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
width: 100%;
text-align: center;
}

.PageConcept{
margin-top: 0;
padding-top: 0;
}

.moi{
  border-radius: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
    max-width: 250px;
}

h5{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.photomoi{
  width: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.interview{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.guillemet{
  width: 10%;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-top: -20px;
}
.guillemet2{
  width: 10%;
  text-align: center;
  margin-top: auto;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.guillemet i{
font-size: 1.5rem;
}
.guillemet2 i{
font-size: 1.5rem;
}

.textInterview{
  width: 75%;
}

.citation{
  font-style: italic;
}

.coordonnees{
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.coordonnees p{
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.coordonnees a{
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}

.ALittleMessage{
  border: none;
}

.ALittleMessage form{
  border: none;
}

.ALittleMessage table{
  border: none;
}
.ALittleMessage tr{
  border: none;
}

.field-set{
  border-color: #97b261;
  border-style: solid;
  border-radius: 5px;
  box-shadow: 3px 3px 2px #caccc7;

}

.ALittleMessage td{
  border: none;
}

.ALittleMessage input{
  width: 100%;
  text-align: left;
  border: 1px solid #536b69;
}

.ALittleMessage textarea{
  width: 100%;
  text-align: left;
  border: 1px solid #536b69;
}

.ALittleMessage label{
  text-align: left;
}

.ALittleMessage legend{
  font-family: 'Channel_Slanted2', scipt;
  text-align: center;
  color: #97b261;
  padding-right:10px;
  padding-left:10px;
}


.submitButtons input{
  width: auto;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: : 10px;
  text-align: center;
  color: #97b261;
  background-color: white;
  border: 2px solid #97b261;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #caccc7;
  margin-right: 10px;
}

.submitButtons button{
  width: auto;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: : 10px;
  text-align: center;
  color: #97b261;
  background-color: white;
  border: 2px solid #97b261;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #caccc7;
  margin-right: 10px;
}

.quantity{
  width: auto;
  justify-content: center;
  text-align: center;
  margin-top: 10px;
  margin-bottom: : 10px;
  text-align: center;
  color: #97b261;
  background-color: white;
  border: 2px solid #97b261;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #caccc7;
  margin-right: 10px;
}

.submitButtons td {
  text-align: left;
  padding-left: 5px;
}

.submitButtons .faypaschier {
  text-align: right;
  padding-right: 5px;
}

.PageConcept .photoProducts{
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  max-height: none;
  margin-bottom: 30px;
}

.linkNewContact{
  color: #97b261;
  text-decoration: none;
  font-size: 1.3rem;
  font-style: italic;
}

input{
  background-color: white;
  border: 2px solid #97b261;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #caccc7;
  padding: 5px;
}

.FormPanier{
  border: none;
}

.FormPanier table{
  border: none;
}

.FormPanier tr{
  border-bottom: 1px solid #536b69;
  border-top: none;
  border-left: none;
  border-right: none;
}

.FormPanier tfoot tr{
  border: none;
}

.FormPanier td{
  font-weight: bold;
}

.panierPriceItem{
  text-align: right;
}

th{
  text-align: left;
  background-color: none !white;
  font-family: 'Channel_Slanted2', scipt;
  font-size: 0.8rem;
  color: #97b261;
  padding-top: 10px;
  padding-bottom: 7px;
  border: none;
}

.FormPanier thead{
  background-color: none;
}

.FormPanier thead tr{
  border-bottom: 1px solid #536b69;
}

.centered{
  text-align: center;
  margin-right: 0;
  margin-left: 0;
}

.FormPanier .submitButtons td{
  text-align: right;
}

.FormPanier .submitButtons input{
  text-align: right;
  margin-right: 0;
  margin-left: 10px;
}

.formRadio input{
  box-shadow: none;
}

.modifyForm{
  display: flex;
  flex-direction: column;
  width: 100%;
}

select{
  width: auto;
  justify-content: center;
  text-align: center;
  margin-top: 10px;
  margin-bottom: : 10px;
  text-align: center;
  color: #97b261;
  background-color: white;
  border: 2px solid #97b261;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #caccc7;
  margin-right: 10px;
}

input{
  width: 100%;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: : 10px;
  text-align: center;
  color: #536b69;;
  background-color: white;
  border: 2px solid #97b261;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #caccc7;
}

button{
width: auto;
justify-content: center;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: : 10px;
color: #97b261;
background-color: white;
border: 2px solid #97b261;
border-radius: 5px;
box-shadow: 2px 2px 2px #caccc7;
}

.btnRetourAdmin{
  width: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.ImgModifyArticle{
  width: 30%;
  vertical-align: top;
}

.modifyForm label{
  padding-left: 10px;
}

.modifyForm .label{
  width: 20%;
}

.modeLivraison{
  margin-right:0;
  padding-right: 10px;
  margin-left: auto;
  float: right;l
}

.detailCommanadeAdmin{
  border-bottom:  1px dotted #536b69;/* gris*/
}


.DCAname{
  width: 50%;
  padding-left: 0;
}

.DCAquantity{
  width: 10%;
  text-align: center;
}

.DCAprice{
  width: 30%;
  padding-right: 0;
}

.DCAname p{
  text-align: left;
  padding-left: 0;
}

.DCAquantity p{
  text-align: center;
}

.DCAprice p{
  text-align: right;
  padding-right: 0;
}

.ordersAdmintitle{
  font-family: 'Open Sans Condensed', sans-serif;
  color: #536b69;/* gris*/
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.TotalOrder{
  width: 10%;
}

.Order .detailsOrd{
  padding: 20px;
  vertical-align: top;
}

.clientInfo{
  text-transform: uppercase;
}

.OneOrderAdmin{
  border-bottom: 2px solid #536b69;/* gris*/
}

.OneOrderAdmin:last-of-type{
  border-bottom: none;
}

.print{
  vertical-align: bottom;
}

.RecapOrder{
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.idCommande{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.RecapClient{
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.RecapDelivery{
  width: 100%;
  text-align: center;
}

.DCATotaux{
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0;
  margin-bottom: 0;
}

.InfosOrderAdmins{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.UneCommande{
  padding: 20px;
  border-bottom: 3px solid #536b69;/* gris*/
}

.UneCommande:last-of-type{
  padding: 20px;
  border-bottom: none;
}

.choixAdmin{
  width: 100%;
}


.choixAdmin select{
  width: 100%;
}

/**********************responsive*************************/

@media screen and (min-width: 800px){
  .starter{
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 5px;
    width: 48%;
    padding: 20px;
  }

  .PageProduit .starters{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .PageProduit .photoProducts{
    width: 45%;
  }

  .PageProduit .infoProduit{
    width: 45%;
  }

  .PageConcept .photoProducts{
    width: 30%;
    float: left;
    padding-left: 0;
    margin-left: 0;
    margin-right: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .PageConcept .photoProducts:nth-of-type(even){
    width: 30%;
    float: right;
    padding-left: 0;
    margin-left: 20px;
    margin-right: 0p;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .PageConcept .photoProduct{
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }

  .PageConcept h4{
    width: 100%;
  }

  .PageConcept .starters{
    display: block;
    text-align: center;
    border: 2px solid #97b261;
    box-shadow: 0px 0px 0px #906009;
    border-radius: 5px;
    padding: 20px;
    width : 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
  }

  .textJustify p{
    margin-bottom: 20px;
    text-align: justify;
  }
  }

@media screen and (min-width: 1000px){
  .articles{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
  }

  .starters{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    border: 2px solid #97b261;
    box-shadow: 0px 0px 0px #906009;
    border-radius: 5px;
    padding: 20px;
    width : 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .starter{
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 5px;
    width: 30%;
    padding: 20px;
  }
}


.xdebug-error th, .xdebug-error td  {
  color: black !important;

  font-family: Arial;
}
