/* Minification failed. Returning unminified contents.
(3513,29): run-time error CSS1046: Expect comma, found '0'
(3513,33): run-time error CSS1046: Expect comma, found '/'
 */
@font-face {
    font-family: 'Montserrat-Black';
    src: url("../fonts/montserrat-black-webfont.eot");
    src: url("../fonts/montserrat-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-black-webfont.woff") format("woff"), url("../fonts/montserrat-black-webfont.ttf") format("truetype"), url("../fonts/montserrat-black-webfont.svg#montserratblack") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url("../fonts/montserrat-bold-webfont.eot");
    src: url("../fonts/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-bold-webfont.woff") format("woff"), url("../fonts/montserrat-bold-webfont.ttf") format("truetype"), url("../fonts/montserrat-bold-webfont.svg#montserratbold") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Hairline';
    src: url("../fonts/montserrat-hairline-webfont.eot");
    src: url("../fonts/montserrat-hairline-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-hairline-webfont.woff") format("woff"), url("../fonts/montserrat-hairline-webfont.ttf") format("truetype"), url("../fonts/montserrat-hairline-webfont.svg#montserrathairline") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url("../fonts/montserrat-light-webfont.eot");
    src: url("../fonts/montserrat-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-light-webfont.woff") format("woff"), url("../fonts/montserrat-light-webfont.ttf") format("truetype"), url("../fonts/montserrat-light-webfont.svg#montserratlight") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url("../fonts/montserrat-regular-webfont.eot");
    src: url("../fonts/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-regular-webfont.woff") format("woff"), url("../fonts/montserrat-regular-webfont.ttf") format("truetype"), url("../fonts/montserrat-regular-webfont.svg#montserratregular") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-UltraLight';
    src: url("../fonts/montserrat-ultralight-webfont.eot");
    src: url("../fonts/montserrat-ultralight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-ultralight-webfont.woff") format("woff"), url("../fonts/montserrat-ultralight-webfont.ttf") format("truetype"), url("../fonts/montserrat-ultralight-webfont.svg#montserratultra_light") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url("../fonts/montserrat-extrabold-webfont.eot");
    src: url("../fonts/montserrat-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-extrabold-webfont.woff") format("woff"), url("../fonts/montserrat-extrabold-webfont.ttf") format("truetype"), url("../fonts/montserrat-extrabold-webfont.svg#montserratextra_bold") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url("../fonts/montserrat-semibold-webfont.eot");
    src: url("../fonts/montserrat-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-semibold-webfont.woff") format("woff"), url("../fonts/montserrat-semibold-webfont.ttf") format("truetype"), url("../fonts/montserrat-semibold-webfont.svg#montserratsemi_bold") format("svg");
    font-weight: 400;
    font-style: normal;
}
/* --------------------------------- */
/* ---------- LAYOUT --------------- */
/* --------------------------------- */

/* General */

html, body {
    min-height: 100%;
    height: 100%;
    font-family: 'Montserrat-Light', Arial, sans-serif;
}

.texte-black {
    font-family: 'Montserrat-Black', Arial, sans-serif;
}

.texte-bold {
    font-family: 'Montserrat-Bold', Arial, sans-serif;
}

.texte-hairline {
    font-family: 'Montserrat-Hairline', Arial, sans-serif;
}

.texte-light {
    font-family: 'Montserrat-Light', Arial, sans-serif;
}

.texte-regular {
    font-family: 'Montserrat-Regular', Arial, sans-serif;
}

.texte-ultralight {
    font-family: 'Montserrat-UltraLight', Arial, sans-serif;
}

.texte-extra-bold {
    font-family: 'Montserrat-ExtraBold', Arial, sans-serif;
}

.texte-semibold {
    font-family: 'Montserrat-SemiBold', Arial, sans-serif;
}

.full-height {
    min-height: 0;
    height: auto;
}

.all-content {
    background-color: #FFFFFF;
}

.centered {
    align-content: center;
    text-align: center;
}

.nopad {
    padding: 0px 0px 0px 0px;
}

.nomarg {
    margin: 0px 0px 0px 0px;
}

.row1 {
    height: 100%;
}

.pattern3 {
    background-image: url("../images/SFRRed_Pattern3_WEB.gif");
    background-repeat: repeat;
}

    .pattern3:after {
        content: "";
        display: table;
        clear: both;
    }

.link-vert {
    color: #00E094;
}

.link-grey {
    color: #C7C8CA;
}
a.link-vert, a.link-vert:hover, a.link-vert:active {
    text-decoration: underline;
    color: #00E094;
}

.link-black {
    color: #000000;
}

a.link-black, a.link-black:hover, a.link-black:active {
    text-decoration: underline;
    color: #000000;
}

.bg-gris {
    background-color: #f2f2f2;
}

.bg-white {
    background-color: #FFFFFF;
}
/* BOUTONS */
.btn {
    font-family: 'Montserrat-Regular', Arial,sans-serif;
}

.btn-red-charte, a.btn-red-charte {
    color: white !important;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    background-color: #C7C8CA;
    border-radius: 0;
    border: 0 none;
}
.bg-red-green {
    color: white;
    background-color: #00E094;
}

    .btn-red-charte:hover, .btn-red-charte:active,
    a.btn-red-charte:hover, a.btn-red-charte:active {
        background-color: #00E094;
        color: white;
    }

    .btn-red-charte.disabled, .btn-red-charte.disabled,
    a.btn-red-charte.disabled, a.btn-red-charte.disabled {
        background-color: #EEEEEE;
        color: white;
    }

.btn-normal, a.btn-normal {
    color: black;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    background-color: #FFFFFF;
    border-radius: 0;
    border: 0 none;
    padding: 10px 20px 10px 20px;
}

.btn-normal-vert, a.btn-normal-vert {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    background-color: #00E094;
    border-radius: 0;
    border: 0 none;
    padding: 10px 20px 10px 20px;
}

    .btn-normal-vert:hover, .btn-normal-vert:active, .btn-normal-vert:focus,
    a.btn-normal-vert:hover, a.btn-normal-vert:active, a.btn-normal-vert:focus {
        color: #EEEEEE;
    }

    .btn-normal-vert.disabled, .btn-normal-vert.disabled,
    a.btn-normal-vert.disabled, a.btn-normal-vert.disabled {
        background-color: #EEEEEE;
        color: white;
    }
/* MENU */
.menu_gauche {
    padding-right: 0px;
    padding-left: 0px;
    box-shadow: 8px 0 8px -10px #000000;
    background: white;
    z-index: 1;
}

.menu_gauche_item {
    padding-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

    .menu_gauche_item a {
        color: #000000;
        text-decoration: none;
    }

    .menu_gauche_item:hover {
        background: #C7C8CA;
        cursor: pointer;
        cursor: hand;
    }

    .menu_gauche_item:active, .menu_gauche_item.active {
        background: #00E094;
        cursor: pointer;
        cursor: hand;
    }

.txt_menu_left {
    padding-top: 5px;
    font-size: 11px;
}

.logo {
    margin-bottom: 45px;
}

#menu_gauche_links {
    padding-top: 15px;
    padding-right: 20px;
    font-size: 11px;
    margin-right: 10px;
    margin-top: 8%;
}

    #menu_gauche_links a {
        color: black;
    }

        #menu_gauche_links a:hover {
            color: #00E094;
            text-decoration: none;
        }

        #menu_gauche_links a:active {
            color: #00E094;
            text-decoration: none;
        }

        #menu_gauche_links a:link {
            /*color:#00E094;*/
            text-decoration: none;
        }

        #menu_gauche_links a.active {
            color: #00E094;
            text-decoration: none;
        }

    #menu_gauche_links ul {
        list-style-type: none;
        padding-left: 0px;
    }

    #menu_gauche_links li {
        text-align: right;
    }

#socials {
    padding-top: 0px;
    width: 100%;
}

.picto_social {
    height: 28px;
}

#pseudo {
    font-weight: bold;
    color: white;
}

.navbar-toggle {
    position: absolute;
    right: 10px;
    background-color: #00E094;
    border: 1px solid grey;
    color: #ffffff;
}

.navbar-collapse.collapse {
    padding: 0;
}

.navbar {
}

.icon-bar {
    background-color: #ffffff;
}

.menu_gauche_item_vert {
    padding-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.menu_gauche_vert {
    background: #00E094;
}

.menu_gauche_item_vert a {
    text-decoration: none;
    color: black;
}

    .menu_gauche_item_vert a:active {
        text-decoration: none;
        color: black;
    }

#menu {
    width: 100%;
}

.menu_gauche_item_vert:hover {
    background: #C7C8CA;
}

.menu_gauche_item_vert:active {
    background: #00E094;
}

.menu_gauche_item_vert.active {
    background: #00E094;
}

.menu_gauche_item_vert a {
    display: block;
}

.nav > li > a {
    padding-bottom: 8px;
    padding-left: 10px;
    padding-top: 8px;
    text-align: left;
    color: black;
    font-size: 11px;
}

    .nav > li > a.active {
        background-color: #00E094;
    }

