@charset "UTF-8";
/* Copyright © 2015 e-mma.org. Tous droits réservés. */
/* Linked with */

body {
}

#main {
    position:absolute; top:0; left:0;
    width:100%;
}

header {
    background-image: url("headerBackground.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: bottom left;
    height:400px;
}

header #hd-content {
    max-width:900px;
    width:900px;
    margin:auto;
    display:table;
}

#hd-title {
    margin-left:40px;
    position:relative;
    top:30px;
    display: table;
}

#hd-title img {
    width:80px;
    display:inline;
}

#hd-title div {
    height:100%;
    display: table-cell;
    vertical-align: top;
}

#hd-title h1 {
    font-size:32px;
    font-weight:400;
    color:white;
    display:inline-block;
    top: 0px;
    margin-top:7px;
    margin-left:25px;
}

#hd-description-content {
    display:table-cell;
}

#hd-description {
    margin-left:35px;
    margin-top:60px;
}

#hd-description h2 {
    margin-top:20px;
    font-size:20px;
    color:white;
    font-weight:400;
}

#hd-description p {
    margin-top:25px;
    font-size:16px;
    color:white;
}
#hd-link {
    padding: 5px 15px 5px 15px;
    position:absolute; top:25px; right:25px;
    
    /* Rectangle 5: */
    background: rgba(0,0,0,0.20);
    border-radius: 50px;
    /* e-mma.org ›: */
    color: #FFFFFF;
}

#hd-link:hover {
    /* Rectangle 5: */
    background: rgba(0,0,0,0.30);
    /* e-mma.org ›: */
    color: #EEEEEE;
}

#hd-content-photo {
    display:table-cell;
    vertical-align:bottom;
}

#hd-photo {
    width:350px;
    margin-top:50px;
}

/*2+*/
#ct-step {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    width:400px;
    height:100px;
    margin:auto;
    margin-top:-80px;
}

#content {
    margin-top:-50px;
}

#content h2 {
    font-size:24px;
    color:#4A4A4A;
    text-align:center;
    font-weight:400;
}

.ifield {
    background: #FFFFFF;
    border: 1px solid #979797;
    border-radius: 4px;
    height:25px;
    width:180px;
    padding-left:7px;
    padding-right:7px;
    font-size:14px;
}

/*2+*/
.tfield {
    max-width:350px;
    width:350px;
    height:80px;
}

#ct-form {
    width: 500px;
    max-width: 100%;
    margin:auto;
    margin-top:25px;
}

#ct-form-fields {
    text-align:center;
}

.gfield {
    display:inline-block;
    padding:10px;
}

/*2+*/
#ct-form-fields p {
    margin-top:20px;
}

#ct-button {
    height:37px;
    width:220px;
    background: #007AFF;
    border-radius:4px;
    margin:auto;
    margin-top:40px;
    margin-bottom:40px;
}

#ct-button a {
    display:block;
    width:100%;
    height:100%;
}

#ct-button a span {
    font-size:17px;
    color:white;
    text-align:center;
    display:block;
    width:100%;
    transform: translateY(27%);
}

#ct-button:hover {
    background: #0069EE;
}

.gfield select {
    /* Remove default nav style */
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;

background: #FFFFFF;
    border: 1px solid #979797;
    border-radius: 4px;
    height:29px;
    width:196px;
    font-size:14px;
}

.select-icon {
    color: #979797;
    position:absolute;
    margin-top:3px;
    margin-left:178px; /* 196 - 18 */
    pointer-events: none;
}

@media all and (max-width: 750px) {

    #hd-link {
        display:none;
    }

}

