/***************
***** MAIN *****
****************/

/**********************************************************************
***** 1DAPT - ONEDAPT - Découvrir sur Aéroports Voyages - Aéroport *****
************************************************************************/

.onedapt .headline {
  position: relative;
}

.onedapt .headline span{
  background: #fff;
    padding: 0 10px;
    position: absolute;
    width: 350px;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
}

.onedapt img {
  max-width: 150px;
}

.onedapt .discover-icon{
  position: absolute;
  left: 20px;
  text-align: center;
}

.onedapt .discover-icon .icon-top-left {
  font-size: 40px;
  width: 80px;
  height: auto;
  background-color: #fff;
  padding: 10px;
  top: 0;
}

.onedapt .discover-airport {
  top: 10px;
  position: absolute;
  left: 120px;
}

.onedapt .discover-img h3 {
  font-size: 24px;
}

.onedapt h4 {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #3C3F41;
  display: flex;
  align-items: center;
  margin: 10px;
}

.onedapt h4:hover {
  color: #F2A000;
}

.onedapt h4:hover i {
  background-color: #F2A000;
  color: #FFF;
}

.onedapt h4 i {
  font-size: 30px;
  color: #137FC2;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.onedapt p {
  padding-left: 60px;
  padding-right: 10px;
}

/*******************************************************
***** 1RA - RECHERCHE AMBASSADEUR / BLOGUEUR *****
*******************************************************/

.onera .input-group .icon-addon .form-control {
    border-radius: 0;
}

.onera .icon-addon {
  position: relative;
  display: block;
}

.onera .icon-addon:after,
.onera .icon-addon:before {
    display: table;
    content: " ";
}

.onera .icon-addon:after {
    clear: both;
}

.onera .icon-addon .icon-search {
    position: absolute;
    z-index: 2;
    left: 10px;
}

.onera .icon-addon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.onera .icon-addon .icon-search {
  font-size: 20px;
  color: #3C3F41;
}

.onera .icon-addon .form-control {
  padding-left: 40px;
  float: left;
  height: 50px;
  border-radius: 0;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: rgba(60, 63, 65, 0.65);
}

.btn-onera {
  border: 1px solid #D1D1D1;
  border-radius: 0;
  background: #FFFFFF;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #666666;
}

.btn-onera:hover,
.btn-onera:active,
.btn-onera:focus {
  color: #FFFFFF!important;
  background-color: #137FC2;
  border-color: #137FC2;
}

.onerahover{
  color: #FFFFFF!important;
  background-color: #137FC2;
  border-color: #137FC2;

}


.onera .wrapper-round-img {
  margin: 10px 0;
}

.onera .round-img:hover {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("assets/blogav-globeblogueurs-seb_150x150_acf_cropped-circle.jpg");
  cursor: pointer;
}

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

.onera .img-info-overlay {
  opacity: 0;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
}

.onera .img-info-overlay .name,
.onera .img-info-overlay .blog {
  color: #FFF;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.onera .img-info-overlay .name {
  font-size: 21px;
  line-height: 24px;
  font-weight: 300;
}

.onera .img-info-overlay .blog {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
}

.img-info-overlay2  { border-radius:0!important;}
/*******************************************************
***** 1CA - CONTENU ARTICLE *****
*******************************************************/


.blocArticle {
  position: relative;
}

.blocArticleImg {
  position: relative;
  text-align: center;
  margin: auto;
  width: 100%;
  overflow: hidden;
}

.coeur-article-full .blocArticleImg{
  height: 350px;
}

.coeur-article-half .blocArticleImg{
  height: 250px;
}

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

.contenu-article h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #3C3F41;
}

.contenu-article h3 {
  font-weight: 500;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #3C3F41;
  text-transform: none;
}

.contenu-article a.underline-link {
  text-decoration: underline;
  color: #137fc2;
}

.contenu-article a.underline-link:hover {
  text-decoration: underline;
  color: #137fc2;
  cursor: pointer;
}

.article-title-banner {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 9px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #3C3F41;
  background: #fff;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 5px;
}

/*******************************************************
***** SIGNATURE AMBASSADEUR BLOGUEUR - 1SA - ONESA *****
*******************************************************/

.onesa .divider {
  position:relative;
  max-width:960px;
  margin:0 auto;
  overflow:hidden;
}

.onesa .divider-center {
  margin:0 auto;
  z-index: 1000;
}

.onesa .divider:before {
  position:absolute;
  content:"";
  border-bottom: 1px dotted #D1D1D1;
  height:50%;
  width:50%;
  top:0;
}

.onesa .divider:after {
  position:absolute;
  content:"";
  border-bottom: 1px dotted #D1D1D1;
  right:-30px;
  top:0;
  height:50%;
  width:50%;
}

.onesa .profile-name {
  font-weight: 300;
  font-size: 21px;
  line-height: 24px;
  text-align: center;
  color: #666666;
}

.onesa  .profile-date{
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  color: #969696;
}

/************************************
***** CAROUSEL ARTICLE - 1A3bis *****
************************************/

#carousel-one-a-three-bis .item {
  transition: .3s ease;
}

#carousel-one-a-three-bis .item:hover {
  background-color: #F2F3F4;
}

#carousel-one-a-three-bis .item:hover p{
  color: #F2A000;
}

#carousel-one-a-three-bis .container-overlay {
  position: relative;
}

#carousel-one-a-three-bis .image-overlay {
  display: block;
  width: 100%;
  height: auto;
}

#carousel-one-a-three-bis .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: rgba(0, 0, 0, 0.65);
}

#carousel-one-a-three-bis .item:hover:hover .overlay {
  opacity: 1;
}

#carousel-one-a-three-bis .text-overlay {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #F2A000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

#carousel-one-a-three-bis .owl-theme .owl-dots .owl-dot span {
  background: #D9DADB;
  width: 9px;
  height: 9px;
}

#carousel-one-a-three-bis .owl-theme .owl-dots .owl-dot.active span{
  background: #3C3F41;
  width: 15px;
  height: 15px;
}

#carousel-one-a-three-bis .owl-theme .owl-dots {
  display: flex;
  justify-content: center;
}

#carousel-one-a-three-bis .owl-theme .owl-nav {
  display: flex;
  justify-content: space-around;
}

#carousel-one-a-three-bis .owl-carousel .owl-nav button.owl-prev,
#carousel-one-a-three-bis .owl-carousel .owl-nav button.owl-next {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
}

#carousel-one-a-three-bis .owl-theme .owl-nav [class*=owl-] {
  border-radius: 50px;
}

#carousel-one-a-three-bis .owl-theme .owl-nav [class*=owl-]:hover {
  background: #D9DADB;
  color: #000;
}

#carousel-one-a-three-bis .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
}

#carousel-one-a-three-bis .item-caption {
    padding: .5rem;
    height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/******************************************
******  BLOC COMMENTS - 1BC - ONEBC *****
*****************************************/

.onebc .comment {
  border-bottom: 1px dotted #D1D1D1;
  padding-top: 1rem;
}

.onebc .comment.replied {
  padding-left: 40px
}

.onebc .comment-name {
  font-weight: 700;
  font-size: 16px;
}

.onebc .comment-reply {
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  color: #137FC2;
  cursor: pointer;
}

.onebc .comment-info  {
  font-size: 13px;
}

.onebc .comment-info-date {
  color: #137FC2;
}

.onebc .comment-info-time {
  font-weight: 400;
}