.nav.sous-menu > li > a {
    padding-left: 20px;
}

    .nav.sous-menu > li > a:hover, .nav.sous-menu > li > a:focus {
        background: #EEEEEE url("../images/sous-menu-actif.jpg") repeat-y;
    }

    .nav.sous-menu > li > a.active {
        background: #EEEEEE url("../images/sous-menu-actif.jpg") repeat-y;
    }
/** **/
.logo_mobile {
    position: absolute;
    left: 10px;
    width: 103px;
}


/* Contenu Principal */
.col-droite {
    padding-left: 5px;
    height: 100%;
}

.titre-page {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
}

    .titre-page span {
        font-family: 'Montserrat-ExtraBold', Arial,sans-serif;
        font-size: 33px;
        line-height: 1em;
        background-color: #00E094;
        padding: 10px 10px 10px 10px;
        color: white;
        display: inline-block;
    }


/* Cookie-consent */
.ccgtm-banner {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    background-color: #CCC;
    z-index: 900;
}

    .ccgtm-banner a {
        color: #000;
        margin-right: 5px;
    }

.btn-ccgtm, a.btn-ccgtm {
    color: white;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    background-color: #00E094;
    border-radius: 0;
    border: 0 none;
    padding: 5px 10px 5px 10px;
}

    .btn-ccgtm:hover, .btn-ccgtm:focus, a.btn-ccgtm:hover, a.btn-ccgtm:focus {
        color: #EEEEEE;
    }


/* --------------------------------- */
/* --------- PAGE ACCUEIL ---------- */
/* --------------------------------- */

/* Les Blocs en bas de pages */
.right-separated {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #C7C8CA;
}

.entrees {
    padding-top: 10px;
    margin-right: 0px;
    height: auto;
}

.col-entrees {
    height: auto;
    position: relative;
    margin-bottom: 20px;
}

.entree_picto {
    height: 95px;
}

.entree_txt {
    height: auto;
    margin-bottom: 10px;
}

.entree_txt_1 {
    font-family: Montserrat-Bold;
    padding-top: 5px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
}

    .entree_txt_1:hover {
        color: #00E094;
    }

#col-entrees a:link {
    color: black;
    text-decoration: none;
}

#col-entrees a {
    color: black;
    text-decoration: none;
}

    #col-entrees a:visited {
        color: black;
        text-decoration: none;
    }

    #col-entrees a:hover {
        color: #00E094;
    }


/* LE SLIDER */
.text_slide_0 {
    font-family: 'Montserrat-ExtraBold', Arial,sans-serif;
    float: right;
    background-color: white;
    padding: 10px 10px 10px 10px;
    font-size: 17px;
    font-weight: bold;
    display: block;
}

.text_slide_1 {
    font-family: 'Montserrat-ExtraBold', Arial,sans-serif;
    font-size: 33px;
    background-color: #00E094;
    width: 100%;
    padding: 10px 10px 10px 10px;
}

.text_slide_2 {
    font-family: 'Montserrat-Bold',Arial,sans-serif;
    float: right;
    background-color: white;
    padding: 10px 10px 0px 10px;
    font-size: 30px;
    font-weight: bold;
    display: block;
    text-align: center;
    height: 69px;
}

.text_slide_3 {
    background-color: white;
    padding: 10px 10px 10px 10px;
    font-size: 15px;
    font-weight: bold;
    display: block;
    text-align: center;
}

.text_slide_elec_4 {
    font-family: 'Montserrat',Arial,sans-serif;
    float: left;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 10px 10px 0px;
    font-size: 17px;
    font-weight: bold;
    color: black;
    display: block;
    width: 100%;
    width: 230px;
}

.text_slide_elec_5 {
    font-family: 'Montserrat',Arial,sans-serif;
    float: left;
    padding: 10px 10px 10px 10px;
    font-size: 40px;
    color: #00E094;
    display: block;
}

.text_slide_elec_6 {
    font-family: 'Montserrat-ExtraBold', Arial,sans-serif;
    float: left;
    font-size: 20px;
    color: white;
    padding: 0px 0px 0px 0px;
    display: block;
    background-color: #00E094;
    width: 230px;
}

.text_slide_elec_2 {
    font-family: 'Montserrat-Bold',Arial,sans-serif;
    float: left;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 10px 0px 10px;
    font-size: 30px;
    font-weight: bold;
    display: block;
    text-align: center;
    height: 105px;
}

.text_slide_elec {
    float: right;
    width: 460px;
    height: 147px;
    color: white;
    font-size: 0px;
    font-weight: bold;
    text-align: left;
}

    .text_slide_elec span {
    }

.slide-html-elec {
    float: right;
    padding-right: 90%;
    margin-top: 8px;
    height: 365px;
    width: 450px;
}

.text_slide {
    float: right;
    width: 460px;
    height: 147px;
    color: white;
    font-size: 0px;
    font-weight: bold;
    text-align: right;
    display: block;
}

    .text_slide span {
    }

.slide-html {
    float: right;
    padding-right: 15%;
    margin-top: 28px;
    height: 365px;
    width: 450px;
}

.btn-slide-html {
    bottom: 7%;
    margin-top: 250px;
    height: 33px;
}

a.btn-red-slider-greenBackground {
    /*float: right;
    color: #00e195;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    background-color: white;
    border-radius: 0;
    border: 0 none;
    padding: 10px 20px 10px 20px;*/
    background-color: white;
    color: #00e195;
    padding: 10px 20px 10px 20px;
    border: 1px solid #00e195;
    font-size: 16px;
    text-transform: uppercase;
}

.btn-red-slider, a.btn-red-slider {
    float: right;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    background-color: #00E094;
    border-radius: 0;
    border: 0 none;
    padding: 10px 20px 10px 20px;
}

    .btn-red-slider:hover, .btn-red-slider:active, .btn-red-slider:focus,
    a.btn-red-slider:hover, a.btn-red-slider:active, a.btn-red-slider:focus, a.btn-red-slider-greenBackground:hover {
        color: #EEEEEE;
    }



.text_slide_2_1 {
    float: left;
    font-size: 50px;
}

.text_slide_2_2 {
    float: left;
}

.text_slide_2_3 {
    display: block;
    font-size: 0.7em;
    vertical-align: 1em;
    margin-right: 10px;
    width: 50px;
}

.text_slide_2_4 {
    display: block;
    height: 100px;
    font-size: 20px;
    vertical-align: 0em;
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.text_slide_elec_2_1 {
    float: left;
    font-size: 50px;
    color: #00E094;
    background-color: rgba(255, 255, 255, 0.0);
}

.text_slide_elec_2_1_2 {
    font-family: 'Montserrat-Bold',Arial,sans-serif;
    float: left;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: bold;
    color: black;
    display: block;
    width: 100%;
    width: 230px;
    text-align: left;
    padding-left: 30px;
}

.text_slide_elec_2_2 {
    float: right;
    background-color: rgba(255, 255, 255, 0.0);
    height: 65px;
}

.text_slide_elec_2_3 {
    display: block;
    font-size: 1em;
    vertical-align: 0.7em;
    margin-left: 10px;
    width: 50px;
    color: #00E094;
    background-color: rgba(255, 255, 255, 0.0);
}

.text_slide_elec_2_3_2 {
    display: block;
    font-size: 1em;
    vertical-align: 1em;
    margin-right: 10px;
    width: 50px;
    color: black;
    background-color: white;
}

.text_slide_elec_2_4 {
    display: block;
    font-size: 0.4em;
    vertical-align: 1em;
    margin-right: 10px;
    width: 80px;
    color: #00E094;
    background-color: rgba(255, 255, 255, 0.0);
}

.text_slide_elec_2_4_1 {
    display: block;
    height: 100px;
    font-size: 12px;
    vertical-align: 0em;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
    color: #00E094;
    background-color: rgba(255, 255, 255, 0.0);
}

.logo_elec {
    float: left;
    height: 111px;
    width: 230px;
}

/** slider tunning **/
.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 0px #ccc;
    -webkit-box-shadow: 0 0 0px #ccc;
    ;
    border: 0px;
}

#slider {
    height: 65%; /*65*/
    margin-left: 0px;
}

.slider-item {
    height: 100%;
}


.slider-elec-item {
    height: 100%;
    background: url("/Content/Images/Accueil/SFR_red_electropicales_HD.jpg") no-repeat left center;
}

.carousel-inner {
    height: 100%;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #00E094;
}

.carousel-indicators li {
    border-color: #00E094;
}

    .carousel-indicators li.active {
        background-color: #00E094;
    }

.carousel-inner > .item {
    -webkit-transition: 0.15s ease-in-out left;
    transition: 0.15s ease-in-out left;
    -webkit-transition: 0.15s, ease-in-out, left;
    -moz-transition: .15s, ease-in-out, left;
    -o-transition: .15s, ease-in-out, left;
    transition: .15s, ease-in-out, left;
}

