/* Css for conseils */
.pd-t-50p{
  padding-top:50px;
}

.pd-t-65p{
  padding-top:65px;
}
.c-b{
  clear: both;
}
.d-n{
  display: none;
}

.p-r-t-100{
  position: relative;
  top:100px;
}
.h-430p{
  height: 430px;
}
.h-500p{
  height: 500px;
}

.btn-valid{
  padding: 7px 15px 7px 15px;
  background-color: #91b356;
  border: 0px;
  color:#fff;
  cursor: pointer;
}

.container-large{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
.container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom:40px;
    max-width: 980px;
}
.card{
    display: flex;
    height:200px;
    padding:5px;
}

.card-inner{
    width: 100%;
}

.card-inner .title{
  text-align: center;
  position: relative;
  top: 10px;
  color : white;
  font-weight: 400;
}
.card-inner .icon{
    text-align: center;
    position: relative;
    top: 0px;
    font-size: 80px;
}
.bg-pink-OS{
    background-color: rgba(255, 94, 94, 0.8);
    color:white;
}
.bg-grey-OS{
    background-color: rgba(56, 56, 56, 0.8);
    color:white;
}
.bg-green-OS{
    background-color: rgba(145, 179, 86, 0.8);
    color:white;
}
.bg-blue-OS{
    background-color: rgba(95,158,160, 0.8);
    color:white;
}
.bg-gainsboro{
    background-color: gainsboro;
}
.img-40{
    width:40%;
    height:auto;
}
.add_cart input{
	background: #ff5e5e;
    border:none;
	padding: 7px;
	color: #fff;
	width: 50%;
}
