
/*font utilisé*/
/*
font-family: 'Open Sans', sans-serif; /*h3 h2*//*
font-family: 'Arvo', serif; /*corps de texte ?*/
/*mont serrat pour sous texte

couleur verte : color: #3F790E;
*/

* p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #5B4848;
    text-align: center;

}

* h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 29px;

    line-height: 35px;
    text-align: center;
    padding-top: 90px;
    color: #ec7d0a;
    text-transform: uppercase;
}

.anchor { padding-top: 90px; }

.titrestyle {
    width: 70px;
    height: 2px;
    border: 1px solid #614d4d;
    /*margin-left: 47.1%;
    margin-right: 50%;
    margin-bottom: 50px;*/
    margin: 0 auto;
    margin-bottom: 30px;

}



/* MENU */

#logo {
    max-height: 80px !important;
    max-width: auto;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 3px;
}






#lienlogo a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;


}


#logo-port {
    display:none;
    position: relative;
    left:45%;
    max-width: 50px;
    max-height: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.navbar
{
    background: white;
    font-size: 18px;
    /*letter-spacing: 4px;*/
    text-transform: uppercase;
    padding-bottom: 6px;
    line-height: 15px;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0px 2px 5px #888888;

}
.navbar .navbar-nav
{
    display: inline-block;
    float: none;
    vertical-align: top;
    padding-top: 10px;
    /*padding-bottom: 10px;*/


}
.navbar .navbar-collapse
{
    text-align: center;
}
.navbar li a
{
    color: #614d4d   !important; /*marron*/
    font-weight: bold;
    /*padding: 80px auto 80px auto !important;*/
}

@media (min-width: 768px){

.navbar-nav>li>a {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
#logo {
    max-height: 80px !important;
    max-width: auto;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}
}
.navbar-nav li a:hover, .navbar-nav li.active a
{
    color: #ec7d0a !important; /*Orange*/
    background-color: #fff !important;

}
.navbar-default .navbar-toggle
{
    border-style: none;
}
.icon-bar
{
    background-color: #3F790E !important;

}

/*permet de réduire la nav bar plus tôt*/
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    #logo-port {
        display: inline;
    }
    #logo {
        display: none;
    }

}


#enanglais {
    margin-left: 50px;
}

.langue-container {
    width: 30px;
    height: auto;
    display: block;
    position: relative;
    /*top:-15px;*/
    /*margin-bottom: 20px;*/
}

.semi {
    opacity: 1; /*avant c'était 0.5*/
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.plein {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}



/* About LE FRUIT DU CAJOU */
#about
{
    display: block;
    position: relative;

    /*background: url("../images/schema-cajus.png");
    background-position: center;
    background-repeat: no-repeat;*/
    padding-top: 10px;
    padding-bottom: 10px;
    text-shadow: 1px 0px 2px white;

}

#schema {
    margin: 0 auto;
}
/*#about.img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}*/


/*#imgfond{
    max-width: 940px;
    margin: 0 auto;
    padding: 0 10px;
  }*/

  #about .heading h3
  {
      display: block;
      color: green;
      position:relative;
      font-size:36px;
      font-family: 'Open Sans', sans-serif;
      line-height: 43px;

      opacity: 1;
      /*text-shadow: 2px 2px 4px #000000;*/
      text-align: center;
  }



#about p {
    margin-bottom: 100px;
    text-align: justify;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    opacity: 1;
}
/*
  @media screen and (max-width: 1042px) {
      #about .heading h3  {

          font-size:60px;

      }
  }

  @media screen and (max-width: 630px) {
      #about .heading h3  {
          font-size:30px;

      }
  }

  @media screen and (max-width: 420px) {
      #about .heading h3  {
          font-size:20px;

      }
  }

  @media screen and (max-width: 340px) {
      #about .heading h3  {
          font-size:20px;

      }
  }*/


    /*OUR FRACTIONATION COMPOSITION*/