/* --------------------------------- */
/* ------- PAGE CREER COMPTE ------- */
/* --------------------------------- */
#div-form-inscription {
    padding: 20px 20px 20px 20px;
}

#cree-compte-accroche {
    background-color: #00E094;
    font-family: 'Montserrat-Bold',Arial,sans-serif;
    color: white;
    padding: 5px 5px 5px 5px;
    width: 420px;
    font-size: 18px;
}

.accroche {
    background-color: #00E094;
    font-family: 'Montserrat-Bold',Arial,sans-serif;
    color: white;
    padding: 5px 5px 5px 5px;
    font-size: 18px;
    float: left;
    margin-right: 10px;
}

.mention {
    font-size: 12px;
}


/* FORMULAIRE CREER UN PROFIL */
#div-form-inscription form {
    margin: 30px 10px 10px 10px;
}

#div-form-inscription input {
    border: 1px solid silver;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#div-form-inscription div.form-group {
    margin-bottom: 10px;
}


#div-form-inscription .mention {
    font-size: 14px;
    line-height: 17px;
    color: #1a171b;
    font-family: 'Montserrat-light',Arial,sans-serif;
}

.form-group {
    margin-bottom: 0px;
}

.btn-valide-creation-compte,
a.btn-valide-creation-compte {
    background: #00E094;
    color: white;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    border-radius: 0;
    padding-left: 25px;
    padding-right: 25px;
}

    .btn-valide-creation-compte:hover, .btn-valide-creation-compte:focus, .btn-valide-creation-compte:hover,
    a.btn-valide-creation-compte:hover, a.btn-valide-creation-compte:focus, a.btn-valide-creation-compte:hover {
        background: #00E094;
        color: #EEEEEE;
        border-radius: 0;
    }

.espacement-formulaire {
    margin-top: 15px;
}
/*validation du formulaire*/
.field-validation-error {
    color: red;
    font-size: 0.8em;
}

.field-validation-info {
    color: #1a171b;
    font-size: 0.8em;
}

#div-form-inscription .input-validation-error {
    border-color: red;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

/* Info bulle*/
.popover {
    border: 1px solid #00e094;
}

    .popover.bottom > .arrow {
        border-bottom-color: #00e094;
    }

    .popover.right > .arrow {
        border-right-color: #00e094;
    }

    .popover.left > .arrow {
        border-left-color: #00e094;
    }

    .popover.top > .arrow {
        border-top-color: #00e094;
    }

span.critere.glyphicon-remove {
    color: silver;
}

span.critere.glyphicon-ok {
    color: #00E094;
}

/* Personnalisation case a cocher */
input[type="checkbox"].checkbox-red, input[type="radio"].checkbox-red {
    visibility: hidden;
    position: absolute;
    left: -99999px;
}

    input[type="checkbox"].checkbox-red + input + label, input[type="radio"].checkbox-red + label {
        font-family: 'Montserrat-Regular',Arial,sans-serif;
        font-size: 15px;
    }

    input[type="checkbox"].checkbox-red:checked + input + label span:first-of-type, input[type="radio"].checkbox-red:checked + label span:first-of-type {
        background-position: -18px 0;
    }

    input[type="checkbox"].checkbox-red + input + label span:first-of-type, input[type="radio"].checkbox-red + label span:first-of-type {
        display: block;
        width: 18px;
        height: 17px;
        margin: 0 5px 0 0;
        cursor: pointer;
        background: url(../images/sprite-checkbox.jpg) no-repeat 0 0;
        float: left;
    }

    input[type="checkbox"].checkbox-red.checkbox-option:checked + input + label span:first-of-type, input[type="radio"].checkbox-red.checkbox-option:checked + label span:first-of-type {
        background-position: 0 0;
    }

    input[type="checkbox"].checkbox-red.checkbox-option + input + label span:first-of-type, input[type="radio"].checkbox-red.checkbox-option + label span:first-of-type {
        display: block;
        width: 46px;
        height: 23px;
        margin: 0 5px 0 0;
        cursor: pointer;
        background: url(../images/sprite-checkbox-option.png) no-repeat -46px 0;
        float: left;
    }
/*input[type="checkbox"].checkbox-red + input + label{
	font-family:Montserrat-Regular,Arial;
	font-size:15px;
}
input[type="checkbox"].checkbox-red:checked + input + label span {
    background-position: -18px 0;
}
input[type="checkbox"].checkbox-red + input + label span {
    display: block;
    width: 18px;
    height: 17px;
    margin: 0 5px 0 0;
    cursor: pointer;
    background: url(../images/sprite-checkbox.jpg) no-repeat 0 0;
    float:left;
}*/

/* --------------------------------- */
/* ------------- PAGES ------------- */
/* --------- INSCRIPTIONS ---------- */
/* --------------------------------- */
.inscription {
    background-color: #FFFFFF;
}

.etape {
    height: auto;
    line-height: 30px;
}

.etape-termine {
    background-color: #c7c8ca;
    color: #FFFFFF;
}

.etape-encours {
    background-color: #00e094;
    color: #FFFFFF;
}

.etape-suivante {
    background-color: #ffffff;
    color: #b2b4b5;
    border-top: 1px solid #c7c8ca;
    padding: 5px 0px;
}

.etape span.etape-number {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 10px;
    line-height: 20px;
    margin: 2px;
}

.etape-termine span.etape-number {
    color: #c7c8ca;
}

.etape-termine span.etape-texte-infos {
    color: #FFFFFF;
    font-weight: bold;
}

.etape-termine a.etape-lien-modifier {
    color: #FFFFFF;
    text-decoration: underline;
}

.etape-encours span.etape-number {
    color: #00e094;
}

.etape-suivante span.etape-number {
    color: #c7c8ca;
    width: 24px;
    height: 24px;
    border: 2px solid #c7c8ca;
    border-radius: 12px;
    line-height: 20px;
}

.etape-contenu {
    margin-bottom: 20px;
}

ul.liste-verte {
    color: #00e094;
    margin-top: 40px;
}

    ul.liste-verte li {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 20px;
    }

        ul.liste-verte li h3 {
            font-size: 18px;
            line-height: 1em;
            margin: 0;
        }

        ul.liste-verte li span {
            font-size: 12px;
            line-height: 1em;
            color: #000000;
        }

        ul.liste-verte li.nopuce {
            list-style-type: none;
        }

.form-general input {
    border: 1px solid silver;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

input[type="checkbox"].checkbox-red + input + label.mention-etape {
    font-family: 'Montserrat-Light',Arial,sans-serif;
    font-size: 12px;
    font-weight: 100;
}

input[type="radio"].checkbox-red + label.choix-sub-form {
    font-family: 'Montserrat-Regular',Arial,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
}

    input[type="radio"].checkbox-red + label.choix-sub-form.adresse {
        font-family: 'Montserrat-Light',Arial,sans-serif;
        font-size: 14px;
        font-weight: 100;
        line-height: 1em;
    }

input[type="radio"].checkbox-red + label span.complement-info {
    font-family: 'Montserrat-Light',Arial,sans-serif;
    font-size: 11px;
    font-weight: 100;
    margin-left: 23px;
}

span.form-complement-info {
    font-size: 0.9em;
    text-align: left;
    margin-bottom: 5px;
}

    span.form-complement-info a {
        color: #D71920;
        text-decoration: underline;
    }

span.vert {
    color: #00E094;
}

span.rouge {
    color: #ff0000;
}

span.blanc {
    color: #FFFFFF;
}

span.noir {
    color: #000000;
}
/* --------------------------------- */
/* --------- PAGE OFFRES ----------- */
/* --------------------------------- */
.offres {
    background-color: #f2f2f2;
}

.offres-col-droite {
    padding-left: 0px;
}

#offre-forfait-titre {
    margin-bottom: 20px;
    margin-left: 20px;
}

.forfait {
    max-width: 260px;
    padding-top: 50px;
    position: relative;
    cursor: default;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    min-width: 230px;
    cursor: pointer;
}

    .forfait a {
        text-decoration: none;
        color: #1a171b;
    }

        .forfait a:link {
            text-decoration: none;
        }

        .forfait a:hover, .forfait a:active {
            color: #1a171b;
        }

.forfait__content {
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.forfait__label {
    position: absolute;
    z-index: 1;
    text-align: center;
}

.forfait--bigLabel .forfait__label {
    top: 48px;
    left: 15px;
    right: 15px;
    top: -50px;
}

.forfait__labelCaret {
    overflow: visible;
    height: 20px;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}

.forfait__label .contentTextTooltipCheapest {
    height: 57px;
    width: 181px;
}

.forfait__labelCaret > div {
    display: block;
    width: 20px;
    height: 20px;
    background: #00e094;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 10px 10px 15px rgba(0,0,0,0.15);
    -moz-box-shadow: 10px 10px 15px rgba(0,0,0,0.15);
    -webkit-box-shadow: 10px 10px 15px rgba(0,0,0,0.15);
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    margin: auto;
}

.forfait__label .contentTextTooltip {
    font-family: 'Montserrat-Regular',Arial,sans-serif;
    display: inline-block;
    background: #00e094;
    color: #FFF;
    padding: 6px 12px;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    text-transform: uppercase;
    font-size: 12px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.21);
    -moz-box-shadow: 0 8px 16px rgba(0,0,0,0.21);
    -webkit-box-shadow: 0 8px 16px rgba(0,0,0,0.21);
    position: relative;
}

