
body {
	
	height: auto;
	margin: 0;
	padding: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
}


.hero-wrap {
  height: 100%; 
  position: relative;
  z-index: 0; 
  
 }
.overlay {
    height: 100%; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
	background: linear-gradient(214deg, #3b7ae4, #E36652, #E3AD3B, #E3529F);
    background-size: 1000% 1000%;
    -webkit-animation: bgS2 37s ease infinite;
    -moz-animation: bgS2 37s ease infinite;
    -o-animation: bgS2 37s ease infinite;
    animation: bgS2 37s ease infinite;
}

@-webkit-keyframes bgS2 {
    0%{background-position:99% 0%}
    50%{background-position:2% 100%}
    100%{background-position:99% 0%}
}
@-moz-keyframes bgS2 {
    0%{background-position:99% 0%}
    50%{background-position:2% 100%}
    100%{background-position:99% 0%}
}
@-o-keyframes bgS2 {
    0%{background-position:99% 0%}
    50%{background-position:2% 100%}
    100%{background-position:99% 0%}
}
@keyframes bgS2 {
    0%{background-position:99% 0%}
    50%{background-position:2% 100%}
    100%{background-position:99% 0%}
}

#conteneur
{
	display: flex;
	flex-wrap: wrap;
}

img {
 	border-radius: 7px;
	-webkit-border-radius: 7px;
	overflow: hidden;
	height: 100%;
	width: 100%; 
	object-fit: contain;
}

.element {
	position: absolute;
	left: 0px;
	top: 0px;
    width: 156px;
    height: 227px;
    margin: 0 30px 30px 0;
	float : left;
}



header {
	height: 8em;
	padding:2em 5%;
	background-color:rgba(0, 0, 0, 0.1);
	color: #000;
	z-index :20;
	position: relative;
}


#container{
	display: block;
}

.flex-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	padding: 0;
	margin: 0;
	list-style: none;
}

.flex-item {
  background: black;
  width:200px;
  height:300px;
  margin-top : 15px;
  line-height: 150px;
  color: white;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
  position: relative;
}

img {

  width: 100%;
  height: 100%;
}

.item-border{
	border-radius:20px 0;
}

.cover {
  object-fit: cover;
}

.tiles {
  text-align: center;
}

.tiles a{
	cursor : default;
}

ul {
  list-style: none;
  padding-left: 0;
}

.tiles .tile {
  display: inline-block;
  text-align: left;
  opacity: 0.99;
  overflow: hidden;
  position: relative;
}
.tiles .tile:before {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 50%;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index:20;
  transition-property: top, opacity;
  transition-duration: 0.3s;
}
.tiles .tile img {
  display: block;
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.tiles .tile .details {
  font-size: 16px;
  padding:20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 30;
}
.tiles .tile .details span {
  display: block;
  opacity: 0;
  position: relative;
  top: 100px;
  transition-property: top, opacity;
  transition-duration: 0.3s;
  transition-delay: 0s;
}
.tiles .tile .details .title {
  line-height: 1;
  font-weight: 600;
  font-size: 18px;
}
.tiles .tile .details .info {
  line-height: 1.2;
  margin-top: 5px;
  font-size: 12px;
}
.tiles .tile:focus:before,
.tiles .tile:focus span, .tiles .tile:hover:before,
.tiles .tile:hover span {
  opacity: 1;
}
.tiles .tile:focus:before, .tiles .tile:hover:before {
  top: 50%;
}
.tiles .tile:focus span, .tiles .tile:hover span {
  top: 0;
}
.tiles .tile:focus .title, .tiles .tile:hover .title {
  transition-delay: 0.15s;
}
.tiles .tile:focus .info, .tiles .tile:hover .info {
  transition-delay: 0.25s;
}


.ribbon {
  width: 100px;
  height: 80px;
  overflow: hidden;
  position: absolute;

  
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;

}
.ribbon span {
padding-left : 10px;
  display: block;
  width: 105px;
  background-color: white;
  color: #000;
  border: 1px solid #000;
  font: 100 12px/1.2 'Lato', sans-serif;
  text-transform: uppercase;
  text-align : left;
}


.ribbon-top-left {
  left: -25px;

}

.ribbon-top-left span {
  transform: rotate(-45deg);
  
}







.footer {
  flex-shrink: 0;
  background-color:rgba(0, 0, 0, 0.1);
  bottom: 0;
  width: 100%;
  
  flex-flow: row wrap;
  padding: 30px 30px 20px 30px;
  color: #2f2f2f;
}

.footer > * {
  flex:  1 100%;
}

.nav__title {
  font-weight: 400;
  font-size: 15px;
}


.footer ul {
  list-style: none;
  padding-left: 0;
}

.footer li {
  line-height: 2em;
}

.footer a {
  text-decoration: none;
}

.footer__nav {
  display: flex;
	flex-flow: row wrap;
}

.footer__nav > * {
  flex: 1 50%;
}

.nav__ul a {
  color: #black;
}

.nav__ul--extra {
  column-count: 2;
  column-gap: 1.25em;
}

.legal {
  color: #333;
  text-align: center;
  align-items: center;
  width : 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: normal;
}
  
.legal__links {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 24.375em) {
  .legal .legal__links {
	margin-left: auto;
  }
}

@media screen and (min-width: 40.375em) {
  .footer__nav > * {
	flex: 1;
  }
  
  .footer__nav {
	flex: 2 0px;
  }
}














/*****/

.wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  font-weight: bold;
  text-align: center;
  
	background: linear-gradient(214deg, #3b7ae4, #E36652, #E3AD3B, #E3529F);
	background-size: 1000% 1000%;
	-webkit-animation: bgS2 37s ease infinite;
	-moz-animation: bgS2 37s ease infinite;
	-o-animation: bgS2 37s ease infinite;
	animation: bgS2 37s ease infinite;
  
}

.wrapper > * {
  padding: 10px;
  flex: 1 100%;
}


@media all and (min-width: 800px) {
  .container {
	flex: 3 0px;
  }

  .container {
	order:2;
  }

  .footer {
	order: 4;
  }
}






a {
  text-decoration: none;    
  display: block;
  color: #333;
}

.filter {
  margin: 30px 0 10px;
}

.filter a {
  display: inline-block;
  padding: 10px;
  border:2px solid #333;
  position: relative;
  margin-right:20px;
  margin-bottom:20px;
}

.filter a.active:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #333 transparent transparent transparent;
}

.is-animated {
  animation: .6s zoom-in;
}

@keyframes zoom-in {
  0% {
   transform: scale(.1);
  } 
  100% {
	transform: none;
  }
}


			
			
.icon li {
display: inline-block;
text-decoration: none
height:65rem;
width: 6rem;
}


.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}
.fa-linkedin {
  background: black;
  color: white;
}



/**/
.tile.off-screen-top {
  transform: translateY(-150px);
}
.tile.off-screen-bottom {
  transform: translateY(150px);
}

.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
  animation-duration: 0.6s;
}

.already-visible {
  transform: translateY(0);
  animation: none;
}

@keyframes come-in {
  to {
    transform: translateY(0);
  }
}