.container-fluid {
    padding-left: 70px;
    padding-right: 70px;
}
.container-full-width {
    padding-left: 15px;
    padding-right: 15px;
}
.col-no-padding {
    padding-left: 0;
    padding-right: 0;
}
a.offset-anchor {
    display: block;
    position: relative;
    visibility: hidden;
}
.mob-only {
    display: none;
}
.mob-only-i {
    display: none;
}
.mob-only-important {
    display: none!important;
}
.FLV2-label {
    color: white;
    font-size: 11px;
    margin-bottom: 0;
}
.FLV2-h2-phone-white {
    background: white;   
    margin-top: 0;
    margin-bottom: 10px;
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 30px;
}
.FLV2-h2-tunnel {
    font-size: 23px!important;
}
.FLV2-index-li-bullet {
    height: 21px; 
    vertical-align: sub;
}
.FLV2-index-top-img {
    width: 300px; 
    margin: auto; 
    margin-top: 20px; 
    margin-bottom: 20px; 
    display: block;
}
@media (max-width: 768px) {
    
    .FLV2-index-top-img {
        width: 100%;
        margin-top: 0px; 
    }
    .FLV2-index-li-bullet {
        height: 15px; 
        vertical-align: sub;
    }
    .FLV2-h2-tunnel {
        font-size: 18px!important;
    }
    .text-left-mobile {
        text-align: left!important;
    }
    .hide-mob {
        display: none;
    }
    .hide-mob-i {
        display: none!important;
    }
    .mob-only {
        display: block;
    }
    .mob-only-i {
        display: inline;
    }
    .mob-only-important {
        display: block!important;
    }
    .text-center-mobile {
        text-align: center!important;
    }
    .text-right-mobile {
        text-align: right!important;
    }
    .col-no-padding-mobile {
        padding-left: 0;
        padding-right: 0;
    }
    .col-3-padding-mobile {
        padding-left: 3px;
        padding-right: 3px;
    }
    .FLV2-label {
        font-size: 10px;
    }
    .text-center-mobile {
        text-align: center;
    }
}
@media (min-width: 768px) {
    .back-to-top {
        display: none!important;
    }
}


.FLV2-bggray {
    background: #fdfdfd;
}

.FLV2-orange-button {
    color: white;
    background: #f5821e;
    font-size: 16px;
    border-radius: 40px;
    padding: 8px 15px;
    border: 1px solid #f5821e;
    -webkit-box-shadow: 0px 0px 14px -4px #000000; 
    box-shadow: 0px 0px 8px -4px #000000;
    transition: all 0.2s ease, visibility 0s;
}

.FLV2-orange-button:hover {
    color: #f5821e;
    background: white!important;
    text-decoration: none!important;
    border: 1px solid #f5821e;
    transition: all 0.2s ease, visibility 0s;
}



.FLV2-blue-to-orange-button {
    color: #000000;
    background: #f5821e;
    font-size: 16px;
    border-radius: 40px;
    padding: 8px 15px;
    border: 1px solid #f5821e;
    -webkit-box-shadow: 0px 0px 14px -4px #000000; 
    box-shadow: 0px 0px 8px -4px #000000;
    transition: all 0.2s ease, visibility 0s;
}

.FLV2-blue-to-orange-button:hover {
    color: #f5821e;
    background: white;
    transition: all 0.2s ease, visibility 0s;
    border: 1px solid #f5821e;
}
.FLV2-blue-to-orange-button-disabled {
    color: white;
    cursor: default !important;
    background: #abb4bb !important;
    border: none;
}
.FLV2-blue-to-orange-button-disabled:hover {
    color: white;
    cursor: default !important;
    background: #abb4bb !important;
    border: none;
}

.FLV2-orange-span {
    color: #f5821e;
}
.FLV2-blue-span {
    color: #1B7DC0;
}



.FLV2-orange-fake-link {
    color: #f5821e;
    cursor: pointer;
}




.FLV2-blue-fake-link {
    color: #0f4d77;
    cursor: pointer;
}




.FLV2-index-ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 30px;
}
.FLV2-index-ul li {
    margin-bottom: 10px;
    font-size: 14px;
}


#FLV2-navbar {
    
}
.navbar-nav a:link {
    font-size: 14px!important;
}
.navbar-nav a:hover {
    font-size: 14px!important;
}
.navbar-nav a:active {
    font-size: 14px!important;
}
.navbar-nav a:visited {
    font-size: 14px!important;
}
.navbar {
    padding-right: 0!important;
}
.FLV2-navbar-fixed {
    background: #323232;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5000;
    left: 0;
    margin: 0;
}

@media (max-width: 768px) {
    #FLV2-navbar {
        background: #323232;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 5000;
        left: 0;
        margin: 0;
    }

    .FLV2-index-ul {
        text-align: left;
        line-height: 10px;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .FLV2-orange-button {
        font-size: 16px;
    }
}





/**********************************/
/**********************************/
/**********************************/
/**********************************/
.FLV2-INDEX-header-section {
    height: 100vh;
}
@media (max-width: 768px) {
    .FLV2-INDEX-header-section {
        height: 80px;
        padding-top: 40px;
    }
}
/**********************************/
/**********************************/
/**********************************/
/**********************************/

.FLV2-INDEX-navbar {
    background: transparent;
}
.FLV2-INDEX-navbar-link:link {
    color: white!important;
    font-size: 16px!important;
    font-weight: normal!important;
}
.FLV2-INDEX-navbar-link:visited {
    color: white!important;
}
.FLV2-INDEX-navbar-link:hover {
    text-decoration: underline;
}
.FLV2-INDEX-navbar-right {
    padding: 30px 70px;
}
.FLV2-INDEX-logo {
    height: 50px;
    margin-top: 13px;
}
@media (max-width: 768px) {
    .FLV2-INDEX-logo {
        height: 30px;
        margin-top: 21px;
    }
}





.FLV2-WHITE-navbar {
    background: white;
}

