

/* BANNER */

#ressources-banner{
	height: 350px;
	background-color: #0c2744;
	background-image: url("../images/ressources/ressources-banner.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	position: relative;
}
.ressources-banner-inner{
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.ressources-banner-title{
	font-size: 45px;
    font-weight: 400;
    line-height: 50px;
    color: white;
    margin-bottom: 20px;
    font-family: 'Open Sans',sans-serif!important;
}
.ressources-banner-barre{
	background-color: #27bebe;
	width: 70px;
	height: 5px;
	display: inline-block;
}
.ressources-banner-subtitle{
	font-size: 26px;
	font-weight: 400;
	line-height: 30px;
	color: white;
	margin-top: 30px;
	font-family: "Open Sans", sans-serif!important;
}

/* NAV */

.transition-linear{
	transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
}
.transition-linear-6{
	transition: all ease-out 0.6s;
	-moz-transition: all ease-out 0.6s;
	-webkit-transition: all ease-out 0.6s;
}
.full-sections{
	background: aliceblue;
}
.bande{
	background: #408888;
    height: 3px;
}
#ressources-nav-container {
	position: relative;
	background-color: #1a395a;/*#27bebe;*/
	color: #fff;
	
	text-align: center;
}
#ressources-nav-container .nav-brand{
	display: inline-block;
	font-size: 35px;
    font-weight: 100;
    position: absolute;
    top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#ressources-nav{
	display: inline-block;
	/*float: right;*/
	
	text-align: center;
	width: 100%;
}
#ressources-nav-container .nav-item{
	display: inline-block;
	/*width: 100px;*/
	text-align: center;
	vertical-align: top;
	color: white!important;
	font-weight: 400;
	padding: 5px 0;
    margin: 5px;
	text-shadow: 1px 1px #000;
	border-radius: 4px;
	
	width: 11%;
}
#ressources-nav-container .nav-item i, #ressources-nav-container nav-item span{
	vertical-align: middle;
}

#ressources-nav-container .nav-item:hover{
	background: rgba(0, 0, 0, 0.1);
}
#ressources-nav-container .nav-item.active{
	background: #0f2843;
    -moz-box-shadow: inset 0 0 4px #111;
    -webkit-box-shadow: inset 0 0 4px #111;
    box-shadow: inset 0 0 4px #111;
    color: #aaa!important;
    border-radius: 4px;
	text-shadow: none;
}
#ressources-nav-container .nav-item i{
	width: 70px;
    margin-bottom: 7px;	
	font-size: 23px;
    margin-right: 3px;
}

/* SHUFFLE */

.my-shuffle-container{
	max-width: 1400px;
	margin: 0 auto;
	min-height: 200px;
	position: relative;
	overflow: hidden;
}
.no-match{
	position: absolute;
	width: 100%;
	top: 35px;
	text-align: center;
	font-size: 27px;
	font-weight: 400;
	color: #ccc;
	opacity: 0;
	transition: all linear .7s;
	-moz-transition: all linear .5s;
	-webkit-transition: all linear .5s;
}
.column {
  position: relative;
  display:inline-block;
  min-height: 1px;
  width: 33%;
  padding: 25px;

}

.column-big {
  width: 66%;
  float: left;
}

.col-span {
  width: 50%;
}

.my-sizer-element {
  width:0.1%;
}

.my-shuffle {
  position: relative;
  overflow: hidden;
}

