/**********************************************************************************************************************************/
/* ETUDE DE CAS ASSOCIEE
/**********************************************************************************************************************************/

#edc-associee-title{
  text-align: left;
  margin-bottom: 20px;
  display: block;
  font-size: 20px;
  font-family: 'RationalText-SemiBold';
  line-height: 1.4em;
}

@media only screen and (min-width: 1200px) {
	#edc-associee-title{
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
	}
}

#edcs{
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  padding: 0;
}

@media only screen and (min-width: 740px) {
  #edcs{
    flex-direction: row;
  }
}

#edc-associees{
  margin: 80px 20px;
}

.edc-associee{
  background: #fafafa;
  padding: 20px;
  justify-content: space-around;
  margin: 10px 0;
}


@media only screen and (min-width: 800px) {
  .col1 .edc-associee .edc-container{
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}

.col2 .edc-associee{
  padding: 20px;
}

@media only screen and (min-width: 800px) {
  .col2 .edc-associee{
    width: 45%;
  }
}

@media only screen and (min-width: 1200px) {
  .col2 .edc-associee{
    padding: 50px;
  }
}



@media only screen and (min-width: 800px) {
  .col3 .edc-associee{
    width: 30%;
    padding: 30px;
  }
}


.col1 .edc-associee{
  width: 100%;
  padding: 20px;
}

@media only screen and (min-width: 800px) {
  .col1 .edc-associee{
    padding: 50px;
  }
}

@media only screen and (min-width: 800px) {

  .edc-associee{
    display: flex;
    justify-content: space-around;
  }

}

.edc-associee .etude-image img{
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: auto;
}

@media only screen and (min-width: 800px) {
  .col1 .edc-associee .edc-container img{
    height: 320px;
  }


}


.edc-associee .etude-image img{
  height: 240px;
}

.col2 .edc-associee .etude-image img{
  height: 120px;
}


.col3 .edc-associee .etude-image img{
  height: 120px;
}

@media only screen and (min-width: 1200px) {
  .col2 .edc-associee .etude-image img{
    height: 240px;
  }
}

/**********************************************************************************************************************************/
/* ETUDE TITLE
/**********************************************************************************************************************************/
.edc-associee .etude-title{
	margin: 20px 0;
}

.col3 .edc-associee .etude-title{
    margin: 10px 0;
}


/**********************************************************************************************************************************/
/* ETUDE CLIENT
/**********************************************************************************************************************************/
.edc-associee .etude-bref .client{
	display: block;
	font-size: 14px;
	color: #77bee4;
	margin-bottom: 10px;
}


.edc-associee .etude-bref .client::before{
	content: '/';
	display: inline-block;
	margin-right: 5px;
	font-size: 14px;
	color: #77bee4;
}


.col3 .edc-associee .etude-bref .client,
.col3 .edc-associee .etude-bref .client::before {
  font-size: 14px;
}

@media only screen and (min-width: 1200px) {
  .edc-associee .etude-bref .client::before,
  .edc-associee .etude-bref .client{
    font-size: 18px;
  }
}

/**********************************************************************************************************************************/
/* ETUDE CONTENT
/**********************************************************************************************************************************/
.edc-associee .etude-bref{
	padding: 0 20px;
}



@media only screen and (min-width: 800px) {
  .col1 .edc-associee .etude-bref{
    padding: 0 50px;
  }
}

.col3 .edc-associee .etude-bref{
  padding: 0 10px;
}

.edc-associee .etude-intro{
  line-height: 1.6em;
  font-size: 14px;
}

.col3 .edc-associee .etude-intro{
  font-size: 12px;
}

/**********************************************************************************************************************************/
/* ETUDE TITLE
/**********************************************************************************************************************************/
.edc-associee .etude-bref h3{
	color: #77bee4;
  font-size: 20px;
  line-height: 25px;
	font-family: "RationalText-SemiBold";
	display: block;
}

@media only screen and (min-width: 1200px) {
  .edc-associee .etude-bref h3{
  	font-size: 30px;
  	line-height: 35px;
  }
    .col3 .edc-associee .etude-bref h3{
      min-height: 55px;
      font-size: 20px;
      line-height: 25px;
      display: flex;
      justify-content: center;
      flex-direction: column;
    }
}

/**********************************************************************************************************************************/
/* ETUDE LINK
/**********************************************************************************************************************************/
.edc-associee .readMore{
	display: inline-block;
	margin-top: 30px;
	border: 3px solid #77bee4;
	padding: 10px 80px 10px 20px;
	color: #FFFFFF;
	font-family: "RationalText-SemiBold";
	position: relative;
	overflow: hidden;
  font-size: 14px;
  width: 100%;
}

@media only screen and (min-width: 560px) {
  .edc-associee .readMore{
    width: auto;
  }
}

.col3 .edc-associee .readMore{
  width: 100%;
  font-size: 12px;
}

.edc-associee .readMore::before{
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	left: -20px;
	top: -5px;
	width: 85%;
	height: 130%;
	background: #77bee4;
	transform: skewX(-35deg);

	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.edc-associee .readMore::after{
	position: absolute;
	z-index: 3;
	top: 50%;
	right: 10px;
	width: 32px;
	height: 24px;
	background: url(../Icons/arrow.png) no-repeat center center / contain transparent;
	height: 100%;
	content: '';
	display: block;

	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

.edc-associee .readMore:hover::before{
	width: 150%;
}

.edc-associee .readMore:hover::after{
	filter: grayscale(100%) invert(100%);
}

.edc-associee .readMore span{
	position: relative;
	z-index: 3;
	display: block;
}
