/**
* 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: transparent;
	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:#FF0000;
}

::-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: none;
	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;
    text-shadow: -1px -1px  yellow;
}

.navbar-default .navbar-nav > li > a {
	color: #FFFF00;
	font-weight: 900;
    font-family: 'Dancing Script', cursive;
     font-size: 28px;
   text-shadow:  -2px -2px red;
}

.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: #000000;
    text-shadow: -1px -1px  yellow;
	background-color: #0099FF;
    font-family: 'Dancing Script', cursive;
}

.navbar-default {

	border-color: transparent;
    background-image: repeating-linear-gradient(to right, blue, DodgerBlue, blue );

}
.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, black, red, yellow );

}

.dropdown-menu {
    background-image: repeating-linear-gradient(to right, blue, DodgerBlue, blue );
   font-family: 'Dancing Script', 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: #FF0000;
}
.dropdown-menu > li > a {
	color: #FF0000;
     text-shadow: -1px -1px  yellow;
	font-weight: 700;
	font-size: 20px;
      background-image: repeating-linear-gradient(to to right, DodgerBlue, red, blue );
  border-radius: 10% / 50%;

}

 .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
     background-image: repeating-linear-gradient(to to right, DodgerBlue, red, blue );
}
 .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #00CCFF;
}

.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: #FF0000;
	background-color: #222222;
	border-color: #222222;
}
.dmbutton {
	background:rgba(243, 245, 39, 0.8);
	border: 1px solid #222222;
	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
################################################################# */

#accueil12 {
	background-color: #00b3fe;
    background: url("../img/accueil.jpg") center top no-repeat fixed;
    background-size: cover;
	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{
   	background: url(../img/accueil.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
    	height: auto;
        	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 {
  margin-bottom:20px;
    line-height: 105px;
    font-family: 'Merienda One', cursive;
    font-size: 60px;
    color: #FF0000;
    text-shadow: 1px 2px 1px blue;
}
#accueil h2 {
font-family: 'Merienda One', cursive;
    font-size: 40px;
    color: #FF0000;
    font-weight: 800;
    text-shadow: 1px 2px 1px blue;
    line-height: 1;
}
#accueil h3 {
 font-family: 'Merienda One', cursive;
    font-size: 30px;
    color: #FF0000;
    font-weight: 800;
    text-shadow: 1px 2px 1px blue;
    line-height: 1;
}




#accueil .img-responsive {
	margin: 0 auto;
}


.a{
    color: #000000
}
.b{
    color: #FF0000
}

.c{
    color: #FFFF00
}


#plan {
	background-color:rgba(0, 0, 0, 6);
    background: url("../img/accueil.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;

}



/* 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;
}



/*===============================================================
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(7, 19, 181, 0.7);
    margin-right: 0;
    border-radius: 16px 55px;
    border: none;
    border-bottom: 8px outset #000000;
    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( 51, 162, 255, 0.7);
    font-weight: 900;
     font-family: 'Dancing Script', cursive;
    font-size: 28px;
    color: #FFFF00;
     text-shadow:  -2px -2px red;
    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, blue, DodgerBlue, blue );
    background-repeat: no-repeat;
    font-family: 'Dancing Script', cursive;
    font-size: 20px;
	font-weight: 900;
    text-align: center;
    color: #000000
}

.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}



#accueil .img-responsive {
	margin: 0 auto;
}
#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 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: #0099FF;
font-weight: 500;
text-shadow: 1px 1px #ffff00, -1px -1px black;
margin-top:2%
}
#jour.s1j1 h3 {
font-family:  'Merienda One', cursive;
font-size: 20px;
color: #0066CC;
font-weight: 500;
text-shadow: -1px -1px ##FFFF00;
margin-top:1%
}
 /* mois de mai ============*/
#mai{

	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;

    -webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;

}

#mai h1 {
  margin-bottom:20px;
    line-height: 105px;
    font-family: 'Merienda One', cursive;
    font-size: 70px;
    color: #FFFF99;
    text-shadow: 1px 2px 3px red;
}
#mai h2 {
font-family: 'Merienda One', cursive;
    font-size: 50px;

    font-weight: 800;
     color: #FFFF99;
    text-shadow: 1px 2px 3px red;
}
#mai h3 {
 font-family: 'Merienda One', cursive;
    font-size: 30px;
    font-weight: 800;
   color:  #FFFF99;
    text-shadow: 1px 2px 3px red;
}
#mai h4 {
   font-family: 'Dancing Script', cursive;
  font-size: 38px;
  color: #0033FF;
  font-weight: 600;
   text-shadow: 1px 1px 1px yellow;
}



#mai  h5 {
     color: #00FFFF;
    font-family:  'Merienda One', cursive;
    font-size: 30px;
    font-weight: 900;

    text-shadow: 1px 2px 3px red;
}

    #mai h6 {
    color: #000000;
    font-family: 'Dancing Script', cursive;
    font-size: 25px;
    font-weight: 900;
    line-height: 30px;
    }

 #mai h7 {
font-family:  'Merienda One', cursive;
font-size: 20px;
color: #0033FF;
font-weight: 500;
text-shadow: 1px 1px 1px #FFFF00;
margin-top:1%
}
#mai h8 {
 font-family:  'Merienda One', cursive;
font-size: 20px;
color: #003300;
font-weight: 500;
text-shadow: -1px -1px ##FFFF00;
margin-top:1%
}

#jour.s1j1.img-responsive {
	margin: 0 auto;

}

.row-accueil {
  background: rgba(186, 241, 247, 0.7);
  border-radius: 20px;
  text-align: left;
  border: 10px groove #33FFFF;
}
hr {
  width: auto;
  height: 2px;
  border: 2px outset #FFFF00;
  background-color: #FFFF99;
  margin-left: 20%;
  margin-right: 20%;
}
.pager li > a, .pager li > hover {
  display: inline-block;
  padding: 5px 14px;
  background-color: #FF0000;
  border: 4px double #FFFF00;
  border-radius: 15px;
  color: #FFFF00;
}
/*.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #0066FF;
  border: 4px double #FFFF00;
  border-radius: 15px;
  color: #FFFF00;
}          */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #0099FF;
  border: 4px double #FFFF00;
  border-radius: 15px;
    color: #FFFF00
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #99FFFF;
   border: 4px double #000000;
  border-radius: 15px;
    color: #FF0000
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}


