


html, body {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
}

#famille {
   font-family: calibri,Arial;

   /* overflow: hidden; */

   /* margin-left: auto; */

   /* margin-right: auto; */

   position: relative;

   /* width: auto; */
   /* display: none; */
}

#p1 {
  /* visibility: hidden; */
  display: none;
}

#p2 {
  text-align: center;
  /* visibility: hidden; */
  display: none;
}

#p3 {
    display: none;
}

#famille section {
    min-height: 700px;
}

.wrapper {
  /* width: 100% !important; */
}

#fnd {
  /* min-width: inherit; */
  /* position: absolute; */
}

.main-container {
  /* width: 1280px; */
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  /* overflow-x: hidden; */
  /* overflow-y: hidden; */
}

#jxf-footer {
  font-size: 0.8em;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  /* top: 75%; */
  text-align: center;
  /* left: 5%; */
  /* right: 5%; */
  border-top: lightgray;
  border-top-style: solid;
  border-top-width: thin;
  /* display: none; */
}

#jxf-footer span {
  padding-top: 0px;
  padding-right: 20px;
  /* padding-bottom: 20px; */
  padding-left: 20px;
  display: inline-block;
}

#jxf-footer span a {
  text-decoration: none;
  color: red;
}

#loading {
  top: 50%;
  left: 50%;
  position: absolute;
  visibility: hidden;
}

.ecran {
  position: relative;
  left: 0%;
  right: 0%;
  top: 0%;
  /* display: none; */  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  /* min-height: 600px; */
}

#p1-intro {
  color: white;
  position: absolute;
  top: 10%;
  /* left: 5%; */
  width: 450px;
  background-color: #1fbdc3;  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  /* height: 55%; */
}
#p1-intro  a{
  color: #222222;

  font-size: 1.5em;
}
#p1-intro h1 {
  color: #ffffff;
    font-size: 3.5em;
    line-height: 0.9em;
    font-weight: normal;
    text-transform: uppercase;

 margin: 0.4em 0 0 0;
}

.b_ecran {
  text-decoration: none;
  padding: 10px;
  margin: 10px;
  background-color: white;  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  display: inline-flex;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.b_ecran .roundbtn {
  margin-right: 15px;
  font-size: medium;
  background-color: #1fbdc3;
  color: black;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 15px 15px 15px 15px;

  background-image: url(../img/sup.svg);
  background-color: #1fbdc3;
  background-size: 10px 18px;
  background-repeat: no-repeat;
  background-position: 10px 6px;
  background-clip: content-box;
  border-style: none;

  top: 0px;
  left: 0px;
}


.b_ecran:HOVER {

  background-color: #1fbdc3;

}

.b_ecran:HOVER .roundbtn {

  background-color: white;

  background-image: url(../img/sup_over.svg);
}


.b_ecran:HOVER span {
  color: white;
}


a.b_suite {
  text-decoration: none;
  padding: 5px 10px 5px 10px;
  margin: 10px;
  background-color: white;  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  display: inline-flex;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  font-size: 0.9em;
  margin: 5px 10px 5px 10px;
  line-height: 1.2em;
  width: 70px;

  color: black;
}

a.b_suite .roundbtn {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 15px 15px 15px 15px;

  background-image: url(../img/sup.svg);
  background-color: #1fbdc3;
  background-size: 5px 9px;
  background-repeat: no-repeat;
  background-position: 8px 6px;
  background-clip: content-box;
  border-style: none;

  top: 0px;
  left: 0px;
}


a.b_suite:HOVER {

  background-color: #1fbdc3;

}

a.b_suite:HOVER .roundbtn {
  background-color: white;
  background-image: url("../img/sup_over.svg");
}


a.b_suite:HOVER span {
  color: white;
}


/*  --- */

a.b_retour {
   text-decoration: none;
  padding: 5px 10px 5px 10px;
  margin: 10px;
  background-color: white;
    -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  display: inline-flex;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  font-size: 0.9em;
  margin: 5px 10px 5px 10px;
  line-height: 1.2em;
  width: 70px;

  color: black;
}

a.b_retour .roundbtn {
   margin-right: 5px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 15px 15px 15px 15px;

  background-image: url(../img/inf.svg);
  background-color: #1fbdc3;
  background-size: 5px 9px;
  background-repeat: no-repeat;
  background-position: 8px 6px;
  background-clip: content-box;
  border-style: none;

  top: 0px;
  left: 0px;
}


a.b_retour:HOVER {

  background-color: #1fbdc3;

}

a.b_retour:HOVER .roundbtn {
  background-color: white;
  background-image: url("../img/inf_over.svg");
}


a.b_retour:HOVER span {
  color: white;
}


/*  --- */


#p1-intro .txt .txt0 {
}
#p1-intro .txt {
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  border-top-width: thin;
  border-top-style: solid;
  border-top-color: white;
  border-right-width: thin;
  border-right-style: none;
  border-right-color: white;
  border-bottom-width: thin;
  border-bottom-style: solid;
  border-bottom-color: white;
  border-top-width: thin;
  border-right-width: thin;
  border-bottom-width: thin;
  border-left-width: thin;
  /* padding-top: 10px; */
  font-size: 1.2em;
  /* padding-bottom: 10px; */
  font-weight: normal;
  margin: 10px 15px 10px 10px;
  padding: 10px 0px 10px 0px;
}

