/* Common style */

body {
  margin: 0;
  padding: 0;
  color: #695008;
  font-size: 15px;
  font-family: 'Lato', Helvetica, sans-serif;
  overflow-x: hidden;
}

h2 span {
  text-transform: uppercase;
  font-weight: bold;
}

#carrousel {
  width: 100%;
  height: 560px;
}

nav {
  background-color: rgb(242, 38, 19);
}

/** block  css **/

.row {
  margin-bottom: 10px;
}

#presentation {
  background-color: rgba(97, 89, 106, 255);
  color: rgb(255, 255, 255);
  border-radius: 10px;
}

#presentation h1 {
  text-transform: uppercase;
}

#presentation img {
  border-radius: 20px;
}

#lingerie h1 {
  border-radius: 20px;
  background-color: #fff;
  color: rgb(97, 89, 106);
}

#lingerie p {
  text-align: center;
}

#lingerie h3 {
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
  text-transform: uppercase;
}

#lingerie ul {
  width: 100%;
}

#lingerie ul:first-of-type li {
  list-style-type: none;
  border-radius: 50%;
  display: inline-block;
  width: 8em;
  height: 8em;
  line-height: 8em;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
}

#lingerie ul:first-of-type li:first-child {
  background-color: rgb(154, 18, 179);
}

#lingerie ul:first-of-type li:nth-child(2) {
  background-color: rgb(65, 131, 215);
}

#lingerie ul:first-of-type li:nth-child(3) {
  background-color: rgb(226, 106, 106);
}

#lingerie ul:first-of-type li:nth-child(4) {
  background-color: rgb(46, 204, 113);
}

#lingerie ul:first-of-type li:nth-child(5) {
  background-color: rgb(65, 131, 215);
}

#lingerie ul:first-of-type li:nth-child(6) {
  background-color: rgb(242, 120, 75);
}

#lingerie ul:last-of-type li {
  list-style-type: none;
  text-align: center;
  padding-bottom: 2em;
  padding-top: 2em;
  border-radius: 30px;
  margin-bottom: 10px;
}

#lingerie ul:last-of-type li:first-child {
  /* background-color: rgb(242, 120, 75); */
  color: #fff;
  background-color: #8E44AD;
}

#lingerie ul:last-of-type li:last-child {
  background-color: rgb(253, 227, 167);
}

#lingerie ul:last-of-type li:nth-child(2) {
  /* background-color: rgb(65, 131, 215); */
  color: #fff;
  background-color: #C0392B;
}

