/* GENERAL */

body {
    font-family: 'Fredoka One', cursive;
    font-size: 1.2em;
}

/* HEADER */

header {
    background: #49a4ee;
}

header img {
    height: 150px;
    width: auto;
}

#connect {
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 15px;
}

#connect:hover {
    text-decoration: none;
    color: #49a4ee;
    background: #fff;
    border-radius: 15px;
}

/* Zone comm */

section {
    background: #64cbe6;
}

#lapin {
    height: 300px;
    width: auto;
    margin: 250px 0 0 20px;
    z-index: 2;
}

#arc {
    height: 200px;
    width: auto;
    position: absolute;
    top: 190px;
    left: 75px;
}

#licorne {
    height: 150px;
    width: auto;
    position: absolute;
    top: 630px;
    left: 280px;
    transform: rotate(20deg);
}

section h1 {
    background: #49a4ee;
    padding: 25px;
    border-radius: 12px;
    font-family: 'Spicy Rice', cursive; 
    color: #fff;
    font-size: 1.8em;
    position: relative;
    top: -370px;
    left: 160px;
    height: 260px;
    width: 300px;
}

.pic {
    height: 0;
    width: 0;
    border-bottom: 20px solid #49a4ee;
    border-left: 50px solid transparent;
    position: relative;
    top: -140px;
    right: 165px;
}

#zone-form {
    background: #2e384c;
    padding: 50px 0px 50px 0px;
    margin-top: -200px;
}


#zone-form input {
    border: 0;
    height: 50px;
    width: 450px;
    border-radius: 5px;
    padding: 10px 0px 10px 15px;
    margin: 0 0 10px 0;
}

#zone-form button {
    border: 0;
    background: #4cad6b;
    border-radius: 5px;
    padding: 10px 170px 10px 170px;
    color: #fff;
}

#zone-form button:hover {
    background: #399a5b;
}

article {
    margin-top: 25px;
    margin-bottom: 50px;
}

article h6 {
    font-size: 1.2em;
    color: #49a4ee;
}

article h5 {
    font-size: 1.8em;
    color: #2e384c;
    text-align: center;
    margin-bottom: 25px;
}

article img {
    height: auto;
    width: 55%;
    margin: 15px 0 15px 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

article p {
    font-size: .9em;
    color: #545454;
    font-family: 'Roboto', sans-serif;
}

/* Footer */

footer {
    background: #2e384c ;
    color: #fff ;
    text-align: center;
    margin-top: 150px;
    padding-top: 50px;
    padding-bottom: 30px;
    font-size: .8em;
}

footer img {
    height: 100px;
    width: auto;
}

/* affichage phone horizontal */

@media (min-width: 755px) {
    #zone-form input {
        width: 600px;
    }
    
    #lapin {
        height: 300px;
        width: auto;
        margin: 30px 0 0 50px;
        z-index: 2;
    }

    #arc {
        height: 200px;
        width: auto;
        position: absolute;
        top: 280px;
        left: 475px;
    }

    #licorne {
        height: 150px;
        width: auto;
        position: absolute;
        top: 230px;
        left: 20px;
        transform: rotate(20deg);
    }

    section h1 {
        background: #49a4ee;
        padding: 25px;
        border-radius: 12px;
        font-family: 'Spicy Rice', cursive; 
        color: #fff;
        font-size: 1.5em;
        position: relative;
        top: 50px;
        left: -40px;
        height: 160px;
        width: 430px;
    }

    .pic {
        height: 0;
        width: 0;
        border-bottom: 20px solid #49a4ee;
        border-left: 50px solid transparent;
        position: relative;
        top: -160px;
        right: -190px;
    }
    
    #zone-form {
        background: #2e384c;
        padding: 50px 0px 50px 0px;
        margin-top: 0px;
    }


    #zone-form input {
        border: 0;
        height: 50px;
        width: 680px;
        border-radius: 5px;
        padding: 10px 0px 10px 15px;
        margin: 0 0 10px 0;
    }

    #zone-form button {
        border: 0;
        background: #4cad6b;
        border-radius: 5px;
        padding: 10px 285px 10px 285px;
        color: #fff;
    }
    
    article img {
        height: auto;
        width: 75%;
        margin: 15px 0 15px 0;
        display: block;
        margin-left: auto;
        margin-right: auto
    }
    
}

/* Tablette */

