/* Général */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

img,
iframe,
video {
    max-width: 100%;
    vertical-align: middle;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #343434;
    font-size: 18px;
}

.conteneur {
    width: 1200px;
    margin: auto;
}

a {
    text-decoration: none;
    transition: all 0.7s ease;
    color: #343434;
}

a:hover {
    color: #ffc921;
}

.active {
    color: #ffc921;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

h2 {
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    line-height: 120%;
}

h3 {
    font-size: 24px;
    text-align: center;
    padding: 20px 0px 10px 0px;
}

h4 {
    font-size: 20px;
}

.texteBlanc {
    color: #fff;
}

.texteJaune {
    color: #ffc921;
}

.italique {
    font-style: italic;
}

.gras {
    font-weight: bold;
}

.jaune {
    background-color: #ffc921;
}

.gris {
    background-color: #343434;
}

.grisClair {
    background-color: #ececec;
}

.header {
    text-align: center;
    padding-top: 5%;
    color: #fff;
    line-height: 200%;
    letter-spacing: 2px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Scroll JS */

#totop {

    text-align: center;
    background-color: #ffc921;
    cursor: pointer;
    color: #fff;
    width: 45px;
    height: 45px;
    padding: 10px 10px 10px 10px;
    position: fixed;
    bottom: 20px;
    right: 10px;
    cursor: pointer;
    opacity: 0.8;
    border-radius: 50%;
    border: 1px solid #343434;
    font-size: 25px;
    opacity: 0;

}

#totop.affiche {

    opacity: 1;
}




/* Page d'accueil */

.fondHeader {
    background-image: url(../img/stepbysteph_image-pag-accueil.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 900px;
}

.slider {
    text-align: center;
    padding-top: 23%;
    color: #fff;
    line-height: 130%;
    letter-spacing: 2px;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.entete {
    background-color: rgba(255, 255, 255, 0.952);
}


/* Menu */

.menuPrincipal ul li {
    list-style: none;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: bold;
}

.menuPrincipal,
#logo {
    padding: 15px 0px;
}


/*Menu mobile*/

#menu-mobile {
    display: none;
}


#menu-mobile .btn {
    cursor: pointer;
    display: block;
    color: #343434;
    font-size: 35px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}

#menu-mobile ul {
    padding-top: 0.5rem;
    list-style: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}


#menu-mobile a {
    padding: 20px;
    display: block;
    color: #343434;
}

#menu-mobile a:active {
    color: #ffc921;
}

/* Logo */

.taglineTop {
    color: #343434;
    text-align: center;
    text-transform: uppercase;
    padding-top: 70px;
    margin-left: -30px;
}

.taglineTop h4 {
    font-weight: 400;
}

.taglineTop p {
    font-size: 12px;
    padding-left: 4px;
    font-weight: bold;
}

/* Textes */

.intro {
    padding-top: 50px;
    padding-bottom: 30px;
}

.intro p {
    text-align: center;
}

.paragraphe {
    padding-bottom: 50px;
    max-width: 950px;
    margin: 0 auto;
    line-height: 160%;
}

.paragraphe p {
    text-align: justify;
    text-align-last: center;
    font-size: 18px;
}

.formationDL {
    padding: 20px;
}