#aproposPhoto {
  /*    background-color : rgb(182, 187, 193);    */
  background-image: -webkit-gradient( linear, left bottom, left bottom, color-stop(0.48, #221EFA), color-stop(1, #DB3DFF));
  background-image: -o-linear-gradient(left bottom, #221EFA 48%, #DB3DFF 100%);
  background-image: -moz-linear-gradient(left bottom, #221EFA 48%, #DB3DFF 100%);
  background-image: -webkit-linear-gradient(left bottom, #221EFA 48%, #DB3DFF 100%);
  background-image: -ms-linear-gradient(left bottom, #221EFA 48%, #DB3DFF 100%);
  background-image: linear-gradient(to left bottom, #221EFA 48%, #DB3DFF 100%);
}

#aproposPhoto p
 {
  font-size: 2em;
  margin-top: 40px;
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
  color: rgb(249, 105, 14);
}

#pornoChic {
  background-color: rgba(25, 26, 47, 255);
  color: #fff;
}

#pornoChic h1 {
  font-size: 1.8em;
}

#pornoChic p {
  padding-top: 2em;
}

/* Une bulle qui se deplace */

/* #pornoChic p:last-child {  */

/* padding-top : 1em; */

/* border-radius : 50%; */

/* 			} */

#lecture,
#photo-mois {
  background-color: rgb(238, 238, 238);
  text-align: center;
  font-size: 2em;
}

#photo-mois {
  background-color: #fff;
  color: #db0a5b;
}

#girly p:last-child,
#commoditeSuite p:last-child {
  position: relative;
  width: 90%;
  padding: 20px 40px;
  margin: 10px 10px 80px 40px;
  background: #f7a944;
  background: -webkit-gradient(linear, 0, 0, 0 100%, from(#fac868), to(#f3961c));
  background: -moz-linear-gradient(#fac868, #f3961c);
  background: -o-linear-gradient(#fac868, #f3961c);
  -webkit-border-radius: 30%;
  -moz-boder-radius: 30%;
  border-radius: 35%;
  -webkit-box-shadow: -3px 4px 8px #989898;
  -moz-box-shadow: -3px 4px 8px #989898;
  box-shadow: -3px 4px 8px #989898;
  color: #575544;
  font-size: 1.1em;
  letter-spacing: 0.06em;
}

#girly p:last-child:before,
#commodites p:last-child:before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 20px;
  background: #f3961c;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: -3px 4px 8px #989898;
  -moz-box-shadow: -3px 4px 8px #989898;
  box-shadow: -3px 4px 8px #989898;
}

#girly p:last-child:after,
#commodites p:last-child:after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 0;
  background: #f3961c;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: -3px 4px 8px #989898;
  -moz-box-shadow: -3px 4px 8px #989898;
  box-shadow: -3px 4px 8px #989898;
}

#determination {
  /*    background-color: rgba(126, 126, 126, 255);*/
  background-image: -webkit-gradient( linear, left bottom, left bottom, color-stop(0, #66002C), color-stop(0.59, #8F9396));
  background-image: -o-linear-gradient(left bottom, #66002C 0%, #8F9396 59%);
  background-image: -moz-linear-gradient(left bottom, #66002C 0%, #8F9396 59%);
  background-image: -webkit-linear-gradient(left bottom, #66002C 0%, #8F9396 59%);
  background-image: -ms-linear-gradient(left bottom, #66002C 0%, #8F9396 59%);
  background-image: linear-gradient(to left bottom, #66002C 0%, #8F9396 59%);
  color: #fff;
}

#commodites {
  /* background-color: rgba(126, 126, 126, 255); */
  background-image: -webkit-gradient( linear, left bottom, left bottom, color-stop(50, #c17f8b), color-stop(0.59, #7f2e3d));
  background-image: -o-linear-gradient(left bottom, #c17f8b 50%, #7f2e3d 59%);
  background-image: -moz-linear-gradient(left bottom, #c17f8b 50%, #7f2e3d 59%);
  background-image: -webkit-linear-gradient(left bottom, #c17f8b 50%, #7f2e3d 59%);
  background-image: -ms-linear-gradient(left bottom, #c17f8b 50%, #7f2e3d 59%);
  background-image: linear-gradient(to left bottom, #c17f8b 50%, #7f2e3d 59%);
  color: black;
}

#determination li,
#entreprendre li {
  font-size: 1.3em;
}

#commodites h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 2em;
}

#determination ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}

#commodites ul li,
#libertine ul li {
  list-style-type: none;
  text-align: center;
  /* color : #fff; */
}

#commodites h4,
#libertine h4 {
  position: relative;
  left: 43%;
  width: 7em;
  height: 7em;
  border-radius: 50%;
  line-height: 7em;
  /* color : black; */
  /* background-color : rgb(64, 224, 208); */
  background-color: rgb(0, 191, 255);
  /* background-image : url(../img/background-commodite1.jpg);
       background-repeat : no-repeat; */
}

#libertine h4 {
  background-image: url("../img/background-commodite2.jpg");
}

/* #commodites h4:first-of-type, */

#libertine h4:first-of-type {
  background-color: rgb(0, 177, 106);
}

/* #commodites h4:last-of-type, */

#libertine h4:last-of-type {
  background-color: rgb(244, 179, 80);
}

/* #commodites h4:nth-of-type(2), */

#libertine h4:nth-of-type(2) {
  background-color: rgb(242, 120, 75);
}

#commoditeSuite,
#commoditeSuite p:last-child:before,
#commoditeSuite p:last-child:after,
#commoditeSuite p:last-child {
  background-color: rgba(7, 5, 5, 255);
  color: #fff;
}

#commoditeSuite p:last-child {
  background-color: rgba(7, 5, 5, 255);
  color: #fff;
}

#warning-sms {
  text-align: center;
  border-radius: 10px;
  color: #fff;
  background-color: rgba(214, 69, 65, 255);
}

/* #valeurAjoutee p,
   #commodites p:nth-of-type(2) */

.bcbg-warning {
  text-align: center;
  /* border-radius: 10px; */
  color: #fff;
  background-color: rgba(214, 69, 65, 255);
}

#valeurAjoutee p:first-of-type {
  color: #222222;
}

/* #valeurAjoutee p:last-of-type {
   background-color: rgba(239, 72, 54, 255);
   } */

/* #valeurAjoutee p:nth-of-type(2), */

#commodites p:nth-of-type(2) {
  background-color: rgba(214, 69, 65, 255);
}

#libertine {
  background-color: rgba(14, 14, 14, 255);
  color: #fff;
}