#p1-intro .txt .txt0 {
  color: #000000;
}

#p1-bebe {
  left: 52%;
  position: absolute;
  top: 20%;
  width: 241px;
  height: 244px;
}

#p1-ado {
  position: absolute;
  left: 70%;
  top: 50%;
  width: 229px;
  height: 229px;
}

#p1-3age {
  position: absolute;
  top: 10%;
  left: 77%;
  width: 154px;
  height: 154px;
}

#credits {
  top: 30px;
  position: relative;
  line-height: 1.4em;
  margin-bottom: 70px;
  margin-left: 10px;
}

#p2 h1 {
  top: 150px;
  left: 0px;
  width: 100%;
  text-align: center;  -epub-text-transform: uppercase;
  text-transform: uppercase;
  color: #222e3b;
}

#p2 .btns_sex {
  position: absolute;
  top: 250px;
}

#p2 a {
  float: left;
  text-decoration: none;
}

#p2 a:first-child {
  margin-right: 30px;
}

#p2 a:first-child:hover {
  margin-right: 10px;
}

#p2 a p {
  color: white;
  font-size: 1.5em;
}

#p2 a .btn_sex {
  position: absolute;
  top: 0px;  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background-color: #222e3b;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  float: left;
  right: 0%;
  left: auto;
}

#p2 a:first-child .btn_sex {
  margin-right: 10px;
  float: left;
  right: auto;
  left: 0%;
}

#p2 a:hover .btn_sex {
  position: absolute;
  background-color: #1fbdc3;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  top: -10px;

}
#p2 a:hover .btn_sex.hom {

  left: -10px;

}
#p2 a:hover .btn_sex.fem {

  right: -10px;

}

#p2 a .btn_sex img {
  width: 140px;
  height: 140px;
}

#p2 a:hover .btn_sex img {
  width: 150px;
  height: 150px;
}

.btns_sex {
  position: relative;
  left: 25%;
  right: 25%;
}

#p2_titre {
  position: relative;
  font-weight: normal;
  font-size: 2.5em;
}
#p3-progress h1 {

  color: white;


  line-height: 0.3em;

  font-weight: 200;

  font-size: 2.2em;

  display: block;

}
#p3-progress span a {
  text-decoration: none;
  color: white;
  font-size: 0.8em;
}

#p3-progress span a.selected {
  text-decoration: none;  -epub-text-transform: uppercase;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
  color: #222e3b;
}
.progession > span {
    margin: 0px 10px;

}
.progession {
  color: #222e3b;
  /* position: absolute; */
  top: 20px;
  /* margin-left: 5%; */
  /* margin-right: 5%; */
  /* width: 80%; */
  background-color: #1fbdc3;  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  /* height: auto; */
}