.forfait__label .contentTextTooltip {
    /*top:14px;*/
}

    .forfait__label .contentTextTooltip .textTooltip {
        position: relative;
        z-index: 2;
        top: 14px;
    }

.forfait--bigLabel .forfait__label span {
    font-family: 'Montserrat-Bold',Arial,sans-serif;
    font-size: 16px;
    width: 220px;
    margin: auto;
}

.forfait__price {
    background: #C7C8CA;
    height: 177px;
    position: relative;
    justify-content: center;
    flex-grow: 1;
    display: flex;
}

.price {
    text-align: center;
    position: relative;
    padding-top: 30px;
}

.price--left {
    display: inline-block;
    vertical-align: top;
    text-align: right;
}

.price__unit {
    font-size: 64px;
    text-align: right;
    line-height: 1;
    font-family: 'Montserrat-Bold',Arial,sans-serif;
}

.price--right {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
}

.price--right__top {
    display: block;
    padding-top: 3px;
    line-height: 1;
    position: relative;
    left: -1px;
}

.price__euro, .price__cent {
    font-family: 'Montserrat-Bold',Arial,sans-serif;
    font-size: 33px;
    line-height: 1;
}

.price--right__bottom {
    display: block;
    line-height: 1;
    position: relative;
    top: -3px;
    left: 1px;
}

.price__period {
    font-family: 'Montserrat-Bold',Arial,sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1;
}

.forfait__description {
    background: #FFF;
    text-align: center;
    padding: 14px 10px 0 10px;
}

    .forfait__description p {
        padding: 12px 0;
        font-size: 19px;
        margin-bottom: 0px;
        font-family: 'Montserrat-Regular',Arial,sans-serif;
    }

    .forfait__description .data {
        font-size: 18px;
    }

        .forfait__description .data span {
            font-size: 20px;
        }

.forfait__button {
    margin-top: 25px;
}

.forfait__button {
    width: 100%;
    height: 60px;
    line-height: 58px;
    padding: 0;
    font-family: 'Montserrat-Regular',Arial,sans-serif;
    text-transform: uppercase;
    margin: auto;
    background-color: #C7C8CA;
}

.button--primary {
    display: block;
    /*background:#00e094;*/
    color: #FFF;
    width: 210px;
    /*border:1px solid #00e094;*/
}

.forfait__icon {
    margin-bottom: 60px;
}

.icon--forfaitFly {
    width: 64px;
    height: 64px;
    margin: auto;
}

.forfait--apartirde {
}

.forfait__en_avant {
    background-color: #00e094;
}

.btn.btn-choix-offre {
    background-image: url("../images/picto_caddy.png");
    background-repeat: no-repeat;
    background-position: 20px 5px;
    height: 60px;
    width: 100%;
    font-size: 1em;
    line-height: 60px;
    padding: 0 20px 0 51px;
}

.forfait-selected .forfait__price, .forfait-selected .btn.btn-choix-offre, .forfait-selected .btn.btn-red-charte, .forfait-selected .btn.btn_offer_sideBySide.selectedPlan {
    background-color: #00e094;
}

    .forfait-selected .btn.btn-red-charte.disabled {
        background-color: #E2E2E2;
        color: white;
    }
/**  Pictos**/
.icon--picto-cadeau {
    background-image: url("../images/picto_cadeau.png");
    background-repeat: no-repeat;
}


.icon--picto-burger-sl {
    background-image: url("../images/picto_burger_offres-sl.png");
    background-repeat: no-repeat;
    width: 200px;
    margin: auto;
    height: 80px;
}

.icon--picto-electropicales {
    background-image: url("../images/picto_electropicales_offres.png");
    background-repeat: no-repeat;
    /*border: solid;*/
}

.icon--picto-burger {
    background-image: url("../images/picto_burger_offres.png");
    background-repeat: no-repeat;
}

.icon--picto-medaille {
    background-image: url("../images/picto_medaille.png");
    background-repeat: no-repeat;
}

.icon--picto-2x {
    background-image: url("../images/picto_2x.png");
    background-repeat: no-repeat;
}

.icon--picto-caddy {
    background-image: url("../images/picto_caddy.png");
    background-repeat: no-repeat;
    width: 31px;
    height: 44px;
    float: left;
    margin-left: 20px;
    margin-top: 5px;
}

.icon--picto-perso {
    background-image: url("../images/picto_perso.png");
    background-repeat: no-repeat;
    background-position: top center;
}

.forfait__etiquette {
    position: absolute;
    z-index: 1;
    left: -3px;
    top: 15px;
}

.icon--etiquetteEmpty {
    width: 130px;
    height: 82px;
    margin: auto;
    background-image: url("../images/mini-bandeau-promo.png");
    background-repeat: no-repeat;
}

.forfait__etiquette span {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-text-size-adjust: 100%;
    transform: rotate(-30deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    display: block;
    font-size: 25px;
    top: 21px;
    position: relative;
    text-align: center;
    font-family: 'Montserrat-Bold',Arial,sans-serif;
    padding-right: 10px;
    width: 65px;
    color: #00e094;
}

    .forfait__etiquette span.small-remise {
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        display: block;
        font-size: 18px;
        top: 27px;
        position: relative;
        text-align: center;
        font-family: 'Montserrat-Bold',Arial,sans-serif;
        padding-right: 0px;
        width: 65px;
        color: #00e094;
    }

.price-complement b {
    color: white;
}

.forfait-details {
    color: #00e094;
    font-size: 14px;
    text-decoration: underline;
}

/* version condense */
.forfait.mini .forfait__description {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
}

    .forfait.mini .forfait__description p {
        padding: 2px 0;
        font-size: 15px;
    }

.forfait.mini {
    padding-top: 30px;
}


/** popover **/
.forfait-info .popover_titre {
    color: #00e094;
    font-weight: bold;
    font-size: 20px;
}

.forfait-info .popover_txt_vert {
    color: #00e094;
    font-size: 20px;
}

.forfait-info a {
    color: #00e094;
    text-decoration: underline;
}

.forfait-info p {
    font-size: 12px;
}

.forfait-info-titre {
}

.forfait-info ul.popover-ul {
    font-size: 12px;
}

    .forfait-info ul.popover-ul li span.popover-texte-info-2 {
        font-size: 0.95em;
    }

.popover {
    font-family: 'Montserrat-Light', Arial,sans-serif;
    max-width: 550px;
    width: 100%;
    border: 1px solid #00e094;
    z-index: 150;
}

/** Offres slide **/
#div-panel-right {
    position: absolute;
    opacity: 0.4;
    background-color: #00e094;
    cursor: pointer;
    width: 70px;
    height: 105px;
    top: 339px;
    right: 0;
    z-index: 9;
    box-shadow: -1px 0px 4px 2px rgba(0,0,0,0.21);
    -moz-box-shadow: -1px 0px 4px 2px rgba(0,0,0,0.21);
    -webkit-box-shadow: -1px 0px 4px 2px rgba(0,0,0,0.21);
    -webkit-border-radius: 15px 0px 0px 15px;
    -moz-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
}

    #div-panel-right a span {
        font-size: 3em;
        color: white;
        margin-top: 30%;
    }

#div-panel-left {
    position: absolute;
    opacity: 0.4;
    background-color: #00e094;
    cursor: pointer;
    width: 70px;
    height: 105px;
    top: 339px;
    left: 0;
    z-index: 9;
    box-shadow: -1px 0px 4px 2px rgba(0,0,0,0.21);
    -moz-box-shadow: -1px 0px 4px 2px rgba(0,0,0,0.21);
    -webkit-box-shadow: -1px 0px 4px 2px rgba(0,0,0,0.21);
    -webkit-border-radius: 0px 15px 15px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
}

    #div-panel-left a span {
        font-size: 3em;
        color: white;
        margin-top: 30%;
    }

/*----Offres slide changement offre---*/
#chgtoffre-div-panel-right {
    position: absolute;
    opacity: 0.4;
    background-color: #00e094;
    cursor: pointer;
    width: 70px;
    height: 105px;
    top: 339px;
    right: 0;
    z-index: 9;
    box-shadow: -1px 0px 4px 2px rgba(0,0,0,0.21);
    -moz-box-shadow: -1px 0px 4px 2px rgba(0,0,0,0.21);
    -webkit-box-shadow: -1px 0px 4px 2px rgba(0,0,0,0.21);
    -webkit-border-radius: 15px 0px 0px 15px;
    -moz-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
}

    #chgtoffre-div-panel-right a span {
        font-size: 3em;
        color: white;
        margin-top: 30%;
    }