.FLV2-WHITE-navbar-border-bottom {
    border-bottom: 1px solid #ece4e4;
}
.FLV2-WHITE-navbar-link:link {
    color: black!important;
    font-size: 16px!important;
    font-weight: normal!important;
}
.FLV2-WHITE-navbar-link:visited {
    color: black!important;
}
.FLV2-WHITE-navbar-link:hover {
    text-decoration: underline;
}
.FLV2-WHITE-logo {
    height: 30px;
    margin-top: 26px;
}
@media (max-width: 768px) {
    .FLV2-WHITE-logo {
        margin-top: 21px;
    }
}
/**********************************/
/**********************************/
/**********************************/
/**********************************/
#FLV2-INDEX-video-background {
    position: absolute;
    min-width: 100%;
    right: 0;
    bottom: 0;
    min-height: 100%;
    filter: brightness(75%);
}
@media (max-width: 768px) {
    #FLV2-INDEX-video-background {
        position: relative;
        width: 100%;
        right: unset;
        min-height: unset;
        bottom: unset;
    }
}


/**********************************/
/**********************************/
/**********************************/
/**********************************/


/**********************************/
/**********************************/
/**********************************/
/**********************************/
.FLV2-INDEX-header-section-title {
    padding-top: 7%;
}
.FLV2-INDEX-big-title {
    font-size: 66px;
    color: white;
    display: block;
    line-height: 90px;
        font-weight: 500;
    letter-spacing: -0.04em;
}
#FLV2-INDEX-big-title-left {
    margin-right: 9%;
    margin-bottom: 20px;
}
#FLV2-INDEX-big-title-right {
    margin-left: 9%;
}
@media (max-width: 768px) {
    .FLV2-INDEX-header-section-title {
        position: absolute;
        padding-top: 10px;
        background: white;
        margin-top: unset;
        padding-bottom: 10px;
        top: 80px;
    }
    .FLV2-INDEX-big-title {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: -0.05em;
    }
    #FLV2-INDEX-big-title-left {
        color: #1a7fc0;
        margin-right: 0;
        margin-bottom: 0;
    }
    #FLV2-INDEX-big-title-right {
        margin-left: 0;
        color: #1a7fc0;
    }
}
/**********************************/
/**********************************/
/**********************************/
/**********************************/



.FLV2-INDEX-header-section-bottom-row {
    position: absolute;
    width: 100%;
    bottom: 3%;
    padding: 30px 70px;
    left: 0;
}
.FLV2-INDEX-robot-h1 {
    color: white;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
}
@media (max-width: 768px) {
    .FLV2-INDEX-header-section-bottom-row {
        position: relative;
        padding: 0;
        padding-top: 0;
        background: #5d5f608a;
    }
    .FLV2-INDEX-robot-h1 {
        color: white;
        font-size: 14px;
        font-weight: 400;
    }
}



.FLV2-INDEX-header-section-button-devis {
    color: white;
    background: #f5821e;
    font-size: 18px;
    padding: 20px;
    border: 2px solid #f5821e;
    border-radius: 30px;
    transition: all 0.2s ease, visibility 0s;
}
.FLV2-INDEX-header-section-button-devis:hover {
    color: black;
    background: white;
    border: 2px solid #FFFFFF;
}


.FLV2-INDEX-first-section { padding-top: 100px; }

@media (max-width: 768px) {
    .FLV2-INDEX-first-section { padding-top: 90px; }   
}


.FLV2-h2 {
    color: #1B7DC0;
    font-size: 28px;
    font-weight: 500;
}
.FLV2-h2-black {
    color: black;   
}
.FLV2-h3 {
    color: #1B7DC0;
    font-size: 20px;
    font-weight: 400;
}
@media (max-width: 768px) {
    .FLV2-h2 {
        font-size: 18px;
    }  
    .FLV2-h3 {
        font-size: 18px;
    }  
}
.FLV2-p {
    color: #575151;
    font-size: 14px;
}


.FLV2-INDEX-form-container {
    background: #1B7DC0;
    padding: 20px 40px;
    border: 1px solid white;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 0px 24px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 24px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 24px -10px rgba(0,0,0,0.75);
    
}
.FLV2-INDEX-form-title {
    font-size: 17px;
    color: white;
    text-align: center;
    display: block;
    font-weight: 300;
}
.FLV2-input {
    border: 0;
    background: white;
    color: black;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
}
.FLV2-INDEX-form-label-quantite {
    color: white;
    font-weight: 400;
    margin-top: 19px;
    display: block;
    font-size: 12px;
}
.FLV2-input-nomartop {
    margin-top: 0px;
    margin-bottom: 5px;
}
.FLV2-INDEX-quantite-label {
    font-size: 20px;
    padding-top: 14px;
    color: white;
}
.FLV2-INDEX-form-mentions {
    color: white;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 10px;
}
.FLV2-INDEX-form-error-msg {
    background: #f4c6c6;
    padding: 5px 10px;
    color: #830000;
    font-size: 20px;
    margin-bottom: 5px;
    border-radius: 2px;
    display: none;
}
.FLV2-INDEX-form-mentions-small {
    font-size: 10px;
    color: white;
    margin-bottom: 0;
    padding-top: 0px;
}
.FLV2-INDEX-form-close {
    display: none; position: absolute; cursor: pointer; top: 23px; right: 4%;cursor: pointer;
}
@media (max-width: 768px) {
    
    .FLV2-INDEX-form-close {
        display: none; position: absolute; cursor: pointer; top: 12px; right: 2%;cursor: pointer;
    }
    .margin-auto-mob {
        margin-left: auto!important;
        margin: auto;
    }
    .FLV2-INDEX-form-mentions-small {
        font-size: 10px;
        padding-top: 20px;
    }
    .FLV2-INDEX-form-title {
        font-size: 14px;
    }
    .FLV2-INDEX-form-container {
        padding: 10px 0;
    }
    .FLV2-INDEX-form-mentions {
        font-size: 15px;
        font-weight: 500;
    }
    .FLV2-INDEX-form-error-msg {
        font-size: 14px;   
    }
    .FLV2-input {
        font-size: 14px;
    }
}



.FLV2-INDEX-avantage-box {
    border-radius: 20px;
    background: white;
    -webkit-box-shadow: 0px 0px 24px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 24px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 24px -10px rgba(0,0,0,0.75);
    padding: 50px;
    margin-bottom: 30px;
    padding-top: 60px;
}
.FLV2-INDEX-avantage-box img {
    margin-bottom: 15px;
}


