h1{
    color: #11587D;
}

.solutions{
    padding-top: 60px;
}

.solutions-service{
    border-radius: calc(0.625rem + 4px);
    border-style: solid;
    border-width: 1px;
    border-color: #f0f0f0;
    padding: calc(0.25rem * 6);
    background: white;
    margin-bottom: 25px;
}

.solutions-service > i{
    display: block;
    width:56px;
    height:56px;
    background-color: rgba(17, 88, 125, 0.25);
    color: #11587D;
    font-size: 1.7em;
    text-align: center;
    align-items: center;
    line-height: 56px;
    border-radius: 0.625rem;
}

.solutions-service:first-of-type i{
    transform: rotate(90deg);
}

.solutions-service a{
    text-decoration: none;
    font-weight: 600;
    color: #11587D;
    padding-bottom: 5px;
    transition: all 0.2s ease;
    border-bottom: 2px solid transparent;
    line-height: 2em;
}

.solutions-service a:hover{
    border-bottom: 2px solid #11587D;
}

.solutions{
    display:flex;
}

.localisation{
    display:flex;
    background: #fafafa;
}

.localisation .icon-span{
    display:block;
    border-radius: calc(0.625rem + 4px);
    border-style: solid;
    border-width: 1px;
    border-color: #f0f0f0;
    padding: calc(0.25rem * 6);
}

.location-img{
    margin-top: 80px;
}

.why{
    display: flex;
    background: #fafafa;
    padding-bottom: 100px;
}

.why-answer{
    text-align: center;
    margin-top: 60px;
}

.why-answer i{
    width: 64px;
    height: 64px;
    background: #11587D;
    border-radius: 100%;
    display: inline-block;align-items: center;
    line-height: 64px;
    font-size: 1.7em;
    color: white;
}

@media screen and (min-width: 800px) {
    .hero img{
        margin-top: 10px;
    }

    .hero-content{
        margin-top: 6vh;
    }

    .solutions-service{
        float:left;
        width: calc(25% - 78px);
        margin-right:30px;
    }

    .solutions-service:last-of-type{
        margin-right: 0px;
    }

    .solutions-services{
        display: flex;
        flex-wrap: wrap;
    }

    .solutions{
        padding-bottom: 60px;
    }

    .localisation{
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .localisation-content{
        float:right;
        width:50%;
    }

    .localisation img{
        float:left;
        width:50%;
    }

    .localisation h2{
        text-align: left;
    }

    .localisation .icon-span{
        float:left;
        width:calc(50% - 62px);
    }

    .localisation .icon-span:nth-child(2n){
        margin-right: 0px;
    }

    .localisations{
        width:100%;
        float: left;
        margin-bottom: 40px;
    }

    .localisation img{
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.25);
        border-radius: 1rem;
        width:calc(40% - 40px);
        padding: 5%;
        margin-right: 40px;
        background: white;
    }

    .why-answer{
        width:calc(25% - 40px);
        padding-left: 20px;
        padding-right: 20px;
        float:left;
    }
}