#chgtoffre-div-panel-left {
    position: absolute;
    opacity: 0.4;
    background-color: #00e094;
    cursor: pointer;
    width: 70px;
    height: 105px;
    top: 339px;
    left: 0;
    z-index: 9;
    box-shadow: -1px 0px 4px 2px rgba(0,0,0,0.21);
    -moz-box-shadow: -1px 0px 4px 2px rgba(0,0,0,0.21);
    -webkit-box-shadow: -1px 0px 4px 2px rgba(0,0,0,0.21);
    -webkit-border-radius: 0px 15px 15px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
}

    #chgtoffre-div-panel-left a span {
        font-size: 3em;
        color: white;
        margin-top: 30%;
    }
/*---Fin Offres slide changement offre----*/

.panel-right {
    display: block;
    width: 70px;
    height: 105px;
    background-image: url("../images/arrow.png");
    background-position: -55px -8px;
}

.panel-left {
    display: block;
    width: 70px;
    height: 105px;
    background-image: url("../images/arrow.png");
    background-position: 0px -8px;
}

.chgtoffre-panel-right {
    display: block;
    width: 70px;
    height: 105px;
    background-image: url("../images/arrow.png");
    background-position: -55px -8px;
}

.chgtoffre-panel-left {
    display: block;
    width: 70px;
    height: 105px;
    background-image: url("../images/arrow.png");
    background-position: 0px -8px;
}

.carousel-forfait {
    /*margin-left: 0;*/
    margin-bottom: 20px;
}
/* --------------------------------- */
/* --------- PAGE MESSAGE ---------- */
/* --------- CONFIRMATION ---------- */
/* -------- AVERTISSEMENT ---------- */
/* --------------------------------- */
.message {
    margin-top: 20px;
}

.bloc-message {
    background-color: #FFFFFF;
    padding: 20px 20px 20px 20px;
    display: block;
    height: auto;
}

.texte-message {
    font-family: 'Montserrat-Light', Arial,sans-serif;
    font-size: 16px;
}

.cta-message {
    margin-top: 20px;
}

.img-message {
    margin-top: 0;
}
/* --------------------------------- */
/* -------- PAGE CONNEXION --------- */
/* --------------------------------- */
.cta-formulaire {
    margin-top: 20px;
}

.connexion-link {
    margin-top: 20px;
    font-size: 10px;
    line-height: 1.8em;
}

/* --------------------------------- */
/* ------------ POP IN ------------- */
/* --------------------------------- */
.modal-red {
}

    .modal-red .modal-content {
        border-radius: 0;
        border: 1px solid #c7c8ca;
    }

    .modal-red .modal-header {
        border-bottom: 0;
    }

    .modal-red .modal-title {
        font-family: 'Montserrat-Bold',Arial,sans-serif;
        font-weight: bold;
        font-size: 18px;
        color: #00E094;
    }

        .modal-red .modal-title.attention {
            color: #d71920;
        }

.attention {
    color: #d71920;
}
/* --------------------------------- */
/* ------------- REDLAB ------------ */
/* --------------------------------- */
.redlab {
    background-color: #FFFFFF;
}

div.redlab:after {
    content: "";
    display: table;
    clear: both;
}

.redlab-gris {
    background-color: #f2f2f2;
}

.redlab-menu-phone {
    margin-top: 10px;
    margin-bottom: 10px;
}

.carousel-phone {
}

.bloc-phone {
    width: 150px;
    margin: 0 5px;
    height: 60px;
}

.titre-phone-slider {
    width: 140px;
    margin: 0 5px;
    height: 60px;
    font-size: 10px;
    padding: 8px;
    color: #000000;
}

.slide-phone-number {
    position: relative;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #dadada;
    line-height: 60px;
}

    .slide-phone-number a {
        color: #FFFFFF;
        text-decoration: none;
    }

    .slide-phone-number.selected {
        background-color: #00E094;
    }

#div-panel-right-phone {
    position: absolute;
    opacity: 0.7;
    background-color: #999999;
    cursor: pointer;
    width: 40px;
    height: 60px;
    top: 0px;
    right: 0;
    z-index: 9;
}

    #div-panel-right-phone a span {
        font-size: 3em;
        color: white;
        margin-top: 30%;
    }

#div-panel-left-phone {
    position: absolute;
    opacity: 0.7;
    background-color: #999999;
    cursor: pointer;
    width: 40px;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 9;
}

    #div-panel-left-phone a span {
        font-size: 3em;
        color: white;
        margin-top: 30%;
    }

.panel-right-phone {
    display: block;
    width: 40px;
    height: 60px;
    background-image: url("../images/arrow-black-mini.png");
    background-repeat: no-repeat;
    background-position: -40px 18px;
}

.panel-left-phone {
    display: block;
    width: 40px;
    height: 60px;
    background-image: url("../images/arrow-black-mini.png");
    background-repeat: no-repeat;
    background-position: 0px 18px;
}

.redlab-border-gris {
    position: relative;
    border: 1px solid #f2f2f2;
    margin-bottom: 20px;
}

    .redlab-border-gris:after {
        content: "";
        display: table;
        clear: both;
    }

.redlab-subbloc {
    margin-top: 20px;
}

.redlab-forfait-choisi .forfait {
    min-width: 230px;
}

    .redlab-forfait-choisi .forfait a.btn {
        font-size: 0.9em;
    }

.redlab-subbloc-titre {
    text-transform: uppercase;
    font-size: 17px;
    color: #000000;
}

.redlab-jauge {
    padding: 20px 0 10px 0;
    font-size: 14px;
    margin: 5px;
    width: 120px;
    display: inline-block;
}

.redlab-jauge-titre {
    text-transform: uppercase;
    font-size: 17px;
    color: #000000;
}

.jauge {
    width: 110px;
    height: 10px;
    background-color: #FFFFFF;
    position: relative;
    display: inline-block;
}

    .jauge .niveau {
        position: absolute;
        left: 0;
        height: 10px;
        background-color: #00E094;
    }

hr.separateur-gris {
    width: 90%;
    max-width: 380px;
    color: #c7c8ca;
}

