/**
* Template Name: Solid
* Template URL: https://templatemag.com/solid-bootstrap-business-template/
* Author: TemplateMag.com
* License: https://templatemag.com/license/
*/

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */
	* {
		margin: 0;
		padding: 0px;
	}

body {
	background: #ffffff;
	margin: 0;
	height: 100%;
	color: #384452;
	font-family: 'Lato', sans-serif;
	font-weight: 400;

	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}
h1p{
  text-align: center;
    font-family: 'Merienda One', cursive;
    font-size: 38px;
     color: #0099FF;
    text-shadow: 1px 1px white, -1px -1px black;

}

p {
	padding: 0;
	margin-bottom: 20px;
	font-weight: 100;
	line-height: 24px;
	margin-top: 10px;
    font-family: 'Merienda One', cursive;
    font-size: 18px;
    color: #FF0000;
    font-weight: 50;
    text-shadow: 1px 1px yellow, -1px -1px black;
  
}

c {
	padding: 0;
	margin-bottom: 20px;
	font-weight: 100;
	line-height: 24px;
	margin-top: 10px;
    font-family: 'Merienda One', cursive;
    font-size: 18px;
    color: #FF0000;
    font-weight: 50;
    text-shadow: 1px 1px yellow, -1px -1px black;
    border-bottom: 2px inset #0066FF
}

img {
	height: auto;
	max-width: 100%;
}

a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
    color: #FF0000
}
a:hover,
a:focus {
  text-decoration: none;
  color:#33FF00;
}

::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}

.centered {
	text-align: center
}

/*	################################################################
	BOOTSTRAP MODIFICATIONS & TWEAKS
################################################################# */
.navbar {
	min-height: 70px;
	padding-top: 10px;
	margin-bottom: 0px;
}

.navbar-brand {
	 font-family: 'Dancing Script', cursive;
     font-size: 28px;
	font-weight: 900;
}

.navbar-header .navbar-brand {
	color: #FF0000;
}

.navbar-default .navbar-nav > li > a {
	color: #FF0000;
	font-weight: 900;
	font-size: 20px;
   font-family: 'Vast Shadow', cursive;
   text-shadow:  -1px -1px black;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #FFFF00;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #66FF33;
    text-shadow: -1px -1px  black;
	background-color: transparent;
    font-family: 'Vast Shadow', cursive;
}

.navbar-default {

	border-color: transparent;
    background-image: repeating-linear-gradient(to right, green, white, red );

}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {

    color: #000000;
   background-image: repeating-linear-gradient(to right, green, white, red );

}

.dropdown-menu {
    background-image: repeating-linear-gradient(to right, green, white, red );
    font-family: 'Vast Shadow', cursive;
}

.navbar-default .navbar-toggle {
  border: none;
  border-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: #202b38;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.dropdown-menu > li > a {
	color: #000000;
	font-weight: 700;
	font-size: 12px;
      background-image: repeating-linear-gradient(to right, green, white, red );
}

.btn-theme {
  color: #fff;
  background-color: #384452;
  border-color: #384452;
  margin: 4px;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #00b3fe;
  border-color: #00b3fe;
}

.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus{
	color: #ffffff;
	background-color: #222222;
	border-color: #ffffff;
}
.dmbutton {
	background:rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 1.025rem;
	padding-right: 2.25rem;
	letter-spacing:0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 1.55rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	font-weight: normal !important;
}

.mtb {
	margin-top: 80px;
	margin-bottom: 80px;
}

.mb {
	margin-bottom: 60px;
}

.mt {
	margin-top: 60px;
}

.hline {
	border-bottom: 2px solid #384452;
}

.hline-w {
	border-bottom: 2px solid #ffffff;
	margin-bottom: 25px;
}

 /*	################################################################
	SITE ACCUEIL
################################################################# */

#accueil {

    background: url("../img/accueil.gif");
  	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
    	height: 990px;
        	padding-top: 50px;
	padding-bottom: 10%;
	text-align: center;
    letter-spacing: 10px;
    line-height: 250px;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

}

