/*
Theme Name: Theme SCAC Bootstrap
Template: wp-bootstrap-4
Author: Nicolas Duquesne
Author URI: http://nicolasduquesne.com
Description: Theme personnalisé pour SCAC
*/
@font-face {
    font-family: 'liberation_serifregular';
    src: url('assets/fonts/liberationserif_regular_macroman/LiberationSerif-Regular-webfont.eot');
    src: url('assets/fonts/liberationserif_regular_macroman/LiberationSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/liberationserif_regular_macroman/LiberationSerif-Regular-webfont.woff2') format('woff2'),
         url('assets/fonts/liberationserif_regular_macroman/LiberationSerif-Regular-webfont.woff') format('woff'),
         url('assets/fonts/liberationserif_regular_macroman/LiberationSerif-Regular-webfont.ttf') format('truetype'),
         url('assets/fonts/liberationserif_regular_macroman/LiberationSerif-Regular-webfont.svg#liberation_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*h2 , h1 ,h3 ,h4 ,h5 , h6{
	font-family: LiberationSerif-Regular-webfont !important;
}*/
p {
	color: rgb(104,104,104)
}

li {
	color: rgb(104,104,104)
}


.color-black {
	color: black !important;
}

header#masthead, .col12nopadding  {
  padding-right: 0 !important;
  padding-left: 0 !important;
  border-bottom: 0 !important;
}

.jumbotron {
	border-radius: 0;
	margin-bottom: 0;
}

#primary-menu a {
	font-weight: 500;
	text-transform: uppercase;
	color: white;
	opacity: 100 ;
}

#primary-menu a:hover {
	background-color: #0f1b6b;
	color: white !important;
}
.dropdown-menu {
	border-radius: 0;
	color: #0f1b6b;
}

.dropdown-menu a {
	color: #0f1b6b !important;
}
.dropdown-menu a:hover {
	color: #0f1b6b !important;
	color: #0069d9 !important;
}

.header-scac {
	background: url(assets/img/slider.jpg) no-repeat top center ;
    /*background-color: #3498DB;*/
}

/* Aside */
/* .bg-blue {
background-color: white;
} */
#secondary section {
    background-color: rgba(52,152,219,0.1) !important;
    margin-top: 20px;
}


.css-events-list table.events-table td {
	padding: 10px;
}

/* Formulaire */
.requiredAbbr {
	text-decoration: none !important;
	color: red;
	border: none
}
/* HOME PAGE */
.home-page-title {

}
.home-page-title h4 a {
}

.home-page-title:after {

	background: #2980B9;
    content: "";
    display: block;
    height: 2px;
    margin: 15px auto;
    width: 100%;
}

/* .bg-home {
  background: url(assets/img/sa-pa.jpg) no-repeat center center ;
} */

.transparent {
	background-color: rgba(255,255,255,0.7);
}

/* FAQ */
.accordion {
    margin-bottom: 1rem;
}

.accordion-item {
    margin-bottom: 20px;
}

.accordion-item-header {
    background-color: #f4f4f4;
    padding: 20px;
}

.accordion-item-header h6 {
    margin: 0;
}

.accordion-item-header h6 a {
    position: relative;
    display: block;
    color: #222;
}

.accordion-item-header h6 a::after {
    position: absolute;
    font-family: Font Awesome\ 5 Free;
    line-height: 1.8;
    font-weight: 900;
    font-size: .625rem;
    content: "\f068";
    right: 0;
    top: 0;
}

.accordion-item-header h6 a.collapsed::after {
    content: "\f067";
}

.accordion-item-body {
    padding: 20px 20px 0;
}

.accordion-item-body > *:last-child {
    margin-bottom: 0;
}

.accordion-black .accordion-item-header {
    background: #222;
}

.accordion-black .accordion-item-header h6 a {
    color: #fff;
}

.accordion-brand .accordion-item-header {
    background: #505cfd;
}

.accordion-brand .accordion-item-header h6 a {
    color: #fff;
}

.accordion-new-gray .accordion-item-header {
    background: #d8d8d8;
}

