@CHARSET "utf-8";

@media print
{
    .no-print, .no-print * { display: none !important; }
    .page-break-after {page-break-after: always;}
}
@page {
    margin-top: 20mm;
    margin-bottom: 20mm;
    margin-left: 12mm;
    margin-right: 10mm;
}

/* Common
*************************************************/
.center { text-align: center !important; }
.align-left   { text-align: left !important; }
.align-right  { text-align: right !important; }
.u { text-decoration: underline !important; }
.b { font-weight: bold; }
.valign-middle { vertical-align: middle !important; }
.valign-top { vertical-align: top !important; }
.inline-block { display: inline-block !important; }
hr {border:0;border-top:1px dotted #cacaca;margin:15px 0;}
.w100 { width: 100px !important; }
.w150 { width: 150px !important; }
.w200 { width: 200px !important; }
.w300 { width: 300px !important; }
.hidden { display: none; }
.break-word { word-wrap: break-word; word-break: break-all; }
form { margin: 0; }
ul { margin: 10px 0 15px; }
li { margin-bottom: 8px; }
.mb-15 { margin-bottom: 15px; }
.mr20 { margin-right: 20px; }

.danger { color:#B94A48 !important; }

/* placeholder fix */
:focus::-webkit-input-placeholder { color:transparent; }
:focus::-moz-placeholder { color:transparent; }
:focus::placeholder { color:transparent; }

.clearfloat {
    clear: both;
    line-height: 0;
    height: 0;
    margin: 0;
    font-size: 1px;
}

/* clear float - div self clearing */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.visuallyhidden,
form .check {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.success {
    border: 1px solid #009B00;
    background: #edfced url(../img/icon-ok.png) no-repeat 10px center;
    padding: 10px 10px 10px 45px !important;
    font-size: 14px;
    color: #228B22;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 20px 20px;
}
.error {
    border: 1px solid #f5aca6;
    background: #ffecec url(../img/error.png) no-repeat 10px center;
    padding: 10px 10px 10px 45px !important;
    font-size: 14px;
    color: #990000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 20px 20px;
    line-height: 1.3em;
}
.error ul { margin: 0; padding: 0; }
.error li { margin: 0 0 0 30px; padding: 0; list-style-type: none; line-height: 1.2em; }
.info {
    border: 1px solid #e2cc1b;
    background: #fff3cd;
    padding: 10px;
    font-size: 15px;
    color: #856404;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 20px 20px;
    text-align: center;
}

/* Autocomplete
*************************************************/
.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #0097AD; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

/* Content
*************************************************/

.deco { width: 150px; margin-top: 8px; }
.deco a > li { margin-top: 2px; }
.espace { margin-left: 8px; }
.content.infos > h1 { text-transform: uppercase; }
.c-menu .not-link {
    cursor: default;
}
#coeur::before { top: 12px; }
#compte::before { top: 13px; }
.ariane > a:after{content:">";color:#999999;margin:0 8px;}
.ariane > a:last-of-type:after{content:"";margin:0 0;}

.bloc-fieldset {
    border: 1px solid #b8d6dc;
    color:#525252;
    border-radius: 5px;
    margin: 0 20px 20px 20px;
    background-color:white;
    padding: 0 1.4583%;
}
.bloc-fieldset h2 {
    color: #043e46;
    font-size: 24px;
    padding-top: 20px;
    letter-spacing: 0;
    margin-bottom: 1rem;
}
.bloc-fieldset b {
    color: red;
}

/* .bloc-fieldset .bg-blue > li, .bloc-fieldset .bg-blue > div { background-color: #edf8fa; } */
.bloc-fieldset >ul{padding-left: 29px;margin:0;}
.bloc-fieldset >ul >li{font-size:15px;list-style:none;display: inline-block;height:100%;margin:0;line-height:0;padding: 20px 0 20px 10px;vertical-align: top;}
.blue{background-color:#edf8fa;}
.bloc-fieldset >ul >li:nth-child(1){width:30%;}
.bloc-fieldset >ul >li:nth-child(2){width:60%;}
.bloc-fieldset .label {
    line-height: 20px;
    text-transform: uppercase;
}
.has-error input[type=text],
.has-error input[type=file],
.has-error textarea,
.has-error select {
    border-color: #d893a1;
    background-color: #fbe6f2;
}
.error-msg {
    color: red;
    display: none;
}
.bloc-fieldset .error-msg {
    margin: 5px 0 0 30px;
}

.list th {
    padding: 10px 5px;
    vertical-align: middle;
    text-transform: uppercase;
    line-height: 1.1em;
}
.list td {
    padding: 6px 5px;
    vertical-align: middle;
    line-height: 1.1em;
}
.list td.grey {
    padding: 10px 5px;
}
.list td.grey.small {
    padding: 6px 5px;
}

/* Pagination
*************************************************/
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}
ul.pagination li {display: inline;}
ul.pagination li a {
    font-size: 12px;
    font-weight: 600;
    color: #555;
    float: left;
    padding: 8px 12px;
    text-decoration: none;
    transition: background-color .2s;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 4px;
    line-height: 1em;
}
ul.pagination li a.active {
    background-color: #0097ad;
    color: white;
    border: 1px solid #0097ad;
}
ul.pagination li a:hover:not(.active) {background-color: #eee;}
.tri { margin-left: 15px; }
#type-other-box { margin-left: 20px; }

#form-filter {
    display: block;
    padding: 10px 0;
}
#form-filter select, #form-filter input, #form-filter li {
    margin-bottom: 0;
}
#form-filter select,
#form-filter input {
    width: 150px;
    margin-right: 10px;
}
.commercial-stat #form-filter select {
    width: 195px;
}
#form-filter label {
    display: inline-block;
    font-size: 15px;
    font-width: 600;
    margin: 0 8px;
}
#form-filter #date_start, #form-filter #date_end {
    width: 100px;
    margin-right: 0;
}
.ui-datepicker {
    font-size: 0.95em;
}
.ui-datepicker-calendar thead {
    background-color: transparent !important;
    color: #000 !important;
}
.ui-datepicker-calendar tr {
    background-color: transparent !important;
}
table.ui-datepicker-calendar tr th:first-child,
table.ui-datepicker-calendar tr td:first-child {
    padding-left: 0;
}
.ui-datepicker td span, .ui-datepicker td a {
    text-align: center;
}
.ui-datepicker select {
    height: auto;
    color: #525252;
    padding: 2px;
    border: 1px solid #9cb6ca;
}
.calendrier-devis { text-align: center; margin-right: 0 !important; }
.button-date-devis { margin-left: 4px; }

