/*
font-family: birch-std, serif;

font-weight: 400;

font-style: normal;
font-family: 'Roboto', sans-serif;
font-family: 'Satisfy', cursive;
font-family: 'Yellowtail', cursive;
*/

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    font: 62.5% 'Roboto', sans-serif;
    font-size: 1.4rem;
    color: #000;
}

header, main, main > div, footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

main > div {
    box-shadow: 0 3px 6px #003;
}

header .container {
    padding: 0 10px;
    width: 100%;
    max-width: 1200px;
}

.container {
    padding: 20px 25px;
    width: 100%;
    max-width: 950px;
}

a {
    text-decoration: none;
    color: inherit;
}

h1, h2, h3 {
    font-weight: 100;
    line-height: 1;
    text-align: center;
}

header, .top_page {
    font-family: 'Yellowtail', cursive;
}

header {
    background: #f9ea4d;
    color: #5fb9ca;
}


#top_page {
    background: #5fb9ca;
    color: #fff;
}

.top_page {
    margin: 0 auto;
    /* padding: 20px 25px;
    max-width: 950px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h1 {
    font-size: 2.8rem;
    text-transform: uppercase;
}

.header_content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_sub_content {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_sub_content div {
    flex: 1;
    text-align: center;
}

.top_page_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

.top_page_content h2 {
    font-size: 3rem;
    line-height: 1;
}

.top_page span {
    margin-top: 10px;
    text-align: center;
    text-shadow: 0 3px 6px #0000004d;
}

/********/
/* HOME */
/********/

section {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: center;
}

section > div {
    display: flex;
}

.row > div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row > .img {
    justify-content: space-between;
}

.row > div > img {
    width: 60%;
}

.row {
    padding: 25px 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.column {
    flex-direction: column;
}

h4 {
    margin: 0 0 75px;
    text-align: center;
}

.citation_container {
    margin-top: 200px;
    width: 100%;
    flex-direction: column;
}

.citation {
    font-family: 'Satisfy', cursive;
    text-align: right;
}

/***********************/
/* EMOTION / FORMATION */
/***********************/

.price {
    margin: 50px 0 100px;
    width: 100%;
    height: 200px;
    display: flex;
    /* align-items: center; */
    align-content: space-between;
    justify-content: space-between;
}

.price > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.reseau {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.reseau > p {
    text-align: center;
}

/**********/
/* FOOTER */
/**********/

main > div:last-child {
    padding-bottom: 250px;
    box-shadow: none;
}

footer {
    font-family: birch-std, serif;
    font-weight: 400;
    font-style: normal;
    background: #f9ea4d;
}

.footer_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_content > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.footer_content img {
    width: 100%;
    height: auto;
}

.footer_content h2 {
    margin-bottom: 50px;
}

.footer_tel {
    margin-top: 50px;
    font-size: 1.5rem;
}

.footer_mail {
    margin-top: 10px;
    margin-bottom: 25px;
    font-family: 'Roboto';
}

#recall {
    font-size: 1.7rem;
    color: #0098b5;
    text-shadow: 0 3px 6px #0000004d;
    cursor: pointer;
}

.hidden {
    opacity: 0;
    pointer-events: none;
}

#contact_form {
    padding: 0 25px 15px;
    width: 50%;
    min-width: 300px;
    max-width: 500px;
    background: #5fb9ca;
    border-radius: 25px;
    box-shadow: 3px 6px 9px #00000080;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity ease-in-out .3s;
}

#contact_form * {
    margin-top: 35px;
    width: 100%;
    border: none;
    border-radius: 25px;
    line-height: 2.5;
    text-align: center;
    font-family: inherit;
}


#send {
    width: 150px;
    background: #f9ea4d;
    color: #0098b5;
    cursor: pointer;
}

.menu_burger {
    display: none;
    padding: 5px 10px;
    background: #f9ea4d;
    border-radius: 5px;
    box-shadow: 0 3px 6px #0000004d;
    position: fixed;
    top: 5%;
    left: 5%;
    cursor: pointer;
}

.menu_burger.toggled > div:first-child {
    margin: 10px 0 -10px;
    transform: rotate(45deg);
}

.menu_burger.toggled > :nth-child(2) {
    opacity: 0;
}

.menu_burger.toggled > div:last-child {
    margin: -10px 0 10px;
    transform: rotate(-45deg);
}

@media (max-width: 800px) {
    h2, h3, h4, span, p, a, #recall {
        font-size: 75%;
    }

    h4 {
        margin-bottom: 20px;
    }

    .top_page {
        flex-direction: column;
    }

    .row {
        flex-direction: column;
    }

    .row > .img {
        margin-bottom: 50px;
        order: -1;
        justify-content: center;
    }

    .row > .img > img {
        height: 350px;
        width: auto;
    }

    .row > .img > div {
        display: none;
    }

    .price > div {
        align-items: initial;
    }

    .affiche {
        margin: 25px 0;
        width: 100%;
    }

    footer img {
        height: 125px;
    }

    .header_content, .header_sub_content {
        flex-direction: column;
        align-items: flex-start;
    }

    .header_content {
        padding: 5px 10px;
        width: 50%;
        min-width: 275px;
        background: #f9ea4d;
        box-shadow: 0 3px 6px #00000080;
        border-radius: 5px;
        position: fixed;
        top: 11%;
        left: 5%;
        transform: translateX(-999px);
        transition: all ease-in-out .3s;
    }

    .header_content.toggled {
        transform: translateX(0);
    }

    .header_content, .menu_burger {
        z-index: 999;
    }

    .menu_burger {
        display: block;
        /* flex-direction: column;
        align-items: center;
        justify-content: center; */
    }

    .menu_burger > div {
        margin: 5px 0;
        width: 30px;
        height: 5px;
        background: #5fb9ca;
        transition: all ease-in-out .3s;
    }

    #cheval_casquette {
        width: 100%;
    }
}

@media (max-width: 720px) {
    .footer_content {
        flex-direction: column;
    }
}

@media (max-width: 450px) {
    h1 {
        font-size: 2rem;
    }

    .top_page img {
        width: 100%;
        height: auto;
    }
}

/* hide recall div */

#recall {
    display: none;
}

/* end hide recall div */