#accueil h1 {
font-family: 'Rye', cursive;
font-size: 80px;
color: #FFFF00;
font-weight: 900;
text-shadow: 1px 1px red, -1px -1px black;
}
#accueil h2 {
font-family: 'Rye', cursive;
font-size: 60px;
color: #FFFF00;
font-weight: 800;
text-shadow: 1px 1px red, -1px -1px black;
}
#accueil h3 {
font-family: 'Merienda One', cursive;
font-size: 26px;
color: #FFFF00;
font-weight: 400;
text-shadow: 1px 1px red, -1px -1px black;
}




#accueil .img-responsive {
	margin: 0 auto;
}


.a{
    color: #66CC66
}
.b{
    color: #FFFFFF
}

.c{
    color: #FF0000
}


#plan {
	background-color:rgba(0, 0, 0, 6);
    background: url("../img/venise.jpg") center top no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
    text-align: center;
    font-family: 'Merienda One', cursive;
    font-size: 18px;
    color: #0099FF;
    text-shadow: 1px 1px white, -1px -1px black;


}


























/*	################################################################
	SITE WRAPS
################################################################# */

#headerwrap {
	background-color: #00b3fe;
	min-height: 550px;
	padding-top: 100px;
	padding-bottom: 0px;
	text-align: center;
}

#headerwrap h3, h5 {
	color: white;
	font-weight: 400;
}

#headerwrap h1 {
	color: white;
	margin-bottom: 25px;
}

#headerwrap .img-responsive {
	margin: 0 auto;
}

/* Services Wrap */
#service {
	margin-top: 100px;
	margin-bottom: 80px;
}

#service i {
	color: #00b3fe;
	font-size: 60px;
	padding: 15px;
}

/* Portfolio Wrap */
#portfoliowrap {
	padding-top: 60px;
	margin-bottom: 60px;
	display: block;
	text-align: center
}

#portfoliowrap h3 {
	margin-bottom: 25px;
}

.portfolio {
	padding:0 !important;
	margin:0 !important;
	display:block;
}


.portfolio-item .title:before {border-radius:0; display:none}
.portfolio-item p {margin:0px 0 30px;}
.portfolio-item h3 {margin:-10px 0 10px; font-size:16px; text-transform:uppercase;}


.tpl6 h3
{
	color:#fff;
	margin:0;
	padding:40px 5px 0;
	font-size:16px;
	text-transform:uppercase;
}
.tpl6 .dmbutton
{
	display:inline-block;
	margin:30px 5px 20px 5px;
	font-size:13px;
}

.tpl6 .bg
{
	height:100%;
	width:100%;
	background-color:#00b3fe;
	background-color:rgba(0,179,254,.9);
	text-align:center;
}

/* Testimonials Wrap */
#twrap {
	background: url(../img/t-back.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:60px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#twrap i {
	font-size: 50px;
	color: white;
	margin-bottom: 25px;
}

#twrap p {
	color: white;
	font-size: 15px;
	line-height: 30px;
}

/* clients logo */
#cwrap {
	background: #f7f7f7;
	margin-top: 0px;
	padding-top: 80px;
	padding-bottom: 100px;
}

#cwrap h3 {
	margin-bottom: 60px;
}

/* Footer */
#footerwrap {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #384452;
}

#footerwrap p {
	color: #bfc9d3;
}

#footerwrap h4 {
	color: white;
}

#footerwrap i {
	font-size: 30px;
	color: #bfc9d3;
	padding-right: 25px;
}

#footerwrap i:hover {
	color: #00b3fe
}

/*	################################################################
	PAGE CONFIGURATIONS
################################################################# */
/* General Tweaks */

#blue {
	background: #00b3fe;
	margin-top: 60px;
	padding-top: 25px;
	padding-bottom: 25px;
    	text-align: center;
     background: url("../img/1.jpg") center top no-repeat fixed;
    background-size: cover;
}

#blue h3 {
	color: white;
	margin-left: 15px;
}

.ctitle {
	color: #00b3fe;
	font-weight: 700;
	margin-bottom: 15px;
}

csmall {
	font-size: 12px;
	color: #b3b3b3;
}
csmall2 {
	font-size: 12px;
	color: #f39c12
}

.spacing {
	margin-top: 40px;
	margin-bottom: 40px;
}

.badge-theme {
	background: #00b3fe;
}

/* Contact Page */
#contactwrap {
	background: url(../img/contact.jpg) no-repeat center top;
	margin-top: -60px;
	padding-top:0px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 400px;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Blog Page */
.popular-posts {
	margin: 0px;
	padding-left: 0px;
	}