.animation {
	position:relative;
	margin-top: 70px;
	height: 380px;
}
.illus_centre {
  position: relative;
  /* top: 100px; */
  display: block;
  left: 35%;
  width: 520px;
  /* overflow-y: hidden; */
}

.illus_centre img:first-child {
  position: absolute;
  width: 273px;
  height: 362px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  z-index: -1;
}

.illus_centre img {
  /* position: absolute; */
  width: 229px;
  height: 229px;
  padding-left: 22px;
  padding-top: 22px;
  left: auto;
  right: auto;
  z-index: 1;
  /* overflow: hidden; */
  /* float: initial; */
}

.illus_centre span {
  top: 70px;
  left: 250px;
  -epub-text-transform: uppercase;  text-transform: uppercase;
}

#p3-intro .illus_span h1 {
    font-weight: normal;

    font-size: 2.5em;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}
#p3-intro .illus_span h2 {

}
.illus_span {
  width: auto;
  color: white;
  background-color: #222e3b;  -webkit-border-radius: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-top-width: 10px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  height: auto;
  position: absolute;
}
p3-intro .illus_span h1 {
    font-weight: normal;

    font-size: 3em;
}
.illus_span h2 {
    margin-right: 10px;

}

.illus_chrono_span {
  width: auto;
  color: red;
  height: auto;
  position: absolute;
  top: auto;
  /* float: left; */
  left: 150px;  -epub-text-transform: uppercase;
  text-transform: uppercase;
}
.centre_navig {
    display: inline-block;

    text-align: center;
    width: 100%;
    /* position: absolute; */
    /* left: 0px; */
    /* margin-bottom: 60px; */
    height: 110px;
}
.info {
  display: inline-block;
  position: relative;
  /* visibility: hidden; */
  width: 60%;
  background-color: rgba(206, 233, 235, 0.62);  -webkit-border-radius: 10px 10px 10px 10px;  border-radius: 10px 10px 10px 10px;
  padding: 10px;
}

.info span{

  /* text-align: end; */
}

.info .ill {
  width: 30px;
  height: 30px;
  /* top: 15px; */
  /* bottom: 30%; */
  text-decoration: none;
  font-size: 1.5em;
  /* vertical-align: middle; */
  text-align: center;
  background-color: #1fbdc3;
  color: white;
  line-height: 30px;
  margin-right: 10px;  -webkit-border-radius: 31px 31px 31px 31px;
  border-radius: 31px 31px 31px 31px;
  /* overflow: hidden; */
  display: inline;
  position: absolute;
  font-family: Georgia,serif;
}

.info .txt {
  display: block;

  position: relative;
  margin-left: 40px;
}

.suite {
  position: relative;
  text-align: center;
  display: inline-block;
  float: right;
}
.suite>div {
    display: inline-block;
}
.retour {
  position: relative;
  text-align: center;
  display: inline-block;
  float: left;
}
.retour>div {
    display: inline-block;

}


.iroundbtn {
  margin-right: 15px;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 30px;
  height: 30px;
}



.pot_bebe {
  /* top: 380px; */
  /* position: relative; */
  /* left: 5%; */
  display: block;
  /* overflow: hidden; */
  /* margin-top: 10px; */
  /* display: none; */
  /* height: 130px; */
  text-align: center;
}

.pot_bebe_img {
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  left: auto;
  right: auto;
  padding-right: 10px;
}

.pot_bebe_h1 {
  font-size: 0.8em;
  display: block;  -epub-text-transform: uppercase;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  width: 230px;
  line-height: 1.5em;
  padding-bottom: 5px;
  height: 40px;
}

.pot_bebe_h2 {
  font-size: 3.5em;
  color: #1fbdc3;
  font-weight: bolder;
  text-align: left;
  /* width: 60%; */
  display: block;
  /* text-shadow: -1px 0 0px #1fbdc3, 1px 0 0px #1fbdc3, 0 -1px 0px #1fbdc3, 0 1px 0px #1fbdc3,-2px 0 0px #1fbdc3, 2px 0 0px #1fbdc3, 0 -2px 0px #1fbdc3, 0 2px 0px #1fbdc3; */
}