#entreprendre p {
  text-align: center;
}

#entreprendre li {
  padding-top: 20px;
}

/* .row:nth-of-type(14) ul span { */

/*      font-weight : bold;      */

/*      text-transform : uppercase; */

/* } */

#entreprendre p:nth-of-type(3) {
  background: #CCCCCC;
  font-weight: bold;
  font-size: 170%;
  color: black;
  text-transform: uppercase;
}

#entreprendre p:nth-of-type(2) {
  font-size: 170%;
}

#adresse iframe {
  width: 100%;
  height: 300px;
  border: none;
}

#warning-sms p,
h2 ~ p,
h1 ~ p {
  /* background-color : green; */
  font-size: 1.5em;
  padding-top: 2em;
  padding-bottom: 2em;
}

.row h1 {
  font-size: 3em;
}

.row h2,
footer h2 {
  font-size: 2em;
  padding-left: 10%;
}

.row h3 {
  font-size: 1.5em;
}

.row h4 {
  font-size: 1em;
}

.row h3,
.row h4,
.row h1 {
  text-transform: uppercase;
}

.row h3,
.row h4 {
  text-align: center;
}

a {
  color: #09f;
}

a:hover {
  text-decoration: none;
}

#back_to_camera {
  clear: both;
  display: block;
  height: 80px;
  line-height: 40px;
  padding: 20px;
}

.fluid_container {
  margin: 0 auto;
  margin-top: 10%;
  max-width: 1000px;
  width: 100%;
}

.navbar-brand {
  font-family: 'Dancing Script', cursive;
  font-size: 36px;
  font-weight: bold;
}

#brand {
  color: #DB0A5B;
}

#photo-mois .brand {
  font-family: 'Dancing Script', cursive;
  font-weight: bold;
}

/* #musique { */

/* 	/\*bottom: 10px;*\/ */

/* 	width: 100%; */

/* 	height:auto; */

/* } */

#phone {
  color: #4183D7;
}

/* audio { */

/*     width : 100%; */

/*     height : auto; */

/*  } */

footer {
  padding-bottom: 20px;
  /* background-color: rgb(200, 247, 197); */
  background-color: #DB0A5B;
  color: #fff;
}

footer ul {
  padding-left: 10%;
}

.backlink li {
  list-style-type: none;
  display: inline-block;
  text-transform: uppercase;
  padding-right: 1em;
  margin-bottom: 0.5em;
  /* background-color : black; /\* debug color *\/ */
  /* background-color : #fff; */
  /* border : solid 1px #eb9532; */
  /* border: solid 1px #eb9532; */
  color: #fff;
}

.backlink h2 {
  text-transform: uppercase;
}

.backlink {
  padding-bottom: 40px;
}

#info {
  padding-top: 50px;
  font-family: 'Dancing Script', cursive;
  font-size: 70px;
  font-weight: bold;
  background-color: #F22613;
  color: #ECF0F1;
  padding-bottom: 50px;
}

/* player */

@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot");
  src: url("css/fonts/fontawesome-webfont.eot?#iefix") format("eot"), url("fonts/fontawesome-webfont.woff") format("woff"), url("fonts/fontawesome-webfont.ttf") format("truetype"), url("css/fonts/fontawesome-webfont.svg#FontAwesome") format("svg");
  font-weight: 400;
  font-style: normal;
}