#select-ent-box { position: relative; }
#select-ent-box select.entreprise { width: 300px; }
#entreprise-loading {
    display: none;
    position: absolute;
    top: 12px;
    left: 260px;
}
#ent_adresse { height: 64px; }
.niveau-summary-box {
    margin: 0 0 0 30px;
    line-height: 1.3em;
    font-size: 14px;
}
.niveau-summary-box > div { display: none; }
/*.niveau-summary-box > div:first-child { display: block; }*/
#date_effectif,
#date_adhesion_surcomp {
    width: 105px;
}
.text-devis {
    display: none;
    top: 0;
}
#form-devis .num-box {
    margin: 0;
    padding: 0;
}
#form-devis .num-box li {
    list-style-type: none;
    margin-bottom: 5px;
}
#form-devis .num-box li:last-child {
    margin: 0;
}
#form-devis .num-box input {
    margin: 0 10px 0 0;
    width: 200px;
    text-align: center;
}
.number {
    width: 100px !important;
}
input.btn-green, .btn-green {
    background-color:#209d5e;
    height: 44px;
    min-width: 112px;
    display: inline-block;
    line-height: 44px;
    color: white !important;
    font-size: 14px;
    font-style: initial;
    font-weight: 600;
    border: 1px solid rgb(19, 130, 74);
    border-radius: 4px;
    padding: 0 18px;
    letter-spacing: .1rem;
}
.btn-green:hover{color:white;background-color:#115533;}
input.btn-red {
    background-color:#f0455d;
    height: 44px;
    min-width: 112px;
    display: inline-block;
    line-height: 44px;
    color: white !important;
    font-size: 14px;
    font-style: initial;
    font-weight: 600;
    border: 1px solid #cd3348;
    border-radius: 4px;
}
.btn-red:hover{color:white;background-color:#8e0b1e;}
input.btn-blue, button.btn-blue {
    background-color:#009AC8;
    height: 44px;
    min-width: 112px;
    display: inline-block;
    line-height: 44px;
    color: white !important;
    font-size: 14px;
    font-style: initial;
    font-weight: 600;
    border: 1px solid #035A6E;
    border-radius: 4px;
}
.btn-blue:hover{background-color:#057593;}
.rates-box {
    max-width: 1200px;
    margin: 0 auto;
}
.devis-niveau {
    font-size: 26px;
    margin: 10px auto;
    max-width: 1200px;
}
.rates-box h4 {
    font-size: 18px;
    margin: 10px 0;
}
.rates-box table {
    margin: 0;
    border: none;
}
.rates-box table th {
    background-color: #0097ad;
    color: #fff;
    padding: 12px 5px;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
    border-right: 1px solid #fff;
}
.rates-box table td {
    padding: 12px 5px;
    vertical-align: middle;
    border: none;
    border-right: 1px solid #fff;
    font-size: 15px;
    text-align: center;
}
.devis-docs h2 {
    margin-left: 20px;
}
.devis-docs ul {
    margin: 10px 0 10px 20px;
    padding: 0;
    list-style-type: none;
    font-size: 15px;
}
.devis-docs li {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}
.devis-docs li a {
    background-image: url('../img/pdf.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    color: #525252;
}
.devis-docs li a:hover {
    color: #0097ad !important;
}
.devis-docs li  a.inactive { color: silver; cursor: default; }
.devis-docs li  .inactive:hover { color: silver !important; }
.contract-box {
    background-color: #F1F5F9;
    margin: 0 20px;
    padding: 10px;
    border-radius: 5px;
}
.contract-box h3 {
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: center;
}
.contract-box ul {
    margin:0;
    padding: 0;
    list-style-type: none;
}
.contract-box li {
    margin:0 0 0 10px;
    padding: 0;
}
.table-add-devis td {
    font-size: 1.071rem;
}
.table-add-devis td:first-child {
    text-transform: uppercase;
}
.table-add-devis td input[type="checkbox"] {
    width: auto;
    max-width: initial;
    margin-left: 2px;
}
/* Print devis
****************************************************************/
#print_devis {
    font-family: Arial, Helvetica, sans-serif;
    display: none;
    margin: 10px;
    width: 690px;
    line-height: normal;
}
#print_devis p { margin: 0 0 5px 0; }
#print_devis input {
    margin: 10px 0;
}
.header_dp img { float: left; }
.address_dp {
    float: left;
    margin-left: 10px;
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.4em;
    width: 255px;
}
.header-wrapper-dp {
    float: right;
    width: 333px;
    position: relative;
}
.header-wrapper-dp h1 {
    position: relative;
    /*background-color: #333399;*/
    color:#fff;
    height: 25px;
    line-height: 25px;
    font-size: 160%;
    margin: 0;
    padding: 0 5px;
}
.header-wrapper-dp h2 {
    background-color: #eeeeee;
    height: 29px;
    line-height: 25px;
    font-size: 160%;
    margin: 0;
    padding: 0 5px;
    text-align: right;
    color: #000;
}
.ent_wrapper {
    margin-top: 10px;
    position: relative;
}
.ent_wrapper img { position: relative; z-index: 10; }
.ent_wrapper #logo-mip-bg { position: absolute; top: 0; left: 25%; z-index: 1; }

#print_devis .tbl_dp {
    font-size: 10pt;
    width: 100%;
    margin: 5px 10px;
    padding: 0;
    line-height: normal;
    border-collapse: collapse;
    position: relative;
    z-index: 10;
    border: 0;
}
#print_devis .tbl_dp td {
    border:0;
    margin:0;
    padding: 0 2px;
}
#print_devis span {vertical-align: baseline;}
.label {
    font-weight: bold;
}
.devis_wrapper ,.garantie_wrapper { margin-top: 10px;}
#print_devis h4 {
    margin: 10px 0 2px 0;
    padding:0;
    font-size: 11pt;
    font-weight: bold;
}
#print_devis .devis-niveau {
    font-size: 16px;
    width: 100%;
}
#print_devis .rates-box {
    width: 100%;
}
#print_devis .calcul_result {
    width: 100%;
    font-size: 9.5pt;
    border-collapse: collapse;
}
#print_devis .calcul_result th {
    background-color: #ccc;
    border: 1px solid #bbb;
    padding:4px;
    color: #333333;
}
#print_devis .calcul_result td {
    background-color: #eee;
    border: 1px solid #bbb;
    text-align: center;
    padding:4px;
}
#print_devis .tarif-notice { width: 90%; font-size: 14px;}
#print_dispositions {
    display: none;
}
#print_dispositions h3 {
    font-size: 10pt;
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: normal;
}
#print_dispositions p {
    margin:0;
    padding:0;
    font-size: 9pt;
    line-height: normal;
    width: 670px;
}
.bloc-left-login p { margin: 6px 0; }
.login-intro {
    font-weight:600;
    font-size:1.2rem;
    margin: 0 0 16px 0;
}
.login-error {
    color: #FFCFCE;
    margin: -5px 0 15px 0;
}
.input300 input[type=text],
.input300 input[type=password],
.input300 select,
.input300 textarea {
    width: 100%;
    max-width: 300px !important;
}
.input300 tr td:nth-of-type(1) {
    width: 30% !important;
    min-width: 200px;
}
.input300 tr td:nth-of-type(2) {
    width: 70% !important;
    min-width: 300px;
}

