
/*#region layout column 2 */
.article-layout > div:nth-of-type(2) > div > div:nth-of-type(1) { /* linkedin */
    box-sizing: border-box;   
    display: flex;
    align-items: center;
    justify-content: center; 
    height: 25px;
    width: 25px;
    border-radius: 50%;
    margin-bottom: 20px;
    background-color: var(--selectour-bleu);
    cursor:pointer;
}
.article-layout > div:nth-of-type(2) > div > div:nth-of-type(1) > img{ 
    height: 15px;
    width: 15px;
}
/*#endregion */

/*#region cta */
.article-cta{
  box-sizing: border-box;
  margin: 0 0 24px 0;
}
.article-cta > div:first-of-type{
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  background-color: var(--selectour-bleu);
  
  border-radius: 16px;
  width: 900px;
  margin: 0 auto;
}
.article-cta > div:first-of-type > div:first-of-type{
  box-sizing: border-box;
  height: 300px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
.article-cta > div:first-of-type > div:first-of-type > div:nth-of-type(3){
  color: var(--selectour-orange);
}
.article-cta > div:first-of-type > div:first-of-type > a{
  margin-top: 20px;
  font-size: 16px;
}
.article-cta > div:first-of-type > div:last-of-type{
  background-image: url('https://api5-pub.selectour.com/db/files/Db56.Apps.BusinessContents/142/fichiers/img/oui-min.png.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media (max-width: 1500px) {
  .article-cta{
    margin: var(--layout-margin-mobile);
    padding: 0;
  }
  .article-cta > div:first-of-type{
    width: 100%;
    max-width: 1000px;
  }

}
/*#endregion */

/*#region header special */
.art-header_options_breadcrumb{
    position: absolute;
    top: 180px;
    z-index: 0;
}
.art-header_options_btns_back {
	display: none;
}
.art-header_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    margin: 180px 0;
    padding: 0 0 50px 0; 
    /*background-image: linear-gradient(to top, rgb(32, 32, 32), rgba(0, 0, 0, 0));*/
    z-index: 1;
}
.art-header_links {
    position: absolute;
    bottom: -25px;
    width: 100%;
    text-align: center;
}
/*#endregion */
