.img_gallery_home{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

#contener-img-home{
	width: 100%;
	height: 100%;
	position: relative;
}

div#description-home h1 {
    margin-bottom: 25px;
	font-size: 2.4em;
    font-weight: 600;
    margin-top: 75px;
}

div#description-home p {
    font-size: 1.8em;
    font-weight: 500;
    line-height: 190%;
}

#description-home{
    font-weight: 500;
    padding: 20px;
    width: 85%;
    text-align: center;
    margin-top: 5%;
    line-height: 

}
.mobile{display:none;}

#txt-desc-home p:nth-child(1){
  margin-bottom: 30px;
}

#bloc-txt-home{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.45);
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	color: var(--red);
}

#txt-desc-home{
	width: 70%;
    margin: 0px auto;
    margin-top: 65px;
}

#txt-desc-home strong{
	background-color: var(--main);
	color: white;
	font-weight: 500;
	padding: 5px;
  display:block;
  max-width: 850px;
  margin:0 auto 10px auto;
  line-height: 140%;
}





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

  #bloc-txt-home{
    font-size: 0.9em;
  }

  #description-home{
    margin-top: 3%;
  }
    
}

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

    #description-home{
      width: 100%;
    }

    #txt-desc-home{
      width: 80%;
    }
    
}

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


}

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

  #description-home h1{
    font-size: 1.8em;
    margin-bottom: 15px;
    margin-top: 0px;
  }

  #txt-desc-home {
      width: 70%;
      margin: 0px auto;
      margin-top: 25px;
      font-size: 0.9em;
      width: 100%!important;
  }

}










/* Comments */

#list_comments li{
background-color: var(--main);
    color: white;
    line-height: 140%;
    font-size: 1.4em;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    list-style: none;
    width: 40%;
    font-weight: 500;
    position: relative;
    padding-left: 1%;
    padding-right: 1%;

}


#list_comments li:nth-child(even) {
    left: 55%;
    
}
#list_comments li:nth-child(odd) {
	
    right: -5%;
}

#list_comments {
    width: 100%;
    padding: 0px;
    position: absolute;
    bottom: 30px;
    left: 0%;
    z-index: 5;
}

#list_comments li:last-of-type {
    right: -10%;
}

#list_comments li:nth-child(odd):after {
  content: "";
  width: 0; 
  height: 0; 
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent; 
  border-right:15px solid var(--main);
  position: absolute;
  bottom: -15px;
  right: 0px;
}

#list_comments li:nth-child(even):before {
  content: "";
  width: 0; 
  height: 0; 
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent; 
  border-left:15px solid var(--main);
  position: absolute;
  bottom: -15px;
  left: 0px;
}

#list_comments .bullet {
    content: "";
    display: inline-block;
    padding: 0;
    /* position: absolute; */
    margin-right: 6px;
    margin-top: 0px;
    /* transform: translateY(-50%); */
    background-image: url(../../images/BIOMODEX-puce-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 13px;
    width: 20px;
}

#bottom-arrow{
  position: fixed;
  left: 50%;
  bottom: 2%;
  border:2px solid white;
  z-index: 99;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--red);
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-image: url(../../images/arrow-bottom.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 50% 57.5%;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

#bottom-arrow.opa_0{
  opacity: 0;
  visibility: hidden;
}

#bottom-arrow:hover{
  opacity: 0.8;
}


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

  #bloc-txt-home{
    font-size: 0.9em;
  }

  #description-home{
    margin-top: 3%;
  }
    
}

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

    #list_comments li{
      font-size: 1.2em;
    }

    #bottom-arrow{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-size: 50%;
    background-position: 50% 57.5%;
    left: 50%;
    bottom: 10px;
    }
    
}

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

div#description-home h1 {
    margin-bottom: 25px;
    font-size: 2em;
    font-weight: 600;
    margin-top: 25px;
}

}

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

    #list_comments li{
      font-size: 1em;
    }

    #txt-desc-home{
      width: 90%;
    }

}

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

    #list_comments li {
        width: 80%;
        margin-bottom: 15px;
        left: 50%!important;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

    }

    #list_comments li:after {
        content: none!important;
    }

    #list_comments li:before {
        content: none!important;
    }

    #main{
      margin: 0px!important;
    }

    body{
      background-color: var(--grey)!important;
    }

    #home{
      margin-bottom: 400px;
    }

    ul#list_comments {
        bottom: inherit!important;
        top: 130%!important;
    }

}

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

.mobile{display:block;}
.mobile p{margin-bottom:0!important;}
.desktop{display:none;}
#home{
  height: 350px!important;
  min-height: 350px!important;
  margin-bottom: 45%;
}

#list_comments li {
font-size: 1.1em;
padding: 10px;
}

#bloc-buttons-home{
  display: none;
}

#txt-desc-home {
    position: absolute;
    top: 100%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0!important;
    width: 80%!important;
    background-color: var(--red);
    padding: 10px!important;
    color: white!important;

}
#txt-desc-home p strong{
  background-color:transparent;
}

div#description-home p {
    line-height: 140%!important;
    font-size: 1.4em!important;
}

#txt-desc-home strong{
  color: white!important;
  padding: 0!important;
}

.elements_home{
  background-color: white!important;
  padding: 25px 0px!important;
}

#list_comments .bullet{
  margin: 0!important;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
    top: 0%;
    position: absolute;
    background-image: url(../../images/BIOMODEX-puce.png)!important;
}


}


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

    #list_comments li {
        width: 75%;
        font-size: 0.75em;
    }

}

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

    #home {
        margin-bottom: 50%;
    }

}

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

    #home {
        margin-bottom: 60%;
    }

}







