/************
** GENERAL **
*************/

body {
  font-family: 'Roboto', sans-serif;
}

h2 {
  font-weight: 300;
  font-size: 28px;
  line-height: 24px;
  color: #666666;
}

h3 {
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  color: #137fc2;
}

h4 {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0px;
}

p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #3c3f41;
  letter-spacing: .05px;
}

a {
  color: #111;
  text-decoration: none;
}

a:hover {
  color: #f1a42a;
  text-decoration: none;
}

.headline {
  text-align: center;
  font-weight: 700;
  line-height: 24px;
  width: 100%;
  text-align: center;
  border-bottom: 1px dotted #D1D1D1;
  line-height: 0.1em !important;
  margin: 10px 0 20px;
  font-size: 24px;
  color: #3C3F41;
}

.headline span {
  background: #fff;
  padding: 0 10px;
}

.expanded h2 {
  font-weight: 300;
  font-size: 21px;
  line-height: 24px;
  color: #3C3F41;
}

.border-top {
  border-top: 1px dotted #D1D1D1 !important;
}

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


.h-40 {
  height: 40px;
}

.w-40 {
  width: 40px;
}

.h50 {
  height: 50px;
}

.h75 {
  height: 75px;
}

.white {
  color: #FFF;
}
/** TOOLTIP **/

.icon-tooltip {
  font-size: 30px;
  color: #3C3F41;

}

.icon-tooltip:hover {
  color: #f1a42a;
}

.tooltip-inner {
  background-color: #f1a42a !important;
  color: #FFFFFF ;
  border-radius: 0 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  text-transform: capitalize;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #f1a42a !important;
}

.background-grey {
  background-color: #f2f3f4;
}

/**** ROUNDED ICON NAV RIGHT ORANGE BG *****/

.rounded-nav-right {
  right: 5px;
  padding: 7px;
  background: transparent;
  border-radius: 50%;
  font-size: 20px;
  transition: all ease-in-out .3s;
}

a:hover .rounded-nav-right {
  background: #F2A000;
  color: #FFF;
}


#ONEBHTWO .rounded-nav-right {
  bottom: 0;
  z-index: 10;
}

#ONEBHTWO .rounded-nav-right:hover {
  background: #F2A000;
  color: #FFF;
}

/*** ROUND IMG THUMBNAIL***/

.wrapper-round-img {
  max-width: 170px;
  margin: 0 auto;
}

.main .collapse-content .wrapper-round-img {
  max-width: 75px;
}

.sidebar .collapse-content .wrapper-round-img {
  max-width: 105px;
}

.round-img {
  position: relative;
  padding-top: 100%;
  width: 100%;
  border-radius: 100%;
  background-image: url("assets/blogav-globeblogueurs-seb_150x150_acf_cropped-circle.jpg");
  background-size: cover;
  background-position: center center;
}

.img-content {
  position: absolute;
}

.img-tag {
  right: 5px;top: 5px;
  z-index: 1000;
  width: 40px;
}

.img-banner {
  margin: auto;
  left: 50%;
  bottom: -.5rem;
  min-width: 50%;
  text-align: center;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-size: 13px;
  padding: .05rem .5rem;
  height: 20px;
}

.img-banner-orange  {
  background-color: #F2A000;
  color: #FFF;
}

.img-banner-blue  {
  background-color: #137fc2;
  color: #FFF;
}

.img-banner-blue:hover  {
  color: #FFF;
}

/*** BANNER NAME *****/
.banner-name {
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #137fc2;
  position: relative;
  bottom: 13px;
  display: inline-block;
  text-align: center;
  height: 20px;
  padding: .05rem .5rem;
}

.banner-name:hover {
  background-color: #f1a42a;
  color: #FFFFFF;
}

/** TAGS **/

.tag {
  text-transform: uppercase;
  padding: 0 10px;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  height: 20px;
  font-size: 12px;
  margin: 0 5px 5px 0;
}

.tag.thematique {
  border: 1px solid #137fc2;
  color: #137fc2;
  transition: all ease-in-out .3s;
}

.tag.thematique:hover {
  background-color: #137fc2;
  color: #FFFFFF;
}

.tag.destination {
  border: 1px solid #666666;
  color: #666666;
  transition: all ease-in-out .3s;
}

.tag.destination:hover {
  background-color: #666666;
  color: #FFFFFF;
}

.tag.airport {
  border: 1px solid #969696;
  box-sizing: border-box;
  border-radius: 34px;
  font-size: 10px;
  line-height: 20px;
  color: #969696;
  transition: all ease-in-out .3s;
}

.tag.airport:hover {
  background-color: #969696;
  color: #FFF;
}

.tag.airport i {
  font-size: 12px;
}

.tag.white {
  color: #FFF;
  border-color: #fff;
}

.tag.white:hover {
  color: #969696;
  background-color: #fff;
}

.icon-top-right {
  position: absolute;
  right: 10px;
  font-size: 30px;
  background: #fff;
  padding: 5px;
  z-index: 100;
}

.banner-name {
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}

