/*
 * Author 	: Guimaraes Marcos
 * Email 		: mazwebContact@gmail.com
 * Website	:	https://www.mazweb.yo.fr
 */
 
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);

/*
 * Basic CSS starts 
 */

body{
	font-family: 'Open Sans', Sans Sarif;
	color: #787878;
	-webkit-font-smoothing: antialiased;
	background-color: black;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Open Sans', Sans Sarif;
	font-weight: 600;
}

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;
}

:focus {
	outline:none;
}

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

.color{
	background: #b6206d;
}
.color-hover{
	background: #b6206d;
}

/* 
 * Basic CSS ends 
 */

.banner {
	border-top: 8px solid black;
	background: #fff url('../img/banner.jpg');
	object-fit: cover;
}

.banner .container {
	max-width: 800px;
}

.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: 60px;
	padding-bottom: 100px;
}

.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: #b6206d;
	margin-bottom: 30px;
	border: 1px solid #b6206d;
	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: #b6206d;
	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: 100px 0;
	background: #b6206d;
}

.subscribe .sub-message h3 {
	margin-top: 0;
	font-size: 25px;
}

.subscribe .sub-message p {
	line-height: 25px;
	letter-spacing: 0.025em;
}

.subscribe .sub-message form {margin-top: 20px;}
.subscribe .sub-message form .form-control {
	box-shadow: none;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
} 
.subscribe .sub-message form .btn {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
} 
.subscribe .embed-responsive {
	background: #fff;
 }
 
.footer-above {
	padding: 50px ;
	text-align: center;
	color:white;
}

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

.footer-above h4 {
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 300%;
	border-bottom: solid 1px #b6206d;
	color: white;
}

.footer-above .social .icons {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	margin: 3px 1px;
	font-size: 19px;
	background: #b6206d;
	color: white;
	border-radius: 50%;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}
.footer-above .social a:hover {background: black;}

footer {
	padding: 0px 0;
	background: black;
	text-align: center;
	color: white;
}

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

/*
 * personal CSS !important 
 */
.color-theme-text {
	color: white;
	font-size: 400%;
	font: "Comic Sans MS";
}

.color-tarif-white {
	color: white;
	font-size: 200%;
}

.color-tarif-black {
	color: black;
	font-size: 200%;
}

.tarif-underline-text {
	border-bottom: solid 2px black;
	font-size: 300%;
}

.img-position {
	margin-left: 9%;
}

.tel {
	text-decoration: none;
	color: white;
	font-size: 140%;
}

.contact-icons-text-size {
	font-size: 140%;
	color:#b6206d;
}

.tel:hover {
	text-decoration: none;
	color: #b6206d;
}

.btn-theme {
	background-color: #b6206d;
	border: solid 1px #b6206d;
	color: white;

	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}

.btn-theme:hover {
	background-color: black;
	color: #b6206d;
}

.copy-font {
	text-decoration: none;
	color: #b6206d;

	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}

.copy-font:hover {
	color: white;
	border: solid 1px #b6206d;
	border-radius: 10%;
}

.copy-right {
	font-size: 75%;
}
 
/*
 * Responsive CSS 
 */

/*
 * Mobile phones 
 */
@media (max-width: 480px){
	.img-position {
		margin-top: 10%;
		margin-left: 35%;
	}
}

/*
 * 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;}

		.img-position {
			margin-top: 10%;
			margin-left: 35%;
		}
}	

/*
 * Desktop 
 */
@media (max-width: 2000px){
	.princip-logo {
		width: 25%;
		height: 20%;
	}
}