@media (min-width: 768px) {
    .FLV2-INDEX-avantage-box {
        min-height: 280px;
    }
}

.FLV2-INDEX-atout-box {
    padding: 60px 0;
    height: 100%;
}
.FLV2-INDEX-atout-box li {
    color: #575151;
    font-size: 18px;
}
.FLV2-INDEX-atout-box-blue {
    background: #1c7dc0;
}

@media (max-width: 768px) {
    .FLV2-INDEX-atout-box {
        padding-top: 30px;
        height: auto;
        background: #1B7DC0;
                padding-bottom: 20px;
    }
    .FLV2-INDEX-atout-box h2 {
        color: white!important;
    }
    .FLV2-INDEX-atout-box ul li {
        color: white!important;
    }
}


.FLV2-INDEX-parralax-section {
    min-height: 600px;
    background: url('../images/flottech-background-index-p.png');
    background-size: cover;
    background-attachment: fixed;
}

@media (max-width: 768px) {
    .FLV2-INDEX-parralax-section {
        background-attachment: unset;
        background-position-x: center;   
        min-height: 280px; 
    }

}



.FLV2-INDEX-avis-clients-fixed {
    background: white;
    position: fixed;
    right: 0;
    top: 11%;
    width: 100px;
    padding: 12px;
    border-radius: 5px 0 0 5px;     
    -webkit-box-shadow: 0px 0px 24px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 24px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 24px -10px rgba(0,0,0,0.75);
}
.FLV2-INDEX-avis-clients-fixed img {
    width: 100%;
}
@media (max-width: 768px) {
    .FLV2-INDEX-avis-clients-fixed {
        display: none;
    }
}



.FLV2-INDEX-section-avis img {
    width: 100px;
}
.FLV2-INDEX-section-avis-col {
    border-top: 1px solid black;
    padding-top: 20px;
}
.FLV2-INDEX-section-avis-avis {
    color: black;
    font-size: 20px;
    text-align: left;
}
.FLV2-INDEX-section-avis-avis-img {
    height: 20px;
    width: unset!important;
    margin-top: 10px;
}
.FLV2-INDEX-section-avis-auteur {
    color: black;
    font-size: 18px;
    text-align: left;
    font-weight: 200;
}

@media (max-width: 768px) {
    .FLV2-INDEX-section-avis-avis {
        color: black;
        font-size: 18px;
        text-align: left;
    }
    .FLV2-INDEX-section-avis-col {
        border-top: none;
    }
}


.FLV2-FOOTER {
    background: #323232;
    color: white;
}
.FLV2-FOOTER-first-row {
    border-bottom: 1px solid white;
    text-align: left;
    margin-bottom: 25px;
    padding-bottom: 5px;
}
.FLV2-FOOTER-logo {
    height: 40px;
}
.FLV2-FOOTER-h4 {
    font-size: 18px;
    font-weight: 300;
    color: white;
}
.FLV2-FOOTER-link:link {
    font-size: 14px;
    color: white;
}
.FLV2-FOOTER-link:visited {
    font-size: 14px;
    color: white;
}
.FLV2-FOOTER ul {
    padding-left: 17px;
}






.FLV2-APROPOS-big-banner {
    width: 100%;
    border-radius: 50px;
}






.FLV2-MODAL-content {
    background: #1c7dc0;
    color: white;
    border: 0;
    text-align: center;
    border-radius: 1px;
}
.FLV2-MODAL-titre {
    color: white;
    font-size: 28px;
    margin: auto;
    font-weight: 300;
}
.FLV2-MODAL-header {
    border-bottom: 0;   
    text-align: center;
} 
.FLV2-MODAL-footer {
    border-top: 0;
    text-align: center;
}
.FLV2-MODAL-close {
    position: absolute;
    right: 5%;
    font-size: 40px;
}
.FLV2-MODAL-button-yes {
    margin: auto;
    border-radius: 40px;
    padding: 10px 20px;
}
.FLV2-MODAL-button-yes:hover {
    color: #f5821e;
    background-color: white;
    border-color: #f5821e;
}
.FLV2-MODAL-button-no {
    margin: auto;
    border-radius: 0;
    background: transparent;
    border: none;
}
@media (max-width: 768px) {
    .FLV2-MODAL-close {
        display: none;
    }
    .FLV2-MODAL-body {
        padding-top: 0;
    }
    .FLV2-MODAL-titre {
        font-size: 24px;
        font-weight: 600;
    }
    .FLV2-MODAL-button-yes {
        margin-top: 15px;
        display: block;
    }
    .FLV2-MODAL-button-no {
        display: block;
    }
}











.FLV2-TUNNEL-ariane-maindiv {
    display: flex;     
    margin-top: 20px;
}
.FLV2-TUNNEL-ariane-div {
    color: white;
    text-align: center;
    padding: 10px 10px;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    background: #1B7DC0;
}
.FLV2-TUNNEL-ariane-number {
    font-size: 30px;
    color: #f5821e;
}
.FLV2-TUNNEL-ariane-number-img {
    height: 19px;
    vertical-align: sub;
}
.FLV2-TUNNEL-ariane-div-light {
    
}
.FLV2-TUNNEL-ariane-div-PREVIOUS {
    opacity: 1;
    color: black;
    background: #82b4d6;
}
.FLV2-TUNNEL-ariane-div-NEXT {
    opacity: 0.4;
    background: #629cc3;
}
.FLV2-TUNNEL-ariane-div-ACTIVE {
    background: #1e6b9f;
}
.no-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.cursor-pointer {
    cursor: pointer;
}
    




.FLV2-TUNNEL-scale-duree {
    transform: scale(1.18);
    background: white;
    z-index: 5;
    position: relative;
}
@media (min-width: 768px) {
    
    .FLV2-TUNNEL-decalage-top-formule {
        margin-top: 20%;
    }
    .FLV2-TUNNEL-decalage-top-install {
        margin-top: 0%;
    }
}
    
