/*style plus */
.navbar-brand {
  padding-left: 00px;
}
div.top-bar {
  background-color: #1E64AF;
  padding-top: 2px;
  padding: 5px 3px;
}
div.social-media-top ul {
  margin-bottom: 0;
}
div.social-media-top ul li {
  list-style: none;
  display: inline-block;
  margin: 3px 5px;
}
.top-bar .social-media-top .infont a i ,.top-bar .contact-us-top  {
  color: #ffffff;
}

.top-bar .contact-us-top ,.top-bar .search-top {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 510;
  padding: 3px 3px;
  
}
.social-media-top,
.contact-us-top {
  float: left;
}
.fa-phone:before {
  content: '|';
  font-weight: bold;
}
.top-bar .contact-us-top .email, 
.top-bar .contact-us-top .phone{
  white-space: nowrap; 
}
.top-bar .search-top {
  background-color: #ffffff;
  color : #1E64AF;
  padding-left: 10px;
}

/*-----form control-----*/
.navbar-form-custom {
  float: right;
  height: auto;
  padding: 0;
  width: 200px;
  display: block;
}
.navbar-form-custom .form-group {
  margin-bottom: 0;
}
      
       
input[name="top-search"]::placeholder { /* Firefox, Chrome, Opera */ 
  color: #ffffff; 
  font-size: 13px;
  font-family: "FontAwesome";
  padding-left: 5px;
  padding-top: 2px;

} 
  
input[name="top-search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
    color: #ffffff;
    font-size: 13px; 
} 
  
input[name="top-search"]::-ms-input-placeholder { /* Microsoft Edge */ 
    color: #ffffff; 
    font-size: 13px;
} 
input[name="top-search"] {
  background-color: #1e64af;
  border-color: #1e64af;
  padding: 2px 4px;  
}

@media (max-width: 992px) {
  .navbar-collapse {
    padding: 0;
  }
   #top-search {
    display: none;
  }
  .navbar-brand {
    padding-left: 5px;
  }
}

.top-navigation .navbar-right li a{
  font-size:12px;
  color: #1E64AF;
}
.top-navigation .navbar-right li a:hover,
.top-navigation .navbar-right li a:focus {
  color: #1E64AF;
  background-color: #eea421;
}
@media( max-width: 1064px) {
  .navbar-collapse {
    padding: 0;
  }
  .top-bar .contact-us-top ,.top-bar .search-top {
    text-align: left;
  }
}
.carousel {
  position: relative;
  margin: 0 -15px;
}
      


.wrapper  h1 {
  font-size: 30px;
  padding: 0 15px;
  font-weight: 700;
}
.border-left {
  border-left: 6px solid #1e64af!important;
}
.profils-cellule {
  /*background-image: url("../images/fstttt.jpg");
  background-size: contain;*/
  background-color: #0B2B46;
  padding: 45px 90px;
  margin: 0 -119.5px;
  background-repeat: no-repeat;
  margin-bottom: 50px;
  
}
.profils-cellule-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px
}
.profils-cellule img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  background-repeat: no-repeat;
}
.dashboard-header h3 {
  text-align: center;
  color: #ffffff;
}

.news-box {
  padding-bottom: : 15px; 
  border: 1px solid #e7eaec;
  background: #fff;
  margin-bottom: 15px;
}
.news-details {
  padding: 15px 15px 15px 15px;
  overflow: hidden;
}
.news-details img {
  height: 150px;
  width: 150px;
  margin: 0 20px 10px 0;
  border-radius: 2%;
  float: left;
}
.news-details .news-text > a {
  font-size: 14px;
  display: block;
  font-weight: bold;
  color: #1e64af;
}
.news-details .news-text span a {
  font-size: 12px;
  display: block;
  font-weight: bold;
  position: absolute;
  right: 20px;
  bottom: 20px;
  color:#173754;
}
.news-details .news-text span a:hover,
.news-details .news-text span a:focus {
  text-decoration: underline;
}
.news-details .news-text p {
  margin-top: .1rem;
  color: #676a6c;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-details .news-text strong {
  color: #676a6c;
}
.news-text {
  overflow: hidden;
}  
/*footer*/