.info-article,
.info-article a {
  font-size: 13px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #969696;
}

.info-article span:not(:first-of-type) {
  margin: 0 2px;
}

.info-article .name {
  text-transform: uppercase;
}

.info-article .name a:hover {
  text-decoration: underline;
  color: #fff;
}

.info-article .dot {
  font-size: 6px;
  display: flex;
}

.agenda-timeframe span {
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
  background-color: #3C3F41;
  display: inline-block;
  text-align: center;
  height: 20px;
  padding: .05rem .5rem;
}

.banner-tools-link {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 0;
  text-align: center;
  border-top: 1px dotted #D1D1D1;
  border-bottom: 1px dotted #D1D1D1;
  border-left: 0;
  border-right: 0;
  color: #666666;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-tools-link:hover {
  color: #f2a000;
}

.banner-tools-link i {
  font-size: 25px;
}

.expand i {
  font-size: 20px;
}

.expand div {
  line-height: 0;
}

.banner-tools {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.banner-tools a:nth-child(1),
.banner-tools a:nth-child(3) {
  width: 100%;
}

.banner-tools a:nth-child(2) {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.expand {
  background-color: #E5E5E5;
  height: 42px;
  width: 42px !important;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all ease-in-out .3s;
}

.expand:hover,
.expand.rotate.down {
  background-color: #F2F3F4;
  color: inherit;
}

.rotate i{
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.rotate.down i.icon-NAV_bottom,
.rotate.down i.icon-NAV_arrow_bottom  {
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}

.expand img {
  width: 100%;
  max-width: 300px;
}

.expanded.collapse.show {
  display: flex;
}

.expanded {
  background-color: #F2F3F4;
  margin-top: -2px;
}


/* TOUS LES ARTICLES - ALL POSTS */

.all-posts h4 {
  display: block;
   width: 100%;
   text-align: center;
   border-bottom: 1px dotted #e5e5e5;
   line-height: 0.1em;
   margin: 10px 0 20px;
}

.all-posts a {
  font-weight: 400;
  font-size: 13px;
  color: #AAAAAA;
  margin: -20px;
  display: inline-block;
  border: 1px solid #D1D1D1;
  padding: 18px 15px;
  background-color: #FFF;
}

.all-posts a:hover span,
.all-posts a:hover {
  background-color: #D1D1D1;
  color: #FFF;
}

.all-posts h4 span {
    background:#fff;
    padding:0 10px;
}


.expanded-section {
  border-top: 1px dotted #D1D1D1;
  padding-top: 20px;
  margin-top: 20px;
}

/******************************
*********  BLOC POST **********
******************************/

.blocPost {
  position: relative;
}

.blocPostBackground.imgLeft {
    left: 0;
}

.blocPostBackground {
    position: absolute;
    width: calc(33.33% - 0px);
}

.blocPostImg {
    position: relative;
    text-align: center;
    margin: auto;
    width: 100%;
    overflow: hidden;
    height:200px;
}

.img-shadow {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
}

.img-shadow::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.blocPostImg span.img-shadow img {
    opacity: 1;
    z-index: 10;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

.blocPost h2 a {
  font-weight: 300;
  font-size: 21px;
  line-height: 24px;
  color: #3C3F41;
}

.blocPost h2 a:hover {
  color: #F2A000;
}


/*************************************************************************
*** 1A3 - ONEATHREE - 3 contenus articles/récits liés au(x) blogueur(s) **
***************************************************************************/

.oneathree h2 a{
  font-size: 16px;
  line-height: 21px;
  color: #3C3F41;
}

.oneathree h2 a:hover{
  color: #F2A000;
}

.oneathree .info-article a {
  font-size: 11px;
  line-height: 24px;
}

.oneathree p {
  font-size: 11px;
  line-height: 21px;
}

.oneathree .blocPostImg {
  height: 140px;
}


/**/

/**************************************
**** 04- ON A TESTE LISTING ***********
***************************************/

.result-listing {
  font-size: 11px;
  line-height: 24px;
  color: #969696;
}

/********************************
********** RESPONSIVE ***********
*********************************/

@media (min-width: 576px) {
  .banner-tools a:nth-child(1),
  .banner-tools a:nth-child(3) {
    width: 45%;
  }

  .banner-tools a:nth-child(2) {
    width: 10%;
  }
}

@media (max-width: 479px) {
  .blocPostBackground {
      position: relative;
      width: 100%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .blocPostBackground {
      position: relative;
      width: 100%;
    }

  .sidebar .headline {
    font-size: 18px;
  }
}

@media (max-width: 767px) and (min-width: 480px) {
  .blocPostBackground {
      position: relative;
      width: 100%;
  }
}

/*ADDED CSS*/
.rectangular-img {
  position: relative;
  padding-top: 100%;
  width: 100%;
  border-radius: 4px;
  background-image: url("assets/les-globe-blogueurs.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}

.onera .rectangular-img:hover {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("assets/les-globe-blogueurs.png");
  cursor: pointer;
}

.onera .rectangular-img:hover .img-info-overlay {
  opacity: 1;
}
