*:focus-visible {
    outline: none !important;
}
#msg, select{
    border: none !important;
}
.menu{
    padding: 20px;
}
.menu .languages{
    color: #174cb5;
}

.menu a, .menu .lang-text{
    text-decoration: none;
    color: #174cb5;
    font-size: 1.2em;
    padding: 0 15px;
} 
.lang-custom-select {
    position: relative;
    padding: 0 5px;
    border: none;
    background: none;
    display: grid;
}
.lang-select .select-selected {
    background: none;
    text-align: center;
    height: 40px;
    padding: 5px 0 0 0;
}
.select-selected {
    background-color: #fff;
    padding: 6px 16px;
    cursor: pointer;
    user-select: none;
    border-radius: 25px;
    margin-top: 1px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.lang-select .dropdown-menu {
    min-width: auto;
    overflow: hidden;
    top: 50px;
    border-radius: 0;
    background: #292946;
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
}
.lang-select .dropdown-menu {
    /* min-width: auto;
    overflow: hidden;
    top: 0px !important;
    left: -35px !important;
    border-radius: 0;
    background: #ffffff; */
    width: 85px;
    min-width: auto;
    top: 50px;
    border-radius: 0;
    background: #ffffff;
    max-height: 300px;
    overflow: auto;
    font-size: 13px;
}
.dropdown-menu::-webkit-scrollbar {
    width: 0.3em;
}

.dropdown-menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.dropdown-menu::-webkit-scrollbar-thumb {
    background-color: rgb(83, 81, 81);
    border-radius: 5px;
    outline: 1px solid slategrey;
}

.lang-select .dropdown-menu ul {
    padding: 0px 5px;
}
.lang-select .dropdown-menu ul li {
    list-style: none;
    border-top: 1px solid #c7c5c5;
}
.lang-select .dropdown-menu ul li:first-child{
    border: none;
}
.lang-select .dropdown-menu ul li a {
    color: #000000;
    text-decoration: none;
    padding: 8px 5px;
    display: inline-table;
}
.lang-select .dropdown-menu ul li a:hover{
    color: #777777;
}
.lang-select .flag{
    max-width: 25px;
}
select{
    background-color: #ffffff;
}
.home{
    background-image: url('home.jpg');
}
.faq{
    background-image: url('faq_b.jpg');
}
.contact{
    background-image: url('contact_b.jpg');
}
.header{
    background-size: cover;
}
.header-padding1{
    padding: 50px 0 150px 0;
}
.header-padding2{
    padding: 50px 0 50px 0;
}
.header h1{
    color: #fff;
    margin: 0;
    font-size: 3em;
}
.header p{
    color: #fff;
    margin: 0;
    font-size: 2em;
}
.header h1 strong{
    font-size: 1.3em;
}
.icons{
    /* background-color: #77bff3; */
    margin-top: -100px;
    padding: 10px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#77bff3+0,4096ee+100 */
    background: #77bff3; /* Old browsers */
    background: -moz-linear-gradient(top,  #77bff3 0%, #4096ee 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #77bff3 0%,#4096ee 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #77bff3 0%,#4096ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77bff3', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */

}
.icons .icon p{
    color: #fff;
    font-weight: bold;
    font-size: 1.7em;
}

.title1{
    color: #00246e;
}
.btn1{
    /* background-color: #3fa9f5; */
    color:#fff;
    padding: 5px 15px;
    text-decoration: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#77bff3+0,4096ee+100 */
    background: #77bff3; /* Old browsers */
    background: -moz-linear-gradient(top,  #77bff3 0%, #4096ee 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #77bff3 0%,#4096ee 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #77bff3 0%,#4096ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77bff3', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
    border-radius: 20px;
}
.btn1:hover{
    color:#fff;
}

.card .content p strong{
    font-size: 1.5em;
}

footer{
    background-color: #174cb5;
}
footer a{
    color: #fff;
    text-decoration: none;
}
footer a:hover{
    color: #77bff3;
}
.question{
    max-width: 800px;
    margin: auto;
    margin-bottom: 20px;
}
.question h5{
    margin-bottom: 0;
}
.question .answer {
    display: none;
    padding-top: 15px;
    margin-top: 5px;
}
.question .answer .a-content{
    background-color: #f8f8f8;
    padding: 20px;
}
.question .help{
    width: 100%;
    max-width: 400px;
    float: right;
    padding: 10px 15px;
    background-color: #ffffff;
    margin-top: 10px;
    border-radius: 30px;
}
.question .arr{
    margin-right: 20px;
}
.question .help button{
    border: none;
    color: #ffffff;
}
.question .help .yes{
    background-color: #00246e;
}
.question .help .no{
    background-color: #747474;
}
.question-content{
    background-color: #ffffff;
    -webkit-box-shadow: 0px 7px 12px -6px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 7px 12px -6px rgba(66, 68, 90, 1);
    box-shadow: 0px 7px 12px -6px rgba(66, 68, 90, 1);
    cursor: pointer;
}
.question-content .q{
    background-color: #00246e;
    color: #ffffff;
    display: flex;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    width: 100%;
    max-width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
}
.question-content h5{
    width: 100%;
    padding: 0 10px;
}
.subtitle-faq{
    font-size: 1.4em;
}
.faq_content{
    background-color: #efefef;
    padding: 50px;
}
.form-section form{
    max-width: 750px;
    margin: auto;
    background-color: #f8f8f8;
    border: 1px solid #d5d5d5;
}
.form-section form input{
    width: 100%;
    padding: 5px 0;
}
.form-section form select{
    width: 100%;
    padding: 7px 0;
}
.form-section form label{
    margin-top: 30px;
}
.form-section .form-title{
    color: #ffffff;
    background-color: #00246e;
    padding: 40px;
    font-weight: bold;
}
.form-section .container{
    background-color: #efefef;
    padding: 40px 0;
} 
.form-section form input{
    border: none;
}
.form-section form input:focus{
    border: none;
}
.form-section form textarea{
    width: 100%;
}
.form-section form .send{
    background-color: #003194;
    color: #ffffff;
    padding: 10px 30%;
    border-radius: 20px;
    font-size: 1.8em;
    font-weight: bold;
    display: table;
    margin: auto;
    border: none;
    margin-top: 20px;
}
.form-section form .send:hover{
    background-color: #174cb5;
}
#order-product-box{
    display: none;
    background-color: #efefef;
    padding: 20px;
}
.border-r-blue{
    border-right: 10px solid #00246e;
}
.typ{
    padding: 5% 0;
}
.typ h2{
    color: #174cb5;
    font-weight: bold;
    font-size: 2.5em;
}
@media all and (max-width: 991px){
    .icons .icon img{
        width: 40%;
    }
    .icons .icon p{
        font-size: 1em;
    }
    .faq_content{
        padding: 5px;
    }
    .menu .langues, .menu{
        flex-direction: column;
    }
}

@media all and (max-width: 575px){
    .card{
        margin-bottom: 20px;
    }
    .langues span{
        display: none;
    }
    .question-content h5{
        font-size: 13px;
    }
}