.footer .top-footer {
  padding: 10px 30px;
  background-color: #173754;
  color :#ffffff;
}
.footer .top-footer .logo img{
  width: 200px;
  height: auto;
}
.footer .top-footer .liens-utiles ul,
.footer .top-footer .maquette-du-site ul,
.footer .top-footer .contact ul {
  list-style: none;
}
.footer .top-footer .liens-utiles a,
.footer .top-footer .maquette-du-site a,
.footer .top-footer .contact a{
  font-weight: 550;
  color: #ffffff;
}
.footer .top-footer .liens-utiles a:hover,
.footer .top-footer .maquette-du-site a:hover,
.footer .top-footer .contact a:hover{
  color: #f0a520;
  margin-left: 5px;
  transition: all 0.5s;
}
.footer .top-footer .liens-utiles li,
.footer .top-footer .maquette-du-site li,
.footer .top-footer .contact li{
  margin-bottom: 10px;

}
.footer .top-footer h2{
  font-weight: 600;
  color: #f0a520
}
.footer .top-footer .liens-utiles > ul,
.footer .top-footer .maquette-du-site > ul,
.footer .top-footer .contact > ul{
  padding-left: 0;
}
.footer .top-footer .last-update span {
  font-weight: bold;
  font-size: 15px;
}
.footer .bottom-footer {
  padding: 10px 20px;
  background-color: #1e64af;
  color :#ffffff;
}
.footer .bottom-footer ul {
  margin: 0;
  padding: 0;
}
.footer .bottom-footer li {
  display: inline;
  margin-left: 15px;
}
.footer .bottom-footer li i {
  color: #ffffff; 
}
.margin-auto {
  margin: 0 auto ;
}
@media(min-width: 768px) {
  .carousel ,.carousel-inner {
    height: 500px
  }
}
@media only screen and (max-width: 500px) {
  .news-details img {
    float: none;
  }
}
/*carousel caption */
.carousel-caption {
  position: absolute;
  right: 27%;
  bottom: 60%;
  left: 27%;
  top: 15%;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  background-color: rgba(0,0,0,0.8);
  color: #1e64af;
  overflow: hidden;
}
.carousel-caption h1 {
  font-weight: bold;
  font-size: 2vw;
}
.carousel-caption p {
  color: #6790bc;
  font-size: 1vw;
}

.d-md-block {
  display: none;
}
.min-height {
  min-height: 700px;
}
.wrapper .td h1 {
  margin: 40px 0;
}
/*exercices style*/
div.exercices {
  background-color: #f3f3f4;
  padding: 40px 40px;
  margin :15px 0;
}
@media (max-width: 600px){
  div.exercices {
    padding: 5px 5px;
  }
  .ibox-content {
    padding: 10px;
  }
}
.exercices h3 {
  color: #323232;
}
.exercices input[type="text"] {
  border: 0px;
}
.exercices input[type="text"]:focus {
  outline-width: 0;
}
.exercices .qst {
  margin-bottom: 20px;
}
/*change color of download button+print button ()fiche du module*/
button#download span,
button#download i,
button#print span,
button#print i {
  color: #676a6c;
}
/*PDF */
#pdf  {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 1300px) {
  .ibox .ibox-content #the-container {
    display: block;
 }
 .ibox .ibox-content #panel-info {
    display: none;
 }
}
@media only screen and (max-width: 1300px) {
  .ibox .ibox-content #the-container {
    display: none;
 }
 .ibox .ibox-content #panel-info {
    display: block;
 }
}

/*Cours*/
.capitalize {
  text-transform: capitalize;
}
/*comments cours*/
.comments-cours {
  font-size: 14px;
  color: #1e64af;
  font-weight: normal;
}
/*Color*/
.blue-color {
  color: #1e64af !important;
}
.orange-color {
  color: #EEA421
}
/*Calendrar*/
#calendar .closeon {
  margin-top: -14px;
}

.fc-event-container a.fc-event :hover,
.fc-event-container a.fc-event :focus{

  color: #EEA421 ;
}
/*entreprenariat_style*/
.entreprenariat .hr-line-dashed {
  height: 0px;
}
.entreprenariat ol li {
  margin: 7px 0;
}
div.entr >ol>li {
  color: #1e64af ;
  font-weight: bold;
}
.align-center {
  text-align: center;
}