.aspect {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.column::before{
	position: absolute;
	content: "";
	width: calc(100% - 150px);
	height: 1px;
	background: #c0d2ec;
	bottom: 0;
	left: 75px;
}
.column::after{
	position: absolute;
	content: "";
	height: calc(100% - 150px);
	width: 1px;
	background: #c0d2ec;
	left: -1px;
	top: 75px;
}

.column:hover img{
	transform: scale(1.05);
}

.aspect__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect--16x9 {
  padding-bottom: 70%;
}
.column-big .aspect--16x9 {
	padding-bottom: calc(((100% - 50px) * 70 / 100) + 50px);
}

.aspect--9x80 {
  padding-bottom: calc(112.5% + 8px);
}

.aspect--32x9 {
  padding-bottom: calc(28.125% - 3px);
}

.aspect__inner img {
  display: block;
  width: 100%;
  
  max-width: none;
  height: 100%;
  object-fit: cover;
}

.figure-title{
	position: absolute;
	bottom: 0;
	background: rgba(32, 140, 135, 0.8);
	background: rgba(53, 86, 103, 0.8);
	width: 100%;
	text-align: center;
	height: 30%;
	color: white;
	font-size: 16px;

}
.figure-title-inner{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	padding: 0 10px;
}

.figure-title-big{
	position: absolute;
	bottom: 10%;
	background: rgba(32, 140, 135, 0.8);
	background: rgba(53, 86, 103, 0.8);
	width: 50%;
	text-align: left;
	height: 30%;
	color: white;
	font-size: 25px;
	font-weight: 300;
	line-height: 30px;
}
.figure-title-inner-big{
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	width: 100%;
	padding: 0 15px;
}
.figure-more{
	position: absolute;
    bottom: 10px;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 15px;
    font-weight: bold;
    right: 15%;
}
.figure-arrow-big{
	position: absolute;
	bottom: 10px;
	font-size: 21px;
	line-height: 19px;
    font-weight: bold;
	transition: all linear .4s;
	-moz-transition: all linear .4s;
	-webkit-transition: all linear .3s;
	opacity: 0;
	right: 12%;
}
.column:hover .figure-arrow-big{
	opacity: 1;
	right: 7%;
}

.figure-arrow{
	position: absolute;
	top: 3%;
	color: white;
	font-size: 21px;
	line-height: 19px;
    font-weight: bold;
	transition: all linear .3s;
	-moz-transition: all linear .3s;
	-webkit-transition: all linear .3s;
	opacity: 0;
	right: 9%;
}
.column:hover .figure-arrow{
	opacity: 1;
	right: 4%;
}

/* Small reset */
*,
::before,
::after {
  box-sizing: border-box;
}

figure {
  margin: 0;
  padding: 0;
}
figure:nth-child(2n){
  margin-bottom:30px;
} 
figure:nth-child(2n+1){
  margin-top:30px;
}

/* TAG INPUT */

#search-tag-label{
	display: inline-block;
	font-size: 17px;
    font-weight: 400;
    margin-right: 20px;
    vertical-align: middle;
}
#search-tag-container{
	display: inline-block;
    width: 70%;
    position: relative;
    text-align: left;
}
#search-tag-container .bootstrap-tagsinput{
	background-color: #fdfdfd;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	display: inline-block;
	padding: 5px 17px 5px 50px;
	color: #555;
	vertical-align: middle;
	border-radius: 4px;
	width: 100%;
	line-height: 22px;
	cursor: text;
}
#search-tag-container .tag{
	font-size: 16px;
	font-family: monospace;
	color: #31708f;
	background-color: #d9edf7;
	border: 1px solid #bce8f1;
	font-weight: normal;
	border-radius: 3px;
	margin-right: 5px;
	line-height: 20px;
	display: inline-block;
	margin-top: 3px;
	margin-bottom: 3px;
}
#search-tag-container input:not(#search-tag){
	border: none!important;
	outline-color: transparent;
	font-size: 16px;
	font-family: monospace;
	line-height: 36px;
}
#search-tag-container  .tag-icon{
	position: absolute;
	font-size: 25px;
	top: 14px;
	left: 7px;
	color: #bbb;
}
#search-tag-container span[data-role="remove"]{
	display: inline-block;
	width: 10px;
	height: 12px;
	margin-left: 10px;
	position: relative;
	cursor: pointer;
	line-height: 10px;
	font-size: 17px;
	font-weight: bold; 
	color: #184e69;
}
#search-tag-container span[data-role="remove"]::before{
	content: "×";
	position: absolute;
	top: 0;
	left: 0;
	height: 10px;
}
.pb-25{
	padding-bottom: 25px;
}
.border-bottom-c0d2ec{
	border-bottom: 1px solid #c0d2ec;
}

/*** ************* ***/
/*** ETUDES DE CAS ***/
/*** ************* ***/

/* CADRES */

