
.CIV {
    background-image:url(../images/CIV.png);
    width:45px;
    height:25px;
    background-size: cover;
}
.MLI {
    background-image:url(../images/MLI.png);
    width:45px;
    height:25px;
    background-size: cover;
}
    
.SEN {
    background-image:url(../images/SEN.png);
    width:45px;
    height:25px;
    background-size: cover;
}
    
td{
    padding: 8px !important;
}
div#voulezvous {
    margin: 0px;
}
.box {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    width: 450px;
    margin:auto;
    height:620px;
    background: #ffffff;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /*margin-top: 50px !important;*/
}
.logo {
    width:290px;
    padding-top: 70px;
    display: inline-block;
    transition: margin-top 0.8s ease-out 1s;
}

/* form starting stylings ------------------------------- */
.group {
    position:relative;
    margin-bottom:30px;
}
input, .lib-text{
    font-size:15px;
    padding:10px 10px 10px 5px;
    color: #757575;
}
input[type=text]{
    font-size:15px;
    padding:10px 10px 10px 5px;
    display:block;
    width:300px;
    border:none;
    border-bottom:1px solid #F39620;
}
input[type=radio]{
    width: 20px;
    height: 20px;
}
input:focus 		{ outline:none; }

/* LABEL ======================================= */
label 				 {
    color:#999;
    font-size:15px;
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    left:5px;
    top:10px;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label 		{
    top:-20px;
    font-size:14px;
    color:#F39620;
}

/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; width:370px; }
.bar:before, .bar:after 	{
    content:'';
    height:1px;
    width:0;
    bottom:1px;
    position:absolute;
    background:#F39620;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}
.bar:before {
    left:50%;
}
.bar:after {
    right:50%;
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position:absolute;
    height:60%;
    width:100px;
    top:25%;
    left:0;
    pointer-events:none;
    opacity:0.5;
}

/* active state */
input:focus ~ .highlight {
    -webkit-animation:inputHighlighter 0.3s ease;
    -moz-animation:inputHighlighter 0.3s ease;
    animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
}
.btn-zone {
    background-color: #F39620;
    margin-left: -1%;
    border-radius: 5px;
    margin: auto;
    width: 465px;
    margin-top: -20px;
    height: 60px;
}
.btn-footer {
    float: right;
    margin: 10px 10px;
    width: 145px;
    border-radius: 5px;
    background-color: rgb(92, 184, 92);
    font-size: 13px !important;
}
fieldset {
    padding: 5px;
    margin: 2.5px;
    border: 1px solid #ccc;
}
legend {
    font-size: 13px;
    border-width: 0pt 0pt 0px;
    width: 60%;
    margin-bottom: 1px;
}

.btn-footer:hover{
    background-color: rgb(92, 184, 92) !important;
}
fieldset {
    border: 1px solid #F39620 !important;
    margin-top: -10px;
}
legend {
    color: #999;
    font-size: 15px;
}

input[type=radio]:checked {
    border: 6px solid #F39620;
}
input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*border-radius: 50%;*/
    width: 20px;
    height: 20px;
    border: 2px solid #999;
    transition: 0.2s all linear;
    margin-right: 5px;
    position: relative;
    top: 4px;
}
.common-img-bg {
    background-size: cover;
    background: url(../images/bg.jpg);
    height: 100%;
}
div#error {
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 5px;
}
select#_pays {
    width: 100%;
    font-size: 15px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 300px;
    border: none;
    color: #000;
    border-bottom: 1px solid #F39620;
}





    
.bootstrap-select > .dropdown-toggle {
    color:#fff;
    border-radius: 0px;
    font-size: 2em;
    /*background: url(dropdown.png) no-repeat right #243746;
    border: 1px solid #192535;  */
    z-index:10;
    /*padding: 25px 5px;*/
    border: 1px solid #F39620;
}



.bootstrap-select.btn-group .filter-option {
    color:#757575;
    
}

.bootstrap-select > .dropdown-menu {
    /*background-color: #F39620;*/
    color:#fff !important;
    border-radius: 0px;
}


.dropdown-menu>li>a {
    /*background-color: #F39620;*/
    color:#000;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #F39620;
    color:#fff;
    text-decoration: none;
}


.btn .dropdown-toggle .btn-default {
    background-color: #243746;
    color:#fff;
    text-decoration: none;
}

.conv-wrap {
    margin: 0px;
    padding: 0px;
    width:100%;
}
.conv-cont {
    padding: 10px;
    float: left;
    width: 100%;
    border: 1px solid #afafaf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 6px -1px #919191;
    -webkit-box-shadow: 0 0 6px -1px #919191;
    box-shadow: 0 0 6px -1px #919191;
}

.conv-cont .cov-frm {
    float: left;
    width: 100%;
    }

.conv-cont .cov-frm .selectpicker {
    font-size: 18px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    margin: 0px;
    padding: 23px;
    float: left;
    width: 100%;
    outline: none !important;
}

.conv-cont .cov-frm .cov-frm-label {
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    margin: 0px;
    float: left;
    width: 100%;
    padding: 5px;
}
.conv-cont .cov-frm .cov-frm-labeli {
    font-size: 14px;
    color: #a9a9a9;
    text-decoration: none;
    margin: 0px;
    float: left;
    width: 100%;
    padding: 5px;
    background-color: #FFF;
}

.cov-inp-bx div.col-md-8 , .cov-inp-bx div.col-md-4   {
    padding: 0px;
    margin: 0px;
}

.conv-cont .cov-frm .cov-inp-bx {
    padding: 0px;
    float: left;
    width: 100%;
    border: 1px solid #c2c2c2;
    border-radius: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
.conv-cont .cov-frm .cov-frm-input {
    font-size: 24px;
    font-weight: bold;
    color: #009cff;
    text-decoration: none;
    margin: 0px;
    padding: 9px;
    float: left;
    width: 100%;
    border: none;
    outline: none;
}
.conv-cont .cov-frm .cov-frm-sbtm {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    background-color: #243746;
    text-align: center;
    margin: 0px;
    float: left;
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
    border:none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor:pointer;
}
.conv-cont .cov-frm .cov-frm-sbtm:hover {
    background: #980000;
}
.cov-spni {
    font-size: 13px;
    font-weight: normal;
    color: #424242;
    text-decoration: none;
    line-height:50px;
}
.cov-spnii {
    color: #333;
}
ul.dropdown-menu.inner {
    text-align: left;
}
span.caret {
    color: #000;
}