@charset "UTF-8";

/*----------------------------------------*/
/*  BackOffice
/*----------------------------------------*/

.comment-form {display:none;}
.news-wrap {font-size: 1.2rem; color: #333}
.news-wrap h1, .genericbox h1, .agenda-main h1 {color: #00030a;}
.news-wrap h1, .agenda-main h1 {margin:0; font-size: 2.8rem; padding-bottom:0; line-height: 1.2}
.news-wrap h2, .agenda-main h2 {margin:0; font-size: 1.8rem; line-height: 1.2;}
.news-wrap h2, .genericbox h2, .agenda-main h2 {color: #ff4438;}
.news-wrap a, .genericbox a, .agenda-main a {color: #ff4438}
.news-wrap a:hover, .genericbox a:hover, .agenda-main a:hover {color: #ff4438}
.news-body-top, .agenda-top {margin-bottom: 25px;}
.news-wrap .image-left {padding: 30px 0;}
.news-wrap .image-left {display: block; height: auto; width: 100%;}
.news-wrap .image-left img {width: 100%;}
.news-wrap .image-left {display: block; height: auto; width: 100%;}
.news-wrap .image-left img {width: 100%;}
.news-body-top, .news-wrap b, .news-wrap strong {color: #333; font-weight: 900}
.news-wrap .pdate {font-size: 1.1rem; text-transform: uppercase; font-weight: 500; color:#707070}
.news-wrap .pdate small::before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
content: "\f073";
font-size: 14px;
font-size: inherit;
text-rendering: auto;
color: #000;
border-color: #000;
padding-right:5px;
}

.genericbox {font-size: 1.2rem; color: #333}


#posts {margin: 0.8em 0;}
#last-news .list-news {margin: 0.8em 0;}

.accordion-title button {text-transform: uppercase;}
.accordion-body {color:#333;}

.genericbox ul, .news-wrap ul {
	padding: 15px 0 15px 0;
	list-style: none;
}

.genericbox li:before, .news-wrap li:before{
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
    content: '\f105';
    font-size: 14px;
    font-size: inherit;
	color: #e85242;
	width: auto;
	height: auto;
	background-color: transparent;
    padding-right:10px;
}

.genericbox li, .news-wrap li{
    padding-bottom: 15px;
}

.genericbox b, .genericbox strong{
	color: #222;
}


.pdf-content {
	padding: 45px 25px 20px 25px;
	min-height: 150px;
}

.pdf-content h4 {
	font-size: 1.2rem;
	padding:0;
	margin:0;
}

.pdf-content h5 {
	font-size: 0.9rem;
	color:#555;
	padding-top: 5px;
	margin:0;
}

.pdf-content i {
	margin-left: 1px;
}


.item-content-news {
	padding: 30px 30px 20px 30px;
	min-height: 290px;
}


.item-content-videos {
	padding: 30px 20px;
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.text-right {
    text-align: right;
}

.text-right a::after {
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
    content: '\f105';
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    color: #ff4438;
    border-color: #ff4438;
    margin-left:5px;
  }


.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#twitter-widget-0  {  
    margin-top: 6px 
}

#last-news figure img {
    width:70px;
}

#last-news article{
    border-bottom: 1px solid #dedede;
    padding-bottom:20px;
}


.post-boxed-txt a::after {
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
    content: '\f105';
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    color: #ff4438;
    border-color: #ff4438;
    margin-left:5px;
  }


.form-check {
    position: relative;
    margin-bottom: 0;
    padding-left: 5px;
    padding-top:6px;
}

form h6 {
    color: #ff4438;
    padding-top:20px;
    text-transform: uppercase;
  }

.form-text {
    color: #111;
    padding-bottom:30px;
}

.numbers{
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #111;
    padding-bottom:5px;
}

.form-text big{
    color: #111;
    font-size: 1.6rem;
    font-weight: 400;
}

.select2-search {
    display: none;
}

.text-big-base {
    color: #e11230;
    font-size: 1.7rem;
    font-weight: 600;
}


.about-thumb img {
  width: 100%;
  height: 100%;
}





.list-group-item {
  position: relative;
  display: block;
  padding: 1em 1.5rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}



.list-group-item {
  border-radius: 0;
  color: #333;
  padding: 18px 15px;
  line-height: 24px;
  margin: 15px 0;
}

.list-group-item:hover, .list-group-item:focus, .list-group-item:active {
  background: #edeff1;
}


a.list-group-item {
  color: #111;
  text-decoration: none;
  background-color: #fff;
}

a.list-group-item:focus, a.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}


.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}

.list-group-item .badge {
  display: inline-block;
  font-weight: normal;
  background: none;
  color: #333;
  border-left: 1px solid #ddd;
  border-radius: 0;
  line-height: 24px;
  margin: 0 -15px 0 15px;
  padding: 0 15px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item .badge i {
  font-size: 14px;
  color: #2b2b2b;
}


a.list-group-item b {
  color: #111;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.3rem;
  padding-right: 5px;
}

a.list-group-item {
  color: #e11230;
  font-weight: 300;
  text-transform: none;
  font-size: 1rem;
  line-height: 1;
}
