/**
 * Chosen
 * @type {[type]}
 */
.chosen-container-single .chosen-single div {
   top: 8px !important;
   right: 4px !important;
}

/*************/
/** GENERAL **/
/*************/
body {
    background: #EFEFEF;
}
body.body-email {
    background: #FFF;
}

.modal-title {
    margin: 0;
}

#splash-screen {
    width: 100%;
    height: 100vh;
}

div.breakafter {
  page-break-after: always;
}

label {
    color: #0A5173;
    font-weight: 700;
}
p {
    color: #0A5173;
}

.text-red {
    color: #FF0000 !important;
}
.text-green {
    color: #00FF00 !important;
}

.btn-orange {
    background-color: #EE7202;
    border-color: #EE7202;
    color: #0A5173;
    opacity: 1;
}
.btn[type="submit"] {
    margin-top: 30px;
}

.modal-backdrop {
    display: none;
}

.chosen-container-single {
    padding: 0 !important;
    background-color: #FFFFFF;
    border: none;
    border-radius: 4px;
    color: #66615b;
    font-size: 14px;
    transition: background-color 0.3s ease 0s;
    padding-right: 0 !important;
    padding: 7px 12px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.chosen-container-single .chosen-single {
    height: 100% !important;
    background: #FFFFFF !important;
    border: 1px solid #DDDDDD !important;
    line-height: 40px;
}
.chosen-container-single .chosen-single span {
    height: 100% !important;
    line-height: 40px !important;
}

img.logo_assur-travel {
    max-width: 100%;
}



/*************/
/** ACCUEIL **/
/*************/
.logo_accueil {
    position: absolute;
    top: 50vh;
    left: 50%;
    transform: translate(-50%, -100%);
    max-width: 75%;
}
.titre_accueil p {
    color: #66614C;
    width: 90%;
    position: absolute;
    top: 70vh;
    left: 50%;
    transform: translate(-50%, -100%);
    text-align: center;
    font-size: 3rem;
    line-height: 3rem;
}
@media screen and (max-width: 768px) {
    .titre_accueil p {
        font-size: 2rem;
        line-height: 2rem;
    }
}



/****************/
/** FORMULAIRE **/
/****************/
#splash-screen {
    z-index: 50;
    position: absolute;
    background: #EEEEEE;
}
.section-formulaire {
}
.section-formulaire h2, .section-formulaire h3 {
    color: #EE7202;
    font-size: 16px;
    font-weight: 900;
}
.section-formulaire h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
}
.section-formulaire h3 {
    margin-bottom: 20px;
}

.logo_client {
    max-height: 100px;
}



/**************/
/** RESULTAT **/
/**************/
.section-resultat .logos {
    margin-bottom: 50px;
}
.section-resultat h2, .section-resultat h3 {
    color: #006eb7;
    font-weight: 900;
}
.section-resultat h2 {
    margin: 60px 0 10px;
    font-size: 20px;
    color: #006eb7;
}
.section-resultat h3 p {
    font-size: 16px;
    color: #FF0000;
    margin-bottom: 10px;
    font-weight: 700;
}

.infos_voyageur {
    background: #006eb7;
    padding: 20px;
    border-radius: 5px;
}
.infos_voyageur p {
    color: #FFF;
}

.limitation {
    background: #EE7202;
    padding: 10px 20px;
    border-radius: 5px;
}
.container-limitation:nth-child(1) .limitation, .container-limitation:nth-child(2) .limitation {
    margin-bottom: 30px;
}
.section-resultat p, .section-resultat li {
    color: #FFF;
}

.table-resultats, .table-categorie {
    margin-bottom: 0;
}
.table-resultats tr:nth-child(1) th, .table-resultats tr:nth-child(1) td {
    border-top: 0;
}
.table-resultats th:first-child, .table-categorie td:first-child {
    width: 50%;
}
.table-resultats th:nth-child(2), .table-resultats th:nth-child(3), .table-categorie td:nth-child(2), .table-categorie td:nth-child(3) {
    width: 25%;
}
.table-resultats th:nth-child(2) img {
    max-width: 50%;
}
.table-resultats tbody tr:nth-child(1) td {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 13px;
}
.table-resultats th img {
    max-width: 100%;
}
.table-categorie p {
    color: #333;
}
.table-categorie .tab-sous-titre {
    background: #DDD;
    text-transform: uppercase;
    padding-left: 10px;
    font-size: 16px;
}
.table-resultats td:nth-child(2), .table-categorie td:nth-child(2) {
    background: #FFF;
    text-align: center;
}
.table-resultats td:nth-child(3), .table-categorie td:nth-child(3) {
    background-color: #006eb7 !important;
    text-align: center;
}
.table-resultats td:nth-child(3), .table-categorie td:nth-child(3) p {
    color: #FFF;
}

.section-resultat .action_resultat {
    margin-bottom: 10px;
    width: 100%;
}

.section-resultat .modal p, .section-resultat .modal label {
    color: #006eb7;
}