.FLV2-TUNNEL-first-section {
    padding-top: 10px;
}
.FLV2-TUNNEL-soustitre {
    color: #1B7DC0;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}
    .mob-only-table-cell {
            display: none;
    }    
@media (max-width: 768px) {
    .mob-only-table-cell {
            display: table-cell;
    }    
.FLV2-TUNNEL-first-section {
    padding-top: 20px;
}
    .FLV2-TUNNEL-scale-duree {
        transform: scale(1);
    }
    .FLV2-TUNNEL-soustitre {
        font-size: 14px;
        margin-bottom: 30px;
    }
}
.FLV2-TUNNEL-mentions {
    font-size: 14px;
}
.FLV2-TUNNEL-choixdespros {
    color: white;
    font-size: 13px;
    background: #1B7DC0;
    padding: 5px 12px;
    font-weight: 500;
    width: 57%;
    margin-left: auto;
    left: 0;
    right: 0;
    top: -16px;
    position: absolute;
    margin-right: auto;
}
.FLV2-TUNNEL-choixdespros img {
    height: 18px;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
}
.FLV2-TUNNEL-bloc-formule {
    border: 1px solid white;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 5px 20px;
    padding-bottom: 10px;
    border: 1px solid #d1d1d1;

}

.FLV2-TUNNEL-bloc-formule:hover {
    border: 1px solid #1B7DC0;
    background: #f7f7f7;
    transition: 0.2s;
}

.FLV2-TUNNEL-bloc-formule-balise-img {
    height: 80px;
}
@media (max-width: 768px) {
    .no-pad-y-mob {
        padding-top: 0!important;
    }
   .FLV2-TUNNEL-bloc-formule-first-bloc {
        margin-bottom: 60px;
    }
    .FLV2-TUNNEL-choixdespros {
        padding: 5px 5px;
        font-size: 10px;
    }
    
    .FLV2-TUNNEL-choixdespros img {
        height: 14px;
    }
    .FLV2-TUNNEL-bloc-formule {
        padding: 5px 15px;
        margin-bottom: 27px;
        padding-bottom: 20px;
        padding-top: 10px !important;
    }
}
.FLV2-TUNNEL-bloc-formule-selected {
    border: 3px solid #1B7DC0!important;
    transition: 0s!important;
    -webkit-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.75);
}
.FLV2-TUNNEL-bloc-formule-titre {
    color: black;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0;
    font-weight: 500;
}
.FLV2-TUNNEL-bloc-formule-titre-duree {
    font-size: 20px;
}
.FLV2-TUNNEL-bloc-formule-titre span {
    color: #f5821e;
}
.FLV2-TUNNEL-bloc-formule-infoprix {
    color: #545454;
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: 5px;
}
.FLV2-TUNNEL-bloc-formule-liste {
    text-align: left;
    color: #474545;
    font-size: 14px;
    line-height: 20px;
}
.FLV2-TUNNEL-bloc-formule-liste img {
    width: 15px;
    vertical-align: text-bottom;
}
@media (max-width: 768px) {
    .FLV2-TUNNEL-bloc-formule-liste {
        line-height: 19px;
        font-size: 12px;
    }
    .FLV2-TUNNEL-bloc-formule-titre {
        font-size: 20px;
    }
    
    .FLV2-TUNNEL-bloc-formule-liste img {
        width: 14px;
        vertical-align: text-bottom;
    }
}


.FLV2-TUNNEL-lien-retour {
    display: block;
    margin-top: 15px;
}
.FLV2-TUNNEL-lien-retour:link {
    color: #616161;
}

.FLV2-TUNNEL-lien-retour:active {
    color: #616161;
}

.FLV2-TUNNEL-lien-retour:visited {
    color: #616161;
}

    

.FLV2-TUNNEL-promo-bar {
    background: #f5821e;
    color: white;
    padding: 10px 0;
    font-size: 20px;
}

.FLV2-RECAP-promo-in-form {
    background: #f5821e;
    color: white;
    padding: 10px 0;
    font-size: 27px;
    margin-bottom: 20px;
    width: 112%;
    margin-left: -6%;
}
.FLV2-RECAP-promo-in-form span {
    font-size: 12px;
    display: block;
}

@media (max-width: 768px) {
    
    .FLV2-RECAP-promo-in-form {
        font-size: 23px;
        width: 100%;
        margin-left: 0;
    }
    
    

    .FLV2-TUNNEL-promo-bar {
        font-size: 16px;
    }

}


.FLV2-TUNNEL-entoure-orange-install {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 12px;
    margin-top: 5px;
    line-height: 20px;
    cursor: pointer;
}
.FLV2-TUNNEL-entoure-orange-install img {
    width: 100%!important; 
    border: 1px solid #1b7dc0;
    border-radius: 7px;
}

.FLV2-TUNNEL-recap-lien-modifier {
    color: #0f4d77;
    font-size: 14px;
    cursor: pointer;
}

