.home section#contents {
    padding: 0;
    }


/* Section introduction */
.page_home_introductionContent {
    position: relative;
    padding: 70px 0;
    font-weight: 700;
    font-size: 20px;
    font-style: italic;
    color: #000;
}
.page_home_introductionContent::before {
    content:"";
    position: absolute;
    top:0;
    /* left:80px; */
    left:230px;
    width: 100px;
    height: 100px;
    background-image: url('/wp-content/themes/mediapilote/img/charte/icon-quotation-top.svg');
    background-repeat: no-repeat;
}
.page_home_introductionContent::after {
    content:"";
    position: absolute;
    bottom:0;
    /* right:80px; */
    right: 215px;
    width: 100px;
    height: 100px;
    background-image: url('/wp-content/themes/mediapilote/img/charte/icon-quotation-bottom.svg');
    background-repeat: no-repeat;
}
.page_home_introductionContent p {
    /* width: 920px; */
    margin: auto;
}

.page_home-presentation{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.page_home-presentationContent {
    position: relative;
    z-index: 2;
    padding: 145px 0 90px;
}
.page_home-presentationContent h2 {
    font-size: 6rem;
}
@media (max-width:575px) {
    .page_home-presentationContent {
        padding-top: 125px;
    }
}
.page_home-presentationBgPicture,
.page_home-presentationBg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.page_home-presentationBgPicture{
    z-index: 0;
    background-size:cover ;
    filter: grayscale(100%);
}
.page_home-presentationBg {
    z-index: 1;
    opacity: 0.85;
    background-color: var(--color-primary);
}
.home_presentation_header{
    position: relative;
}
.home_presentation_header h2::before {
    content: attr(title);
    font-family: var(--font-filigrane);
    font-size: 5rem;
    display: block;
    font-weight: 900;
    position: absolute;
    z-index: -1;
    color: var(--color-primary);
    line-height: 1;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.home_presentation_header h2::after {
    margin-right: auto;
    margin-left: auto;
}
@media (min-width:1200px) {
    .home_presentation_header h2::before {
        font-size: 9rem;
    }
}
.home_presentation_texte .btn-small-primary {
    margin-top: 35px;
}
.home_presentation_texte{
    padding: 0 15%;
    color: var(--white);
    margin-top: 50px;
    font-size:18px;
}
@media (max-width:575px) {
    .home_presentation_texte {
        margin-top: 30px;
    }
}
.page_home-presentation h2{
    color: var(--white);
    line-height: 1;
    width: 100%;
}
.page_home-presentation h2 small{
    /* font-size: 1.6rem; */
    font-size: 2.3rem;
    display: block;
    font-weight: normal;
    font-family: var(--font-primary);
    color: var(--color-secondary);
    padding-left: 45px;
    padding-right: 45px;
}

/* Section liens */
.page_home-links{
    padding: 40px 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;

}
.page_home-links::before {
    background-image: url('/wp-content/themes/mediapilote/img/charte/oiseau.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -100px -30%;
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
    left: 0;
    opacity: .1;
}
.page_home-links h2 {
    margin-bottom: 30px;
    font-size: 5rem;
}
.page_home-links ul li a {
    font-weight: 500;
}
/* Section gammes */
.page_home-gammes{
    padding: 33px 66px;
    position: relative;
}
.page_home-gamme .footer_produits-gammeIcon{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    height: 60px;
}
.page_home-gamme img {
    width: 150px!important;
    margin: 0 auto;
}
.page_home-gamme {
    height: 50%;
    text-transform: uppercase;
    font-weight: var(--bold);
    line-height: 1;
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.page_home-logo{
    padding: 20px;
}
.page_home-logo img{
    max-height: 108px;
}
.home_gammeText p {
    text-transform: initial;
    font-size:17px;
    line-height: 20px;
}
.page_home-gamme .home_gammeChiffre {
    font-size: 35px;
}
@media (max-width:991px) {
    .page_home-gamme:not(:last-child){
        border-bottom: 1px solid var(--color-primary);
    }
}
@media (min-width:992px) {
    .page_home-gammes{
        height: 100%;
    }
    .page_home-gammes::before{
        width: 1px;
        background-color: var(--color-primary);
        content: "";
        position: absolute;
        top: 33px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 33px;
    }
    .page_home-gammes::after{
        height: 1px;
        background-color: var(--color-primary);
        content: "";
        position: absolute;
        left: 66px;
        top: 50%;
        transform: translateY(-50%);
        right: 66px;
    }

}
/* Section actualités */
.page_home-news {
    padding-top: 76px;
    padding-bottom: 55px;
    /*background-color: var(--gray-200);
    background: rgb(244, 246, 248);
    background: linear-gradient(45deg, rgba(244, 246, 248, 1) 0%, rgba(255, 255, 255, 1) 100%); */
}

.page_home-newsList {
    margin-bottom: 44px;
}

.page_home-newsListlink {
    text-align: center;
}
.page_home-newsList .tease-post {
    flex-direction: row;
}
.page_home-newsList .tease-post_content {
    text-align: left;
    align-items: flex-start;
}

.home_presentation_header.header_content {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
}
.home_presentation_header .header_content-filigrane {
    font-size: 0;
}
.page_home-news .header_content h2::after {
    content: unset;
}
.page_home-news .header_content{
    line-height: 1;
}
.page_home-news .header_content-intro{
    font-weight: bold;
    color:var(--color-secondary);
    display: block;
}


/*------------------------------------
-------------- RESPONSIVE ------------
--------------------------------------*/

@media screen and (max-width: 1440px) {
    .page_home_introductionContent::before {
        left:170px;
    }
    .page_home_introductionContent::after {
        right: 150px;
    }
}
@media screen and (max-width: 1200px) {
    .page_home_introductionContent::before {
        left:80px;
    }
    .page_home_introductionContent::after {
        right: 60px;
    }
}
@media screen and (max-width: 992px) {
    .page_home_introductionContent {
        font-size: 18px;
    }
    .page_home_introductionContent::before {
        left:0;
        width: 80px;
        height: 80px;
    }
    .page_home_introductionContent::after {
        right: 0;
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width:767px) {
    .page_home-links h2 {
        font-size: 5rem;
    }
}
