

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Large desktops and laptops */
@media (min-width: 1200px) {
    .nav, .navbar-nav, .navbar-right{
       /* margin-top: 50px;*/
    } 
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .col-md-4{margin-bottom: 20px;}
    .col-md-4:last-child{margin-bottom:0px;} 
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    body{ padding-top: 0px;}
    .col-md-4{margin-bottom: 20px;}
    .col-md-4:last-child{margin-bottom:0px;} 
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    body{ padding-top: 0px;}
    .col-md-4{margin-bottom: 20px;}
    .col-md-4:last-child{margin-bottom:0px;} 
}

body {
    font-family: 'arial';
    color:  rgba(66, 66, 66, 1);
    padding-top: 50px;
                padding-bottom: 20px;
                background: url('../img/background.jpg');
            }
            .container {
                margin: 0 auto;
                max-width: 1280px;
                background-color: #ffffff;
                padding-left: 0px;
                padding-right: 0px;
              }
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 0;
  border: none;
  background-color: none;
}

#custom-bootstrap-menu.navbar-default {background-image: none; box-shadow: none; border: none; border-radius: 0px;
                     }
#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(66, 66, 66, 1);                  
    padding-top: 25px;
 padding-bottom: 25px;
}
#custom-bootstrap-menu.navbar-default {
    font-size: 16px;
    background-color: rgba(255, 255, 255, 1);
    border-bottom-width: 1px;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: rgba(66, 66, 66, 1);
    background-color: rgba(255, 255, 255, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(255, 255, 255, 1);
    background-image: url(../img/bg-hover-current-menu.png);
    background-repeat: repeat-x; 
}
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(255, 255, 255, 1);
    background-image: url(../img/bg-hover-current-menu.png);
    background-repeat: repeat-x; 
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #ff0202;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: #ff0202;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #ff0202;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #ffffff;
}


/*.carousel-caption{ background: rgba(255, 255, 255, 0.35);width: 400px; margin:0px 0px 0px 300px; border:0px solid red; text-align: left; color: #000; font-size: 14px;padding: 0px 15px; }*/
carousel-caption {
	bottom: 30px;
	left: 27%;
	padding-bottom: 0;
	padding-top: 0;
	right: 27%;
	text-shadow: none;
} 
.carousel-caption h3{ font-family: arial; font-weight: bold;; font-size: 18px }
.carousel-caption.caption-bottom-right{
        width: 43%; 	
        bottom: 30px;
	float: right;
	left: auto;
	right: 8%;
	text-align: left;
        background: rgba(83, 76, 76, 0.86);
        color: #f8f1f1; font-size: 14px; padding: 0px 15px;
}
.container-row{ padding-left: 20px;
                padding-right: 20px; 
                padding-top: 20px; 
                padding-bottom: 20px;}