.cadre-etude{
	background-color: white;
	border-radius: 3px;
	overflow: visible;
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.cadre-etude .cadre-image, .cadre-infographie .cadre-image{
	padding-top: 58%;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
/*.cadre-etude img{
	width: 100%;
}*/
.cadre-etude .cadre-titre{
	text-align: center;
	padding-top: 25px;
	min-height: 128px;
}
.cadre-etude h3{
	color: #408888;
	padding: 8px 12px;
	display: inline-block;
	font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 29px;
}
.cadre-etude .cadre-telecharger, .cadre-video .cadre-telecharger{
	text-align: center;
	padding: 25px;
}
.cadre-etude .cadre-telecharger a, .cadre-infographie .cadre-telecharger a, .cadre-communique .cadre-telecharger a, .cadre-video .cadre-telecharger button{
	color: white;
    background: #11B4E7;
	text-transform: uppercase;
    border-radius: 3px;
    font-weight: bold;
    padding: 8px 35px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
}
.cadre-etude .cadre-telecharger a:hover, .cadre-infographie .cadre-telecharger a:hover, .cadre-video .cadre-telecharger button:hover{
	box-shadow: 0 1px 8px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 8px 0 rgba(0,0,0,.5);
    -webkit-box-shadow: 0 1px 8px 0 rgba(0,0,0,.5);
}

.cadre-infographie{
	height: 350px;
}
.cadre-infographie .cadre-image{
	background-position: center;
    border: 1px solid #b2b5b5;
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}
.cadre-infographie h3, .cadre-video h3{
	color: #555; /*#408888;*/
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    padding-top: 10px;
}
.cadre-infographie .cadre-telecharger a, .cadre-communique .cadre-telecharger a{
	font-size: 12px;
    margin-top: 20px;
	padding: 6px 12px;
}


.cadre-video .cadre-image{
	padding-top: 56.25%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	position: relative;
}
.cadre-video h3{
	
	color:#0d6a88;
}
.cadre-video .cadre-description{
	margin-top: 6px;
    font-size: 15px;
    color: #555;
    font-weight: 400;
    line-height: 23px;
}
.video-container{
	display: none;
}

.cadre-aide{
	display: block;
	padding: 25px 15px;
    background: white;
    box-shadow: 0 3px 8px #ccc;
	-moz-box-shadow: 0 3px 8px #ccc;
	-webkit-box-shadow: 0 3px 8px #ccc;
    border-top: 3px solid #27bebe;
    border-radius: 3px;
	transition: all linear .2s;
	-moz-transition: all linear .2s;
	-webkit-transition: all linear .2s;
	cursor: pointer;
}
.cadre-aide:hover{
    box-shadow: 0 3px 10px #999;
	-moz-box-shadow: 0 3px 10px #999;
	-webkit-box-shadow: 0 3px 10px #999;
    border-top-color: #1a395a;
}
.cadre-icon{
	text-align: center;
    font-size: 60px;
    color: #27bebe;
	transition: all linear .2s;
	-moz-transition: all linear .2s;
	-webkit-transition: all linear .2s;
}
.cadre-aide:hover .cadre-icon{
    color: #1a395a;
}
.cadre-titre{
	margin-top: 15px;
	text-align: center;	
}
.cadre-titre h3{
	color: #1a395a;
	font-weight: 400;	
}
.cadre-soustitre h4 {
    color: #1a395a;
    font-weight: 600;
	font-style: italic;
    font-size: 13px;
}
.cadre-communique{
	padding-bottom: 43px;
	margin-bottom: 30px;
}
.cadre-communique .cadre-titre{
	text-align: left;
}
.cadre-communique .cadre-titre h3{
	font-size: 22px;
	margin-bottom: 10px;
}
.cadre-communique .cadre-extrait{
	font-size: 17px;
	line-height: 28px;
	text-align: justify;
	color: #333;
	font-family: 'Roboto'!important;
	font-weight: normal;
}
.cadre-communique .cadre-date{
	font-weight: 600;
    font-size: 13px;
    margin-bottom: 5px;
}
.cadre-communique.cadre-bordered{
	border-bottom: 1px solid #ccc;
}


@media (max-width: 1199px) {
	#ressources-nav{
		text-align: center;
		float: none;
	}
	#ressources-nav-container .container{
		text-align: center;
	}
	#ressources-nav-container .nav-item {
		width: auto;
	}
	#ressources-nav-container .nav-item i{
		display: block;
		margin: 0 auto;
		padding-bottom: 5px;
		font-size: 28px;
	}
	#ressources-nav-container .nav-item span {
		padding: 5px;
	}
	
	.figure-title {
		height: 45%;
	}
	
}
@media (max-width: 991px) {
	
	
	
	.column {
		width: 49.5%;

	}
	.column-big {
	  width: 99%;
	}
	.figure-title {
		height: 30%;
	}
}
@media (max-width: 797px) {
	.nav-item-text{
		display: none
	}
}
@media (max-width: 767px) {
	.column, .column-big {
		width: 100%;

	}
}

@media (min-width: 767px) {
	
}
@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
				
}