html{
    font-size: 62.5%;
}
html,
body{
    padding:0;
    margin:0;
    color:#0E273B;
    font-family:Maax, sans-serif;
    -webkit-font-smoothing: antialiased;
}

::selection {
    background-color: #E30613;
    color: white;
}

@font-face {
    font-family: "Maax";
    src: url(/wp-content/uploads/2021/04/MaaxPH-Bold.woff2) format("woff2");
}

@font-face {
    font-family: "Maax Regular";
    src: url(/wp-content/uploads/2021/04/MaaxPH-Regular.woff2) format("woff2");
}

header,
main{
    width: 80.25%;
    /*min-width: 117rem;*/
    max-width: 210rem;
    margin: 0 auto;
}
header{
    text-align: center;
}
header h1{
    margin-bottom:3.5vw;
}
.maintenance_links_container{
    display:flex;
    gap:3rem;
    margin-bottom: 20px;
}
.maintenance_links_container > a{
    background:#F7F5F3;
    padding: 7.1rem 5rem 10rem 5rem;
    position: relative;
    flex:0 1 calc(100% / 3);
    text-decoration: none;
    color:#0E273B;
}
.maintenance_links_container > a h2{
    margin-bottom:1rem;
}

.ph-btn{
    font-size: 1.4rem;
    line-height: 115%;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ph-btn.ph-btn-red {
    background: #E30613;
    color: #fff;
    overflow: hidden;
    border: none;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
}

.ph-btn.ph-btn-red:after {
    color: #fff;
    background: #E30613;
    margin: 0;
    height: 8rem;
    width: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}


.ph-btn-after-arrow::after{
    content: '\f178';
    font-family: 'Font Awesome 5 pro';
    font-size: 2rem;
    font-weight: 500;
}

#ph-logo-title{
    margin: 5rem 0rem 5rem 0rem;
}

.ph-typo-small{
    font-size: 1.6rem;
    line-height: 140%;
    font-weight: 400;
    font-family: 'Maax Regular';
}

@media screen and (max-width: 875px) {

    .maintenance_links_container > a {
        width: 85vw;
        flex: inherit;
    }

    .maintenance_links_container{
        flex-wrap: wrap;
        justify-content: center;
    }

}

@media screen and (max-width: 1450px) {
    main {
        width: 100%;
        box-sizing: border-box;
        padding: 15px;
    }

    .maintenance_links_container > a{
        background:#F7F5F3;
        padding: 7.1rem 3rem 10rem 3rem;
    }

    .ph-linksbloc-icone object {
        width: 100px;
        height: 100px;
    }

}

@media screen and (max-width: 350px) {
    #ph-logo-title{
        width: 75vw;
        height: auto;
    }    
}