.accordion-new-gray .accordion-item-header h6 a {
    color: #212529;
}

.accordion-new-white .accordion-item-header {
    background: #fff;
}

.accordion-new-white .accordion-item-header h6 a {
    color: #212529;
}

.accordion-primary .accordion-item-header {
    background: #007bff;
}

.accordion-primary .accordion-item-header h6 a {
    color: #fff;
}

.accordion-secondary .accordion-item-header {
    background: #6c757d;
}

.accordion-secondary .accordion-item-header h6 a {
    color: #fff;
}

.accordion-success .accordion-item-header {
    background: #28a745;
}

.accordion-success .accordion-item-header h6 a {
    color: #fff;
}

.accordion-info .accordion-item-header {
    background: #17a2b8;
}

.accordion-info .accordion-item-header h6 a {
    color: #fff;
}

.accordion-warning .accordion-item-header {
    background: #ffc107;
}

.accordion-warning .accordion-item-header h6 a {
    color: #212529;
}

.accordion-danger .accordion-item-header {
    background: #dc3545;
}

.accordion-danger .accordion-item-header h6 a {
    color: #fff;
}

.accordion-light .accordion-item-header {
    background: #f8f9fa;
}

.accordion-light .accordion-item-header h6 a {
    color: #212529;
}

.accordion-dark .accordion-item-header {
    background: #343a40;
}

.accordion-dark .accordion-item-header h6 a {
    color: #fff;
}


/*PERSO SCAC*/

.card-noborder {
  border: none !important;
}

.scac-left-blue {
    border-left: 5px solid #002E98;
}

.scac-left-post {
    margin-top: 20px;
     border-left: 2px solid #002E98;
     padding: 5px;
     border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}

.post-thumbnail img {
    max-height: 400px;
}

.scrollup{
    position:fixed;
    width:40px;
    height:40px;
    bottom:20px;
    right:20px;
    background: #002E98;
-webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius:  2px 2px 0 0;
}

a.scrollup {
    outline:0;
    text-align: center;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
    opacity:1;
    text-decoration:none;
}
a.scrollup i {
    margin-top: 10px;
    color: #fff;
}
a.scrollup i:hover {
    text-decoration:none;
}


.message-inscription {
    background-color: grey;
    position:fixed;
    width: 300px;
    height: 300px;
    bottom:20px;
    right:20px;
}



/*NEWSLETTER SCAC*/

.tnp-submit {
    margin-top: 10px !important;
}

.breadcrumb {
    background-color: transparent !important;
    color: white;
    font-size: 1.1em;
    text-align: center;
}

.breadcrumb-item + .breadcrumb-item::before{
    color: white;
}
.breadcrumb a {
    color: rgba(255,255,255, 1) !important;
}
.breadcrumb-item {
    color: black;
}

.carousel-control-prev-2 {
    left: 0;
}
.carousel-control-next-2 {
    right: 0;
}




.icon-black {
    filter: invert(100%);
}

.videoContainer {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  border-style: none;
}

.videoContainer iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  border-style: none;
}

.nounderline {
  text-decoration: none !important
}

#primary-menu li a {
  font-size: 0.9em !important;
}

@media (max-width: 768px) {

  #wp-bp-posts-slider {
    display: none;
  }

  #image-front-ambassade {
    display: none;
  }
  .site-description {
    display: none;
  }
  #searchBarToHide {
    display: none;
  }
  #burgerMenu {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }
}


.coordinates {
background: rgba(0,0,0,0.5);
color: #fff;
position: relative;
bottom: 10px;
left: 10px;
padding:5px 10px;
margin: 0;
font-size: 11px;
line-height: 18px;
border-radius: 3px;
display: none;
}


/* .progress { position:relative; width:400px; height:30px; border: 1px solid #ddd; padding: 1px; border-radius: 3px; }
.bar { background-color: #B4F5B4; width:0%; height:28px; border-radius: 3px; }
.percent { position:absolute;  display:inline-block; top:3px; left:48%; }
 */
