@font-face {
    font-family: "ErasBoldITC";
    src: url("../assets/fonts/ErasBoldITC.ttf") format("ttf")
}

@font-face {
    font-family: "CopperplateGothicBold";
    src: url("../assets/fonts/Copperplate\ Gothic\ Bold\ Regular.ttf") format("ttf")
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: url('../assets/images/background.png') center/450vh repeat;
}

* {
    box-sizing: border-box;
}


#container {
    width: 800px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: rgba(0, 0, 0, 0.555);
    border: #fff 3px solid;
    border-radius: 40px;
    padding: 30px;
    text-align: center;
}

#presentation h3 {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-align: end;
}

.Rpresentation {
    display: none !important;
}

#presentation h1 {
    color: #fff;
    padding-top: 80px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: end;
}

header img {
    width: 400px;
}

header {
    width: 400px;
    margin: auto;
}

#content {
    width: 700px;
    margin: auto;
    margin-top: 60px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 25px;
    text-align: start;
}

footer {
    margin-top: 50px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

footer .contact {
    display: flex;
}

footer form input,
footer form textarea {
    display: block;
    margin-bottom: 10px;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    font-weight: bold;
    border: #fff 2px solid;
    border-radius: 5px;
    margin-top: 0;
    width: 100%;
}

footer textarea {
    margin-left: 2%;
    margin-right: 2%;
    width: 96% !important;
    height: 70px;
    margin-top: 0 !important;
}

footer form {
    width: 50%;
}

footer .infos {
    width: 47%;
    margin-right: 3%;
    border-right: #fff 2px solid;
    height: 200px;
    padding-top: 57px;
    box-sizing: border-box;
    text-align: start;
    padding-left: 40px;
}

footer .col2 {
    display: flex;
}

footer .col2 div:first-child {
    width: 47%;
    margin-left: 2%;
    margin-right: 1%;
}

footer .col2 div:last-child {
    width: 47%;
    margin-left: 1%;
    margin-right: 2%;
}

footer .submitBtn {
    background-color: #000;
    margin-left: 2%;
    margin-right: 2%;
    padding: 5px;
    font-weight: bold;
    border: #fff 2px solid;
    border-radius: 5px;
    width: 96%;
    cursor: pointer;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    background-color: rgba(0, 0, 0, 0.562);
}

footer .submitBtn:hover {
    background-color: rgba(255, 255, 255, 0.363);
}

footer #success {
    color: greenyellow;
}

footer #error {
    color: rgb(255, 0, 0);
}

footer p,
footer i {
    display: inline;
}

footer p {
    margin-left: 10px;
}

#photo {
    width: 200px;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #fff;
}

#presentation {
    display: flex;
}

#presentation div {
    width: 50%;
}

a {
    color: inherit;
    text-decoration: inherit;
}

@media only screen and (max-width: 500px) {

    .Rpresentation {
        display: block !important;
    }

    .Cpresentation {
        display: none !important;
    }

    #container {
        width: 100%;
        margin: auto;
        margin-bottom: 30px;
        background-color: rgba(0, 0, 0, 0);
        border: rgba(255, 255, 255, 0) 0px solid;
        border-radius: 0px;
        padding: 0px;
        text-align: start;
    }

    header {
        margin-top: 30px;
        width: 300px;
    }

    header img {
        width: 300px;
    }

    header h1 {
        margin-top: 70px;
        font-size: 1.6em;
    }

    header h3 {
        margin-bottom: 70px;
    }

    #content {
        width: 100%;
        margin: 0;
        margin-top: 30px;
    }

    footer {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    footer .contact {
        display: block;
    }

    footer textarea {
        display: block;
        margin-left: 5%;
        margin-right: 5%;
        padding: 5px;
        width: 90% !important;
        height: 70px;
        margin-top: 0;
    }

    footer input {
        width: 90% !important;
        margin-left: 5%;
        margin-right: 5%;
    }

    footer form {
        width: 100%;
    }

    footer .infos {
        width: 100%;
        height: 85px;
        padding: 0;
        box-sizing: border-box;
        text-align: center;
    }

    footer .col2 {
        display: block;
    }

    footer .col2 div {
        width: 100% !important;
        margin: 0 !important;
    }

    footer .submitBtn {
        background-color: #000;
        margin-left: 5%;
        margin-right: 5%;
        padding: 5px;
        font-weight: bold;
        border: #fff 2px solid;
        border-radius: 5px;
        width: 90%;
        cursor: pointer;
        text-align: center;
    }

    input:focus,
    select:focus,
    textarea:focus,
    button:focus {
        outline: none;
        background-color: rgba(0, 0, 0, 0.562);
    }

    footer .submitBtn:hover {
        background-color: rgba(255, 255, 255, 0.363);
    }

    footer #success {
        color: greenyellow;
        text-align: center;
    }

    footer #error {
        color: red;
        text-align: center;
    }

    footer p,
    footer i {
        display: inline;
    }

    footer p {
        margin-left: 10px;
    }

    #lineSeparator {
        width: 100%;
    }

    footer h3 {
        text-align: center;
        margin-bottom: 10px;
    }

    #presentation {
        display: block;
    }

    #presentation div,
    #presentation h1,
    #presentation h3 {
        width: 100%;
        text-align: center !important;
        padding-top: 0;
    }
}