/*
Theme Name: Suarato
Author: Tris informatique
Author URI: https://www.trisinformatique.com
Version: 7.1.3
Template: enfold
*/

/* Silence is golden */
/*CSS of single chantier page*/
  .info-chantier.strip {
    display: inline-block;
    width: 100% !important;
    margin-right: auto;
    margin-left: auto;
    padding: 14px 15%;
    border-bottom: 1px solid #865a13!important;
} 
   
.info-chantier.strip .block { 
    float: left;
    display: block;
    padding: 0 10px 0 0;
}

.info-chantier .chantier-label {
    text-transform: uppercase !important;
    font-weight: 800 !important;
    color: #1a1a1a !important;
    margin: 3px 0 -8px 0 !important;
    font-size: 16px !important;
}

.info-chantier.strip .block p {
    padding: 0 !important;
    margin: 0;
}

.info-chantier.strip .chantier-label p {
    font-size: 12px !important;
    letter-spacing: 1px !important;
    line-height: 20px;
    margin-bottom: 2px;
}

.chantier-info{
  color: #303030
}

.home-image-subtext{

    animation: avia-btt 0.8s 1 cubic-bezier(0.165,0.840,0.440,1.000);
    /*transform: translateY(-100%);*/
    background-color: #2f353b;
    text-align: center;
    margin: auto;
    margin-top: -10px;
    max-width: 960px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.home-image-subtext p{
    max-width: 960px;
    width: 100%;
}

.full-width .header-text{
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px 0!important;
    margin-bottom: 0px;
    width: 100%;
    padding: 20px 50px;
    
}
.full-width .container{
    width: 100% !important;
    max-width: none !important;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.full-width h1{
    max-width: 1215px;
    margin: auto;
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600 !important;
}

.av-section-color-overlay-wrap .image-copyright {
    top: 50%;
    left: 0;
    bottom: auto;
    transform: translate(0, -50%);
    padding: 10px;
    position: absolute;
    right: 0;
    width: max-content;
    text-align: center;
    color: #835111;
    background-color: rgb(255 255 255 / .3);
}

/*END*/