row {
    margin-bottom: 15px;
}
.bandeau
{
    background-color: #067790;  
}
.row [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 15px solid #ddd;
}

h1{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  text-align: center;
  box-sizing: content-box;
  border: none;
  font: bold 300% "Comic Sans MS", cursive, sans-serif;
  color: rgb(255,255,255);
  text-shadow: 4px 4px 6px rgb(44,9,186,1);
  text-overflow: ellipsis;
  word-break: break-word;
}
.couleur_int
{
    color: blue;
}
.couleur_part
{
    color: green;
}
.couleur_alert
{
    color: red;
}
h3{
  text-align: center;
  box-sizing: content-box;
  border: none;
  font: bold 200% "Comic Sans MS", cursive, sans-serif;
  word-break: break-word;
}
h2{
  text-align: center;
  box-sizing: content-box;
  border: none;
  font: bold 200% "Comic Sans MS", cursive, sans-serif;
  color: #000;
  word-break: break-word;
}

h4{
  text-align: justify;
  box-sizing: content-box;
  border: none;
  font: bold 100% "Comic Sans MS", cursive, sans-serif;
  color: #000;
  word-break: break-word;
}

img {
  	border-radius: 20px;
}

/* Header */
.logo{

}

/* Menu déroulant */
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    background: #fafafa;
}

p {
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}
.page{
  padding: 0px;
}

.sousMenu
{
  color:#000;
}
a, a:hover, a:focus {  
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

a[data-toggle="collapse"] {
    font: bold 100% "Comic Sans MS", cursive, sans-serif;
    position: relative;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-height: 100vh;
    background: #067790;
    color: #fff;
    transition: all 0.3s;
    font: bold 80% "Comic Sans MS", cursive, sans-serif;
}

#sidebar.active {
    margin-left: -250px;

}

#sidebar .sidebar-header {
    padding: 20px;
    background: #067790;

}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 5px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px 15px 0px 15px;

}

.wrap-login100 {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 100px 130px 100px 20%;
  margin-top: 6%;
}
/*------------------------------------------------------------------*/
.login100-form {
  width: 100%;
}

/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
  padding-bottom: 0px;
}

.input100 {
  font-family: Poppins-Medium;
  font-size: 15px;
  line-height: 1.5;
  color: #666666;

  display: block;
  width: 100%;
  background: #e6e6e6;
  height: 50px;
  border-radius: 25px;
  padding: 0 30px 0 68px;
}

.symbol-input100 {
  font-size: 15px;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 35px;
  pointer-events: none;
  color: #666666;

}

.input100:focus + .focus-input100 + .symbol-input100 {
  color: #57b846;
  padding-left: 28px;
}

/*------------------------------------------------------------------
[ Button du login ]*/
.container-login100-form-btn {
  padding-top: 20px;
}

.login100-form-btn {
  font: normal normal bold 15px "Comic Sans MS", cursive, sans-serif;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;

  width: 30%;
  height: 50px;
  border-radius: 25px;
  background: #067790;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
/*------------------------------------------------------------------
[ Formulaires créer un nouvel Harmonist & créer un accompagnement  ]*/


/*------------------------------------------------------------------
[ Listes  ]*/
table th, table td {
  border: 1px solid #FFFFFF ; 
  padding: 5px ;
  width:100px;
  word-break: break-word;

}
table th{
    font-size: 10px;
}
table td{
    font-size: 14px;
}
table thead tr {
  background-color: #067790 ;
  color: #ffffff ; 
}

table tbody tr {
  background-color: #f2ecfe ;
  font: normal normal bold 10px "Comic Sans MS", cursive, sans-serif;
}

table tbody tr:nth-child(2n) { 
  background-color: #f9f6ff ;
  font: normal normal bold 10px "Comic Sans MS", cursive, sans-serif;
}

table tbody tr:hover { 
  background-color: #005c96 ;
  color: #ffffff ; 
}

/*------------------------------------------------------------------
[ Facturation ]*/

.modificationPassword{
    margin-left: 0px;
    margin-right: 0px;
    position: fixed;
    left: 39%;
    width: 45%;
    height: 57%;
    top: 28%;
    background: #ece6e6;
}

.motDePasseModifier{
  text-align: left;
}


