﻿@font-face {font-family:'SourceSansPro-Regular';
            src: url('/Resources/fonts/SourceSansPro-Regular.ttf');
}
        
body {
    padding:0;
    margin:0;
    font-size:16px;
    background-image:Url(/Resources/Images/fondFR.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    background-attachment:fixed;
    font-family : 'SourceSansPro-Regular',sans-serif ;
}

select {margin:0;padding:0;
}
.clear {clear:both;}

a {
    color:black;
    text-decoration:none;
}

.site {min-width:309px;}

.main {
    height:100%;
    max-width:409px;
    min-width:309px;
    margin:0 auto;
}

.banner { 
    position:relative; 
    z-index:-100;
    text-align:center;
    margin:0 auto;
    width:100%;
}

.bannerEnglish {top:20px;}

.languageChoose{ 
    top:-100px;
    position:relative;
    text-align:right;
    right:20px;
}

.languageChoose select {border:0;}

.footer {
    text-align:center;
    font-size:12px;
    padding-bottom:10px;
}

/* INDEX */
.welcomeText {
    margin:0 24px;
    width:200px;
}
.welcomeText .part1 {
    color:black;
    line-height:20px;
}
.welcomeText .part2 {
    text-transform:uppercase;
    color:#EE2E24;
    margin:20px 0;
    font-family:'Arial Black'
}
.welcomeText .part3 {
    color:black;
    font-size:12px;
}
.welcomeText .phonePart {
    text-transform:uppercase;
    font-size:20px;
    font-family:'Arial Black'
}

.bannerList {
    /*background-color:white;*/
    margin:24px;
    text-align:center;
    padding:10px 0;
}

.bannerList .bannerTitle { 
    text-align:center;
    text-transform:uppercase;
}

.bannerList .bannerItems {padding:10px 0;}

.bannerList .logo {
    max-width:120px;
    vertical-align:middle; 
    margin:5px 0;
}

.bannerItems .linkTextDisplay {
    width: 121px;
    height: 29px;
    display: inline-block ;
    background-color: #d2d7da;
    font-size: 14px;
    padding: 5px;
    vertical-align:middle;
    line-height: 29px;
}

.bannerItems .textDisplay {
    vertical-align:middle;
    line-height:12px;
    display:inline-block;
}

.buttonClick { margin:0 auto;}

/* Form */
.group { 
    background-color:white;
    margin:0 24px 15px;
    padding:10px
}

.group .part { padding:1px 0;}

.group .textPart {
    width:100px;
    float:left;
}

.group .textPartLarge {
    width:170px;
}

.group .fieldPart {
    float:left;
    width:224px;
}

.group .fieldPart select {width:224px;}
.group .fieldPart .textBox {width:220px;}
 
.group .smallFieldPart {width:154px;}
.group .smallFieldPart .textBox {width:150px;}
.group .largeFieldPart {width:100%;}
.group .fieldPart .multiLine {width:98%;min-height:60px;}

.fileChooseImage {cursor:pointer; vertical-align:middle;}
.fileInputCtrl {display:none;}
.fileNameDisplay { margin-left: 5px;}

.mandatory {color:red;}

.errorDetails {padding:2px 5px 10px; }

.sendButton {
    text-align:center;
    padding: 10px 0 0;
}

/* Confirm */
.thankMessage {
    padding:0 24px;
    width:210px;
    height:400px;
}

.homeButton {
    text-align:center;
    padding: 0 0 20px;
}

@media screen and (max-width:375px) {
.group .fieldPart {
    float:left;
    min-width:224px;
    width:100%;
}

.group .fieldPart select {
    min-width:224px;
    width:100%;
}
.group .fieldPart .textBox {
    min-width:220px;
    width:100%
}
 
.group .smallFieldPart {
    min-width:154px;
    width:100%;
}
.group .smallFieldPart .textBox {
    min-width:150px;
    width:100%;
}
}
