/** 
* Footer
*/
footer div{
    color: white;
}
#footerLogo{
    max-width: 40%;
}
@media screen and (min-width: 1000px)
{
    #footerLogo{
        max-width: 70%;
    }
}
#padiLogo{
    max-width: 30%;
    margin-left: 50px;
}

@media screen and (min-width: 1000px)
{
    #padiLogo{
        margin: 20px 0 10px 0;
        max-width:40%;
        
    }
}
/** 
* Home Page
*/
#homeCaption{
    margin-top: 100px;
    width: 70%;
}
@media screen and (min-width: 1000px)
{
    #homeCaption{
        margin-top: 200px;
        width: 50%;
    }
}
#homepageLogo{
    max-width: 30%;
}
.facebookIconWhite {
    font-size: 50px;
    display: inline-block;
    color: white;
}
.pay {
    background-color: black !important;
    width: 100% !important;
}
.payForm{
    margin-top: 5px;
}


@media screen and (min-width: 1600px) {

    .pay {
        width: 200px !important;
    }

    #payHolder {
        width: 1000px;
    }

    .payForm {
        display: inline-block;
        width: 20%;
        margin-left: 5px;
    }
}
/** 
* About
*/
.principes{
    font-size:1.6rem;
}
#aboutBackgroundImage{
    height: 120%;
}
/** 
* Price
*/
.priceTable{
    padding-top: 0 ;
}
/** 
* Inscription
*/
#inscriptionButton{
    min-width: 60%;
    width: 60%;
}
@media screen and (min-width: 1000px)
{
    #inscriptionButton{
        min-width: 30%;
        width: 30%;
    }
}
.formErrors{
    color: red;
    min-height: 24px;
}
#errorPage{
    text-align: center;
    font-size: 1.5rem;
}
/** 
* Cours links title
*/
.linkCours{
    font-weight: 300;
    color:#292929;
}