.row {

    display: inline-block;
    float: right;

}

#pack-cajou {
    display: inline-block;
    float: left;
    max-width: 100%;

    height: auto;
    /*margin: 0 auto;*/
}

#sous_titre_compo {
    color:#5B4848;
    font-size: 26px;
    margin-bottom: 30px;

}

/*@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,700";*/
.rwd-table {
  margin: 0 auto;
  /*min-width: 300px;*/

}

#vitamine {
    color:#ec7d0a
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}



.rwd-table {
  background: #fff;
  color: #5B4848;
  border-radius: .4em;
  overflow: hidden;
}
.rwd-table tr {
  border-color: #46637f;
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
}
.rwd-table th, .rwd-table td:before {
  color: #5B4848;

  /*orange*/
  /*color: #ec7d0a;*/
  /*marron*/
  /*color: #5B4848;*/
}




/*
#our-expertise
{
    display: block;
    position: relative;

    /*padding-top: 100px;*/
    /*text-shadow: 20px 20px 20px #000;*/
/*
}
*/

/*OUR PRODUCTS - EFFETS BENEFIQUES */

#grossecase {
    margin: 0 auto;
    float: left;
}

.row1 {
    display: inline-block;
    text-align: center;

    padding-top: 30px;
}
.case {
    width:80%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    padding: 30px;
    background: white;
    border-radius: 10px;
    border: 2px solid #ccc;
    margin-bottom: 30px;
    /*margin: 0 auto;
    display: inline-block;
    text-align: center;
    padding: 30px;
    max-width: 500px;
    height: auto;
    border: solid 1px black;*/

}

case.p {

}

.case img {
    max-width: 30%;
    max-height: auto;
}
.case p {
    float: left;
    /*width: 65px;*/
    height: auto;
    margin-top: 30px;

}



.products{
    width: 200px;
    height: auto;
}

.row h3 {
    color: #3F790E;
    font-weight: normal;
    font-size: 30px;
}

/*TEAM*/

.row img {
    border-radius: 50%;
    max-width: 270px;

}


/*MAPS #################################*/

.map {
    text-align: center;
    margin: 0 auto;
    display: block;}

.map iframe {
    border-width: 1px !important;
}


/*contact ######################################*/
#contact {
    display: block;
    position: relative;
    max-height: 500px;

    /*margin-top: 100px;*/
    background: url("../images/Cashew-Tree2.jpg");
    padding-top: 100px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto
}

.contact-container {
    max-width: 600px;
	text-align:center;
    background-color: rgba(255,255,255,0.6);
    border-radius: 10px;
    padding:50px 50px 50px 50px;
    
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;


}

.contact-container p {
    text-align: left;
    font-size: 25px;
    padding-bottom: 10px;
}


@media (max-width: 578px) {
    .contact-container p{font-size: 14px !important;}
}
@media  (max-width: 264px) {
    .contact-container p{font-size: 12px !important;}
}



.glyphicon:before {
  margin-right: 10px;
}

#contact .titrestyle {
    width: 70px;
    height: 2px;
    border: 1px solid grey;
    margin-left: 47.7%;
    margin-right: 50%;
    margin-bottom: 50px;

}

/*FOOTER*/

.footer-container {
    display: block;
    position: relative;
    padding: 50px auto 50px auto;
    background-color: white;
}

.footer-container span{
    margin: 40px auto 20px auto;
    color: #3F790E;
}

#upglyphicon {
    font-size: 23px;
    color:#ec7d0a
}

#upglyphicon:hover {
    font-size:27px;
}

#siteinternet {
    position: relative;
    /*display: inline-block;*/
    /*margin-right: 50%;
    margin-left: 50%;*/
    margin-top: 20px;
    margin-bottom: 60px;
    padding: 20px auto 30px;
    left:-5px;
    color:#ec7d0a


}

.footer-container h5{
    margin-bottom: 30px;
    color: #3F790E;
}
