


a.Button {
    background-color: #B33E26;
}

a:hover.Button {
    background-color: #666;
}

a.English {
    color: white;
    background-color: #B33E26;
}

    a.English:hover {
        background-color: #666;
    }

a {
    color: #B33E26;
}

p.Intro {
    color: black;
}


.hero {
    background-position: center center;
    background-image: url(images/poupee.svg);
    padding-top: 5%;
    height: 70%;
}



@media (min-width: 40em) {
    .hero {
        min-height: 350px;
    }
}

@media (min-height: 40em) {
    .hero {
        max-height: 40em;
    }
}

@media (min-width: 50em) {
    .hero {
        min-height: 450px;
    }
}

@media (min-width: 70em) {
    .hero {
        min-height: 600px;
    }
}

@media (min-width: 90em) {
    .hero {
        min-height: 800px;
    }
}





.hero h1 {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    height: 50%;
    background-image: url(images/defil_narrow.svg);
    background-repeat: no-repeat;
    background-position: center top;
}

.ENGLISH .hero h1 {
    background-image: url(images/defil_narrow-en.svg);
}


@media (min-width: 30em) {
    .hero h1 {
        background-image: url(images/defil_large.svg);
        margin-left: -40%;
        width: 80%;
    }

    .ENGLISH .hero h1 {
        background-image: url(images/defil_large-en.svg);
    }
}

@media (min-width: 40em) {
    .hero h1 {
        margin-left: -250px;
        width: 500px;
    }
}

@media (min-width: 60em) {
    .hero h1 {
        margin-left: -300px;
        width: 600px;
    }
}

@media (min-width: 80em) {
    .hero h1 {
        margin-left: -350px;
        width: 700px;
    }
}




.Band {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(images/backcground5.svg);
    background-position: center bottom;
}

    .Band:nth-child(odd) {
        background-image: url(images/backcground7.svg);
    }

#Intro {
    background-image: url(images/backcground7.svg);
}

#Ateliers {
    padding-bottom: 10%;
    background-image: url(images/backcground3.svg);
}

    #Ateliers h4 {
        font-family: Light;
        letter-spacing: normal
    }

#Expo {
    padding-bottom: 10%;
    background-image: url(images/backcground7.svg);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: cover;
}

#Cecile {
    padding-top: 5%;
    padding-bottom: 10%;
    background-image: url(images/backcground3.svg);
}

#Appel {
    padding-bottom: 15%;
    background-image: url(images/backcground3.svg);
}

#Horaire {
    background-image: url(images/backcground3.svg);
    padding-bottom: 20%;
}

    #Horaire h4 {
        font-family: Book;
        letter-spacing: normal
    }

    #Horaire h3 {
        margin-top: 0em;
        margin-bottom: .5em;
    }

        #Horaire h3:nth-child(n+2) {
            margin-top: 1.5em;
        }

#Festivites {
    padding-bottom: 10%;
    background-image: url(images/backcground6.svg);
}


#Ensuite {
    padding-bottom: 20%;
    background-image: url(images/backcground1.svg);
}

#Inscription {
    padding-bottom: 10%;
    background-image: url(images/backcground6.svg);
}


#Dolls {
    padding-bottom: 10%;
    background-image: none;
    background-color: white;
}





/* update default */

.Band,
.Fill {
    margin-top: -10px;
}
