.detDesc {
    background: rgb(237,237,237);
    background: linear-gradient(180deg, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%);
    padding: 2rem;
}
#descDetAdmin h2 {
      margin-top: 0;
}
#descDetAdmin a {
    color: #212529;
    font-weight:400;
}
#descDetAdmin a:hover {
    color: #ff3600;
}
#descDetAdmin ul {
    padding: 0px;
    margin: 0 2rem 0.5rem 0;
}
#descDetAdmin ul li {
    list-style-type: none;
    margin-bottom: 2px;
    padding-left: 25px;
    position: relative;
}
#descDetAdmin ul li:before {
    content: "â€¢";
    display: block;
    position: absolute;
    top: 8px;
    left: 0px;
    font-size: 2rem;
    line-height: 13px;
    color: #a4a4a4;
}

#gamVenteDet {
    margin-top: 2rem;
    position: relative;
}
#gamVenteDet a.btnContact {
    text-align: left;
    color: #fff;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    background-color: #ff3600;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    margin: 1.5rem 0 2rem 0;
    font-size: 1.25rem;
    letter-spacing: 0.1rem;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: inline-block;
}
#gamVenteDet a.btnContact i {
    font-size: 2rem;
    line-height: 29px;
    margin-right: 1rem;
    float: left;
}
#gamVenteDet:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 50px;
    background: url("../img/svg/traitsblc.svg") no-repeat center top;
    background-size: 80%;
    top: -52px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: none;
}
@media screen and (max-width: 991px) {
    #gamVenteDet {
        margin-top: 0rem;
    }
}

#gamVenteDet .detMainDesc ul {
    margin-bottom: 0.5rem;
    font-size: 1rem;
}
#gamVenteDet .detMainDesc ul li {
    list-style-type: none;
    padding-left: 30px;
    position: relative;
    font-weight: 400;
    margin-bottom: 0.25rem;
}
#gamVenteDet .detMainDesc ul li:before {
	content: "";
	display: block;
	width: 20px;
	height: 18px;
	background: url("../img/commun/check-red.svg") no-repeat left top;
	left: 0;
	position: absolute;
	top: 3px;
}


#gamVenteDet .detDesc ul {
    margin-bottom: 0.5rem;
    font-size: 1rem;
}
#gamVenteDet .detDesc ul li {
    list-style-type: none;
    padding-left: 25px;
    position: relative;
    font-weight: 300;
}
#gamVenteDet .detDesc ul li:before {
    content: "•";
    display: block;
    position: absolute;
    top: 8px;
    left: 0px;
    font-size: 2rem;
    line-height: 13px;
    color: #ff3600;    
}
