body {
    font: 20px Montserrat, sans-serif;
    line-height: 1.8;
    /*color: #f5f6f7;*/
}

/* Remove the navbar's default margin-bottom and rounded borders 
  .navbar {
    margin-bottom: 0;
    border-radius: 0;
  }
*/ 
/* Add a gray background color and some padding to the footer */
footer {
    background-color: #f2f2f2;
    padding: 25px;
}
/*
 .carousel-inner img {
     width: 100%; 
     margin: auto;
     min-height:200px;
 }
*/
/* Hide the carousel text when the screen is less than 600 pixels wide */
@media (max-width: 600px) {
    .carousel-caption {
        display: none; 
    }
}
.home{
    /*margin-top:15px;*/
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.product {
    /* margin-top:10px;
background-color: #33b5e5;
padding-top: 15px;
padding-right: 15px;
   margin-top:20px;
   box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
}
/*.navbar {
          text-align:center;
      border: 0;
      border-radius: 0;
      margin-bottom: 0;
      font-size: 12px;
      letter-spacing: 2px;
      z-index: 9999;
     
  }
   .navbar-nav  li a:hover,.navbar-nav li.active a {
      color: #33b5e5 !important;
          background-color: #f2f2f2 !important;
  }
*/
.navbar {
    margin-bottom: 0;
    background-color: #33b5e5/*f4511e*/;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
}
.navbar li a, .navbar .navbar-brand {
    color: #fff !important;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #f4511e !important;
    background-color: #fff !important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}
.logo {
    color:#33b5e5 ;
    font-size: 200px;
}
.bullet{
    color:#33b5e5 ;
    margin-right:15px;
    text-align:left;
}
.list-group,.list-bullet{
    color:#33b5e5 ;
    font-size: 12px;
}
h2 {
    /* color:#33b5e5 ;*/
    color:white;
    margin-bottom: 30px;
    font-weight: bold;
}

/*h2 {
   font-size: 24px;
   text-transform: uppercase;
   color: #303030;
   font-weight: 600;
   margin-bottom: 30px;
}*/

h4 {
    font-size: 19px;
    line-height: 1.375em;
    /*    color:#33b5e5 ;*/
    color:white;
    font-weight: bold;
    margin-bottom: 30px;
}
.panel-heading h2{
    color:#33b5e5 ;
    font-weight:bold;
}
.text-white{
    color:white ;
    font-weight:bold; 
}
.panel-body{
    text-align:left;
}
.container-rubrique{
    margin-top:30px;/**/
    background-image:url('../images/maxresdefault2.jpg');
}
.slideanim {visibility:hidden;}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

.affix ~ .container-fluid {
    position: relative;
    top: 50px;
}
.affix {
    top:0;
    width: 100%;
    z-index: 9999 !important;
}
.apropos-container{

    padding-top: 70px;
    padding-bottom: 70px;

}
.error {color: #FF0000;}

.required::after{
    content:"*";
    color:red;
    font-weight:bold;
    right:0px;
    top:10px;
    border:0px solid;
    position:absolute;
}
.list-prd{
    border-radius:5px;
    border: 2px solid white;
    padding-left:5px;
}
.flech-down{
    color:white;
    font-size:100px;
}
#sendmailStatus{
    text-align:center;
}
#sendmailStatus01{
    display: none;
     text-align:center;
     
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}