/******************************
***** ONEBHTWO - 1BH2 *****
*****************************/

#ONEBHTWO .blocPostImg {
    height:300px;
}

/******************************
***** ZERORGPD - 0RGPD *****
*****************************/

#ZERORGPD {
  bottom: 0;
  position: fixed;
  background: #FFF;
  width: 100%;
  z-index: 2000;
}

.btn-rgpd {
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #137FC2;
  border: 1px solid #137FC2;
  justify-content: center;
  width: 100%;
  height: 40px;
  transition: all ease-in-out .3s;
}

.btn-rgpd:hover {
  color: #FFF;
  background-color: #137FC2;
}

.click-here {
  text-decoration: underline;
  color: #137FC2;
}

/******************************
***** OWL HOME - 0H1HOME *****
*****************************/

#owl-home.owl-carousel .owl-wrapper {
  display: flex !important;
}

#owl-home.owl-carousel .owl-item img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  max-width: initial;
}

#owl-home .owl-slide > .item > .container {
  height: 100%;
  position: absolute;
  top: 0;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

#owl-home .owl-slide > .item >  .container > .row {
  display: block;
  height: 100%;
}

#owl-home .owl-slide > .item > .container > .row > .col {
  position: relative;
  display: block;
  height: 100%;
}

#owl-home .owl-text {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  padding: 1em;
  background-color: rgba(19, 127, 194, 0.9);
  color: #FFF;
  text-align: center;
}

#owl-home.owl-carousel .owl-text h2{
  font-weight: 300;
  font-size: 21px;
  line-height: 21px;
}

#owl-home.owl-carousel .owl-text .info-article,
#owl-home.owl-carousel .owl-text .info-article a {
  color: rgba(255,255,255,.7);
}

#owl-home.owl-carousel .owl-text a {
  color: #FFF;
}

#owl-home.owl-carousel .owl-text .info-article,
#owl-home.owl-carousel .owl-text a {
  justify-content: center;
}



#owl-home.owl-carousel .owl-text .row i {
  color: #137FC2;
  font-size: 30px;
}

#owl-home.owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
  width: 60px;
  height: 4px;
  transition: all ease-in-out .125s;
}

#owl-home.owl-theme .owl-dots .owl-dot span:hover {
  height: 8px;
}

#owl-home.owl-theme .owl-dots .owl-dot.active span {
  background-color: #137FC2 !important;
}

#owl-home.owl-theme .owl-dots .owl-dot span {
  background-color: rgba(255,255,255,.7) !important;
}

#owl-home.owl-theme .owl-dots .owl-dot span:hover {
  background-color: rgba(255,255,255,1) !important;
}

#owl-home.owl-carousel{
  position: relative;
}

#owl-home .owl-dots{
  display: none;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

#owl-home .owl-prev,
#owl-home .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#owl-home .owl-prev span,
#owl-home .owl-next span {
  font-size: 60px;
  font-weight: 300;
  color: #FFF;
}

#owl-home.owl-theme .owl-nav [class*=owl-] {
  margin: 0;
}

#owl-home .owl-prev {
  left: 0;
}

#owl-home .owl-next {
  right: 0;
}

#owl-home.owl-carousel .owl-nav button.owl-prev,
#owl-home.owl-carousel .owl-nav button.owl-next {
  display: flex;
  border-radius: 0;
}

#owl-home.owl-carousel .owl-nav button.owl-prev:hover,
#owl-home.owl-carousel .owl-nav button.owl-next:hover {
  background: #FFF;
  color: #137FC2;
}

#owl-home.owl-carousel .owl-nav button.owl-prev:hover span,
#owl-home.owl-carousel .owl-nav button.owl-next:hover span {
  color: #137FC2;
}

#owl-home.owl-theme .owl-nav {
  margin-top: 0;
}


#owl-home .border-bottom,
#owl-home .banner-tools-link {
  border-color: #FFF !important;
}


#owl-home .owl-text .banner-name {
  position: absolute;
  bottom: -20px;
  background-color: #3C3F41;
}

/********************
**** CONTACT *****
*******************/
.contact h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #3C3F41
}

.sidebar .contact {
  background-color: #F2F3F4;
}

.contact .sidebar-contact-content {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #3C3F41;
}

/********************
**** READ MORE *****
*******************/

.read-more-content{
  display:none;
}

.read-more {
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #3C3F41;
  float: right;
  border-bottom: 2px solid transparent;
}

.read-more:hover {
  border-bottom: 2px solid #137FC2;
  color: #137FC2;
}

/****************************************
**** BREADCRUMB + TRI - ONEBT - 1BT*****
******************************************/

.onebt {
  border-bottom: 1px dotted #D1D1D1;
}

.breadcrumb {
  background-color: #FFF;
  padding: 0;
}

.breadcrumb-item {
  font-family: Roboto;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
}

.breadcrumb-item a {
  color: #137FC2;
}

 .breadcrumb-item.active {
   color: #666666;
 }

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "›";
}