.FLV2-RECAP-table {
    margin: auto;
    margin-top: 20px;
}
.FLV2-RECAP-table tr {
    border-bottom: 1px solid #f6f6f6;
}
.FLV2-RECAP-table-td-titre {
    text-align: left;
    padding: 3px 10px;
    color: black;
}
.FLV2-RECAP-table-td-valeur {
    text-align: left;
    color: black;
    padding: 3px 10px;
}
.FLV2-RECAP-total-mensuel-div {
    background: #1b7dc014;
    padding: 10px 20px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
    color: #005792;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}
.FLV2-RECAP-total-mensuel-div span {
    font-weight: 400;
}
.FLV2-RECAP-total-mensuel-div b {
    font-weight: 600;
}
@media (max-width: 768px) {
    
    .FLV2-RECAP-total-mensuel-div {
        font-size: 15px;
    }
   .FLV2-RECAP-table-td-titre {
       vertical-align: top;
       padding-left: 0;
       font-size: 13px;
    }
    .FLV2-RECAP-table-td-valeur {
        vertical-align: top;
        padding-right: 0;
       font-size: 14px;
    } 
    
    .FLV2-RECAP-table-td-titre {
        width: 32%;
    }
}




.FLV2-TUNNEL-case-signature {
    display: block;
    touch-action: none;
    border: 2px solid #1e6b9f;
    margin: auto;
    margin-top: 4px;
    margin-bottom: 4px;
}
.FLV2-TUNNEL-signature-undo {
    display: block;
    margin-bottom: 26px;
    margin-top: 13px;
    cursor: pointer;
    font-size: 12px;
}

.FLV2-TUNNEL-dil-loader {
    display: none;
    padding-top: 160px;
    font-size: 30px;
    color: black;
    background: #ffffffe3;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    text-align: center;
    top: 0;
    z-index: 5000000;
}
.FLV2-TUNNEL-dil-loader img {
    height: 30px;
}

.FLV2-avis-text-white {
    color: white;
    font-size: 13px;
    font-weight: 500;
}
.FLV2-avis-text-black {
    color: black;
    font-size: 13px;
    font-weight: 500;
}
.FLV2-avis-footer-div {
    margin-top: 30px;
    display: block;
    margin: auto;
}
.FLV2-avis-footer-div img {
    display: block;
    margin: auto;
    width: 80px;
}
.FLV2-avis-bottom-div {
    margin-top: 0px;
    display: block;
    text-align: center;
    margin-left: auto;
}
.FLV2-avis-bottom-div img {
    display: block;
    margin: auto;
    width: 120px;
}

.FLV2-donttrack-panel {
position: fixed;
    top: 100px;
    left: 0;
    z-index: 5000;
    border-radius: 0 5px 5px 0;
    padding: 10px;
    background: #f4ce6e;
    color: black;
    text-align: left;
    font-size: 12px;
    border: 1px solid black;
    border-left: 0;
}
.FLV2-donttrack-panel h5 {
    font-size: 12px;
    color: black;
}

@media (max-width: 768px) {
    .FLV2-avis-bottom-div {
        float: none;
    }
    .FLV2-donttrack-panel {
        right: 0;
        left: unset;
        top: 0;
        padding: 2px 10px;
        border-radius: 2px 0 0 2px;
        border-left: 1px solid black;
        border-right: none;
        border-top: 0;
        padding-bottom: 0;
    }
    .FLV2-donttrack-panel h5 {
        font-size: 10px;
    }
}


.FLV2-etre-rappele {
    background: #f5821e;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    position: fixed;
    bottom: 2%;
    right: 10%;
    font-size: 14px;
    z-index: 10;
    padding: 15px 20px;
}
.FLV2-etre-rappele i {
    font-size: 31px;
}

.FLV2-sup-centime {
    top: -10px;
    font-size: 12px;
}

.FLV2-SOLUTIONS-benefices-div {
    background: white;
    padding: 30px;
    text-align: center;
}
.FLV2-SOLUTIONS-benefices-div img {
    width: 15px;
}
.FLV2-SOLUTIONS-liste {
    text-align: left;
    line-height: 32px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .FLV2-SOLUTIONS-liste {
        text-align: left;
        font-size: 13px;
        line-height: 24px;
    }
    .FLV2-SOLUTIONS-benefices-div {
        background: white;
        padding: 10px;
        text-align: center;
    }
}


.FLV2-3FF-OFFRE-inline {
    font-size: 17px;
    color: #f5821e;
    border: 2px dotted #f5821e;
    padding: 10px 15px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
.FLV2-3FF-OFFRE-inline {
    font-size: 14px;
}
}

@media (min-width: 768px) {
.FLV2-fixed-nav {
    /*
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    background: white;
    */
}
    .FLV2-1-md6-to-md12 {
        flex: 0 0 100%;
        max-width: 100%;
        transition: 1s;
    }
}





.FLV2-1 {
    
}
.FLV2-1-ul {
    list-style-type: none;
    padding-left: 0;
}
.FLV2-1-ul li {
    margin-bottom: 10px;
    font-size: 16px;
    color: black;
    font-weight: 400;
}
.FLV2-1-ul img {
    height: 18px; 
    vertical-align: sub;
}

.FLV2-2-recap-bloc {
    width: 100%;
    color: black;
    margin-top: 10px;
    background: #f5fbff;
    margin-bottom: 10px;
    border-radius: 13px;
}
.FLV2-2-recap-bloc-top {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
}
.FLV2-2-recap-bloc-bottom {
    font-size: 14px;
    padding: 10px 10px;
}
.FLV2-1-TUNNEL-recap-lien-modifier {
    color: #f5811f;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    margin-left: 0px;
    margin-right: 10px;
}
.FLV2-2-recap-lien-changer-config {
    color: #f5811f;
    display: inline-block;
    margin-top: 10px;
}
.FLV2-2-recap-total-bloc {
    width: 100%;
    display: flex;
    margin-top: 10px;
}
.FLV2-2-recap-total-bloc-left {
    background: #d3e7f5;
    color: black;
    padding: 20px;
    font-size: 20px;
    width: 50%;
}
.FLV2-2-recap-total-bloc-right {
    background: #1e6b9f;
    color: white;
    padding: 20px 0;
    font-size: 18px;
    text-align: center;
    width: 50%;
}
.FLV2-2-bloc-adresse-incomplete {
    border: 1px solid red;
}
.FLV2-2-label-recap {
    color: black;   
}
.FLV2-2-recap-input {
    border: 1px solid #e2e2e2;
    padding: 5px 10px;
}
.FLV2-1-resume-adresse {
    width: 100%;
}
.bloc-adresse-form-hide {
    max-height: 0;
    overflow: hidden;
    transition: 1s;
}
.bloc-adresse-form-show {
    max-height: 800px;
    overflow: hidden;
    transition: 1s;
}
.FL2-1-input-nopad {
    padding: 5px 10px;
}
.FLV2-1-recap-soustitre {
    color: black;
    font-size: 24px;
    font-weight: 300;
    margin-top: 50px;
}
.FLV2-1-recap-soustitre-2 {
    color: black;
    font-size: 18px;
    font-weight: 300;
    margin-top: 60px;
}
.FLV2-1-recap-soustitre span {
    color: #f5821e;
    font-weight: 400;
}
.FLV2-1-phrase-reception {
    color: #1e6b9f;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
}
.FLV2-1-phrase-reception span {
    display: block;
    font-size: 13px;
    text-transform: none;
    font-weight: 300;
}
.FLV2-1-promo-bar-bottom {
    background: #f5821e;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 19px;
}

@media (max-width: 768px) {

    .FLV2-2-recap-bloc-bottom {
        font-size: 13px;
        padding: 8px 10px;
    }
    .FLV2-1-recap-pack-img {
        width: 80%!important;
    }
    .FLV2-1-recap-soustitre {
        margin-top: 10px;
        font-size: 13px;
        margin-bottom: 0;
    }
    .FLV2-1-recap-soustitre-2 {
        margin-top: 0px;
        font-size: 14px;
        margin-bottom: 0;
    }
    .FLV2-1-phrase-reception {
        font-size: 17px;
    }

    .FLV2-2-recap-total-bloc {
        width: 100%;
        display: flex;
    }
    .FLV2-2-recap-total-bloc-left {
        background: #82b4d6;
        color: black;
        padding: 10px;
        font-size: 15px;
        width: 50%;
    }
    .FLV2-2-recap-total-bloc-right {
        background: #1e6b9f;
        color: white;
        padding: 10px 0;
        font-size: 15px;
        text-align: center;
        width: 50%;
    }
}

.modal {
    z-index: 11050;
}
.FLV2-input-index {
    border: 1px solid #a0a0a0;
    border-radius: 3px;
    background: #f4f4fa;
    margin-top: 0;
    margin-bottom: 10px;
}
.FLV2-label-index {
    color: white;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}
.FLV2-label-index sup {
    color: white;
    display: none;
}
#index-form-wrapper {
    position: fixed;
    z-index: 10000000;
    top: 0px;
    left: 0%;
    height: 100%;
    background: #000000a3;
    width: 100%;
    display: none;
}
.FLV2-index-form-fixed {
    position: fixed;
    z-index: 10000000;
    top: 10px;
    left: 34%;
    width: 500px;
}