.espace-box {
    float: right;
    margin-right: 20px;
}
.espace-box a {
    display: inline-block;
    background-color: #fff;
    color: #0097ad;
    padding: 5px 10px;
}
.menu-commercial #graph { padding-bottom: 0; }
.menu-commercial .first-items li:last-child { padding-bottom: 10px; }
#mon-espace:before {
    content:url('../img/icon-6-a.png');
    padding-right: 12px;
    position: absolute;
    left:40px;
    top: 4px;
}
.bloc-1-contenu > h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
    letter-spacing: 0.01em;
}
.content-bloc {
    padding-left: 30px;
}
.content-bloc > div {
    display: inline-block;
    vertical-align: top;
}
.content-bloc .img-content {
    width: 20%;
}
.content-bloc .content-bloc-text {
    width: 74%;
    padding-left: 25px;
}
.content-bloc .content-bloc-text h3 {
    font-size: 1.4rem;
    margin-bottom: 3px;
}
.content-bloc .content-bloc-text p {
    line-height: 1.2rem;
    margin-bottom: 15px;
}
.bloc-1-contenu .buttons-large {
    float: none;
    text-align: center;
    margin: 25px auto;
    width: 300px;
    position: relative;
    line-height: 40px;
}
.bloc-1-contenu .buttons-large > a {
    width: auto;
    padding: 0 25px 0 50px;
    height: 41px;
    border-radius: 5px;
    position: relative;
    background-color: #ffee63;
    border: 1px solid #e2cc1b;
    color: #7c5a07;
    display: inline-block;
}
.bloc-1-contenu .buttons-large > a li {
    text-align: center;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    width: 100%;
}
.bloc-1-contenu .buttons-large > a:before {
    content: url(../img/icon-jaune.png);
    position: absolute;
    left: 11px;
} 
.bloc-1-contenu .buttons-large > a.active:before {
    content: url(../img/icon-jaune-active.png);

} 
.bloc-1-contenu .buttons-large > a ~ ul {
    list-style: none;
    text-align: left;
    width: 100%;
    margin: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
}
.bloc-1-contenu .buttons-large > a.active ~ ul {
    height: 82px;
}
.bloc-1-contenu .buttons-large > a ~ ul li {
    background-color: #ffee63;
    border: 1px solid #e2cc1b;
    color: #7c5a07;
    height: 41px;
    border-radius: 5px;
    margin-bottom: 0;
}
.bloc-1-contenu .buttons-large > a ~ ul li a {
    color: #7c5a07;
    padding: 0 25px 0 50px;
    position: relative;
    height: 41px;
    display: inline-block;
}
.bloc-1-contenu .buttons-large > a ~ ul li:hover {
    background-color: #ccb600;
}
.bloc-1-contenu .buttons-large > a ~ ul li a:before {
    content: url(../img/icon-jaune.png);
    position: absolute;
    left: 11px;
} 
.mip-blue {
    float: right;
    margin: 20px;
    line-height: 1.2em;
    color: #22578C;
    width: 250px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    background: url(../files/image/logo_menu_bas_adherent.gif) no-repeat center center;
}
.content .em-blue {
    color: #006699;
}
#toggle-all { margin: 0; }
.group-action-box {
    float: right;
    margin: 20px 35px 0 0;
    font-weight: 600;
    line-height: 40px;
}
#btn-transfer {
    height: 38px;
    line-height: 38px;
    margin-left: 15px;
}
#btn-transfer.disabled {
    background-color: #CAE5EB;
    border: 1px solid #C6E0E6;
    cursor: default;
}
.pdf-docs li:before {content:url('../img/pdf.png') !important;padding-right:7px !important;position: relative;top:3px;}
/* .mip-auto li:nth-child(4):after {content:url('../img/new.png');padding-left:5px;} */
.right li:nth-child(4)::after { content: none; }
.bloc-2 .left select { width: 230px; }