/*********************************
**** BREADCRUMB ROW DROPDOWN *****
**********************************/

.breadcrumb-dropdown .dropdown-menu {
  padding: 0;
}

.breadcrumb-dropdown .dropdown-menu.show {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  background-color: #F2F3F4;
  border-radius: 0;
  border: 0;
}

.breadcrumb-dropdown .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #D1D1D1;
}

.breadcrumb-dropdown .dropdown-item {
  height: 50px;
  padding: .5rem;
  display: flex;
  align-items: center;
}

.breadcrumb-dropdown .dropdown-toggle,
.breadcrumb-dropdown .dropdown-item{
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #666666;
}

.breadcrumb-dropdown .dropdown-item:hover {
  font-weight: 700;
  color: #3C3F41;
  background-color: #F2F3F4;
}


/*********************
****** HERO ICON *****
**********************/

.hero-icon {
  font-size: 50px;
  height: 70px;
  max-width: 120px;
  background: rgba(19,127,194,1);
}

.hero-small-icon {
  font-size: 30px;
}
.white .hero-small-icon > a {color: #fff}

.hero-section .info-article {
  background-color: rgba(0,0,0,.5);
  width: fit-content;
  height: 20px;
  padding: 0 5px;
  color: #DADBDA;
}

.hero-section .info-article a {
  color: #DADBDA;
}

.hero-section .info-article a:hover {
  color: #FFF;
}

/**********************************
****** EMPHASIS GREY CONTAINER *****
***********************************/

.emphasis-container {
  background-color: #F5F5F5;
  padding: 15px;
}

.emphasis-container p {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #3C3F41;
  margin-bottom: 0;
}


/*******************
******  FORM  *****
********************/

.onebcf .form-control {
  border-color: #D1D1D1;
  border-radius: 0;
}

.onebcf .form-control {
  border-color: #D1D1D1;
  border-radius: 0;
}

.onebcf .form-group input {
  height: 50px;
}

.onebcf textarea {
  min-height: 150px;
}

.recherche ::-webkit-input-placeholder,
.onebcf ::-webkit-input-placeholder {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgba(60, 63, 65, 0.65);
}

.recherche ::-moz-placeholder,
.onebcf ::-moz-placeholder { /* Firefox 19+ */
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgba(60, 63, 65, 0.65);
}

.recherche :-ms-input-placeholder,
.onebcf :-ms-input-placeholder { /* IE 10+ */
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgba(60, 63, 65, 0.65);
}

.recherche :-moz-placeholder,
.onebcf :-moz-placeholder { /* Firefox 18- */
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgba(60, 63, 65, 0.65);
}

.onebcf .form-check label {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  color: #3C3F41;
}

/******* CUSTOM CHECKBOX *******/

.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
  content: "\e96a";
  color: #FFF;
  font-family: 'icon-blog-AV';
  background-image: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
}

.custom-control-label:before{
  background-color: #FFF !important;
  border-radius: 3px;
  border: 1px solid #D1D1D1;

}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  background-color:#137FC2 !important;
  border: 1px solid #137FC2;
}

/******* SUBMIT BTN*******/

.submit {
  font-family: Roboto;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  color: #666666;
  display: block;
  width: 100%;
  background: transparent;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px dotted #D1D1D1;
  border-top: 1px dotted #D1D1D1;
  height: 40px;
  cursor: pointer;
}


/******************************
****** BOTTOM PAGINATION  *****
*******************************/

#pagination-nav.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#pagination-nav{
  display: inline-block;
  margin-bottom: 1.75em;
  text-align: center;
  width: 100%;
}
#pagination-nav li{
  display: inline-block;
}

#pagination-nav .page-item.prev {
  margin-right: 20px;
}

#pagination-nav .page-item.next {
  margin-left: 20px;
}

#pagination-nav .page-link,
#pagination-nav .page-item {
  font-size: 16px;
  color: #3C3F41;
  font-family: Roboto;
  border-color: #D1D1D1;
  transition: all ease-in-out .3s;
}

#pagination-nav .page-link {
  width: 40px;
  height: 40px;
}

#pagination-nav .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 0 !important;
}

#pagination-nav .page-item.disabled .page-link{
  color: rgba(60, 63, 65, 0.35);
}

#pagination-nav .page-item.active .page-link{
  background-color: #FFF;
  border-color: #D1D1D1;
  font-weight: 700;
  color: #137FC2;
}


/****************************
***** SIDEBAR RECHERCHE ****
****************************/

.recherche {
  background-color: #F2F3F4;
  padding: 1em;
}

.recherche h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #3C3F41;
}

.recherche > input {
  height: 50px;
}

.recherche input {
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  box-sizing: border-box;
  border-radius: 0;
}

/********************************
******* FILTER SIDEBAR **********
*********************************/

.filter-tag {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  background: #137FC2;
  border-radius: 28px;
  height: 28px;
  padding: 0px 2px 0 10px;
  margin: 0 10px 10px 0;
  /*display: flex;*/
  align-items: center;
}