.FLV2-index-form-button-mini {
    margin-top: 20px;
}


.FLV2-2-RECAP-table {
    width: 100%;
    margin-bottom: 0px;
}
.FLV2-2-RECAP-table tr {
    border-bottom: 1px solid #c0e5fe;
}
.FLV2-2-RECAP-table tr:last-child {
    border-bottom: none;
}
.FLV2-2-RECAP-table td {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    text-align: left;
    vertical-align: top;
}
.FLV2-2-RECAP-table-td-left {
    padding-right: 10px;
    color: black;
    font-weight: 500;
}
.FLV2-2-RECAP-table-td-right {
    color: black;
}
.FLV2-2-RECAP-table-td-promo {
    color: red;
    font-weight: 500;
}

@media (max-width: 768px) {
    .FLV2-index-form-fixed {
        position: fixed;
        z-index: 10000000;
        top: 10px;
        left: 2%;
        width: 96%;
    }  
    .FLV2-index-form-button-mini {
        padding: 8px 10px;
        width: 100%;
        margin-top: 0;
        margin-top: 0px;
    }
}


.FLV2-top-carousel {
    width: 100%;
    height: 40px;
    overflow: hidden;
    background: #1e6b9f;
    color: white;
    text-align: center;
}

.FLV2-top-carousel-item {
    display: none;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
}

.FLV2-top-carousel-active {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: appear 1.2s;
}

@media (max-width: 768px) {
    .FLV2-top-carousel-item {
        font-size: 14px;
    }
}
@keyframes appear {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}





.breadcrumb {
	list-style-type: none;	
    background-color: transparent;
    margin: 0;
}                               
.FLV2-bread {
	display: inline-block;
	position: relative;
    margin-right: 2px;
	&::before,
	&::after{
		content: '';
		position: absolute;
		left: 0;
		height: 50%;
		width: 100%;
        background: #c0d5e4;
	}
	&::before {
		top: 0;
		transform: skew(20deg);
		z-index: 1;
	}
	&::after {
		bottom: 0;
		transform: skew(-20deg);
		z-index: 1;
	}

}                                       
.FLV2-bread-active {
	&::before { 
background: #1e6b9f;  
	}
	&::after { 
background: #1e6b9f;  
	}
}                        
.FLV2-bread span {
	display: inline-block;
	position: relative;
    font-size: 15px;
    cursor: pointer;
	line-height: 2.5;
	padding: 0 20px;
	color: white;
	text-decoration: none;
    z-index: 4;
}


.FLV2-INFOGR-div {
    background: #afd4ee;
    border-radius: 20px;
    padding: 20px 40px;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
.FLV2-INFOGR-img {
    width: 100%;
    position: absolute;
    bottom: -20px;
    right: 20px;
}
.FLV2-INFOGR-img-rel {
    position: absolute;
    bottom: 0;
        width: 165px;
        right: 0;
}
.FLV2-INFOGR-img-inc {
    width: 140px;
    position: absolute;
    top: -10px;
    right: -20px;
}

.FLV2-INFOGR-h3 {
    font-size: 16px;
    color: black;
    background: white;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 10px;
    font-weight: 400;
    margin-top: 0px;
}
.FLV2-INFOGR-h2 {
    color: black;
}
.FLV2-INFOGR-p {
    color: black;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
}
.FLV2-INFOGR-ul {
    list-style: none;
    padding-left: 0;
}
.FLV2-INFOGR-ul li {
    color: black;
    font-size: 14px;
    font-weight: 600;
}
.FLV2-INFOGR-ul li i {
    color: #1b7dc0;
}


    .mob-only-li {
        display: none;
    }

.FLV2-offert-appel {
    color: #f5821e;
}
.mob-only-flex {
    display: none;
}
@media (max-width: 768px) {
    .FLV2-TUNNEL-infographie-section {
        padding-top: 0;   
    }
    .FLV2-TUNNEL-infographie-container {
        padding-left: 0;
        padding-right: 0;
    }
    .mob-only-flex {
        display: flex;
    }
    .mob-only-li {
        display: list-item;
    }
    .FLV2-INFOGR-div {
        padding: 10px 5px;
        margin-bottom: 10px;
        border-radius: 0;
        padding-bottom: 0;
    }
    .FLV2-INFOGR-img {
        width: 117px;
        bottom: -10px;
        right: -18px;
    }
    .FLV2-INFOGR-img-inc {
        display: none;
    }

    .FLV2-INFOGR-h3 {
            font-size: 15px;
    }
    .FLV2-INFOGR-h2 {
            font-size: 19px;
    }
    .FLV2-INFOGR-p {
        font-size: 13px;
    }
    .FLV2-INFOGR-ul {
        padding-inline-start: 0px;
        list-style: none;
    }  
    .FLV2-INFOGR-ul li {
        font-size: 12px;
    }   
}

.FLV2-blink-me {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.2;
  }
}




