/*#region layout column 2 */
.article-layout > div:nth-of-type(2) > div > span { /* title */
    padding: 0 0 12px 0;
    display: block;
}
.article-layout > div:nth-of-type(2) > div > div:nth-of-type(1) { /* AI */
    box-sizing: border-box;   
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    margin-bottom: 20px;
}
.article-layout > div:nth-of-type(2) > div > div:nth-of-type(1) > button{ 
    display: block;
    border: none;
    background-color: transparent;
    cursor:pointer;
}
.article-layout > div:nth-of-type(2) > div > div:nth-of-type(1) > button > img{ 
    height: 25px;
    width: 25px;
}
.article-layout > div:nth-of-type(2) > div > div:nth-of-type(1) > button > i{ 
    font-size: 22px;
}
.article-layout > div:nth-of-type(2) > div > div:nth-of-type(1) > button > span{ 
    font-weight: normal;
    font-size: 0.9em;
}

.article_newsletter_control{
  box-sizing: border-box;
  position: relative;
  display: block !important;
  padding: 0;
  margin: 24px 0 12px 0;
  width: 100%;
}
.article_newsletter_control input{
  box-sizing: border-box;
  font-size: 0.9em;
  font-weight: italic;
  border-radius: 20px;
  border: 0;
  outline: 0;
  width: 100%;
  padding: 8px 12px;
  margin: 0;
  background-color: rgba(255,255,255,0.25);
  color: #fff;
}
.article_newsletter_control button{
  box-sizing: border-box;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 0.9em;
  border-radius: 20px;
  border: 0;
  padding: 13px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: var(--selectour-bleu); 
  position: absolute;
  right: 0;
  top: 0;
}
.article_newsletter_control button:hover{
  background-color: var(--selectour-orange);
  color: #fff;
}
/*#endregion */