/* 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;
}
.texteViolet{
    color: #672A7D;
}

.italique {
    font-style: italic;
}

.gras{
    font-weight: bold;
    color: #321548;
}

.jaune {
    background-color: #ffc921;
}
.violet{
    background-color: #321548;
}

.gris{
    background-color: #141414;
}

.grisClair {
    background-color: #e0e0e0;
}

.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:#321548;
    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/avalon-gamers-social-network_image-accueil1b.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: linear-gradient(0turn, #3f1d58d8, #321548d8);
    
    /* background-color: #321548f5; */
}


/* Menu */

.menuPrincipal ul li {
    list-style: none;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: bold;
}

.menuPrincipal {
    padding: 15px 0px;
}
#logo{
    display: block;
    margin: 1rem auto;

}


/*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;
}

.fond1 {
    background: linear-gradient(rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.45)), url(../img/avalon-gamers-social-network_image-fond-accueil1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color:#fff;
    padding: 40px 0px;
}

.atout{
    padding: 10px 20px 50px 20px;
    max-width: 350px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.atout .fas {
    font-size: 50px;
    padding-bottom: 15px;
    color: #ffc921;
}
.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;
    border: 1px solid #ffc921;
    margin-bottom: 20px;
}

.bloc3 h4 {
    text-align: center;
}

/* 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;
}

/* 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;
}