.FLV2-1-TUNNEL-recap-lien-modifier-mobile {
    text-align: center;
    color: #0f4d78;
    font-size: 13px;
    font-weight: 500;
    margin-top: 4px;
}


@media (max-width: 768px) {
    .FLV2-mobile-bottom-nav {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #f8f8f8;
        left: 0;
        padding-top: 10px;
        padding-bottom: 5px;
        z-index: 10;
    }
    
    .FLV2-mobile-bottom-nav-height {
    
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
}


.FLV2-AVISV2-avis-div {
    padding: 15px 15px;
    background: white;
    border-radius: 20px;
    text-align: left;
    box-shadow: 0px 0px 18px -3px rgba(191,191,191,1);
    margin-bottom: 10px;
    min-height: 170px;
}

.FLV2-AVISV2-avis-text {
    font-size: 0.875rem;
    color: black;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: normal;
    margin-bottom: 0;
}

.FLV2-AVISV2-avis-author {
    font-size: 18px;
    color: black;
    font-weight: 600;
}


.FLV2-AVISV2-avis-div img {
    height: 17px;
    display: block;
}


.FLV2-PAGE-h1 {
    color: #1B7DC0;
    font-size: 20px;
    margin-bottom: 18px;
}

.FLV2-BLOG-h1 {
    color: #1B7DC0;
    font-size: 34px;
}
.FLV2-BLOG-h2 {
    font-size: 26px;
    margin-top: 31px;
}
.FLV2-BLOG-h3 {
    font-size: 20px;
    margin-top: 31px;
}
.FLV2-BLOG-p {
    
}
.FLV2-BLOG-p b {
    color: black;
}
.FLV2-BLOG-ul li b {
    color: black;
}


.FLV2-top-tel-france {
    background: #f5821e;
    color: white;
    padding: 5px 8px;
    border-radius: 10px;
}
.FLV2-top-tel-france span {
    font-size: 14px;
}
.FLV2-top-tel-france img {
    height: 23px;
}

@media (max-width: 768px) { 
    .FLV2-top-tel-france {
        background: #f5821e;
        color: white;
        padding: 5px 8px;
        border-radius: 10px;
    }
    .FLV2-top-tel-france span {
        display: none;
    }
    .FLV2-top-tel-france img {
        display: none;
    }
}


.FLV2-TUNNEL-BP-div {
    padding: 5px;
    width: 83%;
    cursor: pointer;
}
.FLV2-TUNNEL-BP-div-selected {
    background: #afd4ee36;
}
.FLV2-TUNNEL-BP-titre-solution {
    font-weight: 500;
    color: black!important;
    text-decoration: none!important;
}
.FLV2-TUNNEL-BP-description {
    padding-left: 16px;
    margin-bottom: 0;
    color: black!important;
    text-decoration: none!important;
}
.FLV2-TUNNEL-BP-description span {    
    display: block;
    font-weight: 500;
    color: #1b7dc0!important;
    text-decoration: none!important;
}

@media (max-width: 768px) { 

    .FLV2-TUNNEL-BP-div-right {
        padding-left: 15px!important;
    }
    .FLV2-TUNNEL-BP-div {
        margin-bottom: 15px;
    }
}


.FLV2-2-RECAP-table-td-left {
    width: 145px;
}
.FLV2-TUNNEL-recapV3-fond-bleu {
    background: #f5fbff;
    padding: 10px 20px;
    border-radius: 13px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.FLV2-TUNNEL-recapV3-col-scroll {
    max-height: 700px;
    overflow-y: scroll;
}
.FLV2-TUNNEL-recapV3-pack-img {
    width: 80%;
    margin: auto;
    display: block;
}
#fmes-offert-2 {
    margin-left: 5px;
}





.FL-LUNION-RECAP-item-0 {
    padding-top: 10px;
}
.FL-LUNION-RECAP-item-1 {
    padding-top: 60px;
}
.FL-LUNION-RECAP-item-2 {
    padding-top: 0px;
}
.FL-LUNION-RECAP-item-3 {
    padding-top: 80px;
}


.FL-799-TOP-IMG {
    width: 100%;
    display: block;
    margin: auto;
}


@media (max-width: 768px) { 
.FL-799-TOP-IMG {
    width: 50%;
    display: block;
    margin: auto;
}
.FL-LUNION-RECAP-item-0 {
    padding-top: 0px;
}
.FL-LUNION-RECAP-item-1 {
    padding-top: 40px;
}
.FL-LUNION-RECAP-item-2 {
    padding-top: 0px;
}
.FL-LUNION-RECAP-item-3 {
    padding-top: 40px;
}

    #fmes-offert-2 {
        margin-left: 0px;
    }
    .FLV2-TUNNEL-recapV3-col-scroll {
        max-height: unset;
        overflow-y: auto;
        margin-top: 40px;
    }
    .FLV2-1-TUNNEL-recap-lien-modifier {
    }
    .FLV2-1-TUNNEL-recap-lien-modifier:last-child {
        margin-top: 0px;
    }
    .FLV2-TUNNEL-recapV3-fond-bleu {
        padding: 0px;
    }
    .FLV2-2-RECAP-table-td-left {
        width: 88px;
    }
    .FLV2-TUNNEL-recapV3-pack-img {
        width: 60%;
        margin: auto;
        display: block;
    }
    
    
    
    
    .FL-LUNION-RECAP-DIV-gauche {
        padding-bottom: 0!important;
    }
}