button.play-pause {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

    button.play-pause.pause {
        color: #000000;
    }

    button.play-pause.play span.pause {
        color: #c7c8ca;
    }

    button.play-pause.play span.play {
        color: #00E094;
    }

    button.play-pause.pause span.play {
        color: #c7c8ca;
    }

span.aide-play-pause {
    color: #000000;
    font-size: 10px;
}

div.credit-peremtion {
    margin-top: 30px;
    font-size: 12px;
    line-height: 1em;
    color: #000000;
}

span.credit-peremtion {
}

span.credit-peremtion-info {
    font-size: 10px;
}

div.redlab-disabled {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    z-index: 10000;
}

div.message-indisponible {
    background-color: #FFFFFF;
    border: 3px solid #00E094;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 430px;
    margin-top: 100px;
    font-size: 18px;
}

p.message-warning {
    background: url("../images/picto-warning.png") no-repeat 0 0;
    min-height: 24px;
    padding-left: 30px;
    text-transform: uppercase;
    font-size: 10px;
    text-align: left;
    margin-top: 20px;
}

div.redlab-forfait-choisi {
    padding-bottom: 20px;
}

div.welcome-back {
    color: #000000;
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    div.welcome-back span.titre {
        font-size: 12px;
    }

div.preselection-form {
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
}

    div.preselection-form input[type="radio"].checkbox-red + label.choix-sub-form {
        font-size: 16px;
    }

        div.preselection-form input[type="radio"].checkbox-red + label.choix-sub-form span.complement-info-vert {
            font-size: 16px;
            color: #00E094;
        }

div.redlab-conditions-generales {
    margin-top: 10px;
    margin-bottom: 10px;
}

    div.redlab-conditions-generales input[type="checkbox"].checkbox-red + input + label {
        font-family: 'Montserrat-light',Arial,sans-serif;
        font-size: 12px;
    }

div.redlab-titre-bloc {
    margin-top: 10px;
    font-size: 16px;
    text-transform: uppercase;
}

div.paiement-form {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
    color: #000000;
}

    div.paiement-form input[type="password"] {
        font-size: 12px;
        max-width: 185px;
        margin-left: auto;
        margin-right: auto;
    }

div.resumer-form {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px 40px;
    font-size: 16px;
}

    div.resumer-form span.titre {
        text-transform: uppercase;
    }

div.relab-titre-ecran {
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 17px;
}

    div.relab-titre-ecran span.surtitre {
        font-size: 24px;
        text-decoration: underline;
    }

.btn span.btn-part-info-1 {
    font-size: 17px;
    display: inline-block;
}

.btn span.btn-part-info-2 {
    font-size: 15px;
    display: inline-block;
}

.btn span.btn-part-info-3 {
    font-size: 15px;
    display: inline-block;
    text-transform: none;
}

.btn span.btn-part-info-4 {
    font-size: 15px;
    display: inline-block;
}

.btn span.btn-part-info-5 {
    font-size: 14px;
    display: inline-block;
}

div.redlab-forfait-choisi div.forfait {
    cursor: default;
}

.max-width-320 {
    max-width: 320px;
    width: 100%;
}

.min-height-120 {
    min-height: 120px;
}

.btn-normal-vert.nb-ligne-2, a.btn-normal-vert.nb-ligne-2 {
    padding-top: 40px;
}

.btn-normal-vert.nb-ligne-3, a.btn-normal-vert.nb-ligne-3 {
    padding-top: 30px;
}

div.button-bloc {
    margin-top: 5px;
}
/* --------------------------------- */
/* ------ REDLAB RECHARGEMENT ------ */
/* --------------------------------- */
.redlab-picto {
    background-color: #00E094;
    width: 50px;
    height: 100px;
    margin-right: 5px;
}

.redlab-option {
    background-color: #e8e8e8;
    width: 185px;
    height: 100px;
    padding: 10px;
}

.spacer-bot {
    margin-bottom: 10px;
}

.spacer-top {
    margin-top: 10px;
}

.slider {
    max-width: 300px;
    width: 100%;
    height: 10px;
    margin-top: 20px;
}


    .slider .bar {
        height: 12px;
        background: #e8e8e8;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
    }

input[type="range"] {
    -webkit-appearance: none;
    background-color: black;
}

    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        position: relative;
        top: 0px;
        z-index: 1;
        width: 20px;
        height: 20px;
        cursor: pointer;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 100px;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00e094), color-stop(50%,#00e094), color-stop(51%,#00e094), color-stop(100%,#00e094));
    }

.slider-handle.custom {
    -webkit-appearance: none;
    position: relative;
    top: 0px;
    z-index: 1;
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00e094), color-stop(50%,#00e094), color-stop(51%,#00e094), color-stop(100%,#00e094));
}

/** **/
.slider.slider-horizontal {
    width: 400px;
}

.slider-selection {
    background-color: #00e094;
    background-image: none;
}

.slider-track-low {
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top,#e8e8e8 0,#e8e8e8 100%);
}

.slider-track-high {
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top,#e8e8e8 0,#e8e8e8 100%);
}

.slider-selection.tick-slider-selection {
    background-color: #00e094;
    background-image: none;
}

.slider-handle {
    background-color: #00e094;
    background-image: none;
    z-index: 20;
}

.slider-tick {
    display: none;
}

.slider.slider-horizontal .slider-tick-label-container {
    margin-left: 0px;
    margin-top: 2px;
}

.tooltip-inner {
    color: black;
    background-color: #e8e8e8;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #e8e8e8;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    position: relative;
}

    .slider.slider-horizontal .slider-tick-label-container .slider-tick-label:last-of-type {
        width: 0 !important;
    }

    .slider.slider-horizontal .slider-tick-label-container .slider-tick-label .tooltip {
        left: -20px;
        width: 40px;
    }

.slider.slider-horizontal .tooltip-main {
    /*left:-20px !important;
  width:40px;*/
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label .tooltip-label-up {
    position: absolute;
    left: -20px;
    top: -30px;
    color: #00E094;
    font-size: 10px;
}

.redlab-label-cursor {
    height: 100px;
    width: 240px;
    margin-left: 25px;
    margin-right: 10px;
    float: left;
}

.redlab-cursor {
    height: 100px;
    width: 340px;
    margin-left: 40px;
    display: inline-block;
    float: left;
}

.redlab-bloc-cursor {
    height: auto;
    max-width: 655px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.value-tick {
    color: #00e094;
    position: absolute;
    font-size: 10px;
    top: -20px;
}

.slider-track-graduation {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 10;
    background-color: transparent;
}

.graduation {
    border-right: 1px solid #AAAAAA;
    height: 10px;
    float: left;
}
/* --------------------------------- */
/* ---------- VOS OPTIONS ---------- */
/* --------------------------------- */
.redlab-titre-vosoptions {
    max-width: 300px;
    margin: 0 auto;
}

    .redlab-titre-vosoptions:after {
        content: "";
        display: table;
        clear: both;
    }

    .redlab-titre-vosoptions img {
        float: left;
    }

    .redlab-titre-vosoptions p {
        padding-top: 20px;
    }

.bloc-options {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bloc-sub-options {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.label-option {
    font-size: 0;
}

    div.label-option label {
        margin: 0;
        padding: 0;
    }

.bloc-options span {
    line-height: 1em;
}

.bloc-sub-options {
    margin-top: 20px;
}

img.img-info {
    margin-left: 10px;
    vertical-align: top;
}
/* --------------------------------- */
/* ---------- VOS OPTIONS ---------- */
/* ------------ ANNUAIRE ----------- */
/* --------------------------------- */
.option-annuaire {
    max-width: 500px;
    width: 100%;
    margin: 10px auto;
}

.sub-option-annuaire {
    max-width: 300px;
    width: 100%;
    margin: 2px auto;
}
/* --------------------------------- */
/* -------- SUIVI CARTE SIM -------- */
/* --------------------------------- */
.top-text {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.table > thead > tr > th {
    background-color: #00E094;
    border: 1px solid white;
    padding: 12px;
    color: white;
    text-align: center;
}

.table > tbody > tr > td {
    text-align: center;
    padding: 16px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th,
.table-striped2 > tbody > tr:nth-child(odd) > td,
.table-striped2 > tbody > tr:nth-child(odd) > th {
    background-color: #f2f2f2;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th,
.table-striped2 > tbody > tr:nth-child(even) > td,
.table-striped2 > tbody > tr:nth-child(even) > th {
    background-color: #f9f9f9;
}

.text-bold {
    font-weight: bold;
}

.pagination > span {
    display: inline-block;
    background-color: #f2f2f2;
    padding: 5px;
    vertical-align: middle;
}

.pagination .left {
    background-color: #f2f2f2;
}

.numerotation {
    color: #c7c8ca;
    min-width: 70px;
    text-align: center;
}

.pagination a, .pagination a:visited {
    color: black;
    text-decoration: none;
}

.infos-label {
    color: #00E094;
}

input[type="text"].code-activation-part {
    margin: 5px;
    width: 70px;
    float: left;
}
input[type="text"].code-activation-part-mail-code {
    margin: 5px;
    width: 34px;
    float: left;
}
div.activation {
    margin-top: 30px;
}

div.activation-texte {
    margin-top: 10px;
}

div.activation-leformulaire {
    margin-top: 10px;
}

div.sim-activation-separation-haut {
    height: 80px;
}

div.sim-activation-separation-bas {
    height: 200px;
}
/* --------------------------------- */
/* ----------- Generale ------------ */
/* ------------- picto ------------- */
/* ------------- texte ------------ */
/* ------------- Suite ------------ */
/* --------------------------------- */
.picto-appel {
    background-image: url('../images/picto-appels.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.picto-internet {
    background-image: url('../images/picto-internet.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.picto-extra {
    background-image: url('../images/picto-extra.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.N1 {
    font-family: 'Montserrat-Bold',Arial,sans-serif;
    font-size: 16px;
}

.N2 {
    font-family: 'Montserrat-Regular',Arial,sans-serif;
    font-size: 16px;
}

.N3 {
    font-family: 'Montserrat-Regular',Arial,sans-serif;
    font-size: 14px;
}

.N4 {
    font-family: 'Montserrat-Light',Arial,sans-serif;
    font-size: 12px;
}

.N5 {
    font-family: 'Montserrat-Light',Arial,sans-serif;
    font-size: 10px;
}

div.bloc-prix {
    font-family: 'Montserrat-Bold',Arial,sans-serif;
    font-size: 64px;
}

    div.bloc-prix.size30 {
        font-size: 30px;
    }

div.prix-euro {
    display: inline-block;
    font-size: 1em;
    line-height: 0.9em;
    float: left;
}

div.prix-detail {
    display: inline-block;
    font-size: 1em;
    line-height: 1em;
    float: left;
}

span.prix-unit-cent {
    font-size: 0.4em;
    line-height: 1em;
    float: left;
}

span.prix-periode {
    font-size: 0.4em;
    line-height: 1em;
    clear: both;
    float: left;
}

div.prix-ancien {
    display: inline-block;
    font-size: 0.3em;
    line-height: 1em;
    float: left;
    color: #00E094;
    text-decoration: line-through;
}

div.prix-fin {
    clear: both;
}

div.marg-b10 {
    margin-bottom: 10px;
}

div.titre-bloc {
    margin-top: 10px;
    text-transform: uppercase;
}

.surtitre-page {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
}

    .surtitre-page span {
        line-height: 1em;
        background-color: #FFFFFF;
        color: #000000;
        padding: 10px;
        display: inline-block;
    }
/* --------------------------------- */
/* -------- Consommations ---------- */
/* --------------------------------- */
.redlab-filtre {
    background-color: #eeeeee;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .redlab-filtre label.control-label {
        text-align: left;
    }

    .redlab-filtre span.input-group-addon {
        background-color: #00E094;
        color: #FFFFFF;
    }

.lien-export {
    margin: 20px 0;
}

    .lien-export a {
        color: #00E094;
    }
/* --------------------------------- */
/* --------- DATEPICKER ------------ */
/* --------------------------------- */
div.datepicker.dropdown-menu {
    border: 1px solid #00E094;
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top-color: #00E094;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-color: #00E094;
    background-image: none;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
    background-color: #00E094;
    background-image: none;
}

.datepicker table tr td.day {
    color: black;
}

    .datepicker table tr td.day.disabled {
        font-weight: normal;
        color: #999;
    }
/* --------------------------------- */
/* -------- BESOIN D AIDE ---------- */
/* --------------------------------- */
div.contenu {
    padding-top: 20px;
}

.form-demande-aide .form-group {
    margin-bottom: 10px;
}

.form-demande-aide textarea.form-control {
    /*border: none; RRI*/
    border-radius: 0;
}

.form-demande-aide .texte-explication {
    padding-left: 10px;
}

.form-demande-aide div.texte-label {
    padding-left: 10px;
    padding-top: 30px;
}

.form-demande-aide div.bloc-fichiers-joint {
    padding: 10px;
}

img.espace-picto-right {
    margin-right: 10px;
}

.btn-normal-vert.btn-sm, a.btn-normal-vert.btn-sm, .btn-normal-vert.btn-sm:hover, a.btn-normal-vert.btn-sm:hover {
    padding: 5px 10px;
    font-size: 0.8em;
}

.btn-normal.btn-sm, a.btn-normal.btn-sm, .btn-normal.btn-sm:hover, a.btn-normal.btn-sm:hover {
    padding: 5px 10px;
    font-size: 0.8em;
}

div.un-fichier-joint {
    position: relative;
}

    div.un-fichier-joint input[type='file'] {
        position: absolute;
        margin-top: 3px;
        margin-left: 3px;
        height: 1px;
        width: 1px;
        z-index: -5;
    }

div.conversation {
    padding: 30px 20px;
    overflow-y: auto;
    height: 200px;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.detail-message {
    min-height: 200px;
    padding: 30px 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.bulle {
    position: relative;
    padding: 1px;
    background-color: #FFFFFF;
    border: 1px solid #00E094;
    display: block;
}

    div.bulle > div.arrow, div.bulle > div.arrow:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
    }

    div.bulle > div.arrow {
        border-width: 11px;
        margin-left: -11px;
    }

    div.bulle.assistant > div.arrow {
        left: 25%;
        border-top-width: 0;
        border-bottom-color: #00E094;
        top: -11px;
    }

    div.bulle.client > div.arrow {
        right: 25%;
        border-bottom-width: 0;
        border-top-color: #00E094;
        bottom: -11px;
    }

    div.bulle > div.arrow:after {
        border-width: 10px;
        content: "";
    }

    div.bulle.assistant > div.arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #FFFFFF;
    }

    div.bulle.client {
        background-color: #00E094;
    }

    div.bulle.assistant > div.bulle-contenu {
        color: #000000;
    }

    div.bulle.client > div.bulle-contenu {
        color: #FFFFFF;
    }

div.bulle-contenu {
    padding: 5px;
    text-align: center;
}

div.bulle {
    margin-bottom: 10px;
}

div.conversation a, div.conversation a:hover {
    text-decoration: none;
}

div.lemessage {
    border: 1px solid #00E094;
    padding: 3px;
    margin-bottom: 10px;
}

.table-striped > tbody > tr.bg-white:nth-child(odd) > td,
.table-striped > tbody > tr.bg-white:nth-child(odd) > th {
    background-color: #FFFFFF;
}

div.bloc-besoin-d-aide-home {
    position: relative;
    padding: 30px 20px;
    border: 1px solid #00E094;
    margin-top: 30px;
}

    div.bloc-besoin-d-aide-home div.titre {
        padding: 5px 10px;
        position: absolute;
        top: -47px;
        text-transform: uppercase;
    }

ul.bullet-green {
    list-style-image: url('../images/bullet-green.png');
}

    ul.bullet-green li {
        margin-bottom: 10px;
    }

ul.bullet-green-cube {
    list-style-image: url('../images/bullet-green-cube.jpg');
}

    ul.bullet-green-cube li {
        margin-bottom: 10px;
    }

div.form-recherche {
    margin-top: 50px;
    margin-bottom: 50px;
}

a[tabindex]:focus {
    outline: none;
}

/* --------------------------------- */
/* ---- ADAPTATION MEDIA QUERY ----- */
/* --------------------------------- */
@media only screen and (max-width : 420px) {
    .bloc-phone {
        width: 108px;
    }

    .bloc-phone, #div-panel-right-phone, #div-panel-left-phone {
        height: 40px;
    }

    #div-panel-left-phone, #div-panel-right-phone {
        width: 25px;
    }

    .panel-right-phone {
        background-position: -47px 11px;
    }

    .panel-left-phone {
        background-position: -7px 11px;
    }

    .slide-phone-number {
        line-height: 40px;
        font-size: 14px;
    }

    .slide-html-elec {
        display: none;
        padding-left: 25%;
    }

    .logo_elec {
        height: 97px;
        width: 200px;
    }
    
    .slider-elec-item {
        background: url("/Content/Images/Accueil/SFR_red_electropicales_Full.jpg") no-repeat left center;
    }

    .slider-item-promoRed {
        background-color: white;
    }
}

@media only screen and (max-width : 320px) {
    .logo {
        display: none;
    }

    #item_menu_1 {
        margin-top: 80px;
    }

    .slide-html {
        padding-right: 15%;
    }

    .slide-html-elec {
        padding-left: 35%;
    }

    .text_slide {
        width: 340px;
    }

    .text_slide_1 {
        font-size: 25px;
    }

    body {
        height: initial;
    }

    .slider-elec-item {
        background: url("/Content/Images/Accueil/SFR_red_electropicales_Full.jpg") no-repeat left center;
    }

    .slider-item-promoRed {
        background-color: white;
    }
}

@media (max-width : 768px) {

    #item_menu_1 {
        margin-top: 80px;
    }

    .slide-html {
        padding-right: 15%;
    }

    .slide-html-elec {
        padding-left: 25%;
    }

    .logo_elec {
        height: 97px;
        width: 200px;
    }

    .text_slide {
        width: 340px;
        height: auto;
        padding-bottom: 3px;
    }

    .text_slide_1 {
        font-size: 20px;
        padding: 5px 10px 5px 10px;
    }

    .btn-slide-html {
        margin-top: 204px;
    }

    .right-separated {
        border: 0px;
    }

    #item_menu_1 {
        margin-top: 80px;
    }

    .menu_gauche {
        height: initial;
    }

    .titre-page {
        margin-left: 4%;
    }

    .table-striped2 > tbody > tr {
        text-align: left;
        margin-bottom: 5px;
        display: block;
    }

        .table-striped2 > tbody > tr > td {
            text-align: left;
            display: inline-block;
            width: 100%;
            border: 0;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .table-striped2 > tbody > tr:nth-child(odd) > td,
        .table-striped2 > tbody > tr:nth-child(odd) > th {
            background-color: #F2F2F2;
        }

        .table-striped2 > tbody > tr:nth-child(even) > td,
        .table-striped2 > tbody > tr:nth-child(even) > th {
            background-color: #F2F2F2;
        }

    .btn-red-charte.selected, a.btn-red-charte.selected:hover {
        background-color: #00E094;
    }

    .titre-phone-slider {
        margin: 0 auto;
    }

    .carousel-phone {
        text-align: center;
    }

    /* version condense */
    .forfait .forfait__description {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 15px;
    }

        .forfait .forfait__description p {
            padding: 2px 0;
            font-size: 15px;
        }

    .forfait {
        padding-top: 30px;
    }
}

@media (max-width: 880px) {
    .table-striped > thead.hidden-xs {
        display: none !important;
    }

    .table-striped > tbody > tr > td > span.visible-xs {
        display: block !important;
    }

    .table-striped > tbody > tr {
        text-align: left;
        margin-bottom: 5px;
        display: block;
    }

        .table-striped > tbody > tr > td {
            text-align: left;
            display: inline-block;
            width: 100%;
            border: 0;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .table-striped > tbody > tr:nth-child(odd) > td,
        .table-striped > tbody > tr:nth-child(odd) > th {
            background-color: #F2F2F2;
        }

        .table-striped > tbody > tr:nth-child(even) > td,
        .table-striped > tbody > tr:nth-child(even) > th {
            background-color: #F2F2F2;
        }
}

@media (min-width: 992px) {
    .menu_gauche {
        height: 100%;
    }

    .slide-html {
        padding-right: 15%;
    }

    .right-separated {
        border-right: 1px solid grey;
    }

    .entree_txt {
        height: 120px;
    }

    .col-entrees {
        height: 270px;
        position: relative;
        margin-bottom: 0;
    }

    .nopad-form {
        padding: 0;
    }

    .img-message img {
        position: absolute;
        top: -100px;
    }

    .btn span.btn-part-info-1, .btn span.btn-part-info-2, .btn span.btn-part-info-3, .btn span.btn-part-info-4, .btn span.btn-part-info-5 {
        font-size: 0.8em;
    }
    a.action-parrainage-red {
        background: white;
        color: #00E092;
        position: relative;
        top: 67%;
        left: 6%;
        margin: 0 auto;
        float: initial;
    }
}



@media (min-width: 1200px) {
    .menu_gauche {
        height: 100%;
        /*width:220px;*/
    }

    .slide-html {
        padding-right: 15%;
    }

    .right-separated {
        border-right: 1px solid grey;
    }
}

@media (max-width: 990px) {
    .right-separated {
        border: 0px;
    }
}

@media (max-width: 1100px) {
    .col-md-8.vos-transactions-special, .col-md-16.vos-transactions-special {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .full-height {
        min-height: 100%;
    }

    .menu-fixed {
        position: fixed;
        z-index: 99;
    }

    .message {
        margin-top: 15%;
    }

    .img-message {
        margin-top: 20px;
    }

    .cta-message {
        margin-top: 80px;
    }

    .adresse-complementaire {
        background: url(../images/picto-livraison.jpg) no-repeat 0 0;
    }

    .text_slide {
        height: 121px;
    }

    .text_slide_1 {
        font-size: 27px;
    }

    .btn-slide-html {
        bottom: 14%;
    }
}


.abolish-roaming-gred-icon {
    background-image: url(../images/gred-abolish-roaming_pictos.png);
    height: 70px;
    width: 110px;
    display: inline-block;
    vertical-align: middle;
}



/*Vira*/
.btn_offer_sideBySide {
    display: inline-block;
    text-align: center;
    width: 114px;
    margin: 0;
    color: white !important;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    background-color: #C7C8CA;
    border-radius: 0;
    border: 0 none;
}

a.action-family-red {
    background: white;
    color: #00E092;
    position: relative;
    top: 45%;
    left: 11%;
    margin: 0 auto;
    float: initial;
}
/* PAGE CONTACTEZ NOUS */
#contact-choix {
    text-align: center;
    margin-bottom: 2em;
}

    #contact-choix a {
        padding: 20px 0;
    }

#clientRED, #pasClientRED, .numTable {
    color: #00E094;
}

.numTable {
    font-size: 55px;
}

#table-deja-client, #table-non-client {
    display: none;
}

    #table-deja-client td, #table-non-client td {
        text-align: left;
    }

.contact-head {
    padding: 25px 0;
    color: white;
    font-size: 30px;
    background: #00E094;
}

#imgprofil, #logoFB {
    margin-left: auto;
    margin-right: auto;
}

#logoFB {
    margin-bottom: 1em;
}

#btnDejaClient, #btnNonClient {
    background: #00E094;
    margin-left: 3em;
    margin-right: 3em;
    color: white;
    width: 20em;
    text-align: center;
    margin-top: 1em;
    /*box-shadow: 0 0 10px rgba(98,101,228,1);*/
}



#text-descr {
    font-style: italic;
    color: gray;
}