span.courtier a {
    width: auto;
    height: auto;
    padding: 0 10px;
    margin-right: 5px;
}
span.courtier a:hover { color: #eee !important; }
span.courtier a:before {padding: 0 6px 0 0;}
.calcul_result th { padding: 10px 5px !important; }
.calcul_result td { padding: 6px 5px !important; }
.rates-box { margin-bottom: 20px; }

#sample-courtiers { display: none; }
.calcul_result .bb-white {
    border-bottom: 1px solid #fff;
    padding: 4px 5px !important;
}

#new-ent td input[type=text],
#new-ent td textarea {
    max-width: 300px;
}
/* btn-plus-yellow*/
.btn-plus-yellow {
    height: 41px;
    display:inline-block;
    border-radius: 5px;
    width:202px;
    background-color:#ffee63;
    border:1px solid #e2cc1b;
    color:#7c5a07;
}
.btn-plus-yellow:before {
    margin-left: 11px;
    width: 28px;
    float: left;
    content: url('../img/icon-jaune.png');
}
.btn-plus-yellow:hover {
    background-color:#ccb600;
    color: #7c5a07;
    opacity:0.8;
}
.btn-plus-yellow.dropbox:hover {
    background-color:#ffee63;
    color:#7c5a07;
    opacity:1;
}
/* btn-plus-blue */
.btn-plus-blue {
    height: 41px;
    display:inline-block;
    border-radius: 5px;
    width:202px;
    background-color: #21edff;
    border: 1px solid #0ac5d6;
    color: #06767d;
}
.btn-plus-blue:before {
    margin-left: 11px;
    float: left;
    content: url('../img/icon-bleu.png');
}
.btn-plus-blue:hover {
    background-color: #00bbcc;
    color: #06767d;
    opacity:0.8;
}
/* btn-plus-green */
.btn-plus-green {
    height: 41px;
    display:inline-block;
    border-radius: 5px;
    width:202px;
    background-color:#a3eb74;
    border:1px solid #71d132;
    color:#3a7412;
}
.btn-plus-green:before {
    margin-left: 11px;
    float: left;
    content: url('../img/icon-vert.png');
}
.btn-plus-green:hover {
    color: #3a7412;
    background-color:#56b21a;
    opacity:0.8;
}

