 
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);

/*
 * Basic CSS starts 
 */

body{
	font-family: 'Open Sans', Sans Serif;
	color: #646464;
	-webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4{
	font-family: 'Open Sans', Sans Serif;
	font-weight: 600;
	color: #00a19a;
	line-height: 120%;
}

h5,h6{
	font-family: 'Open Sans', Sans Serif;
	font-weight: 600;
	color: #00a19a;
	line-height: 170%;
}

p{
	margin:0;
	padding:0;
	line-height: 24px;
	font-size: 14px;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

a:hover,a:active,a:focus {
	outline: 0 !important;
}

hr{

}

:focus {
	outline:none;
}

::-moz-focus-inner {
	border:0;
}

.color{
	background: #32c8de;
}
.color-hover{
	background: #2bbdd2;
}

/* 
 * Basic CSS ends 	e8e9e1
 */

.banner {
	border-top: 8px solid #32c8de;
	background: #fff url('../img/banner2.jpg') repeat-x center center;
}

.banner .container {
	max-width: 800px;
	font-size: 115%;
}

.banner .banner-content {
	padding: 150px 0; 
}

.banner .banner-content p {
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 20px;
	text-transform: capitalize;
	letter-spacing: 0.1em;
	color: #fff;
}

.banner .banner-content .btn {
	border-radius: 3px;
}

.feature {
	padding-top: 40px;
	padding-bottom: 80px;
  font-size: 120%;
}

.feature .feature-item {
	max-width: 360px;
	margin: 0 auto;
	margin-top: 40px;
	text-align: center;
}

.feature .feature-item i {
	display: block;
	width: 90px;
	height: 90px;
	line-height: 89px;
	margin: 0 auto;
	font-size: 40px;
	color: #646464;
	margin-bottom: 30px;
	border: 1px solid #646464;
	border-radius: 50%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.feature .feature-item:hover i {
	background: #32c8de;
	color: #fff;
}

.feature .feature-item h4 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 22px;
}

.feature .feature-item p {
	line-height: 25px;
	letter-spacing: 0.035em;
}

.subscribe {
	padding: 40px 0;
	background: #eee;
	font-size: 115%;
}

.subscribe .sub-message h3 {
	margin-top: 0;
	font-size: 28px;
	margin-left: 15px;
}
.subscribe .sub-message p {
	line-height: 25px;
	letter-spacing: 0.025em;
	margin-left: 15px;
	font-size: 110%;
}

.subscribe .sub-message form {
	margin-top: 10px;
	margin-left: 15px;
	font-size: 115%;
}

.subscribe .sub-message form .form-control {
	box-shadow: none;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	margin-left: 15px;
	font-size: 115%;
}

.subscribe .sub-message form .btn {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-left: 15px;
	font-size: 115%;
}

.subscribe .embed-responsive {
	background: #fff;
}
 
.footer-above {
	padding: 100px 0;
	text-align: center;
}

.footer-above .post {
	max-width: 750px;
	margin: 0 auto;
	font-size: 16px;
	font-style: italic;
}

.footer-above h4 {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 25px;
}

.footer-above .social a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin: 3px 1px;
	font-size: 14px;
	background: #d0d2d0;
	color: #fff;
	border-radius: 50%;
	-webkit-transition: background 1s linear;
	-moz-transition: background 1s linear;
	-ms-transition: background 1s linear;
	-o-transition: background 1s linear;
	transition: background 1s linear;
}
.footer-above .social a:hover {background: #32c8de;}

footer {
	padding: 50px 0;
	background: #eee;
	text-align: center;
}

footer .nav-link {
	margin-bottom: 10px;
	color: #999;
}


.footercenter {
	margin-bottom: 10px;
	text-align: center;
}
 
/*
 * gloubiboulga 
 */
.gloubiboulga{ 
display: none;
max-width:1px; 
max-height: 1px;
color: #fff;
letter-spacing: -100px;
  font-size: 1%;
  line-height: 1%;
  margin: 0;
}
/*
 * Mobile phones 
 */
@media (max-width: 480px){
}

/*
 * Tablets 
 */
@media (max-width: 767px){
	.banner .banner-content { text-align: center;}
	.banner .banner-content img {
		max-width: 180px;
		margin: 0 auto;
	}
	
	.subscribe .sub-content {
		max-width: 360px;
		margin: 0 auto;
	}
	.subscribe .sub-message form {margin-bottom: 25px;}
}	

/*
 * Desktop 
 */
@media (max-width: 991px){
	.subscribe .container .sub-content img {
	max-width: 30%;
	height: auto;
	}
	.img{
  max-width: 50%;
  height: auto;
    }
}

/*
 * menu déroulant 
 */
 .mainmenubtn {
    background-color: grey;
    color: white;
    border: none;
    cursor: pointer;
    padding:10px;
    margin-top:10px;
}
.mainmenubtn:hover {
    background-color: black;
    }
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-child {
    display: none;
    background-color: skyblue;
    min-width: 50px;
}
.dropdown-child a {
    color: grey;
    padding: 5px;
    text-decoration: none;
    display: block;
}
.dropdown:hover .dropdown-child {
    display: block;
}
