/*
  Created by Pierre Bernardeau.
  For Influa
  Date: 04/11/2019
  Time: 15:41
  
  --- _exemple ---
  
        _
    ,--'_`--.    
  ,/( \   / )\.  
 //  \ \_/ /  \\ 
|/___/     \___\|
((___       ___))    Join the Empire !!!  ﴾̵ ̵◎̵ ̵﴿
|\   \  _  /   /|
 \\  / / \ \  // 
  `\(_/___\_)/'
    `--._.--'
  
 */


#exemple{
  &_section1{
    background-color: $noir;
    color: $blanc;
    padding: 15px;
    .col{
      background-color: $blanc;
      color: $noir;
    }
  }
  &_section2{
    font-size: 18px;
    &_main{
      font-weight: 600;
    }
    &_side{
      p{
        font-size: 16px;
      }
      ul{
        list-style: none;
        li{
          display: block;
          margin-bottom: 5px;
          &.important{
            text-transform: uppercase;
          }
        }
      }
    }
  }
}

.myico {
  margin: 50px;
  &::before {
    font-size: 90px;
    background: linear-gradient(#f8ee99,#b6821f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}