.buttons { position:relative; }
.buttons a.active:before {
    content: url(../img/icon-jaune-active.png) !important;
    left: 11px;
}
.dropbox-items {
    width: calc(33% - 14px);
    margin: 0;
    padding:0;
    list-style: none;
    position: absolute;
    top:41px;
    left:0;
    display: none;
}
.dropbox-items li {
    background-color: #ffee63;
    border: 1px solid #e2cc1b;
    color: #7c5a07;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 0;
    min-width: 185px;
}
.dropbox-items li:hover{background-color:#ccb600;}
.dropbox-items a {
    color: #7c5a07;
    padding: 0 2px 0 41px;
    position: relative;
    height: 41px;
    display: inline-block;
    text-align: center;
}

.dropbox-items a:before {
    content: url(../img/icon-jaune.png);
    position: absolute;
    left: 11px;
}

.conteneur-bloc {
    display: flex;
}
.bloc-1, .bloc-2 {
    border: 1px solid #b8d6dc;
    color: #525252;
    border-radius: 5px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: white;
    padding: 15px 25px;
}
.conteneur-bloc .bloc-1 {
    max-width: 60vw;
}
.conteneur-bloc .bloc-2 {
    max-width: 30vw;

}
.content-flex {
    display: flex;
    align-items: flex-start;
    margin: 30px 0;
}
.content-flex img {
    min-width: 125px;
    max-width: 125px;
}
.content-text  {
    padding: 0 15px;
    flex-grow: 1;
}
.content-text p {
    margin: 0;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 15px;
}
.content-text h2{
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin: 0;
}
.content-text a:last-child {
    background: #0197AD;
    box-sizing: border-box;
    border-radius: 2.56861px;
    font-weight: 700;
    font-size: 12.843px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    padding: 5px 45px;
    margin: auto;
    display: flex;
    justify-content: center;
    width: 150px;
}
.conteneur-alt {
    text-align: center;
    line-height: 40px;
    padding: 0 20px 12px !important;
}
.conteneur-alt a > li {
    list-style: none;
    display: inline;
    vertical-align: top;
    font-weight: 600;
}
.dropbox-container {
    position: relative;
    display: inline-block;
}
.dropbox-container li {
    width: 202px;
}
.dropbox-container li a {
    width: 200px;
}
.dropbox-container a.active:before {
    content: url(../img/icon-jaune-active.png) !important;
    left: 12px;
}
.has-pdf a {
    color: #525252;
    background-image: url('../img/pdf.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}
.has-pdf a:hover {
    color: #0097ad !important;
}
.devis-docs h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 0 20px;
    letter-spacing: normal;
}
.devis-docs h3 + ul {
    margin-top: 5px;
}
.bloc-activation {
    border: 1px solid #b8d6dc;
    color: #525252;
    background-color: white;
    border-radius: 5px;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}
.bloc-activation p {
    font-size: 15px;
    margin: 1.2em;
}
.bloc-activation p input { margin: 0 }
.bloc-activation h4 {
    letter-spacing: normal;
    font-size: 16px;
    margin: 1em;
}
/* tooltip */
.tooltip {
   position: relative;
   display: inline-block;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: black;
    color: #fff;
    font-style: normal;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 115%;
    left: 50%;
    margin-left: -150px;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.content-info {
    margin: 0 auto 12px;
    padding: 0 30px !important;
    max-width: 900px;
    font-size: 15px;
    font-weight: 600;
    color: #525252;
    line-height: 40px;
}
.bloc-2.report .btn-plus-blue:before {
    margin-right: 10px;
}
input.btn-grey, button.btn-grey {
    background-color:#858585;
    height: 44px;
    min-width: 112px;
    display: inline-block;
    line-height: 44px;
    color: white !important;
    font-size: 14px;
    font-style: initial;
    font-weight: 600;
    border: 1px solid #606060;
    border-radius: 4px;
}
.btn-grey:hover{background-color:#6A6A6A;}

.btn-yellow {
    height: 41px;
    display:inline-block;
    border-radius: 5px;
    width: auto;
    background-color:#ffee63;
    border:1px solid #e2cc1b;
    color:#7c5a07;
    font-weight: 600;
    padding: 0 15px;
}
.btn-yellow:hover {
    background-color:#ccb600;
    color: #7c5a07;
    opacity:0.8;
}
.minus, .plus{
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 1px solid lightgrey;
    background-color: #f2f2f2;
    font-size: 20px;
    height: 38px;
    width: 38px;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    vertical-align: bottom;
}
.minus:hover,.plus:hover {
    background-color: #ececec;
}
input.btn-blue.btn-loading {
    color: transparent !important;
    background-image: url("/images/btn-loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
}
.logo {
    padding: 9px 0;
}
.logo img {
    vertical-align: bottom;
    width: 158px;
}
input[type=file] {
    height: 38px;
    padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
}
button.copy-address {
    background: #0197AD;
    box-sizing: border-box;
    border-radius: 3px;
    font-weight: 600;
    font-size: 12px;
    height: auto;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: white !important;
    padding: 5px 10px;
    justify-content: center;
    letter-spacing: normal;
    margin: 0 0 0 10px;
    border: none;
    cursor: pointer;
}
.file-info {
    font-size: 90%;
    color: #888;
    margin-left: 10px;
}
.download-docs a {
    background-image: url('../img/pdf.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    color: #525252;
    font-style: normal;
    font-size: 15px;
}
.download-docs a:hover {
    color: #0097ad !important;
}
.line-height-1 {
    line-height: 1.1;
}
.euro-notice {
    font-size: 15px;
    text-align: right;
    margin-right: 2%;
    color: #dc3545;
    margin-top: 0.4rem;
    margin-bottom: 1rem;
}
.rates-tns2 .rates-box {
    max-width: 900px;
}
.rates-tns2 .devis-niveau {
    max-width: 900px;
}