.fond1 {
    background: linear-gradient(rgba(0, 0, 0, 0.45),
            rgba(0, 0, 0, 0.45)), url(../img/stepbysteph_image-page-accueil-fond1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    padding: 30px 0px;
}

.atout {
    padding: 10px 20px 50px 20px;
    max-width: 350px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto;
}

.atout .fas {
    font-size: 50px;
    padding-bottom: 15px;
}

.atout .fas:hover {
    transition-property: transform;
    transition-duration: 1s;
    transition-timing-function: ease;
    transform: translateY(-20px);
}


/* Qui sommes-nous ? */

.fondQuiSommesNous {
    background-image: url(../img/stepbysteph_image-page-accuei2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 500px;

}

.photo {
    max-width: 45%;
}

.presentation {
    max-width: 45%;
}

.ouverture {
    font-weight: bold;
    color: #343434;
}

/* Notre méthode */

.fondMethode {
    background-image: url(../img/stepbysteph_header-notre-methode.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 500px;
}

.bloc2 {
    max-width: 500px;
    text-align: center;
}

.iconesMethode {
    font-size: 45px;
    color: #ffc921;
    padding-bottom: 10px;
}

.bloc4 {
    max-width: 270px;
    text-align: center;
    padding: 25px 20px 20px 20px;
    min-height: 270px;
    background-color: rgba(255, 255, 255, 0.76);

}

.bloc4:hover {
    transform: scale(1.05);
    transition: all 0.7s ease;
}

.fond2 {

    background-image: url(../img/stepbysteph_image-fond2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-bottom: 50px;
}

.outils {
    padding: 20px 0px;
    font-weight: bold;
    text-align: center;
}

.outils .fas,
.outils .far {
    font-size: 50px;
    padding-bottom: 15px;
}

.outils .fas:hover,
.outils .far:hover {
    transition-property: transform;
    transition-duration: 1s;
    transition-timing-function: ease;
    transform: translateY(-20px);
}


/* Nos formations */

.fondFormations {
    background-image: url(../img/stepbysteph_header-page-nos-formations.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 500px;
}


.bloc3 {
    max-width: 360px;
    text-align: justify;
    padding: 25px;
    min-height: 400px;
    margin-bottom: 20px;
}

.blocAvis {
    max-width: 370px;
    text-align: justify;
    padding: 25px;
    min-height: 300px;
    margin-bottom: 20px;
}

.formation {
    transition: transform .2s;
    filter: grayscale(100%);
}

.bloc3 .formation:hover {
    transform: scale(1.1);
    transition: all 0.5s;
    border: none;
    cursor: pointer;
    filter: none;
}

/* VEFA */

.fondVefa {
    background-image: url(../img/stepbysteph_header-investissement-locatif.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 500px;
}

/* Stratégie digitale */

.fondStrategieDigitale {
    background-image: url(../img/stepbysteph_header-strategie-digitale.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 500px;
}

/* Communication Commerciale*/

.fondCommunicationCommercial {
    background-image: url(../img/stepbysteph_header-communication-commerciale.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 500px;
}

/* Immobilier Professionnel */

.fondImmobilierProfessionnel {
    background-image: url(../img/stepbysteph_header-immobilier-professionnel.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 500px;
}

/* Recrutement et Management */

.fondRecrutement {
    background-image: url(../img/stepbysteph_header-recrutement-management.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 500px;
}

/* A la carte */

.fondAlacarte {
    background-image: url(../img/stepbysteph_header-formations-a-la-carte.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 500px;
}

/* Contact */

.fondContact {
    background-image: url(../img/stepbysteph_header-page-contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 500px;
}

.pageContact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.formulaire {
    width: 45%;
}

.formulaire input,
.formulaire select,
.formulaire textarea,
.formulaire option {
    padding: 10px;
    border: 1px solid #222;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100%;
}

.formulaire input[type="submit"] {
    margin-bottom: 60px;
    transition: all 0.7s ease;
    cursor: pointer;
}

.formulaire input[type="submit"]:hover {
    background-color: #ffc921;
    color: #fff;
}

.contactInfos {
    width: 45%;
    text-align: center;
    padding-bottom: 14px;
}

.iconesInfos {
    font-size: 30px;
    color: #ffc921;
    padding-bottom: 10px;
}

.conteneur .erreur p {
    color: red;
    padding-bottom: 15px;
    font-weight: bold;
}

.conteneur .succes p {
    color: #ffc921;
    padding-bottom: 15px;
    font-weight: bold;
}

/* Livre d'or */

.fondLivreDor {
    background-image: url(../img/stepbysteph_header-livre-dor.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 500px;
}

/* Mentions Légales */

.fondMentionsLegales {
    background-image: url(../img/stepbysteph_image-pag-accueil.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 500px;
}

/* Footer */

.menuFooter,
.infos {
    padding: 50px 0px;
}

.menuFooter h3,
.infos h3 {
    padding-bottom: 15px;
    color: #ffc921;
    text-align: left;

}

.menuFooter ul li a {
    line-height: 200%;
    text-transform: uppercase;
    font-size: 16px;
}

.menuFooter ul li a,
.infos p,
.infos p a {
    color: #fff;
}

.menuFooter ul li a:hover,
.infos p a:hover {
    color: #ffc921;
}

.infos .fas,
.infos .fab {
    padding-right: 10px;
    font-size: 20px;
    line-height: 150%;
}

.logoFooter {
    text-align: center;
}

.tagline {
    color: #fff;
    text-align: center;
    padding-top: 10px;
}

.tagline h4 {
    letter-spacing: 2px;
    padding-bottom: 5px;
}

.tagline p {
    font-size: 10px;
    font-weight: bold;
}

#credits {
    padding: 10px 0px;

}

small {
    font-weight: bold;
}

#credits>.conteneur>small>a:hover {
    color: #fff;
}