.popular-posts li {
	list-style: none;
	margin-bottom: 20px;
	min-height: 70px;
}
.popular-posts li a,
.popular-posts li a:hover {
	color:#2f2f2f;
	text-decoration: none;
	}

.popular-posts li img {
	float: left;
	margin-right: 20px;
	}

.popular-posts li em {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #b3b3b3
	}

.popular-posts p {
	line-height: normal;
	margin-bottom: auto;
}

.share i {
	padding-right: 15px;
	font-size: 18px;
}


/* Contact Form */

.contact-form input, .contact-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
}

.contact-form .form-send {
  text-align: center;
}

.contact-form .form-send button  {
  background: #384452;
  border: 0;
  padding: 12px 40px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  font-size: 16px;
}

.contact-form .form-send button:hover {
  background: #00b3fe;
}

.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

/* Copyrights */

#copyrights {
  background: #202b38;
  padding: 20px 0;
  text-align: center;
}

#copyrights p {
  margin-bottom: 5px;
  color: #fff;
}

#copyrights a {
  color: #00b3fe;
}

.credits {
  color: #fff;
}

/*===============================================================
mon style
===================================================================*/
 /*------------------nav tab-----------------------   */
a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab .nav-tabs{
    position: relative;
    border-bottom: none;
}
.tab .nav-tabs li{
    text-align: center;
    margin-right: 3px;
}
.tab .nav-tabs li a{
    display: block;
    font-weight: 900;
    font-family: 'Merienda One', cursive;
    font-size: 22px;
    color: #FFFFFF;
    padding: 10px 15px;
    background:rgba(255, 0, 20, 0.7);
    margin-right: 0;
    border-radius: 16px 55px;
    border: none;
    border-bottom: 8px outset #00FF00;
    position: relative;
    transition: all 0.5s ease 0s;
}

.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover,
.nav-tabs li a:hover{

      background:rgba(20, 252, 101, 0.7);
    font-weight: 900;
    font-family: 'Merienda One', cursive;
    font-size: 22px;
    color: #FF0000;
    border-radius: 55px 16px;
    border: none;
    border-bottom: 8px outset #FF0000;
    position: relative;
    transition: all 0.5s ease 0s;
}
.tab .tab-content{
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    background: transparent;
   /* border-radius: 16px 55px;*/
    padding: 15px;
    margin-top: 2px;
}
.tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        margin-bottom: 5px;
    }
}

/* ======================J1=============================*/
/*text-align: center;
padding-top: 60px;
padding-bottom: 50px;
background: url(../s1/j1/1.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto;
background-size: cover;
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
color: #cfcfcf;       */



#jour.s1j1 {
text-align: center;
padding-top: 60px;
padding-bottom: 50px;
color: #cfcfcf;
padding-top: 4%;
 text-align: center;
padding-top: 60px;
padding-bottom: 50px;

    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto;
background-size: cover;
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;


}

#jour.s1j1  h5 {
	color: white;
	font-weight: 400;
}

#jour.s1j1 h1 {
font-family: 'Merienda One', cursive;
font-size: 46px;
color: #FF0000;
font-weight: 900;
text-shadow: 1px 1px #00FF00, -1px -1px black;
}
#jour.s1j1 h2 {
font-family: 'Merienda One', cursive;
font-size: 36px;
color: #FF0000;
font-weight: 500;
text-shadow: 1px 1px #00FF00, -1px -1px black;
margin-top:2%
}
#jour.s1j1 h3 {
font-family: 'Merienda One', cursive;
font-size: 30px;
color: #FF0000;
font-weight: 500;
text-shadow: 1px 1px #00FF00, -1px -1px black;
margin-top:1%
}
#jour.s1j1 h4 {
font-family: 'Merienda One', cursive;
font-size: 14px;
color: #FFFFFF;
font-weight: 50;
text-shadow: 1px 1px black, -1px -1px black;
line-height: 25px
}

#jour.s1j1.img-responsive {
	margin: 0 auto;

}

/*footer*/
.footer {

	border-color: transparent;
    background-image: repeating-linear-gradient(to right, rgba(40, 150, 30,0.8), white, red );
    background-repeat: no-repeat;
    font-family: 'Dancing Script', cursive;
    font-size: 20px;
	font-weight: 900;
    text-align: center;
    color: #FF0000
}

.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}