/*
Theme Name: Landing Page Maison
Theme URI: http://www.chezmiocque-deauville.com/
Author: Sven MRS
Description: Thème WordPress fait maison pour une landing page.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: landingpage
*/

main{
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1{
    text-align: center;
    font-family: 'Copperplate', sans-serif;
    font: normal normal normal 70px/71px Copperplate;
    letter-spacing: 0px;
    color: #D2382F;
    opacity: 1;
    margin-bottom: 20px;
}

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

img{
    max-width: 100%;
    height: auto;
}

.container-img{
    display: flex;
}

.button-primary{
    width: 394px;
    height: 74px;
    opacity: 1;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 3px #D2382F;
    border: 2px solid #D2382F;
    border-radius: 37px;
    opacity: 1;
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.button-primary:hover{
    background: #D2382F 0% 0% no-repeat padding-box;
    cursor: pointer;
}

.button-primary a{
    text-align: center;
    font-family: 'Copperplate', sans-serif;
    font: normal normal normal 49px/50px Copperplate;
    letter-spacing: 0px;
    color: #D2382F;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.button-primary:hover a{
    color: #FFFFFF;
}

.container-corporate{
    margin-top: 45px;
}


@media screen and (max-width: 991px) {
    h1{
        text-align: center;
        font-family: 'Copperplate', sans-serif;
        font: normal normal normal 35px/35px Copperplate;
        letter-spacing: 0px;
        color: #D2382F;
        opacity: 1;
        margin-bottom: 20px;
    }

    .button-primary{
        width: 300px;
        height: 67px;
        opacity: 1;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 2px 3px #D2382F;
        border: 2px solid #D2382F;
        border-radius: 37px;
        opacity: 1;
        display: flex;
        justify-content: center;
        margin-top: 45px;
    }

    .button-primary a{
        text-align: center;
        font-family: 'Copperplate', sans-serif;
        font: normal normal normal 32px/33px Copperplate;
        letter-spacing: 0px;
        color: #D2382F;
        text-decoration: none;
        display: flex;
        align-items: center;
    }
}


@media screen and (max-width: 479px) {

    h1{
        text-align: center;
        font-family: 'Copperplate', sans-serif;
        font: normal normal normal 23px/24px Copperplate;
        letter-spacing: 0px;
        color: #D2382F;
        opacity: 1;
        margin-bottom: 5px;
    }

    .button-primary{
        width: 160px;
        height: 42px;
        opacity: 1;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 2px 3px #d2372fba;
        border: 2px solid #D2382F;
        border-radius: 37px;
        opacity: 1;
        display: flex;
        justify-content: center;
        margin-top: 25px;
    }

    .button-primary a{
        text-align: center;
        font-family: 'Copperplate', sans-serif;
        font: normal normal normal 22px/23px Copperplate;
        letter-spacing: 0px;
        color: #D2382F;
        text-decoration: none;
        display: flex;
        align-items: center;
    }

    .container-corporate img{
        width: 200px;
    }

}