.jp-title {
  font-size: 12px;
  text-align: center;
  color: #999;
}

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

.jp-gui {
  position: relative;
  /* background: #f34927; */
  background: rgb(65, 131, 215);
  /* background: -moz-linear-gradient(top,  #f34927 0%, #dd3311 100%);
       background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f34927), color-stop(100%,#dd3311));
       background: -webkit-linear-gradient(top,  #f34927 0%,#dd3311 100%);
       background: -o-linear-gradient(top,  #f34927 0%,#dd3311 100%);
       background: -ms-linear-gradient(top,  #f34927 0%,#dd3311 100%);
       background: linear-gradient(to bottom,  #f34927 0%,#dd3311 100%); */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f34927', endColorstr='#dd3311', GradientType=0);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .1);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .1);
  border-radius: 3px;
  overflow: hidden;
  margin-top: 10px;
}

.jp-jplayer,
.jp-audio {
  /* width: 400px; */
  width: 290px;
  margin: 20px auto;
  z-index: 1;
}

.jp-controls {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "FontAwesome";
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.jp-controls li {
  display: inline;
}

.jp-controls a {
  color: #fff;
}

.jp-play,
.jp-pause {
  width: 60px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 43px;
  border-right: 1px solid #d22f0f;
}

.jp-controls .jp-play:hover,
.jp-controls .jp-pause:hover {
  background-color: #de3918;
}

` .jp-mute,
.jp-unmute {
  position: absolute;
  right: 55px;
  top: 0;
  width: 20px;
  height: 40px;
  display: inline-block;
  line-height: 46px;
}

.jp-mute {
  text-align: left;
}

.jp-volume-bar {
  position: absolute;
  right: 10px;
  top: 17px;
  width: 45px;
  height: 8px;
  border-radius: 20px 20px 20px 20px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
  background-color: #992E18;
  overflow: hidden;
}

.jp-volume-bar-value {
  background-color: #fff;
  height: 8px;
  border-radius: 20px 20px 20px 20px;
}

.jp-progress {
  background-color: #992E18;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
  position: absolute;
  /* right: 133px; */
  right: 110px;
  top: 15px;
  /* width: 210px; */
  width: 110px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
}

.jp-play-bar {
  height: 12px;
  background-color: #fff;
  border-radius: 20px 20px 20px 20px;
}

.jp-time-holder {
  color: #FFF;
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  /* right: 90px; */
  right: 69px;
  top: 14px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

#audio {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

/*
   iframe {
   width : 100%;
   } */

.modal {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

#annonce h3 {
  font-weight: 900;
}

#para {
  position: absolute;
  color: #22313f;
  text-transform: lowercase;
  top: -15px;
  font-size: 1.1em;
}

#para::first-letter {
  text-transform: uppercase;
}

/* .modal h4::first-letter {
   text-transform : uppercase;
   } */

@media (max-width: 768px) {
  .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

#audioMsg {
  margin-bottom: -28px;
  z-index: 10;
  position: relative;
  /* margin-left: 16px; */
  /* margin-left: 55px; */
  margin-left: 55px;
}
/* Large screen device */

@media (min-width: 960px) {

}

/* End Large screen device */
/* CSS For small device */

@media (max-width: 959px) {
  body {
    font-size: 12px;
    overflow-x: hidden !important;
  }

  p,
  #warning-sms p,
  #determination li {
    font-size: 1.32rem;
  }

  #carrousel {
    width: auto;
    height: 250px;
  }

  .vegas-wrapper {
    top: 28px;
  }

  #entreprendre p:nth-of-type(3),
  #entreprendre p:nth-of-type(2) {
    font-size: 1.5rem;
  }

  #warning-sms p,
  #lingerie h3 {
    padding: 0 0;
  }

  #lingerie ul {
    padding-right: 40px;
    /* centres le bloc parfum */
  }

  #aproposPhoto p {
    margin-top: 10px;
    font-size: 1.5rem;
  }

  #pornoChic p {
    padding-top: 0px;
  }

  #audioMsg {
    margin-left: 58px;
  }
}

body p {
  text-align: center;
}

/* #presentation p {
   text-align : center;
   } */

/* end small screen*/