/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24 juin 2017
    Author     : rmuguet
*/

.code_sra{
    display: none;
}

/*
label.error {
    color: #cc5965;
    display: inline-block;
    margin-left: 5px;
}
*/
.asterix {
    font-weight: bold; 
    color:red; 
    font-family: arial; 
    font-size: 15px;
}

.error-perso-elsassur{
    margin-left: 31px; 
    color: red;
}

/* Vérif de l'IBAN sur la fiche courtier*/
.alert-perso{
    color:#c10000;
    font-weight: 700;
}
#alert_iban{
    color:#c10000;
    font-weight: 700;
}
.bords_rouges{
    border:1px solid #a94442 !important;
}
.slide-color-perso{
    color: #E42178 !important;
    font-weight: bold !important;
}
.style-h2{
    font-size: 2.2em;
    font-weight: 300;
    line-height: 42px;
    margin: 0 0 32px 0;
    color: #1d2127;
    display: block;
}

@media(max-width:500px){
    #rc-imageselect,.g-recaptcha {
        transform:scale(0.77);
        transform-origin:0;
        transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform:scale(0.77);
        transform:scale(0.77);
        -webkit-transform-origin:0 0;
        transform-origin:0 0;
    }
}

.valeur-achat{
    width: 50% !important;
    margin: 0 auto !important;
}

.span-valeur-achat{
    color: #e4216a !important; 
    font-size: 16px !important;
}

.float-left{
    float :left !important;
}

.float-right{
    float :right !important;
}

.ul-exemple-campingcar, .ul-exemple-moto{
    list-style: none; text-align: left;
}

.li-tarif-campingcar, .li-tarif-moto{
    margin-top: 10px;
}

.h4-tarif-campingcar, .h4-tarif-moto{
    color : #e4216a !important; text-align: center;
}

.h2-tarif-campingcar{
    text-align: center; color : #e4216a !important;
}

.h2-tarif-moto{
    text-align: center; color : #e4216a;
    margin: 0 0 0 0;
}

.ul-tarif-campingcar{
    list-style: none; font-size: 1.4em;
}

.ul-tarif-moto{
    list-style: none;
    font-size: 15px;
}


#header .header-nav-main nav > ul > li.dropdown > a:hover > ul{
    display: block !important;
}

/*Modif Karim*/

/*Fichier de base : css/skins/defaults.css */
html .btn-vehicule {
    color: #fff !important;
    background-color: #e4216a !important;
    border-color: #FFF !important;
}

html .btn-vehicule[disabled],
html .btn-vehicule[disabled]:hover,
html .btn-vehicule[disabled]:active,
html .btn-vehicule[disabled]:focus {
    border-color: #545454;
    background-color: #e4216a;
}

.assurance-voiture{
    color: #ea4e89;
    word-spacing: -8px !important;
}

.logo-marque-intro{
    text-align:-webkit-center;
}

.titre-paragraphe{
    margin-top: 70px !important;
}

.container_iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.label-vehicule{
    color:#fff;
    font-weight:bold;
}
/* SANTE */
.div_adherent_sup{
    display:none;
}

.pricing-table.princig-table-flat .plan h3 span{
    font-size: 1.25em !important;
}
#perso-apreva{
    display: none;
}
.slider-range {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;  
    background: #d3d3d3;
    outline: none;
    /*opacity: 0.7;*/
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    background: #e4216a;
    cursor: pointer;
}

.slider-range::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #e4216a;
    cursor: pointer;
}

.d-none {
    display: none!important;
}

.options-apivia{
    background-color: #e4216a;
    color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    margin: 0px 15px;
}

/* Habitation */
.div_sinistre{
    display:none;
}
.div_enfant{
    display:none;
}

.simul-h3{
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 33px;
    color: #1d2127;
}

.simul-h4{
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
    color: #1d2127;
}

.simul-h2{
    font-size: 2.2em;
    font-weight: 300;
    line-height: 42px;
    margin: 0 0 32px 0;
    color: #1d2127;
}

.simul-footer-h4{
    font-size: 1.8em;
    font-weight: 200;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
    color: #fff;
}

.simul-footer-h5{
    font-size: 1em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
    text-transform: uppercase;
    color: #fff;
}

.multiselect-container {
        width: 100% !important;
    }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: #e4216a !important;
}

.red{
    color: #e4216a;
}
.green{
    color: hsl(98, 78%, 51%);
}
.orange{
    color: hsl(34, 78%, 51%);
}
/* KARIM à laisser à la fin*/
/* Mixin itself*/
@mixin clearfix() {
    &::after {
        display: block;
        content: "";
        clear: both;
    }
}

 /*Usage as a mixin*/
.element {
    @include clearfix;
}