.FL-LUNION-RECAP-DIV-gauche {
    background: #f3f3f3;
    padding: 20px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
}
.FL-LUNION-RECAP-DIV-droite {
    border: 2px solid #eaeaea;
    padding: 20px;
    border-radius: 10px;
}
.FL-LUNION-RECAP-DIV-droite-titre {
    color: black;
    display: block;
    text-align: center;
    font-size: 18px;
}
.FL-LUNION-RECAP-DIV-droite-liste {
    color: black;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 0;
}
.FL-LUNION-RECAP-DIV-droite-liste b {
    font-weight: 500;
}
.FL-LUNION-RECAP-DIV-droite-adresse {
    color: black;
    font-size: 15px;
    border: 1px solid #f5821f;
    border-radius: 6px;
    padding: 10px;
    padding-left: 0;
}
.FL-LUNION-RECAP-DIV-droite-resume-adresse {
    color: black;
    font-weight: 300;
    font-size: 15px;
} 
.FL-LUNION-RECAP-DIV-droite-table {
    width: 100%;
    margin-bottom: 30px;
} 
.FL-LUNION-RECAP-DIV-droite-table-td-left {
    color: black;
    font-weight: 300;
    font-size: 15px;
    padding: 5px;
    padding-left: 0;
    text-align: left;
} 
.FL-LUNION-RECAP-DIV-droite-table-td-right {
    color: black;
    font-weight: 300;
    font-size: 15px;
    padding: 0px;
    padding-right: 0;
    text-align: right;
} 
.FL-LUNION-RECAP-DIV-droite-table-tr-underline {
    border-bottom: 1px solid #2196F3;
}
.FL-LUNION-RECAP-DIV-droite-table-tr-topline {
    border-top: 1px solid #2196F3;
}
.FL-LUNION-RECAP-DIV-droite-telephone {
    text-align: center;
    color: #f5821e;
    font-weight: 500;
    margin-top: 20px;
    font-size: 25px;
    display: block;
}
.FL-LUNION-RECAP-DIV-gauche-slide-img {
    width: 80%!important;
    margin: auto!important;
    display: block!important;
}
.FL-LUNION-RECAP-DIV-gauche-slide-h2 {
    font-size: 17px;
    color: #1B7DC0;
    display: block;
    text-align: center;
}
.FL-LUNION-RECAP-DIV-gauche-slide-h3 {
    font-size: 15px;
    color: #1B7DC0;
    display: block;
    text-align: left;
    margin-bottom: 0;
}
.FL-LUNION-RECAP-DIV-gauche-slide-p {
    font-size: 14px;
    color: black;
    display: block;
    margin: 0;
    margin-bottom: 10px;
}
.FL-LUNION-RECAP-DIV-gauche-slide-p-big {
    font-size: 20px;
}
.FL-LUNION-RECAP-DIV-gauche-slide-h2-orange {
    font-size: 20px;
    color: #f5821e;
    display: block;
    text-align: center;
}
.FL-LUNION-RECAP-DIV-gauche-slide-list {
    color: black;
    padding-top: 20px;
    font-size: 14px;
}
.FL-LUNION-RECAP-DIV-gauche-slide-list-big {
    color: #1B7DC0;
    padding-top: 20px;
    font-size: 20px;
}
.FL-LUNION-RECAP-DIV-gauche-slide-list i {
    color: #f5821e;
}
.FL-LUNION-RECAP-DIV-gauche-slide-list-big i {
    color: #f5821e;
}
.FL-LUNION-RECAP-3FF {
    background: #00800030;
    color: green;
    padding: 3px 5px;
    display: inline;
    word-break: break-word;
    font-weight: 600;
    font-size: 15px;
}
.FLV2-RGPD-wrapper {
    height: 100%;
    width: 100%;
    z-index: 230000000;
    position: fixed;
    top: 0;
    left: 0;
    background: #00000082;
    display: none;
}
.FLV2-RGPD-window {
    background: white;
    padding: 20px;
    position: absolute;
    top: 30%;
    left: 30%;
    width: 40%;
    border-radius: 4px;
}
.FLV2-RGPD-title {
    color: black;
    font-size: 23px;
    display: block;
    text-align: center;
}
.FLV2-RGPD-p {
    color: black;
    font-size: 15px;
    display: block;
    font-weight: 300;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 23px;
}
.FLV2-RGPD-button-accept {
    padding: 10px 20px;
    color: #fff;
    background-color: #f5821e;
    border: 1px solid #f5821e;
    border-radius: 20px;
}
.FLV2-RGPD-button-refuse {
    padding: 10px 20px;
    color: black;
    background-color: white;
    border: 1px solid gray;
    border-radius: 20px;
}

@media (max-width: 768px) {   

    .FL-LUNION-RECAP-DIV-gauche-slide-p-big {
        font-size: 18px;
    }
    .FLV2-RGPD-window {
        top: 20%;
        left: 5%;
        width: 90%;
    }
    #lien-adresse-facturation {
        font-size: 14px!important;
    }
    .FL-LUNION-RECAP-DIV-droite {
        padding: 10px;
    }
    .FL-LUNION-RECAP-DIV-droite-adresse {
        padding-left: 0;
        padding-right: 0;
    }
    .FL-LUNION-RECAP-DIV-droite-table-td-right {
        font-size: 14px
    }
    .FL-LUNION-RECAP-DIV-droite-resume-adresse {
        font-size: 14px;
    }
    .FLV2-WHITE-logo {
        height: 26px;
    }
}

.FLV2-BLOG-BACK-div {
    display: block;
    margin-bottom: 20px;
    color: #1B7DC0;
}
.FLV2-BLOG-BACK-div a:link {
    color: #1B7DC0;
    font-size: 14px;
}
.FLV2-BLOG-BACK-div a:visited {
    color: #1B7DC0;
    font-size: 14px;
}
.FLV2-BLOG-BACK-div a:hover {
    color: #1B7DC0;
    font-size: 14px;
}
.FLV2-BLOG-BACK-div a:active {
    color: #1B7DC0;
    font-size: 14px;
}

.FL-LUNION-arguement-sous-bouton {
    color: #f5821f;
        padding-top: 10px;
}

.FLV23-TUNNEL-bloc-formule-infoprix {
    color: #545454;
    font-size: 13px;
    margin-left: 10px;
    display: inline;
}
.FLV23-TUNNEL-bloc-formule-titre {
    color: black;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 500;
    display: inline-block;
}
.FLV23-TUNNEL-left-encart {
    border: 1px solid #f1f1f1;
    border-radius: 10px;
}
.FL23-TUNNEL-recommnade {
    position: absolute;
    top: -13px;
    background: #d8efff;
    color: black;
    font-size: 13px;
    font-weight: 600;
    right: 20px;
    padding: 3px 10px;
    border-radius: 8px;
    z-index: 20000;
}