@charset "UTF-8";
/* CSS Document */
.grid-section{
	padding-top: 69px;
		}
.cheminfer{
	/*position: relative;
    top: 66px;*/
}
.cheminfer h1 {
	font-size: 15px;
    color: #12375b;
    line-height: 4.6px;	
	display: inline-block;
	margin-top:68px;
}
.cheminfer a {
    color: #555;
}

nav.retourBlog {
    text-align: center;
}

nav.retourBlog a{
	position: relative;
    		top: 50px;
			color: #ffffff;
			background: rgba(226, 222, 222, 0.2);
			padding: 16px;
			border-radius: 32px;
			margin-right: 12px;
			text-decoration: none;
			border: 1px solid rgba(226 222 222);
			width: 149px;
    		display: inline-block;
}


nav.retourBlog a.selected, nav.retourBlog a:hover {
    background: rgba(0, 156, 159, .8);
    color: white;
    border: 1px solid rgb(219 220 220);
}
nav.retourBlog a:hover {border: 1px solid #b2b0b0;color:black}
nav.retourBlog a:hover ~ nav.retourBlog a.selected{background-color: yellow;}

nav.retourBlog a.selected{
	background: rgba(0,156,159,.8); /*#45b6b9 !important;*/
    color: white;
	border: 1px solid rgb(255 255 255);
}
nav.retourBlog i {font-size: 11px;}

.smallFilter2 {
    position: fixed;
    top: 0px!important;
    z-index: 9;
    left: 0px;
    right: 0px;
    height: 153px;
}
/*


*/
.to-top,.to-contact {
   	display: inline-block;
	background-color: rgba(0,156,159,.8);
    color: #fff;
	height: 36px;
    line-height: 36px;
	border-radius: 3px 3px 0 0;
}
.menuMilieu {
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 148px;
}
.media-boxes-container {
	margin-top: 27px;
}

@media only screen and (max-width: 768px){
	.header {height: 242px!important;/*border-bottom: 12px solid #f5f6fa;*/}
	.grid-section {
		margin-top: -60px;
        padding-top: 0;}
	.navbar-brand {
		/* float: left; */
		height: 50px;
		padding: 15px 15px;
		font-size: 18px;
		line-height: 20px;
		width: 100%;
		display: block;
		margin: auto;
		text-align: center;
	}
	
	.filters-container {
		 width: 100%;
    	text-align: center;
	 }
	.media-boxes-container {
		margin-top: 18px;
	}
	.cd-nav .cd-primary-nav a {
    	font-size: 1.6rem;
  	}
	.navbar-brand img {height: 138px;margin-top: 25px;}
	.petitLogo {display: inline;}
	
	.overlay-text-left .media-box-title {font-size: 23px;}
	.overlay-always-visible {padding: 5px 20px;}
	.media-boxes-container {margin-top: -42px;}
	/*.grid-container nav a{*/
	.cd-nav .cd-primary-nav a.selected {
		background: rgba(0, 156, 159, .8);
		color: white;
		border: 1px solid rgb(80 174 177);
	}
	nav a{
		position: relative;
    	top: 50px;/*152*/
    	right: 0;
	}
			/*.grid-container nav.mobile a {display:block;padding: 15px;}*/
			
	
			
	nav.retourBlog a {
        width: 104px;
        font-size: 13px;
		padding: 7px;
    }
	 
	.media-boxes-container {
       	 margin-top: -42px;
		
    }
	.introduction p {
		font-size: 20px;
		line-height : 1.5;
	}
	.introdution h3{
		margin-top: -70px;
	}
	.content p {font-size:18px;line-height : 1.3;}
	.media-box-text ul li {
		font-size:17px;
		margin-bottom: 2px;
	}
	.media-box-text h3 {
		margin-bottom:16px;
	}
	.cheminfer {display:none;}
}	
