﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700;800;900&display=swap');

html, body {
    background-image: url('../img/FOND_enregistrement.png');
    background-size: 100% auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
}

header#title-header {
    background-image: url('../img/Enregistrement_joueur/Enregistrement_joueur.svg');
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 120px;
    width: auto;
    padding-top: 5px;
}

h1 {
    font-family: 'Montserrat', sans-serif;
}

h2 {
    font-family: 'Montserrat', sans-serif;
}

div#main-section {
    padding-top: 25px;
    padding-bottom: 15px;
}

div.form-group > div.text-input-ctn {
    background-image: url('../img/Enregistrement_joueur/Champ.svg');
    background-repeat: no-repeat;
    width: 100%;
    height: 50px;
    background-size: cover;
    background-position: left bottom;
    font-size: x-large;
    padding: 5px 9px;
}

    div.form-group > div.text-input-ctn > input[type='text'] {
        background: #FFF;
        border: 0px;
        padding: 5px 15px;
    }

div.theme-ctn {
    padding: 12px;
}

div.checkbox-ctn {
    background-image: url('../img/Enregistrement_joueur/Case.svg'); background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    border: 0px;
    width: 48px;
    height: 51px;
    padding: 3px;
}

div#themes-title {
    margin: 0 auto;
    margin-top: 25px;
    font-size: 1.5em;
    padding: 5px 20px;
    background-image: url('../img/Enregistrement_joueur/Enregistrement_joueur.svg');
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: auto;
    background-position: center bottom;
}

div.checkbox-ctn > input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    border: 0px;
    width: 42px;
    height: 44px;
    color: transparent;
    background-color: transparent;
    border-color: transparent;
}

    div.checkbox-ctn > input[type="checkbox"]:checked {
        background-color: #E34F79;
        border-color: #E34F79;
    }

div.theme-row {
    padding: 20px 0px;
    margin: 15px 0px;
}

    div.theme-row > div.theme-ctn > div.row > div.theme-txt {
        text-align: right;
    }

        div.theme-row > div.theme-ctn > div.row > div.theme-txt > label {
            font-size: 1.2em;
        }

        div.theme-row > div.theme-ctn > div.row > div.theme-txt > span {
            display: block;
            font-weight: 300;
            font-size: 1.1em;
        }

label.input-lbl {
    padding-left: 15px;
}

input#submit-btn {
    background-color: transparent;
    background-image: url('../img/Enregistrement_joueur/Confirmation.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    border: 0px;
    color: #ffffff;
    font-weight: 300;
    font-size: 1.3em;
    padding: 18px 60px;
    text-transform: uppercase;
}

div#main-ctn {
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 960px;
}

div#submit-btn-ctn {
    text-align: center;
    padding-top:15px;
}



/*agency index*/

div.game-ctn {
    font-size: 1.3em;
    background-color: transparent;
    background-image: url('../img/Mail/Mail_bloc.svg');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% auto;
    padding: 10px;
    text-align: center;
    font-size: 1.3em;
    margin-bottom: 20px;
    margin-top: 10px;
}

    div.game-ctn > p {
        font-weight: 400;
    }

        div.game-ctn > p > a {
            font-weight: 700;
        }

        div.game-ctn > p.ttl {
            font-weight: 700;
        }



        /*Invite*/


div.player-invit-ctn {
    border-bottom: solid 3px #E34F79;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    div.player-invit-ctn > div.form-group > label.input-lbl {
        font-weight: 300;
        font-size: 1.2em;
    }

div#msg-invit-ctn {
}

    div#msg-invit-ctn > div.form-group > label.input-lbl {
        font-weight: 300;
        font-size: 1.2em;
    }

div.textarea-input-ctn {
    background-image: url('../img/Invitations/Message_perso.svg');
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: left bottom;
    font-size: x-large;
    padding: 5px 9px;
}

    div.textarea-input-ctn > textarea {
        -moz-appearance: none;
        -webkit-appearance: none;
        -o-appearance: none;
        background: #FFF;
        border: 0px;
        padding: 5px 15px;
        width: 100%;
        height: 90%;
    }