body{font-family: 'Roboto', sans-serif;}

.conteneur{
	max-width: 475px;
    background-color: rgba(0,0,0,0.90);
    height: 100vh;
    margin-left: 80px;
    text-align: left;
}

.innerConteneur{
	padding:25px;
}
a {
       color: #fff;
    text-decoration: none;
    font-size: 17px;
    line-height: 30px;
    font-weight: 100;
}
a:hover{color:#ccc;}
strong{font-weight:400;}
p {
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
	color:#fff;
}
.rbq{margin-top:60px;}
img{margin-bottom:20px;}
i {
    color: #43b752;
    margin-right: 10px;
    font-size: 17px !important;
}
h1 {
    color: #fff;
    font-family: roboto;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 40px;
}

@media screen and (max-width: 650px) {
	.conteneur {
    margin: 0 auto;
    max-width: 90%;
    font-size:14px;
}
a{font-size:14px; line-height:25px;}
html,.conteneur{height:auto;}
	img {
    width: 100%;
}
}

.wrapInfo {
    display: grid;
    grid-template-columns: .25fr .75fr;
    padding: 30px 10px 20px 20px;
    gap: 2em;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
}
.versant a {
    font-size: 17px;
    text-decoration: underline;
    color: #43b752;
}
p.title {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
}