.container-row h2{background:url(../img/img-titre-base-doc.jpg) no-repeat; font-size:16px; font-weight:700; margin-left:-20px; padding-left: 32px}
.row-block{ display: flex; flex-wrap: wrap; }
@media (max-width: 991px) {
    .row-block{ display: block; }
}
.block{ background-color: #D80001; color: #ffffff; font-size: 12px; padding: 5px 15px; height:100%; min-height: 290px;text-align: justify; }
.block p a {
	  color: #FFFFFF;
	  text-decoration: underline;
}
.block h4{font-family: arial; font-weight: bold; margin-bottom: 15px; }
.btn-linkedin{height: 33px; padding: 0.5rem 0.5rem; background-color: #337ab7 !important; border-color: #337ab7 !important;}
.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px; padding-bottom: 15px; 
    border-radius: 0px; background-color: rgba(3, 45, 89, 0.4);
    margin: 0px;
}
.jumbotron .container  { background: none; width: 65%; border: 0px solid red;}
.jumbotron h2 { font-family: arial; font-weight: bold;; font-size: 30px; color: #fff;}
.jumbotron .container p { font-size: 18px; color: #fff;}

.container-row-footer{ background-color:#232323; color: #ffffff; padding-left: 20px;
                       padding-right: 20px; padding-top: 15px; padding-bottom: 15px; font-size: 14px; }
.container-row-footer h4{ font-size: 16px;font-family: arial; font-weight: bold;;  }
footer  { text-align: center; font-size: 12px; background-color: none; padding-top: 15px; color: rgba(35, 35, 35, 1);max-width: 1200px; margin: 0 auto; }   
.btn-custom { 
    font-size: 14px;
    color: #FFFFFF; font-family: arial; font-weight: bold;; 
    background-color: #D70101; 
    border-color: #D70101; 
} 

.btn-custom:hover, 
.btn-custom:focus, 
.btn-custom:active, 
.btn-custom.active, 
.open .dropdown-toggle.btn-custom { 
    color: #FFFFFF; 
    background-color: #D70101; 
    border-color: #D70101; 
} 

.btn-custom-rechercher { 
    font-size: 14px;
    color: #FFFFFF; font-family: arial; font-weight: bold;; 
    background-color:  rgba(66, 66, 66, 1); 
    border-color:  rgba(66, 66, 66, 1); 
} 

.btn-custom-rechercher:hover, 
.btn-custom-rechercher:focus, 
.btn-custom-rechercher:active, 
.btn-custom-rechercher.active, 
.open .dropdown-toggle.btn-custom { 
    color: #FFFFFF; 
    background-color:  rgba(66, 66, 66, 1);  
    border-color:  rgba(66, 66, 66, 1);  
} 

.btn-lirelasuite { 
    font-size: 14px; 
    color: #FFFFFF; font-family: arial; font-weight: bold;; 
    background-color: #D70101; 
    border-color: #D70101; text-decoration: underline;  
} 

.titre {background-color:#D80000;height:40px}
#newsletter .titre {background-color:transparent;height:40px}
.titre h1 {font-size:18px; color:#fff; margin:10px 0px;line-height: none;  padding:0 }
.titre span { margin-top:10px; margin-right:15px}
.titre span a {color:#fff; font-weight:bold}

.btn-lirelasuite:hover, 
.btn-lirelasuite:focus, 
.btn-lirelasuite:active, 
.btn-lirelasuite.active, 
.open .dropdown-toggle.btn-custom { 
    color: #FFFFFF; 
    background-color: #D70101; 
    border-color: #D70101; 
}

.date-article{color:#D80000; max-width: 105px; }
.source-article{color:#5C5959; }

.panel {border: none; }
.panel-body{border-top: none;}

.panel-default div > .panel-heading {
    color: #FFFFFF; 
    background-image: none;
    background-color: #D70101; 
    border-color: #D70101;
}

/* CSS used here will be applied after bootstrap.css */
.thumbnail_container {
     position: relative;
     width: 100%;
     padding-bottom: 100%;
  margin-bottom:20px;
}

.thumbnail {
    position:absolute;
    width:100%;
    height:100%;
}
.thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

img{
    max-height:100%;
    max-width:100%;
}

.newsletter img{
    max-height: none;
max-width: none;
}

.lds-loader {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-loader div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: #D80000;
  animation: lds-loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-loader div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}
.lds-loader div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}
.lds-loader div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}
@keyframes lds-loader {
  0% {
    top: 6px;
    height: 51px;
  }
  50%, 100% {
    top: 19px;
    height: 26px;
  }
}

    .agenda{
        margin-bottom: 1rem;
        overflow: auto;
    }
.agenda .entry_date.event-date {
  float: left;
  width: 50px;
  margin-right: 7px;
  text-align: center;
  background-color: #fff;
  color: #D80001;
}
.calendar > .agenda .entry_date.event-date {
  float: left;
  width: 50px;
  margin-right: 7px;
  text-align: center;
  background-color: #D80001;
  color: #FFF;
}
.agenda .entry_date.event-date div.day {
  font-size: 2.75rem;
  padding: 5px 0 0;    
  font-weight: 600;
  line-height: 2.5rem;
  text-transform: uppercase;
}
.agenda .entry_date.event-date div.month {
  font-size: 14px;
  padding: 0 0 5px;    
  font-weight: 600;  
  text-transform: uppercase;
}
.agenda .entry-title {
    background: none !important;
    margin: 0 !important;
    padding: 5px 0 !important;
  font-size: 14px !important;
}
.agenda .entry-title a {  
  color: #fff;
}
.calendar > .agenda .entry-title a {
  color: #337ab7;
}