.selectedOption {
    box-shadow: 0 0 10px rgba(0,224,148,0.7);
    font-weight: bold;
}

#titleAccForum {
    font-size: 2.5em;
}

    #titleAccForum a {
        color: black;
    }

        #titleAccForum a:hover {
            text-decoration: none;
        }

#accForumRed span {
    font-weight: bold;
}

table {
    /*background-color: lightgrey;*/
}

#iframeFB {
    margin-top: 1em;
    display: none;
}

#txtFB {
    font-size: 1.5em;
}

.btnM {
    color: white;
    background-color: black;
    text-align: center;
    font-size: 20px;
    transition-duration: 0.6s;
}

    .btnM:hover {
        background-color: #a3a375;
    }

    .btnM a {
        text-decoration: none;
        color: white;
    }

.info-questions {
    text-align: center;
    font-size: 30px;
    font-family: "Montserrat-ExtraBold",Arial;
    line-height: 100px;
    color: #404040;
}

#bandeau.Assistance {
    margin-bottom: 0px;
}

#bandeau {
    margin: 0 10px 30px;
    text-align: left;
}

#bandeau > .wrapper {
    position: relative;
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
}

#bandeau .bloc.active {
color: #08bf7e;
border-color: #08bf7e;
border: solid;
}

#bandeau .bloc {
display: flex;
align-items: center;
flex-direction: column;
flex: 0 1 154px;
width: 154px;
height: 160px;
margin: auto;
padding: 30px 10px 10px;
background: #fff;
box-shadow: 0 0 8px 0 rgb(0 0 0 / 8%);
font: normal 16px "Montserrat-Bold",Arial;
color: #000;
}

