/* GLOBAL STYLES
-------------------------------------------------- */
body {
  background:#e6ecf0 !important;
  font-family:"Montserrat","Open Sans",PT Sans Caption,sans-serif !important;
  font-weight:250;
  padding-top:3.5rem !important;
  font-size:0.9rem;
}
a {
	color:#0084B4;
}
a:link {
  text-decoration:none;
}
a:visited {
  text-decoration:none;
}
a:hover {
  text-decoration:none;
}
a:active {
  text-decoration:none;
}
a.cb-blog-link {
	color:#0084B4;
}
h1,h2,h3,h4,h5,h6 {
	font-size:1.2rem;
}
.xsmall, xsmall {
	font-size:70%;
	font-weight:150;
}
button {
	-webkit-appearance: none !important;
    -moz-appearance: none !important;
}
.form-control {border:1px solid #aabbcc !important;}
.navbar-toggler {border:0 !important;}
.dropdown-menu {background: #F5F6F7 !important;}

/* CB CUSTOM STYLES
-------------------------------------------------- */
.breadh1 {
	display:inline;
	font-size: 0.9rem;
}
ul.tagclouds {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.tagclouds li {
	margin:0;
	padding:0;
	display:inline;
}

.cb-www-header {
	background-color:#03366c !important;
	color:#fff !important;
}
.cb-www-h1 {
	color:#043d76;
	position:relative;
	overflow:hidden;
	font-size:1.2rem;
	margin:0;
	display:inline;
}
.cb-www-primary-title {
	color:#043d76;
	position:relative;
	overflow:hidden;
	font-size:1.7rem;
}
.cb-www-primary-title::after {
	content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #043d76;
    margin-left: 20px;
}
.cb-www-secondary-title {
	margin-top:1rem;
}
.cb-navbar-brand {
	position:absolute;
	top:0.8rem;
	left:50%;
	display:block;
	width:110px;
	margin-left:-55px;
	text-align:center;
	font-size:1.25rem;
	line-height: inherit;
}
.cb-navbar-brand img {
    max-height: 32px;
    max-width: 150px;
}
.cb-navbar-profile {
	height: 1.7em;
	width:1.7em;
    box-shadow: 0px 0px 7px 1px #cfcfcf;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
}
.cb-navbar-profile img {
	height:100%;
	width:100%;
	object-fit:cover;
}
.cb-navbar-icon {
	display: inline-block;
    width: 1.5em;
    height: 1.5em;
    line-height:1.5em;
    text-align:center;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
.navbar-dark .navbar-toggler {
    color:#fff;
    border-color: #fff;
}
.cb-navbar-buttons {
	padding-top:2px;
}
.cb-navbar-buttons a {
	color:#fff;
	margin-left:10px;
	font-size:1.2rem;
	text-decoration:none;
}

#cb-blog-footer {
	background-color: #F5F5F5 !important;
	color : #000000 !important;
	font-size:0.8rem !important;
	/*box-shadow:0px 1px 9px 1px #cfcfcf !important;*/
}
#cb-blog-footer h3 {
	font-size:1.1rem !important;
	color:#000000 !important;
	margin-bottom:1em !important;
	box-sizing: border-box;
	position:relative;
	display:block;
	overflow:hidden;
}
#cb-www-footer-link-list {
	padding-left:15px;
}
.cb-www-fullimg {
	max-width:388px;
	height:219px;
	margin:0 auto;
	overflow:hidden;
}
.cb-www-fullimg img {
	object-fit:cover;
}
.cb-album-photo-list {
	list-style-type:none;
	margin:0;
	padding:0;
}
.cb-album-photo-list li {
	overflow:hidden;
}
.cb-album-photo-list li a {
	display:inline-block;
	width:100%;
	height:100%;
}
.cb-album-photo-list li img {
	width:100%;
	object-fit:cover;
}
.cb-navbar {
	background:#03366c;
	padding:0 15px 15px 15px;
	border-radius:.25rem;
}
.frmPreview {
	border:1px solid #ccc;
	border-radius:5px;
	border-style:dashed;
	text-align:center;
	padding:2rem;
	margin-bottom:2rem;
}

/* RELATED LAST (affichage des articles en relation et des derniers articles)
-------------------------------------------------- */
.cb-post-list {
	list-style-type:none;
	margin:0;
	padding:0;
}
.cb-post-list-img-link {
	display:block;
	width:100%;
	overflow:hidden;
}
.cb-post-list-img-link img {
	object-fit:cover;
	width:100%;
}
.cb-item-title {
	font-size:1rem;
	margin-bottom:0;
}
.cb-item-text {
	font-size:0.8rem;
}

/* NAVBAR
-------------------------------------------------- */
.navbar-brand img {
	max-height:32px;
	max-width:150px;
}
.navbar li>a {
  color:#fff;
}
.navbar li>a:hover {
  color:#fff;
}
.navbar > .open > a, 
.navbar > .open > a:hover, 
.navbar > .open > a:focus {
 color: #fff;
 background-color: #03366c;
}
.nav-item {
	margin:0.4rem 0;
}
.navbar-collapse {
	overflow-x:visible;
	overflow-y:auto;
	max-height:340px;
}


/* SHARE BUTTONS
-------------------------------------------------- */
ul.share-buttons{
	list-style: none;
	padding: 0;
	margin:0!important;
}
ul.share-buttons li{
	display: inline;
	margin-right:14px;
}
ul.share-buttons .sr-only{
	position: absolute;
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
ul.share-buttons img{
	width: 30px;
}

/* PAGINATION
-------------------------------------------------- */
.pagination .page-link:focus{
    box-shadow: none;
}
.pagination>.page-item>.page-link, .pagination>.page-item>span {
    border: 0;
    border-radius: 25px!important;
    padding: 0 2px !important;
    margin: 0 2px !important;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    color: #0084B4;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    background:none;
    text-align: center;
}
.pagination>.page-item.active>a, .pagination>.page-item.active>a:focus, .pagination>.page-item.active>a:hover, .pagination>.page-item.active>span, .pagination>.page-item.active>span:focus, .pagination>.page-item.active>span:hover {
    background-color: #BBB;
    border-color: #BBB;
    color: #fff;
}

/* CARD
-------------------------------------------------- */
.card {
	border:0 !important;
	border-radius:0 !important;
}

/* COLORS
-------------------------------------------------- */
.badge-primary {
	background-color:#18D;	
}
.btn-primary {
    background-color: #0084B4;
    border-color: #8899AA;
    color:#fff;
}
.btn-primary:hover {
    background-color: #1094C4;
    border-color: #8899AA
}
.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(90, 100, 110, 0.5)
}
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #CDE;
    border-color: #CDE;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    background-color: #ABC;
    border-color: #89A
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(90, 100, 110, 0.5)
}
.btn-outline-primary {
    background-color: transparent;
    background-image: none;
    border-color: #AABBCC;
    color:#AABBCC;
}
.btn-outline-primary:hover {
    background-color: #CCDDEE;
    border-color: #BBCCDD
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(90, 100, 110, 0.5)
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    background-color: transparent
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    background-color: #CCDDEE;
    border-color: #BBCCDD
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(90, 100, 110, 0.5)
}

a.topbarbubblenotif {
	background: #25A7DE;
    border-radius: 50%;
    padding: 4px 7px;
    font-size: 12px;
    color: white;
    box-shadow: 1px 1px 1px grey;
    position: relative;
    bottom: 3px;
    font-weight: bold;
	display:inline-block;
}

a.topbarbubblenotif:hover {
	text-decoration:none;
	color: white;
}
a.topbarbubblenotif:visited {
	text-decoration:none;
	color: white;
}