.filter-tag i {
  font-size: 20px;
  margin-left: 10px;
}

#accordionSidebarFilter {
  background-color: #F2F3F4;
}

#accordionSidebarFilter .accordion-group .btn-link{
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #3C3F41;
  text-decoration: none;
}

#accordionSidebarFilter .collapsible-link::before {
    content: '\e95b' !important;
}

#accordionSidebarFilter .collapsible-link[aria-expanded='true']::before {
    content: '\e968' !important;
}

#accordionSidebarFilter .heading-accordion-group {
  height: 40px;
}


/************************************
*****SIDEBAR SOMMAIRE ACCORDION ******
**************************************/

.accordion .collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
}

#accordionSidebarSommaire .collapsible-link::before {
    content: '\e959';
}

.accordion .collapsible-link::before {
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: 'icon-blog-AV';
}

#accordionSidebarSommaire .collapsible-link[aria-expanded='true']::before {
    content: '\e94f';
}

#accordionSidebarSommaire .list-group-item:hover {
  color: #137FC2;
  cursor: pointer;
}

.accordion .list-group-item {
  border-width: 0;
}

.accordion h2 .btn-link{
  font-weight: 500;
  font-size: 16px;
  color: #3C3F41;
  height: 60px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.accordion h2 .btn-link:hover {
  color: #137FC2;
}

.accordion .list-group-item {
  font-weight: 300;
  font-size: 14px;
  color: #3C3F41;
}

.accordion-group {
  border-bottom: 1px dotted #D1D1D1;
}

.accordion-group:last-of-type {
  background-color: #F5F5F5;
}

.accordion-group:last-of-type i {
  font-size: 25px;
  margin-right: 8px;
}

/********************************
*****SIDEBAR FOCUS CHECKBOX ******
*********************************/

.sidebar-focus {
  border-bottom: 1px dotted #d1d1d1;
}

.check-form-sidebar > div {
  margin-right: 1rem;
  margin-left: 1rem;
}

.check-form-sidebar .custom-control{
  position: relative;
  display: flex;
  align-items: center;
}

.check-form-sidebar .custom-control .custom-control-label {
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #3C3F41;
  display: flex;
  align-items: center;
}

.check-form-sidebar .custom-control .custom-control-label i {
  font-size: 25px;
  margin: 0 5px;
}

.check-form-sidebar .custom-control .custom-control-label span {
  position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


.check-form-sidebar input[type=checkbox]:disabled ~ label {
  color: rgba(60, 63, 65, 0.75) !important;
}

 .check-form-sidebar .see-all a {
  font-size: 11px;
  line-height: 24px;
  text-align: right;
  color: rgba(60, 63, 65, 0.75);
}

/********************************
*****2DA DISCOVER LIST ONLY ******
*********************************/

.discover-bottom-list-only {
  border-radius: 4px 4px 0px 0px;
}

.discover-bottom-list-only .discover-logo-AV {
  background-color: #FFF;
  border: 1px solid #F2F3F4;
  border-radius: 4px 4px 0px 0px;
  padding: 1rem 0;
}

.discover-bottom-list-only .discover-logo-AV img {
  max-width: 180px;
}

/********************************
*****2ZVID SIDEBAR VIDEO ******
*********************************/

.zoom-video-infos {
  font-size: 12px;
  line-height: 24px;
  background: rgba(0, 0, 0, 0.75);
  color: #FFFFFF;
  position: absolute;
  display: flex;
  align-items: center;
  padding: 0px 8px;
}

.zoom-video-infos span {
  font-size: 16px;
  margin-right: 5px;
}

.zoom-video-sidebar-infos {
  right: 0;
  bottom: 0;
}

.zoom-video-main-infos {
  left: 0;
  top: 0;
}

.zoom-video-bottom-right {
  bottom: 0;
  right: 0;
}

@media (min-width: 768px) {
  .hero-icon {
    background: -moz-linear-gradient(left, rgba(19,127,194,1) 95%, rgba(0,0,0,.25) 100%);
    background: -webkit-gradient(left top, right top, color-stop(95%, rgba(19,127,194,1)), color-stop(100%, rgba(0,0,0,.25)));
    background: -webkit-linear-gradient(left, rgba(19,127,194,1) 95%, rgba(0,0,0,.25) 100%);
    background: -o-linear-gradient(left, rgba(19,127,194,1) 95%, rgba(0,0,0,.25) 100%);
    background: -ms-linear-gradient(left, rgba(19,127,194,1) 95%, rgba(0,0,0,.25) 100%);
    background: linear-gradient(to right, rgba(19,127,194,1) 95%, rgba(0,0,0,.25) 100%);
  }

  #owl-home .owl-dots{
    display: block;
    bottom: 20px;
  }

  #owl-home .owl-text {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 350px;
    bottom: inherit;
    left: inherit;
  }
}


@media (min-width: 992px) {
  #pagination-nav .page-link {
    width: 50px;
    height: 50px;
  }
}
