#solutions .presentation-text a,
#solutions .presentation-text a:link {
    color: #333;
    font-weight: 400;
    border-bottom: 1px dashed #555;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

#solutions .presentation-text a:hover {
    border-bottom: 1px dashed #fbba00;
}

#sub-pages .sub-pages-inner {
    background-color: #fff4d8;
    border-radius: .25rem;
    padding: 10px 20px;
    height: 100%;
    display: block;
    color: #333;
    transition: all .3s;
    margin: 15px 0;
}

#sub-pages .sub-pages-inner:hover {
    margin: 0 0 30px 0;
    background-color: #333;
    color: #fff;
}

#sub-pages .sub-pages-inner i {
    font-size: 3rem;
    margin-bottom: 10px;
    padding: 2rem;
    color: #fbba00;
}

#sub-pages .sub-pages-inner h3 {
    font-size: 1.3rem;
}

#sub-pages .sub-pages-inner p {
    font-size: 14px;
    margin-bottom: 0;
}

#sub-pages p b,
#sub-pages p strong {
    font-weight: 400;
}

#solutions h1,
#solutions h2 {
    font-weight: 200 !important;
    font-size: 1.75rem;
}

#solutions h3 {
    font-weight: 400;
    font-size: 1rem;
}

@media (min-width:768px) {
    #solutions h1,
    #solutions h2 {
        font-size: 2.5rem;
    }

    #solutions h3 {
        font-size: 1.25rem;
    }
}

.header-bkg {
    height: 175px;
    overflow: hidden;
    width: auto;
    margin-top: -64px;
    margin-bottom: 0;
    background-size: cover;
}

/* Images par couleur */
.header-bkg.yellow {
    background-image: url(../img/header-solution-yellow.png);
}

.header-bkg.purple {
    background-image: url(../img/header-solution-purple.png);
}

.header-bkg.grey {
    background-image: url(../img/header-solution-grey.png);
}

/* Variante "web" (commune aux 3) */
.header-bkg.web {
    background-position: 15% 50%;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .header-bkg {
        height: 300px;
    }
}














/* Bloc solutions */
#solutions .solutions-activity {
    padding-top: 3rem;
    padding-bottom: 50px;
}

#solutions .solutions-title {
    text-align: center;
    padding-bottom: 3rem;
}

#solutions .solutions-title h2 {
    margin: 0;
}

#solutions .solutions-curve {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#solutions .solution-step {
    width: 240px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

#solutions .solution-step:hover {
    color: inherit;
    text-decoration: none;
}

#solutions .solution-step .icon {
    font-size: 40px;
    background-color: #fff;
    border-radius: 50%;
    padding: 30px;
    margin-bottom: 20px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(251, 186, 0, 0.18);
    color: #FBBA00;
    transition: transform 0.3s ease;
}

#solutions .solution-step:hover .icon {
    transform: scale(1.1);
}

#solutions .solution-step:hover .colonne1 p {
    color: #FBBA00;
}

#solutions .solution-step p strong {
    font-weight: 500 !important;
    font-size: 18px;
}

#solutions .solution-step:nth-child(odd) {
    margin-top: 40px;
}

#solutions .solution-step:nth-child(even) {
    margin-bottom: 40px;
}

#solutions .colonne1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#solutions .description {
    max-width: 220px;
    margin: 10px auto 0;
    line-height: 1.5;
}

/* Tablette */
@media screen and (min-width: 778px) and (max-width: 992px) {
    #solutions .solutions-curve {
        flex-direction: column;
        align-items: center;
    }

    #solutions .solution-step {
        width: 80%;
        flex-direction: row;
        box-shadow: 0 4px 8px rgba(251, 186, 0, 0.18);
        padding: 30px;
        border-radius: 10px;
        margin-bottom: 50px;
    }

    #solutions .solution-step:nth-child(odd),
    #solutions .solution-step:nth-child(even) {
        margin-top: 0;
        margin-bottom: 50px;
    }

    #solutions .colonne1 {
        flex-direction: row;
        width: 50%;
    }

    #solutions .colonne1 p {
        margin-left: 20px !important;
        margin-top: 16px !important;
    }

    #solutions .colonne2 {
        width: 50%;
    }

    #solutions .description {
        max-width: 100%;
        text-align: left;
    }

    #solutions .solution-step .icon {
        font-size: 24px;
        padding: 0;
        margin-bottom: 0 !important;
        width: 50px;
        height: 50px;
    }
}

