
body, .sticky-footer-wrapper {
	font-family: 'Open Sans', sans-serif;
	min-height:100vh;
 }
 
.flex-fill {
	flex:1 1 auto;
}

.dukwat-color-white{
	color: #FFFFFF;
}

.dukwat-bg-white{
	background-color: #FFFFFF;
}

.dukwat-color-blue{
	color: #397F9F !important;
}

.dukwat-bg-blue{
	background: #397F9F !important;
}


.dukwat-color-green{
	color: #00A99D !important;
}

.dukwat-bg-green{
	background: #00A99D !important;
}


.dukwat-color-gray{
	color: #F2F2F2 !important;
}

.dukwat-bg-gray{
	background: #F2F2F2 !important;
}


.dukwat-color-orange{
	color: #FF641D !important;
}

.dukwat-bg-orange{
	background: #FF641D !important;
}

.dukwat-logo{
	font-family: 'Questrial', sans-serif;
	font-size: 50px;
}

a, 
a:hover,
a:visited,
a:active {
	text-decoration: none !important;
	box-shadow:none !important;
	color: inherit;
    outline:0px !important;
}



 .dukwat-banner{

	/*border-top: 15px solid #397F9F;*/
	border-bottom: 1px solid #F2F2F2;

	background-position-x: right;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 8%;
}


.dukwat-banner img{
	width: 50px;
	height: 50px;
	vertical-align: unset;
}





 .dukwat-banner-inner{

	/*background-image: url('../imgs/orange_splash.svg');*/
	background-position-x: right;
	background-position-x: right 15%;
	background-position-y: top ;
	background-repeat: no-repeat;
	background-size: 30%;
}


.dukwat-tagline{
	font-size: 16px;
	font-size: small;
	font-weight: bold;
	margin-top: -11px;
}


 .row-search-form{
	/*background-image: url('../imgs/green_losange.svg');*/
	background-position-x: right;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 8%;
}


.row-search-form   .search-box{ 
	position: relative;
	border-radius:10px;
	width: 80% !important;

}

.row-search-form  .search-box img{ 
	z-index:-1;
	position: absolute;
	width: 100%;
	height: 120%;


	/*Top et left si vont varier en fonction que on soit sur mobile ou web ou tablette*/

	top: -11%;
	left: -29%;
}

.dukwat-fresque-bg{
	background-image: url('../imgs/fresque.svg');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.dukwat-app-name{
	margin-top: 50px;
}

.post{

	border:1px solid grey;
	border-radius: 10px;

	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
	box-shadow: 1px 2px 3px rgba(0,0,0,.5);

}

.post .profile{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid gainsboro;
}

.post img.google{
	width: 100%;
	height: 100%;
}

.post .location{
	background-color: orange;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.post .time{
	background-color: orange;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.post .morecontent span {
	display: none;
}

.post .morelink{
	  /*display: block;*/
	  color: blue;
}

.imgs-grid .imgs-grid-image::before{
	background: none;
}

.imgs-grid img{
	/*border-radius: 15px;*/
}

.imgs-grid .imgs-grid-image .view-all .view-all-cover{
	/*border-radius: 15px;*/
}






@media (max-width: 576px) {
	.dukwat-banner{
		/*border-top: 8px solid #397F9F;*/
		border-bottom: 1px solid #F2F2F2;
		

		background-image: none !important;
	}

	.dukwat-banner-inner{
		background-image: none !important;
		text-align: center;
	}

	.dukwat-logo{
		font-size: 40px;
	}

	 .row-search-form{
		background-image: url('../imgs/green_losange.svg');
		background-position-x: 90%;
		background-position-y: 56%;
		background-repeat: no-repeat;
		background-size: 18%;
	}

	.row-search-form   .search-box{ 
		position: relative;
		border-radius:10px;
		width: 100% !important;
	
	}

	.row-search-form  .search-box img{ 
		width: 115%;
		height: 132%;
		top: -15%;
		left: -9%;
	}
  
	.row-search-form  .about-box {
		border-color: #F2F2F2;
		font-size: 13px;
	}

	.row-search-form  .about-box  .about{
		font-size: 150% !important;
	}

	.row-search-form  .about-box{
		position: relative;
		top: -17%;
		background: transparent;
	}

}




.row-search-form  .search-box label{
	font-size: 16px;
}

.row-search-form  .search-box span{
	font-size: 14px;
	font-style: italic;
}

.row-search-form  .search-box button{
	font-size: 14px;
	border-radius:5px;
	border-color: #00A99D !important;
}

.row-search-form  .search-box input{
	background-color: #F2F2F2;
	border-color: #F2F2F2;
	font-size: 15px;
	font-style: normal;
}

 
.row-search-form  .about-box {
	border-color: #F2F2F2;
	font-size: 13px;
}

.row-search-form  .about-box  .about{
	font-size: 15px;
	background-image: url('../imgs/trait.svg');
	background-position-y: 97%;
	background-repeat: no-repeat;
	background-position-x: right;
	background-size: 122%;
}

footer{
	font-size: 12px;
}