

body
{
	background: transparent;

    background-attachment: fixed; /* Le fond restera fixe */
    margin:auto;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
}

header {
  
  background-position: center;
	background-image: url("craies.png");
	/*background-repeat: no-repeat;*/

}
a{
cursor: pointer;
}
h5{
  background-color: #ffffff;
  border: 0.5px solid black;
  opacity: 0.8;
  line-height: 2em;
  margin: auto;
  margin-top: 10px;
  width: 50%;
  height: 20%;
  color: darkblue;
  text-shadow: 2px 2px 10px white ,0 0 5px black ; 
  font-family:"Arial Black", times, serif;
  font-style: bold;
  text-align: center;
} 
li{
  list-style:none;
}
.btn {

  position:relative;
	margin-left: 10px;
  margin-right: 10px;


  	-moz-border-radius:10px 10;
	-webkit-border-radius:10px 10;
	border-radius:10px;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
} 
.btnlog { margin-bottom: 5px;}
 
.btngreen, .titregreen {background-color: #4CAF50;} /* Green */
.btnblue, .titreblue{background-color: #008CBA;} /* Blue */
.btnred,.titrered {background-color: #f44336;} /* Red */ 
.btngrey, .titregrey {background-color: #e7e7e7; color: black;} /* Gray */ 
.btnblack,.titreblack {background-color: #555555;} /* Black */
.btnyellow,.titreyellow {background-color: #FFD700;color: black;} /* yellow */
.btnorange,.titreorange {background-color: #FFA500;}

.btnright { position:relative; float: right; }
.btncal { position:relative; margin: 5px; padding: 0; }

/*.btn:hover {
    background-color: transparent; 
    color: white;
    border-color: grey;
}*/

.navbar1 {
	width: 100%;
 	height: 100%;
  border :0.5px solid grey;
  -moz-border-radius:10px 10;
  -webkit-border-radius:10px 10;
  border-radius:10px;

}

.mail:before   { content: "\2709"; }
.pig:before {content: "\1F437";}
.adm:before    { content: "\1F3E2"; }
.cahier:before { content: "\1F4DA"; }
.peri:before   { content: "\1F46A"; }
.school:before { content: "\1F3EB"; }
.lock:before { content: "\1F510"; }
.calendar:before { content: "\1F4C6"; }
.news:before { content: "\01F4F0";}

img {
	max-width: 100%;
	max-height: 100%;
}
.navbar-brand1 {
 	width: 50px;
 	height: 130%;
  margin: 0px;
  margin-right: 10px;
  -moz-border-radius:10px 10;
  -webkit-border-radius:10px 10;
  border-radius:10px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}
.navbar-brand1:hover {
  background-color: #18A19A; 
  border-color: #130269; 
}

.btn-group{
  margin: 5px;
  position: justify;
}

.dropdown-menu,.dropdown-item {
  color: white;
  -moz-border-radius:10px 10;
  -webkit-border-radius:10px 10;
  border-radius:10px;
}
.dropblue, .dropitemblue {    background-color: #008CBA ;}
.dropgreen,.dropitemgreen {   background-color: #4CAF50;}
.dropred,.dropitemred {   background-color: #f44336;}
.dropgrey,.dropitemgrey {   background-color: #e7e7e7;color: black;}

.dropitemgrey:hover { background-color: #5F9EA0;}

.navbar {
  margin-bottom: 0;
}
.container {

}

.card {
  padding: 0px;
  margin: 10px;
  opacity: 0.75;
  border: 0.5px solid white;
  background:  #FAFAD2;
  -moz-border-radius:10px 10;
  -webkit-border-radius:10px 10;
  border-radius:10px;
}

.card .cardbody {
          width: auto;
}

.bigcard {
  padding: 0px;
  margin: 10px;
  width: 200%;
  height:200%;
  opacity: 0.75;
  border: 0.5px solid white;
  background:  #FAFAD2;
  -moz-border-radius:10px 10;
  -webkit-border-radius:10px 10;
  border-radius:10px;
}

.titrebox { /* Titre */
    width: 100%;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #3A4056;
    border-radius: 10px 10px 0px 0px;
    margin: 0px 0px 0px 0px;
    word-wrap: break-word;
    font: bold 16px caviar_dreamsregular, sans-serif;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

.carousel-caption {
  top: 10px;
  bottom: 0;
}

.carousel-caption p { 
  font-size:  300%;
  color: #000;
}

.card-right p {font-weight: bold;}
/*
#Back {
    background: url(calendar.png) 100% 100% 100% 100% no-repeat;
    width: 100%;
    height: 100%;
    margin: 0;
}

@media screen and (min-width: 200px) and (max-width: 640px) {
    #Back {
        width: 100px;
        background-size: contain;
    }
}


/*.titreorange {    background-color: rgba(230,123,25, 1);} */


/*
.Menu  div[class^="col"] {
    border: 1px solid white;
    background: #333333;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #ffffff;


    }*/


.Menu  {

  margin: 0px;
  width: 100%;
    text-align: left;
    padding-top: 8px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 8px;
    color: #000000;
    font-weight: bold;


    }

.Menu:hover {     
  border-left: 1px solid red;
  color: #800000 ;
  cursor: pointer;
  font-weight: bold;

}
.Menu:active{ 
  border-left: 1px solid red;
  background-color: #5F9EA0;
}

.list-group-item {
  padding: 0;
  margin: 0;
  border:none;
  background-color: transparent;
}

.list-group-item:hover{
  cursor:pointer;
  background-color: #5F9EA0;
}
/*arrondir les coins en haut à gauche et en bas à droite
	-moz-border-radius:10px 10;
	-webkit-border-radius:10px 10;
	border-radius:10px;*/

.nav-side-menu {
  margin:0;
  margin-left: 5px;
  padding:0;
  padding-left: 10px;
  overflow: auto;
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  background-color: #2e353d;
  position: relative;
  height: 100%;
  color: #e1ffff;
}
.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  list-style:none;
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #e1ffff;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

/*******tables    ****/
.table {
  padding:0px;
  margin: 0px;
}
tfoot input {
        width: 100%;
        padding: 3px;
        box-sizing: border-box;
    }

@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
    #wrap,#wrap1,#wrap2,#wrap3,#wrap4 {
        margin:  auto;
    }
        
    #external-events {

        width: auto;
        padding: 0 10px;
        border: none;
        text-align: left;
    }

        
    #external-events .fc-event { 
        margin: 10px 0;
        cursor: pointer;
        font-size: 12px;
    }
    #external-events .eventred {

    background-color: #A52A2A; /* background color */
    border-color: #A52A2A;     /* border color */
    color: white;              /* text color */
    }  
    #external-events .eventgreen {
    background-color: #257e4a; /* background color */
    border-color: #257e4a;     /* border color */
    color: white;              /* text color */

        }    
    #external-events .eventblue {
    background-color: #191970; /* background color */
    border-color: #191970;     /* border color */
    color: white;              /* text color */

        }  
    #external-events p {
        margin: 1.5em 0;
        font-size: 11px;
        color: #666;
    }
        
    #external-events p input {
        margin: 0;
        vertical-align: middle;
    }

    #calendar,#calendar2,#calendar3,#calendar4 {
      width: content.width;
      padding: 10px;
      margin: 10px;
      font-size: 11px;

    }
.radio {
      padding: 5px;
      margin: 5px;

}
/*.badge {
  padding: 1px 9px 2px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}*/
.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge .badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}