.illus_gauche {
  position: relative;
  /* top: 250px; */
  /* display: none; */
  left: 21%;
  max-width: 150px;
}

.illus_gauche img:first-child {
  position: absolute;
  width: 143px;
  height: 166px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  left: -72px;
}

.illus_gauche img {
  position: absolute;
  width: 120px;
  height: 120px;
  padding-left: 11px;
  padding-top: 11px;
  left: auto;
  right: auto;
  left: -71px;
}

.illus_droite {
  /* top: 250px; */
  /* display: block; */
  left: 75%;
  position: relative;
  /* display: none; */
  max-width: 150px;
}

.illus_droite img:first-child {
  position: absolute;
  width: 143px;
  height: 166px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  /* fill: rgb(255,0,0); */
  left: -72px;
}

.illus_droite img {
  position: absolute;
  width: 120px;
  height: 120px;
  padding-left: 11px;
  padding-top: 11px;
  left: auto;
  right: auto;
  left: -71px;
}

.liste_bebe {
  top: 177px;
  /* padding-top: 0.1%; */
  /* height: 40px; */
  position: relative;
  margin-left: 5px;
  left: 240px;
  width: 80%;
}

.liste_bebe img {
  left: -15px;
  right: 0px;
  display: inline;
  margin-left: 0px;
  /* margin-right: -18px; */
  /* margin-bottom: -20px; */
  /* margin-top: -30px; */
  position: relative;
  width: 33px;
  height: 38px;
  /* top: 50%; */
}

.nonarrow_box {
  position: absolute;
  display: block;
  color: #222e3b;
  -webkit-border-radius: 10px 10px 10px 10px;
  font-size: 0.4em;
  line-height: 1.5em;
  text-transform: uppercase;
  margin: 0px;
  max-width: 100px;
}
.nonarrow_box h1 {
	margin-top: 6px;

	font-size: 2.6em!important;
}
.nonarrow_box h2 {
	margin-top: 6px;
    font-weight: bold;
	font-size: 2.1em;
  line-height: 1em;
}
.arrow_box {
  position: absolute;
  display: block;
  background-color: #222e3b;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: white;
  /* left: 290px; */
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 0.5em;
  line-height: 1.5em;
  /* top: 82px; */
  text-transform: uppercase;
  /* max-width: 100px; */
  margin: 0px;
  /* height: 60px; */
}

.arrow_box:before {
  bottom: 100%;
  left: 30px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;  -o-border-image: none;
  -webkit-border-image: none;
  border-image: none;
  content: " ";
  height: 1px;
  width: 1px;
  position: absolute;
  pointer-events: none;
  border-top-color: rgba(88, 118, 138, 0);
  border-right-color: rgba(88, 118, 138, 0);
  border-bottom-color: #222e3b;
  border-left-color: rgba(88, 118, 138, 0);
  border-top-width: 10px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  /* display: block; */
  /* display: block; */
}

.inv_arrow_box {
  position: absolute;
  /* display: inline-table; */
  background-color: #222e3b;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: white;  -webkit-border-radius: 20px 20px 20px 20px;
  border-radius: 10px 10px 10px 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 0.5em;
  line-height: 1em;
  /* top: 360px; */
  text-transform: uppercase;
  left: -33px;
}

