/*
* Theme Name: event2one
* Author: David Daville
* Version: 1.0.0
* Description: Professionnal events management services
* Tags: Billeterie, Organisation d'événement, events, badgin, contrôle d'accès
*/


body {

    /*padding-top:64px;*/
}


.logo_widget_item {

    display: inline-block; 
    text-align: center;
    margin-right: 15px;
    background: #fff;
    height: 160px;
    width: 200px;
    line-height: 150px;
    /*box-shadow: 10px 10px rgb(53, 57, 142);*/
}
.logo_widget_item img {
    max-height: 100px;
    max-width: 100%;
}

.fixed-top {

    top: 34px !important; 
}

.exposant_item_body {

    height: 300px;
}


.exposant_logo {
	height: 150px;
	width: 180px;
	box-sizing: border-box;
	margin: auto;
	line-height: 150px;
}

.exposant_item .card-title {
	font-weight: 800;
}

.widget h2 {
    font-size: 44px;
    font-weight: 700;
  }

  section.bg_color_1 .btn-primary, section.bg_color_1 .btn-primary:hover{
      
      background: #0094E1;
  }
  
  .bg_color_1{
      background-color:#0094E1;
      color:#fff !important;
  }	
  
  .bg_color_1 #grille_programme *{
       color:#333 !important;
  }
  
  .bg_color_1 h1, .bg_color_1 h2, .bg_color_1 h3, .bg_color_1 h5, .bg_color_1 > h2::before, .social_fab {
      color: #fff !important;
  }
  
  h1, h2 {
      margin-top: 20px;
      margin-bottom: 20px;
      font-weight: 700;
  }

.bd-placeholder-img {
          font-size: 1.125rem;
          text-anchor: middle;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
}
  
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}