/* 
    Created on : 9 janv. 2024, 15:17:50
    Author     : carlito
*/

@charset "utf-8";
/* CSS Document */

.certifications {
	padding: 2% 2% 100px 2%;
    width: 96%;
    position: relative;
    clear: both;
    display: flex;
    justify-content: center;
}
.contentCertif {
	max-width: 1200px;
    width: 100%;
	z-index: 1;
}
.contentCertif h4 {
  font-weight: bold;
  font-size: 2.5em;
  margin: 80px 0 0 15px;
  color: #8a8a8a;
  letter-spacing: -2px;
  position: relative;
  border: none;
  padding: 0;
  text-align: left;
  font-family: 'Exo 2', sans-serif;
}
.contentCertif h4 small {
	font-weight: bold;
    text-transform: initial;
    font-size: 0.7em;
    color: #8cbe23;
    background: white;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    padding: 3px 7px;
    border: solid 2px;
    transform: rotate(-5deg);
    position: absolute;
    top: -37px;
    left: -15px;
    border-radius: 9px;
}
.contentCertif ul {
	/*display: flex;*/
    /* align-items: center; */
    /* justify-content: center; */
    /* margin: 0; */
    padding: 0;
    width: 100%;
    height: auto;
    position: relative;
}
.contentCertif ul li {
	list-style: none;
    width: 14%;
    margin: 1.3%;
    float: left;
}
@media (min-width: 991.98px) {
	.certificationsLeft .contentCertif ul li {
    width: 30%;
}
}


.snip1482 {
	font-family: 'Exo 2', sans-serif;
    position: relative;
    margin: 0;
    /*min-width: 200px;
    max-width: 200px;*/
    min-height: 115px;
    width: 100%;
       color: #6b6b6b;
    text-align: right;
    line-height: 1.4em;
    /*background-color: #e6e6e6;*/
	background: linear-gradient(to left, #96969600, #e8e8e8);
    font-size: 1em;
    font-weight: bold;
    border-radius: 10% / 50%;
}
.snip1482 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1482 img {
  position: absolute;
  right: 0%;
  top: 50%;
  opacity: 1;
  width: 96%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.snip1482 img::before {
  position: absolute;
  right: 0%;
  top: 0%;
  width: 100%;
  height: auto;
  content: "";
  background: white;
}
.snip1482 figcaption {
  position: absolute;
  width: 50%;
	height: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 0 0 3%;
	overflow: hidden;
}
.snip1482 h2,
/*.snip1482 a {
  margin: 0;
  width: 100%;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
}*/
.snip1482 h2 {
  font-family: 'Exo 2', sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.snip1482 a {
    font-size: 0.8em;
    color: #484848;
    opacity: 0;
    text-decoration: none;
	height: 97px;
    /*position: absolute;*/
    /*top: 0;
    bottom: 0;*/
    /*left: 0;
    right: 0;*/
    z-index: 1;
	vertical-align: middle;
    display: table-cell;
}
.snip1482 a:hover {
    color: #8cbe23;
}
.snip1482:hover img,
.snip1482.hover img {
  width: 55%;
  right: -10%;
	box-shadow: 2px 2px 6px #5555557a;
	border-radius: 10% / 50%;;
}
.snip1482:hover figcaption h2,
.snip1482.hover figcaption h2,
.snip1482:hover figcaption a,
.snip1482.hover figcaption p {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
	.snip1482 {
		min-height: 97px;
	}
	.snip1482 a {
		height: 93px;
	}
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
	.contentCertif ul li {
		width: 20%;
    	margin: 2.5%;
	}
	.snip1482 {
		min-height: 104px;
	}
	.snip1482 a {
		height: 100px;
	}
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	.contentCertif ul li {
		width: 25%;
    	margin: 4%;
	}
	.snip1482 {
		min-height: 98px;
	}
	.snip1482 a {
		height: 93px;
	}
	.contentCertif h4 {
		font-size: 2em;
		margin: 80px 0 0 15px;
		letter-spacing: -2px;
	}
	.contentCertif h4 small {
		font-size: 0.9em;
		color: #8cbe23;
		letter-spacing: -1px;
		top: -41px;
		left: -15px;
	}
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 575.98px) {
	.contentCertif ul li {
		width: 42%;
    	margin: 8% 4%;
	}
	.snip1482 {
		min-height: 95px;
	}
	.snip1482 a {
		height: 90px;
	}
	.contentCertif h4 {
		font-size: 2em;
		margin: 80px 0 0 15px;
		letter-spacing: -2px;
	}
	.contentCertif h4 small {
		font-size: 0.9em;
		color: #8cbe23;
		letter-spacing: -1px;
		top: -41px;
		left: -15px;
	}
}