/* TOPBAR */

.topbar-link:hover {
    text-decoration: underline;
}

.nav-item:hover {
    text-decoration: underline;
}


/* END TOPBAR */


/* CTA NEWSLETTER */

.newsletter {
    margin: auto;
    width: 60%;
}


/* END CTA NEWSLETTER */


/* FOOTER */

#followUs {
    font-size: 1.5rem;
    color: #555;
    margin: 0;
    padding: 0;
}

.socialMedia {
    font-size: 2rem;
    color: #555;
    margin: 0;
    padding: 0 !important;
}

.menuFooter {
    color: #555;
}

.menuFooter:hover {
    color: #00b0df;
}

.adresse {
    padding-left: 34px;
}


/* END FOOTER */


/* BUTTON */

.btn {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}


/* END BUTTON */


/**************************************** 
START PAGE ACCUEIL
****************************************/


/* HERO */

.sous-titre {
    font-size: 1.5rem;
}

#titre-simplycit {
    font-size: 4rem;
}

#titre-bold {
    font-weight: bold;
}


/* END HERO */


/* HOME SERVICES */

.titre-homeServices {
    font-size: 1.125rem;
}


/* END HOME SERVICES */


/**************************************** 
STOP PAGE ACCUEIL
****************************************/


/**************************************** 
START PAGE ABOUT
****************************************/

.btn-left {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.btn-right {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

button:hover {
    color: #fff !important;
    text-decoration: none;
}

.top-year {
    text-align: center !important;
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 120px;
    background: #00B0DF;
    border: 1px solid #eee;
    color: #fff;
    line-height: 120px;
    text-align: center;
}

.top-date {
    text-align: center !important;
    display: inline-block;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    height: 60px;
    background: #00B0DF;
    color: #fff;
    line-height: 60px;
    text-align: center;
}

.guillemets {
    position: relative;
    left: 570px;
    height: 25%;
    width: 25%;
}

@media (min-width: 768px) {
    .u-timeline-v2-wrap::before {
        left: 50% !important;
    }
    /**************************************** 
STOP PAGE ABOUT
****************************************/
    /**************************************** 
START PAGE SERVICES
****************************************/
    #services {
        margin-top: 150px !important;
    }
    /**************************************** 
STOP PAGE SERVICES
****************************************/
    /**************************************** 
START PAGE ACTUALITE DETAIL
****************************************/
    .linkBackToActualite>a>span>i {
        display: inline-flex;
        vertical-align: baseline;
        font-size: 1rem;
    }
    /**************************************** 
STOP PAGE ACTUALITE DETAIL
****************************************/
    /**************************************** 
START PAGE CONTACT
****************************************/
    /**************************************** 
STOP PAGE CONTACT
****************************************/
    /**************************************** 
START SMARTPHONE
****************************************/
    /* On screens that are 600px or less, set the background color to olive */
    @media screen and (max-width: 600px) {
        #phone {
            text-align: center;
            margin: auto !important;
            width: 100%;
            padding: 10px;
        }
        #mail {
            text-align: center;
            margin: auto !important;
            width: 100%;
            padding: 10px;
        }
        #support {
            text-align: center;
            margin: auto !important;
            width: 100%;
            margin-top: 10px !important;
            padding: 10px;
        }
        #home {
            margin-top: 50px !important;
            padding-bottom: 0 !important;
        }
        #heroImg {
            display: none;
        }
        #homeAbout {
            margin: auto !important;
            padding: 0 !important;
            padding: auto !important;
        }
        .sous-titre {
            text-align: left;
            margin-top: 50px !important;
        }
        .titre {
            text-align: left;
        }
        #homeAbout img {
            display: none;
        }
        #homeServices {
            margin: auto !important;
            padding: 0 !important;
            padding: auto !important;
        }
        #blog {
            margin: auto !important;
            padding: 0 !important;
            padding: auto !important;
        }
        .input-group {
            background-color: violet !important;
            grid-row: 1 / span 2 !important;
        }
        #newsletterInput {
            background-color: yellow !important;
            box-sizing: content-box !important;
            width: auto;
        }
        #btnInput {
            background-color: red !important;
            box-sizing: border-box !important;
            width: 100% !important;
        }
    }
    /**************************************** 
START SMARTPHONE
****************************************/
}