#bandeau .bloc figure {
    flex: 0 0 auto;
    width: 65px;
    height: 65px;
    margin-bottom: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}

figure {
    margin: 0;
    vertical-align: middle;
}

.conso {
    background-image: url(../fonts/ICON-conso.svg);
}

.customer {
    background-image: url(../fonts/ICON-service-client.svg);
}

.offer {
    background-image: url(../fonts/ICON-offre-options.svg);
}
.mobile {
    background-image: url(../fonts/ICON-forfait-mobile.svg);
}
.travel {
    background-image: url(../fonts/img-red-oneoffre-avion-pic.svg);
}
.sponsor {
    background-image: url('../Images/Cadeau bis.png');
    background-size: contain;
}
.invoice {
    background-image: url(../fonts/ICON-facture.svg);
}
.displayed {
    display: block;
}
.not-displayed {
    display:none;
}
.community-content-child {
    background-color: white;
    min-height: 650px;
    margin-top:15px;
}
.info-menu a img{
    max-height:52px
}

.faq-title::before {
    counter-increment: h2;
    content: counter(h2);
    display: block;
    position: absolute;
    top: 40px;
    left: 0;
    width: 45px;
    text-align: center;
    font: normal 80px/70px Arial;
    color: #00e094;
    margin-top: 40px;
}
.faq-title {
    padding-left: 70px;
    padding-bottom: 30px;
}

.mt-2 {
    margin-top: 2vh;
}

.mb-2 {
    margin-bottom: 2vh;
}

.faq-container {
    display: flex;
    flex-direction: row;
}

.number {
    font-size: 70px;
    padding-top: 8px;
    color: #00e094;
}

.title-faq {
    padding-left: 10px;
    padding-top: 0px;
}

.link-faq {
    color: #00e094;
}

.link-faq:hover {
    text-decoration: underline;
}

@media (max-width: 1200px) {
    div.wrapper {
        overflow-y: hidden;
        overflow-x: scroll;
    }
}

.img-faq {
    max-width: 300px; margin-left: 20px; margin-right: 20px;
}

.img-zoom {
    max-width: 400px;
    margin-left: 20px;
    margin-right: 20px;
}

/*page join css*/


.img_join, .txt_join {
    display: grid;
}

.img_join {
    padding-top: 15px;
}


.key_join {
    margin-bottom: 3em;
    display: grid;
    grid-template-columns: 5% 95%;
    grid-column-gap: 2em;
    text-align: left;
}
.red-lab-sponsorship-code {
    border: 1px solid black;
    max-width: 360px;
    padding: 12px;
}

.red-lab-sponsorship-code-field {
    color: red;
    font-weight: bold;
}
.parrainage-display {
    margin: 0 auto;
}
.btn-parrainage-red {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0 15%;
    bottom: 0;
}

a.action-parrainage-red {
    background: white;
    color: #00E092;
    position: relative;
    top: 67%;
    left: 6%;
    margin: 0 auto;
    float: initial;
}

    a.action-parrainage-red:hover {
        background: #C7C8CA;
        color: white;
    }


.parrainage-detail-item {
    padding: 0px 15px;
    text-align: center;
}
#parrainage-display {
    max-height: 637px;
    background-color: #00E092;
    overflow:hidden;
}
.parrainage-detail-item-illustration{
    padding-bottom:20px;
}
#parrainage-title {
    text-align: center;
    font-family: Montserrat-Bold;
    padding-top: 5px;
    font-size: 24px;
    font-weight: bold;
}

.green-accent {
    color: #00E092
}

.line-break {
    height: 10px;
}

a.action-mea-red {
    background: white;
    color: #00E092;
    position: relative;
    top: 82%;
    left: 40%;
    margin: 0 auto;
    float: initial;
}

.zoom {
    transition: transform .2s;
}

.zoom:hover {
    padding-left: 105px;
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
}

.activation-powerred-list {
    list-style-type: none;
    padding: 10px;
}

    .activation-powerred-list li {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

        .activation-powerred-list li i {
            color: #5955de; /* Bootstrap primary color */
            margin-right: 10px;
        }

        .activation-powerred-list li a {
            text-decoration: underline;
            color: #000;
            font-weight: 500;
        }

.activation-powerred-checkbox-round {
    width: 2.3em;
    height: 2.3em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

    .activation-powerred-checkbox-round:checked {
        background-color: #5955de;
    }