.inv_arrow_box:before {
  bottom: -45%;
  left: 15px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;  -o-border-image: none;
  -webkit-border-image: none;
  border-image: none;
  content: " ";
  height: 0px;
  width: 0px;
  position: absolute;
  pointer-events: none;
  border-top-color: #222e3b;
  border-right-color: rgba(88, 118, 138, 0);
  border-bottom-color: rgba(88, 118, 138, 0);
  border-left-color: rgba(88, 118, 138, 0);
  border-top-width: 20px;
  border-right-width: 20px;
  border-bottom-width: 20px;
  border-left-width: 20px;
}
.box_0 {
  left: 0%;
  /* margin-left: 32px; */
  max-width: 200px;
  position: relative;
  top: 195px;
  font-size: 2em;
}
.box_10 {
  left: 14%;
  /* margin-left: 32px; */
  max-width: 200px;
  position: relative;
  top: 195px;
  font-size: 2em;
}
.box_20 {
  left: 29%;
  /* margin-left: 32px; */
  max-width: 200px;
  position: relative;
  top: 195px;
  font-size: 2em;
}
.box_30 {
  left: 43.5%;
  /* margin-left: 32px; */
  max-width: 200px;
  position: relative;
  top: 195px;
  font-size: 2em;
}
.box_40 {
  left: 58%;
  /* margin-left: 32px; */
  max-width: 200px;
  position: relative;
  top: 195px;
  font-size: 2em;
}
.box_60 {
  left: 87%;
  /* margin-left: 32px; */
  max-width: 100px;
  position: relative;
  top: 195px;
  font-size: 2em;
}

.box_gauche {
  left: 20%;
  /* margin-left: 32px; */
  max-width: 200px;
  position: relative;
  top: 195px;
  /* display: none; */

}

.box_droite {
  left: 75%;
  /* margin-left: 32px; */
  position: relative;
  top: 195px;
  max-width: 200px;
  /* display: none; */

}

#box_sterilite {
  /* margin-left: 32px; */
  position: relative;
  top: 60px;
  /* display: none; */
  max-width: 150px;
}

#box_mariage {
  /* margin-left: 32px; */
  position: relative;
  top: 60px;
  max-width: 150px;
  /* display: none; */
}

.countdownHolder {
  position: absolute;
  top: 38px;
  left: 10px;

  width: 150px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  text-align: left;
  letter-spacing: -3px;
  /* display: inline-block; */
}

.position {
  display: inline-block;
  height: 2.8em;
  overflow: hidden;
  position: relative;
  width: 3.1em;
}

.info div {

  text-align: left;
  display: none;
  font-size: 1.1em;
}

.digit {
  position: absolute;
  font-family: Calibri, Arial;
  display: block;
  -webkit-border-radius: 0.4em 0.4em 0.4em 0.4em;
  border-radius: 0.4em 0.4em 0.4em 0.4em;
  text-align: center;
  color: #222e3b;
  letter-spacing: -1px;
  background-color: white;
  line-height: 1.05em;
  font-size: 2.3em;
  font-weight: bold;
  width: 1.2em;
  height: 1.2em;
}

.digit.static {  -webkit-box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
}

.countDiv {
  display: inline-block;
  width: 16px;
  height: 1.6em;
  position: relative;
}

.countDiv:before, .countDiv:after {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: black;  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  left: 50%;
  margin-left: -3px;
  top: 0.5em;
  content: "";
}

.countDiv:after {
  top: 0.9em;
}


.ss_txt_compteur {
    text-transform: initial;

    visibility: hidden;
}
.compteur .unite {

/* position: absolute; */


/* left: 60px; */


/* top: 20px; */

letter-spacing: normal;

font-size: 1.0em;

display: inline;

/* font-weight: bold; */

}
.txt_compteur {
	text-align: center;

	/* min-width: 200px; */
}
.compteur {
  height: 85px;
  font-family: Calibri, Arial;
  /* font-weight: bold; */
  color: white;
  font-size: 0.8em;  -epub-text-transform: uppercase;
  text-transform: uppercase;
  background-color: #222e3b;  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-top-width: 10px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  display: inline-block;
  min-width: 130px;
  margin-top: 5px;
  /* margin-right: auto; */
  /* margin-bottom: 5px; */
  /* margin-left: auto; */
  position: relative;
  overflow: hidden;
  text-align: left;
  /* visibility: hidden; */
}

.btnCompteur {
  display: block;
  position: absolute;
  right: -10px;
  /* height: 70px; */
  overflow: hidden;
}

.compteurs {
  /* display: none; */
  position: relative;
  /* top: 300px; */
  /* margin-left: 2%; */
  /* margin-right: 0%; */
  /* width: auto; */
  /* left: auto; */
  /* float: left; */
  text-align: center;
  /* height: 110px; */
  margin-bottom: 15px;
}