@media (min-width: 980px) {
    #zone-form input {
        width: 600px;
    }
    
    #lapin {
        height: 400px;
        width: auto;
        margin: 30px 0 0 90px;
        z-index: 2;
    }

    #arc {
        height: 200px;
        width: auto;
        position: absolute;
        top: 200px;
        left: 650px;
    }
    
    #licorne {
        height: 150px;
        width: auto;
        position: absolute;
        top: 300px;
        left: 5px;
    }
    
    section h1 {
        background: #49a4ee;
        padding: 25px;
        border-radius: 12px;
        font-family: 'Spicy Rice', cursive; 
        color: #fff;
        font-size: 1.6em;
        position: relative;
        top: 190px;
        left: -80px;
        height: 120px;
        width: 500px;
    }

    .pic {
        height: 0;
        width: 0;
        border-bottom: 20px solid #49a4ee;
        border-left: 50px solid transparent;
        position: relative;
        top: 270px;
        right: 630px;
    }
    
    #zone-form {
        background: #2e384c;
        padding: 50px 0px 50px 0px;
        margin-top: 0px;
    }

    #zone-form input {
        border: 0;
        height: 50px;
        width: 750px;
        border-radius: 5px;
        padding: 10px 0px 10px 15px;
        margin: 0 0 10px 0;
    }

    #zone-form button {
        border: 0;
        background: #4cad6b;
        border-radius: 5px;
        padding: 12px 30px 12px 30px;
        color: #fff;
    }
    
    article img {
        height: auto;
        width: 75%;
        margin: 15px 0 15px 0;
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}


/* PETIT-ORDI */

@media (min-width: 1188px) {
    #zone-form input {
        width: 800px;
    }
    
    #lapin {
        height: 400px;
        width: auto;
        margin: 30px 0 0 50px;
        z-index: 2;
    }

    #arc {
        height: 300px;
        width: auto;
        position: absolute;
        top: 280px;
        left: 800px;
    }

    #licorne {
        height: 200px;
        width: auto;
        position: absolute;
        top: 280px;
        left: 20px;
        transform: rotate(20deg);
    }
    
    section h1 {
        background: #49a4ee;
        padding: 25px;
        border-radius: 12px;
        font-family: 'Spicy Rice', cursive; 
        color: #fff;
        font-size: 2.2em;
        position: relative;
        top: 130px;
        left: -80px;
        height: 150px;
        width: 650px;
    }

    .pic {
        height: 0;
        width: 0;
        border-bottom: 20px solid #49a4ee;
        border-left: 50px solid transparent;
        position: relative;
        top: 220px;
        right: 780px;
    }
    
    #zone-form {
        background: #2e384c;
        padding: 50px 0px 50px 0px;
        margin-top: 0px;
    }

    #zone-form input {
        border: 0;
        height: 50px;
        width: 920px;
        border-radius: 5px;
        padding: 10px 0px 10px 15px;
        margin: 0 0 10px 0;
    }

    #zone-form button {
        border: 0;
        background: #4cad6b;
        border-radius: 5px;
        padding: 12px 30px 12px 30px;
        color: #fff;
    }
    
    article img {
        height: auto;
        width: 75%;
        margin: 15px 0 15px 0;
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

/* ORDI */

@media (min-width: 1620px) {
    #zone-form input {
        width: 800px;
    }
    
    #lapin {
        height: 400px;
        width: auto;
        margin: 30px 0 0 50px;
        z-index: 2;
    }

    #arc {
        height: 300px;
        width: auto;
        position: absolute;
        top: 280px;
        left: 1100px;
    }

    #licorne {
        height: 200px;
        width: auto;
        position: absolute;
        top: 280px;
        left: 200px;
        transform: rotate(20deg);
    }
    
    section h1 {
        background: #49a4ee;
        padding: 25px;
        border-radius: 12px;
        font-family: 'Spicy Rice', cursive; 
        color: #fff;
        font-size: 2.2em;
        position: relative;
        top: 130px;
        left: -80px;
        height: 150px;
        width: 650px;
    }

    .pic {
        height: 0;
        width: 0;
        border-bottom: 20px solid #49a4ee;
        border-left: 50px solid transparent;
        position: relative;
        top: 220px;
        right: 780px;
    }
    
    #zone-form {
        background: #2e384c;
        padding: 50px 0px 50px 0px;
        margin-top: 0px;
    }

    #zone-form input {
        border: 0;
        height: 50px;
        width: 920px;
        border-radius: 5px;
        padding: 10px 0px 10px 15px;
        margin: 0 0 10px 0;
    }

    #zone-form button {
        border: 0;
        background: #4cad6b;
        border-radius: 5px;
        padding: 12px 30px 12px 30px;
        color: #fff;
    }
    
    article img {
        height: auto;
        width: 75%;
        margin: 15px 0 15px 0;
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}
