@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
h1{
	text-align: center;
    margin: 50px 0px 60px 0px;
    font-size: 40px;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
}
body{
	width: 100%;
    margin: 0px;
    padding: 0px;
    background: #fdfdfd;
}
.conteneur {
    width: 1285px;
    margin: auto;
}
.cbp-rfgrid {
	padding: 0;
	list-style: none;
	position: relative;
	width: 100%;
    margin: auto;
	font-family: 'Poppins', sans-serif; 
}

.cbp-rfgrid li {
	position: relative;
	float: left;
	overflow: hidden;
	width: 300px;
	padding: 10px;
}

.cbp-rfgrid li a,
.cbp-rfgrid li a img {
	display: block;
	width: 100%;
	cursor: pointer;
}

.cbp-rfgrid li a img {
	max-width: 100%;
}
.poste{
	text-transform: initial;
    font-size: 15px;
    letter-spacing: 2px;
}

/* Flexbox is used for centering the heading */
.cbp-rfgrid li a div {
	position: absolute;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	background: rgb(0 0 0 / 31%);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
    align-items: center;
    text-align: center;
    opacity: 0;
}

.cbp-rfgrid li a:hover div {
	opacity: 1;
}

.cbp-rfgrid li a div h3 {
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4em;
	letter-spacing: 2px;
	padding: 0 10px;
}
.coryR{
    text-align: center;
    margin-top: 50px;
	margin-bottom: 50px;
    font-size: 15px;
    color: #333333;
    padding: 20px;
	font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 1285px) {
.conteneur {
    width: 962px;
    margin: auto;
}
}
@media screen and (max-width: 970px) {
.conteneur {
    width: 640px;
    margin: auto;
}
}
@media screen and (max-width: 640px) {
.conteneur {
    width: 290px;
    margin: auto;
}
h1 {
    text-align: center;
    margin: 30px 0px 30px 0px;
    font-size: 25px;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
}
.cbp-rfgrid li {
    position: relative;
    float: left;
    overflow: hidden;
    width: 135px;
    padding: 5px;
}
.cbp-rfgrid li a div h3 {
    font-size: 15px;
}
.coryR {
    text-align: center;
    margin-top: 30px;
	margin-bottom: 30px;
    font-size: 12px;
    color: #333333;
    padding: 15px;
    font-family: 'Poppins', sans-serif;
}
.poste {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: normal;
}
.cbp-rfgrid li a div {
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
}
}