.btnpm {
  position: absolute;
  right: 30px;
  width: 6px;
  height: 6px;
  text-align: left;
  line-height: 1.7em;
}

.btnpm_a {  -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
  border-radius: 0.5em 0.5em 0.5em 0.5em;
  text-align: center;
  color: #222e3b;
  background-color: white;
  text-decoration: none;
  position: relative;
  display: inline-block;

  width: 1.7em;
  line-height: 1em;
  overflow: hidden;
  height: 1.0em;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-left: 0px;
  /* left: 1px; */  font-family: Calibri, Arial;  font-weight: bold;  font-size: 1.5em;}

div.styled {
  /* left: 55px; */
  text-align: left;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  /* margin-right: 40px; */
  margin-bottom: 0px;
  /* margin-left: 5px; */
  background-color: white;
  background-image: none;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right bottom;
  /* width: 10.5em; */
  -webkit-border-radius: 10px 10px 10px 10px / 11px 11px 11px 11px;
  border-radius: 10px 10px 10px 10px / 11px 11px 11px 11px;  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #cccccc;
  border-right-color: #cccccc;
  border-bottom-color: #cccccc;
  border-left-color: #cccccc;
   width: 180px;
   overflow : hidden;
  font-weight: bold;
}

div.styled select {
	 text-align: left;
  	 width: 200px;
	 /*width: 100%;*/

	 /* margin-right: 5px; */

	 margin-left: 0px;

	 background-color: transparent;

	 background-image: none;

	 border-top-width: medium;

	 border-right-width: medium;
  border-bottom-width: medium;

	 border-left-width:;

	 border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;

	 border-left-style: none;  -webkit-box-shadow: none;

	 box-shadow: none;

	 padding-top: 0.3em;

	 /* padding-right: 0.5em; */

	 padding-bottom: 0.3em;
  padding-left: 0.5em;
	 height: 2.5em;
	 font-weight: bold;
	 overflow: hidden;
}
div.styled select option{

	 /* margin-right: 10px; */

	 /* margin-left: 0px; */


	 width: 200px;
}

.div_pot_bebe {
  display: inline-block;
  top: 0%;
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 15px;
  /* width: 25%; */
  text-align: center;
  height: 90px;
}

#c_sterilite {
    min-width: 160px;
}

#chrono {
  /* right: auto; */

  position: relative;
  top: 150px;
  /* float: none; */
  /* display: none; */
  height: 0px;
}
#chrono img {
 left: 0px;

 width: 100%;
  /* right: auto; */
  position: absolute;
  /* float: none; */
  /* display: none; */
 /* padding-top: 2%; */
 height: 110px;
}

.chrono {
  left: 49px;
}

#p3-evolution {
}

.infobulle {
	display: none;
}
.infobulle.alert_box {
  position: absolute;
  /* display: block; */
  background-color: #222e3b;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: white;
  left: 35%;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  padding: 10px;
  /* padding-right: 10px; */
  /* padding-bottom: 10px; */
  /* padding-left: 20px; */
  font-size: 1em;
  /* line-height: 1.5em; */
  /* top: 82px; */
  text-transform: none;
  max-width: 200px;
  /* margin-top: 20px; */
  /* height: 60px; */
  /* top: 10px; */
  z-index: 2;
  font-weight: normal;
  /* overflow: visible; */
  /* float: right; */
}

.infobulle.arrow_box:before {
  bottom: 100%;
  left: 30px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;  -o-border-image: none;
  -webkit-border-image: none;
  border-image: none;
  content: " ";
  height: 1px;
  width: 1px;
  position: absolute;
  pointer-events: none;
  border-top-color: rgba(88, 118, 138, 0);
  border-right-color: rgba(88, 118, 138, 0);
  border-bottom-color: #222e3b;
  border-left-color: rgba(88, 118, 138, 0);
  border-top-width: 10px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  /* display: block; */
  /* display: block; */
}

.styled {
  position: relative;
  /* overflow: hidden; */
}