/* Mobile */
@media screen and (min-width: 421px) and (max-width: 777px) {
    #solutions .solutions-curve {
        flex-direction: column;
        align-items: center;
        padding-bottom: 0 !important;
    }

    #solutions .solution-step {
        width: 68%;
        box-shadow: 0 4px 8px rgba(251, 186, 0, 0.18);
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 50px;
    }

    #solutions .solution-step:nth-child(odd),
    #solutions .solution-step:nth-child(even) {
        margin-top: 0;
        margin-bottom: 50px;
    }

    #solutions .colonne1 {
        flex-direction: row;
    }

    #solutions .colonne1 p {
        margin-left: 30px !important;
    }

    #solutions .description {
        max-width: 82% !important;
    }
}

/* Petit mobile */
@media screen and (max-width: 420px) {
    #solutions .solutions-curve {
        flex-direction: column;
        align-items: center;
    }

    #solutions .solution-step {
        margin-bottom: 50px;
    }

    #solutions .colonne1 {
        flex-direction: column;
    }

    #solutions .description {
        max-width: 82% !important;
    }
}

/* Variante grise */
#solutions .solutions-activity-grey .solution-step .icon {
    box-shadow: 0 4px 8px rgba(140, 139, 139, 0.18);
    color: #8c8b8b;
}

#solutions .solutions-activity-grey .solution-step:hover .colonne1 p {
    color: #8c8b8b;
}

/* Tablette */
@media screen and (min-width: 778px) and (max-width: 992px) {
    #solutions .solutions-activity-grey .solution-step {
        box-shadow: 0 4px 8px rgba(140, 139, 139, 0.18);
    }
}

/* Mobile */
@media screen and (min-width: 421px) and (max-width: 777px) {
    #solutions .solutions-activity-grey .solution-step {
        box-shadow: 0 4px 8px rgba(140, 139, 139, 0.18);
    }
}

/* Variante violette */
#solutions .solutions-activity-purple .solution-step .icon {
    box-shadow: 0 4px 8px rgba(119, 100, 224, 0.18);
    color: #7764e0;
}

#solutions .solutions-activity-purple .solution-step:hover .colonne1 p {
    color: #5d368b;
}

/* Tablette */
@media screen and (min-width: 778px) and (max-width: 992px) {
    #solutions .solutions-activity-purple .solution-step {
        box-shadow: 0 4px 8px rgba(119, 100, 224, 0.18);
    }
}

/* Mobile */
@media screen and (min-width: 421px) and (max-width: 777px) {
    #solutions .solutions-activity-purple .solution-step {
        box-shadow: 0 4px 8px rgba(119, 100, 224, 0.18);
    }
}








#besoins {
    background-image: url(../img/solutions-banner-yellow.jpg);
    color: #333;
    background-position-y: -37px;
}

#besoins.besoins-grey {
    background-image: url(../img/solutions-banner-grey.jpg);
}

#besoins.besoins-purple {
    background-image: url(../img/solutions-banner-purple.jpg);
}

#background-triangle-top-section {
    width: 100%;
    height: 110px;
    background-image: url(../img/banner-site-internet-top.png);
    background-repeat: no-repeat;
    background-position-y: -120px;
    z-index: 0;
    transform: scaleX(-1);
}

#background-triangle-top-section.triangle-grey {
    background-image: url(../img/banner-site-internet-top-grey.png);
}

#background-triangle-top-section.triangle-purple {
    background-image: url(../img/banner-site-internet-top-purple.png);
}


#besoins .besoins-container img {
  width: 259px;
  height: 224px;
  max-width: none;
}






#intro .order-2.order-md-1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#intro .order-2.order-md-1 .img-fluid {
    width: 115%;
    max-width: none;
    height: auto;
}

.process-separator{ height: 100px; background: url("../img/banner-site-internet-bottom_yellow.png") no-repeat center center;}
.process-separator.grey{ height: 100px; background: url("../img/banner-site-internet-bottom_grey.png") no-repeat center center;}
.process-separator.purple{ height: 100px; background: url("../img/banner-site-internet-bottom_purple.png") no-repeat center center;}