/* HEADER FIXED */
.header {
    width: 100%;
    background: white;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.header-container {
    max-width: 1200px;
    margin: auto;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* LOGO (tu peux remplacer par ton style existant) */
.logo {
    width: 150px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('https://complementaire-mutuelle-senior.fr/tpls/images/Mutuavie-logo.png');
}

/* MENU */
.nav {
    display: flex;
    gap: 25px;
}

.nav a {
    text-decoration: none;
    color: #222;
    font-weight: 600;
    font-size: 16px;
}

.nav .phone {
    color: #0077ff;
    font-weight: bold;
}

/* MENU BURGER (mobile) */
.burger {
    font-size: 28px;
    cursor: pointer;
    display: none;
}

/* MOBILE MENU */
.mobile-menu {
    display: none;
    flex-direction: column;
    background: white;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.mobile-menu a {
    padding: 10px 0;
    font-size: 18px;
    color: #333;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .nav {
        display: none;
    }

    .burger {
        display: block;
    }

    .mobile-menu.show {
        display: flex;
    }
}

.confidentialite {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e6e6e6;
  font-family: "Inter", "Roboto", sans-serif;
  line-height: 1.7;
  color: #232323;
}

.confidentialite h1 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #033b7c;
  font-weight: 800;
}

.confidentialite h2 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #033b7c;
  font-weight: 700;
}

.confidentialite h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #0c2b59;
  font-weight: 600;
}

.confidentialite p {
  margin: 6px 0 12px;
  font-size: 16px;
}

.confidentialite ul {
  margin: 10px 0 20px 20px;
  padding: 0;
  list-style: disc;
}

.confidentialite li {
  margin-bottom: 6px;
  font-size: 16px;
}

.confidentialite .section {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.confidentialite .section:last-child {
  border-bottom: none;
}

.confidentialite a {
  color: #0066cc;
  text-decoration: none;
}

.confidentialite a:hover {
  text-decoration: underline;
}

.confidentialite .update-date {
  margin-top: 25px;
  font-style: italic;
  color: #666;
  font-size: 15px;
}

@media (max-width: 600px) {
  .confidentialite {
    padding: 20px;
  }
  .confidentialite h1 {
    font-size: 24px;
  }
  .confidentialite h2 {
    font-size: 20px;
  }
  .confidentialite p,
  .confidentialite li {
    font-size: 15px;
  }
}



.cgu {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e6e6e6;
  font-family: "Inter", "Roboto", sans-serif;
  line-height: 1.7;
  color: #232323;
}

.cgu h1 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #033b7c;
  font-weight: 800;
}

.cgu h2 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #033b7c;
  font-weight: 700;
}

.cgu h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #0c2b59;
  font-weight: 600;
}

.cgu p {
  margin: 6px 0 12px;
  font-size: 16px;
}

.cgu ul {
  margin: 10px 0 20px 20px;
  padding: 0;
  list-style: disc;
}

.cgu li {
  margin-bottom: 6px;
  font-size: 16px;
}

.cgu .section {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.cgu .section:last-child {
  border-bottom: none;
}

.cgu .faq-section {
  margin: 30px 0;
}

.cgu .faq {
  margin-bottom: 25px;
}

.cgu a {
  color: #0066cc;
  text-decoration: none;
}

.cgu a:hover {
  text-decoration: underline;
}

.cgu .update-date {
  margin-top: 20px;
  font-style: italic;
  color: #666666;
  font-size: 15px;
}

@media (max-width: 600px) {
  .cgu {
    padding: 20px;
  }
  .cgu h1 {
    font-size: 24px;
  }
  .cgu h2 {
    font-size: 20px;
  }
  .cgu p, .cgu li {
    font-size: 15px;
  }
}




.mentions-legales {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e6e6e6;
  font-family: "Inter", "Roboto", sans-serif;
  line-height: 1.7;
  color: #232323;
}

.mentions-legales .section {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.mentions-legales .section:last-child {
  border-bottom: none;
}

.mentions-legales h2 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #033b7c; /* bleu sérieux assurance */
  font-weight: 700;
}

.mentions-legales p {
  margin: 6px 0;
  font-size: 16px;
}

.mentions-legales strong {
  color: #0c2b59;
}

.mentions-legales a {
  color: #0066cc;
  text-decoration: none;
}

.mentions-legales a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .mentions-legales {
    padding: 20px;
  }

  .mentions-legales h2 {
    font-size: 20px;
  }

  .mentions-legales p {
    font-size: 15px;
  }
}




.footer-legal {
    background-color: #23696F !important;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #ddd;
}

.footer-legal .pw a {
    font-family: 'Gotham-Bold';
    color: #ddd;
    text-decoration: none;
    margin: 0 5px;
}

.footer-legal .pw a:hover {
    text-decoration: underline;
}

.footer-legal .sep {
    color: #666;
    margin: 0 5px;
}
input.btnCalendar {
    background: transparent url(../images/calendar_icon.png) no-repeat center center;
    vertical-align: middle;
    position: relative;
    top: -2px;
    left: 5px;
    height: 40px;
    width: 43px;
    border-width: 0;
    padding: 0;
    margin: 0;
    cursor: pointer
}

input.btnClearCalendar {
    background: transparent url(../images/calendar_delete.png) no-repeat center center;
    vertical-align: middle;
    position: relative;
    top: -2px;
    left: 5px;
    height: 31px;
    width: 29px;
    border-width: 0;
    padding: 0;
    margin: 0;
    cursor: pointer
}

div#calendarLayer a {
    text-decoration: none
}

div#calendarLayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px
}

div#calendarLayer select#yr {
    border-width: 0;
    background: #808080;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    color: #fff
}

table.calendar {
    margin: 0 auto 0 auto;
    background-color: #ddd;
    border: 1px solid #aaa;
    cursor: default;
    width: 200px;
    -webkit-box-shadow: 0 0 5px rgba(33, 33, 33, 1);
    -moz-box-shadow: 0 0 5px rgba(33, 33, 33, 1);
    box-shadow: 0 0 5px rgba(33, 33, 33, 1)
}

table.calendar td {
    background-color: #a0a0a0;
    color: black;
    font-size: 8px;
    vertical-align: middle
}

table.calendar td a.date {
    display: block;
    font-size: 13px;
    padding: 3px;
    text-align: center;
    cursor: pointer;
    font-weight: normal;
    color: #000
}

table.calendar td a.date:hover {
    background: #cfd3d4;
    color: #000
}

table.calendar td.selected {
    background-color: #f3004d !important
}

table.calendar td.today {
    background-color: #e0e0e0
}

table.calendar td a.today {
    font-weight: bold !important
}

table.calendar td a.selected {
    font-weight: bold;
    color: white
}

table.calendar th.th1 a.btnback {
    display: block;
    float: left;
    background: transparent url(../images/icon_naptprev.gif) no-repeat top left;
    height: 20px;
    width: 18px;
    cursor: pointer
}

table.calendar th.th1 a.btnnext {
    display: block;
    float: right;
    background: transparent url(../images/icon_naptnext.gif) no-repeat top left;
    height: 20px;
    width: 18px;
    cursor: pointer
}

table.calendar th.th1 {
    padding: 5px;
    background-color: #808080;
    font-size: 12px;
    vertical-align: middle;
    color: #fff
}

table.calendar th.th1 div {
    background: #808080
}

table.calendar td.amon {
    background-color: white
}

table.calendar td {
    text-align: left
}

input.datebox {
    text-align: center;
    width: 73px
}

.ccombobox,
.ccombobox:after,
.ccombobox:before,
.ccombobox .dropdown,
.ccombobox .dropdown a {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.ccombobox {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    box-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);
    color: #8aa8bd;
    cursor: pointer;
    font-weight: bold;
    margin: 0 auto;
    outline: medium none;
    padding: 0 10px;
    position: relative;
    width: 200px;
    display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ccombobox:after {
    border-color: #8aa8bd transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    content: "";
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 0
}

.ccombobox .dropdown {
    background: none repeat scroll 0 0 white;
    border: 0 solid rgba(0, 0, 0, 0.17);
    border-top: 1px solid #d0d0d0;
    padding-top: 2px;
    border-radius: 0 0 7px 7px;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
    font-weight: normal;
    left: 0;
    list-style: none outside none;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    transition: all .3s ease-in 0s;
    z-index: 90;
    max-height: 200px;
    overflow-y: auto;
    margin-top: 0;
    width: 100%;
    visibility: hidden
}

.ccombobox span.text {
    position: relative;
    top: 50%;
    margin-top: -6px;
    display: block
}

.ccombobox.active {
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.ccombobox.active .dropdown {
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

.ccombobox .dropdown a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #808080
}

.ccombobox .dropdown a:hover {
    background: #e0e0e0
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Book.otf') format('opentype'), url('fonts/Gotham-Book.woff') format('woff'), url('fonts/Gotham-Book.ttf') format('truetype'), url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Light.otf') format('opentype'), url('fonts/Gotham-Light.woff') format('woff'), url('fonts/Gotham-Light.ttf') format('truetype'), url('fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Bold.otf') format('opentype'), url('fonts/Gotham-Bold.woff') format('woff'), url('fonts/Gotham-Bold.ttf') format('truetype'), url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Medium.otf') format('opentype'), url('fonts/Gotham-Medium.woff') format('woff'), url('fonts/Gotham-Medium.ttf') format('truetype'), url('fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: normal;
    font-style: normal
}

.row {
    margin-bottom: 15px
}

.row:after {
    display: block;
    content: ' ';
    clear: both
}

.row label.l {
    float: left;
    font: 16px/40px Gotham-Book
}

.row label.l2 {
    font: 16px/20px Gotham-Book
}

.row .input {
    float: left;
    font: 16px/40px Gotham-Book
}

.row.i10 label.l,
.row.i11 label.l,
.row.i12 label.l,
.row.i13 label.l {
    width: 145px;
    line-height: 30px;
    font-family: Gotham-Medium
}

.row.i10 .input,
.row.i11 .input,
.row.i12 .input,
.row.i13 .input {
    width: 239px
}

#i10,
#i11,
#i12,
#i13 {
    display: none
}

.row.i13 {
    margin-bottom: 19px
}

.row.i8 {
    margin-bottom: 20px
}

.row.i8 label.l {
    width: 308px;
    line-height: 26px
}

.row.i4 label.l {
    width: 330px;
    line-height: 26px
}

.row.i9 label.l {
    width: 160px
}

.row.i9 .input {
    width: 338px
}

.row.i9 {
    margin-bottom: 25px
}

.row.i1 label.l,
.row.i2 label.l,
.row.i5 label.l,
.row.i6 label.l {
    width: 121px
}

.row.i1 .input,
.row.i2 .input,
.row.i5 .input,
.row.i6 .input {
    width: 305px
}

.row.i7 label.l {
    width: 234px
}

.row.i7 .input {
    width: 97px
}

.row.i7 {
    margin-bottom: 14px
}

#bdc1,
#bdc2,
#bdc3,
#bdc4 {
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: all 1s;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0
}

#bdc1.shown,
#bdc2.shown,
#bdc3.shown,
#bdc4.shown {
    visibility: visible;
    max-height: 60px;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1
}

#conjoint {
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: all 1s;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0
}

#conjoint.shown {
    visibility: visible;
    max-height: 160px;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1
}

.row.bdc label.l {
    width: 163px;
    line-height: 16px;
    padding-top: 3px
}

.row.i5 {
    margin-bottom: 10px
}

.row label sup {
    font-size: 9px
}

.rows.children {
    margin-bottom: 25px
}

.row.sex label.l {
    width: 84px;
    line-height: 26px
}

.row.sex div.radioblock {
    margin-right: 26px
}

.step3 .d1bba {
    margin-bottom: 12px
}

.row.d1 .input,
.row.bdate .input {
    float: right
}

.row.zip {
    margin-bottom: 16px
}

.row.d1 label.l {
    margin-left: 58px
}

.row.cgu {
    margin: 26px 0 0 57px
}

.row.optin {
    margin: 13px 0 19px 57px
}

.row.cgu,
.row.optin {
    font: 14px/18px Gotham-Medium;
    color: #666
}

.row.cgu a {
    color: inherit
}

.row.cgu input,
.row.optin input {
    float: left;
    margin: 0 17px 30px 0
}

.switchset {
    padding-left: 34px
}

.switchset {
    background: url(../images/cboff.png) no-repeat scroll 0 3px transparent
}

.switchset input[type=checkbox] {
    display: none
}

.switchset.on {
    background: url(../images/cbon.png) no-repeat scroll 0 3px transparent
}

@media only screen and (max-width:840px) {
    .row {
        margin-bottom: 10px
    }
    .row .input {
        clear: both;
        float: none
    }
    .row.i10 .input,
    .row.i11 .input,
    .row.i12 .input,
    .row.i13 .input {
        clear: both;
        float: none;
        margin: 6px auto 0
    }
    .row.i10 label.l,
    .row.i11 label.l,
    .row.i12 label.l,
    .row.i13 label.l {
        float: none
    }
    .row.i10,
    .row.i11,
    .row.i12 {
        margin-bottom: 13px
    }
    .row.i13 {
        margin-bottom: 11px
    }
    .row.i1 label.l.l1,
    .row.i1 .input.i1 {
        margin-bottom: 15px
    }
    .row.i1 label.l.l2 {
        width: 143px;
        margin-left: 0
    }
    .row label.l {
        display: block;
        width: auto !important;
        line-height: 34px;
        float: none;
        margin-bottom: 3px
    }
    .row.i9 label.l {
        width: auto
    }
    .row.i9 .input {
        width: auto
    }
    .row.i8 {
        margin-bottom: 8px
    }
    .row.i8 label.l {
        font-size: 15px;
        line-height: 34px
    }
    .row.i1 .input,
    .row.i2 .input,
    .row.i5 .input,
    .row.i6 .input {
        width: auto
    }
    .row.i1 {
        margin-bottom: 10px
    }
    .row.i2 {
        margin-bottom: 16px
    }
    .row.i4 label.l {
        line-height: 20px;
        margin-bottom: 11px
    }
    .row.i4 {
        margin-bottom: 16px
    }
    .row.d1 label.l,
    .row.bdate label.l,
    .row.i6 label.l,
    .row.i5 label.l {
        line-height: 20px;
        margin-bottom: 11px
    }
    #conjoint.shown {
        max-height: 265px
    }
    .row.i6,
    .row.i5 {
        margin-bottom: 16px
    }
    .row.i7 .input {
        width: auto
    }
    .row.bdc,
    .row.i7 {
        margin-bottom: 13px
    }
    .row.bdc label.l {
        line-height: 20px;
        padding-top: 0;
        margin-bottom: 10px
    }
    #bdc1.shown,
    #bdc2.shown,
    #bdc3.shown,
    #bdc4.shown {
        max-height: 87px
    }
    .rows.children {
        margin-bottom: 10px
    }
    .step2 .submit {
        margin-top: 17px
    }
    .row.sex label.l {
        width: 60px !important;
        float: left !important
    }
    .row.sex .input {
        float: right;
        width: 220px;
        clear: none
    }
    .row.sex {
        margin-bottom: 10px !important
    }
    .step3 .row {
        margin-bottom: 15px
    }
    .row.zip .input {
        width: 175px
    }
    .row.d1 label.l {
        margin-left: 0
    }
    .row.sex div.radioblock span.radio {
        margin-right: 5px
    }
    .row.sex div.radioblock {
        margin-right: 16px
    }
    .row.sex div.radioblock.last {
        margin-right: 0
    }
    .row.bdate .input {
        float: none;
        text-align: center
    }
    .row.zip {
        margin-bottom: 18px
    }
    .row.cgu {
        margin: 19px 0 0 0
    }
    .row.optin {
        margin: 13px 0 19px 0
    }
    .row.cgu,
    .row.optin {
        font: 12px/18px Gotham-Book
    }
    .row.cgu b,
    .row.optin b {
        font-family: Gotham-Medium;
        font-weight: normal
    }
    .row.cgu input,
    .row.optin input {
        margin: 0 15px 65px 0
    }
}

body .ccombobox.fr,
select.fr,
input.fr {
    float: right
}

body .ccombobox {
    background: #fff;
    border: 1px solid #a1a1a1;
    border-radius: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    padding-left: 15px;
    padding-right: 40px;
    color: #5e5e5e;
    height: 40px;
    box-shadow: none;
    margin: 0;
    vertical-align: top
}

.ccombobox:after {
    width: 23px;
    height: 13px;
    right: 20px;
    margin-top: -6px;
    background: url(../images/dropdown.png) no-repeat scroll 0 0 transparent;
    border: 0
}

body .ccombobox span.text {
    margin-top: -8px;
    margin-bottom: -8px
}

body .ccombobox.active {
    border-color: #7f005c;
    -webkit-box-shadow: 0 0 5px rgba(255, 0, 0, 0.75);
    -moz-box-shadow: 0 0 5px rgba(255, 0, 0, 0.75);
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.75)
}

body .ccombobox .dropdown {
    background: #f3f3f3;
    border-left: 1px solid #464646;
    border-right: 1px solid #464646;
    border-bottom: 1px solid #464646;
    border-radius: 0;
    max-height: 205px
}

body .ccombobox .dropdown a {
    padding: 3px 20px
}

input[type=tel],
input[type=text],
input[type=password],
select,
textarea {
    background: #fff;
    border: 1px solid #a1a1a1;
    border-radius: 0;
    font-weight: normal;
    font-size: 16px;
    padding-left: 9px;
    color: #5e5e5e;
    height: 40px;
    line-height: 1em;
    box-shadow: none;
    resize: none;
    font-family: inherit;
    vertical-align: top
}

input[type=text],
input[type=password],
textarea,
.ccombobox {
    width: 100%
}

textarea {
    height: 91px;
    padding-top: 11px
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
    -webkit-box-shadow: 0 0 10px rgba(140, 133, 132, 0.83);
    -moz-box-shadow: 0 0 10px rgba(140, 133, 132, 0.83);
    box-shadow: 0 0 10px rgba(140, 133, 132, 0.83)
}

select {
    width: 100%;
    line-height: 40px
}

select.marital,
.ccombobox.marital {
    width: 181px
}

select.children,
.ccombobox.children {
    width: 101px
}

input[type=text].lname {
    width: 233px;
    float: left
}

input[type=text].fname {
    width: 250px;
    float: right
}

input[type=text].phone,
input[type=tel].phone {
    width: 216px;
    float: right
}

input[type=text].email {
    width: 268px;
    float: left
}

input[type=text].zip,
input[type=tel].zip {
    width: 171px;
    float: left
}

input[type=text].city,
select.city,
.ccombobox.city {
    width: 312px;
    float: right
}

select.year,
.ccombobox.year {
    width: 115px
}

select.month,
.ccombobox.month {
    width: 97px;
    margin-right: 9px
}

select.day,
.ccombobox.day {
    width: 87px;
    margin-right: 9px
}

input[type=text].l49,
select.l49,
.ccombobox.l49 {
    width: 49%;
    float: left
}

input[type=text].r49,
select.r49,
.ccombobox.r49 {
    width: 49%;
    float: right
}

@media only screen and (max-width:840px) {
    input[type=tel],
    input[type=text],
    input[type=password],
    select,
    textarea {
        -webkit-appearance: none
    }
    select {
        background: url(../images/dropdown.png) no-repeat scroll 256px center transparent;
        background: url(../images/dropdown.png) no-repeat scroll right 12px center transparent;
        padding-right: 40px
    }
}

@media only screen and (max-width:840px) {
    input[type=text].lname {
        margin-bottom: 19px
    }
    input[type=text].lname,
    input[type=text].fname,
    input[type=text].email,
    input[type=text].phone,
    input[type=tel].phone,
    input[type=text].city,
    select.city,
    .ccombobox.city {
        width: 100%;
        float: none
    }
    input[type=text].zip {
        width: 175px;
        float: none
    }
    select.year,
    .ccombobox.year {
        background: url(../images/dropdown.png) no-repeat scroll 67px center transparent;
        width: 103px
    }
    select.month,
    .ccombobox.month {
        background: url(../images/dropdown.png) no-repeat scroll 51px center transparent;
        width: 87px;
        margin-right: 5px
    }
    select.day,
    .ccombobox.day {
        background: url(../images/dropdown.png) no-repeat scroll 42px center transparent;
        width: 78px;
        margin-right: 5px
    }
    input[type=text].email,
    input[type=text].zip,
    input[type=tel].zip {
        margin-bottom: 15px
    }
}

body::after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url(../images/cboff.png) url(../images/cbon.png) url(../images/w.gif) url(../images/dropdown.png) url(../images/radio.png)
}

div.radioblock input {
    float: left;
    height: 26px
}

div.radioblock {
    float: left;
    margin-right: 20px
}

div.radioblock.last {
    margin-right: 0
}

@media all and (min-width:841px) {
    span.radio {
        background: url("../images/radio.png") no-repeat scroll 0 0 transparent;
        clear: left;
        display: block;
        float: left;
        height: 26px;
        margin: 0 9px 0 0;
        width: 26px;
        vertical-align: top
    }
    div.radioblock label {
        display: block;
        float: left;
        padding: 0;
        line-height: 26px
    }
}

@media all and (max-width:840px) {
    span.radio {
        background: url("../images/radio.png") no-repeat scroll 0 0 transparent;
        clear: left;
        display: block;
        float: left;
        height: 26px;
        margin: 0 10px 0 0;
        width: 26px;
        vertical-align: top
    }
    div.radioblock label {
        display: block;
        float: left;
        padding: 0;
        line-height: 26px
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    ms-box-sizing: border-box;
    box-sizing: border-box
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0
}

th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input[type="text"],
input[type="password"],
textarea,
select {
    outline: 0
}

input[type="radio"] {
    margin: 0 10px 0 0
}

textarea {
    overflow: auto
}

b {
    font-weight: bold
}

i {
    font-style: italic
}

.cb {
    clear: both
}

.cl {
    clear: left
}

a.noline {
    text-decoration: none
}

a.inherit {
    color: inherit;
    text-decoration: inherit
}

ol {
    padding: 0 0 0 22px;
    margin: 0
}

ul {
    padding: 0 0 0 15px;
    margin: 0
}

.scalebar {
    height: 30px;
    position: relative
}

.scalebar .scalebar_bar {
    height: 30px;
    background: url(../images/scalebar_barbg.png) repeat-x scroll left center transparent;
    width: 30px;
    float: left
}

.scalebar .scalebar_abar {
    position: absolute;
    top: 0;
    left: 30px;
    background: url(../images/scalebar_abarbg.png) repeat-x scroll left center transparent;
    width: 0;
    height: 30px;
    transition: all .5s ease-out
}

.scalebar .scalebar_min {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    background: url(../images/scalebar_min.png) no-repeat scroll top left transparent
}

.scalebar .scalebar_plu {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    float: right;
    background: url(../images/scalebar_plu.png) no-repeat scroll top left transparent
}

textarea.textwatermark,
input.textwatermark {
    color: #a0a0a0 !important;
    text-align: left !important
}

.tooltip {
    position: relative;
    display: inline-block
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 3px;
    border-radius: 6px;
    font-size: 12px;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s
}

.tooltip-top {
    bottom: 125%;
    left: 0;
    width: 100%
}

.tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}

body {
    background: #fff;
    font-family: "Arial";
    font-weight: normal;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    color: #323232;
    padding: 0;
    margin: 0
}

form #step {
    opacity: 1;
    transition: opacity .6s
}

form.busy #step {
    opacity: .3
}

form #step .submit {
    transition: all .5s;
    overflow: hidden
}

form.busy #step .submit {
    content: ' ';
    background: url(../images/w.gif) no-repeat center center #23696F;
    background-size: 40px auto;
    text-indent: -1000px;
    width: 53px
}

@media only screen and (min-width:841px) {
    .desk {
        display: block
    }
    .deski {
        display: inline
    }
    .mob {
        display: none !important
    }
    .pw {
        width: 1197px;
        margin: 0 auto
    }
    .d1 .pw:after,
    .d3b:after {
        display: block;
        content: ' ';
        clear: both
    }
}

/**.d1 {
    background: url(../images/1c.png) no-repeat scroll center 151px transparent
}**/

.d1a {
    background: url(../images/1.png) no-repeat scroll 8px 53px transparent;
   /** min-height: 663px;**/
    width: 566px;
    float: left
}

.d1aa {
    font: 30px/39px Gotham-Medium;
    padding: 58px 0 0 85px
}

.d1aa span {
    font: 36px/45px Gotham-Medium;
    background: url(../images/1b.png) no-repeat scroll 0 0 transparent;
    width: 245px;
    height: 49px;
    text-align: center;
    display: inline-block;
    margin: -4px 0 0 8px;
    vertical-align: top;
    padding-right: 4px;
    color: #fff
}

.d1ab {
    font: 18px/22px Gotham-Medium;
    color: #323232;
    padding: 6px 0 0 37px
}

.d1ac {
    font: 30px/30px Gotham-Medium;
    color: #323232;
    padding: 60px 0 0 330px;
    width: 568px;
    text-align: center
}

.d1ad {
    font: 24px/30px Gotham-Medium;
    color: #23696F;
    padding: 10px 0 0 337px;
    width: 562px;
    text-align: center
}

.d1ae span {
    font: 72px/72px Gotham-Medium
}

.d1ae {
    font: 18px/72px Gotham-Medium;
    color: #23696F;
    padding: 8px 0 0 337px;
    width: 562px;
    text-align: center
}

.d1b {
    float: right;
    border: 4px solid #23696F;
    border-radius: 25px;
    width: 598px;
    background: #fff;
    margin: 31px 0 10px 0
}

.d1ba {
    font: 24px/30px Gotham-Bold;
    color: #23696F;
    background: url(../images/2.png) no-repeat scroll right 6px transparent;
    margin: 33px 59px 0 44px
}

.d1bb {
    position: relative;
    padding: 17px 0 0 0;
    color: #141414
}

.d1bb .step1 {
    background: url(../images/3.png) no-repeat scroll center 6px transparent;
    padding: 56px 45px 0 45px
}

.d1bba {
    font: 18px/18px Gotham-Medium;
    margin-bottom: 18px
}

.submit {
    display: block;
    text-decoration: none;
    width: 204px;
    
    font: 24px Gotham-Bold;
    
   
    color: #fff;
   
    border-radius: 25px;
    float: right;
    margin: 6px 7px 26px 0
}

.d1bb .step2 {
    background: url(../images/3b.png) no-repeat scroll center 6px transparent;
    padding: 56px 45px 0 45px
}

.back {
    display: block;
    text-decoration: none;
    font: 16px Gotham-Book;
    line-height: 16px;
    padding: 20px 0 0 0;
    color: #141414;
    float: left;
    margin: 4px 0 0 0
}

.d1bb .step7,
.d1bb .step4,
.d1bb .step5,
.d1bb .step3 {
   
    padding: 56px 49px 0 45px
}

.step3 .d1bba {
    margin-bottom: 12px
}

.step3 .submit {
    background-color: #23696F;
    width: 241px;
    margin-bottom: 0
}

.step3 .submithint {
    clear: both;
    font: 16px/16px Gotham-Medium;
    color: #23696F;
    text-align: right;
    padding: 13px 16px 18px 0
}

#stepclass.step3 .submithint2 {
    display: block
}

.submithint2 a {
    color: inherit
}

.submithint2 {
    display: none;
    clear: both;
    font: 14px/18px Gotham-Book;
    text-align: center;
    padding: 6px 57px 0 45px;
    width: 598px;
    float: right
}

.step3 .back {
    margin-top: 5px
}

.step7 .step7t {
    padding: 50px 0 90px;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    font-weight: bold
}

.d2 {
    background: #fff
}

.d2a {
    text-align: center;
    padding: 52px 0 0 0;
    font: 30px/36px Gotham-Medium;
    color: #23696F
}

.d2b {
    background: url(../images/7.png) no-repeat scroll center 66px transparent;
    text-align: center;
    padding: 6px 0 1119px 0;
    font: 27px/27px Gotham-Medium;
    color: #323232
}

.d3 {
    background: #3CB793;
    color: #fff;
    overflow: auto
}

.d3a {
    font: 30px/30px Gotham-Medium;
    text-align: center;
    margin: 45px 0 28px
}

.d3b {
    font: 21px/27px Gotham-Medium;
    padding: 0 0 38px 5px
}

.d3ba {
    width: 545px;
    height: 128px;
    float: left;
    color: inherit;
    text-decoration: none;
    display: block
}

.d3ba1 {
    background: url(../images/6a.png) no-repeat scroll 0 center transparent;
    padding: 21px 0 0 139px;
    margin: 0 56px 35px 0
}

.d3ba2 {
    background: url(../images/6b.png) no-repeat scroll 0 center transparent;
    padding: 21px 20px 0 139px
}

.d3ba3 {
    background: url(../images/6c.png) no-repeat scroll 0 center transparent;
    padding: 35px 0 0 139px;
    margin: 0 56px 0 0
}

.d3ba4 {
    background: url(../images/6d.png) no-repeat scroll 0 center transparent;
    padding: 19px 0 0 139px;
    font: 24px/30px Gotham-Medium;
    text-transform: uppercase;
    width: 565px
}

.d4 .pw {
    width: 818px;
    margin: 0 auto
}

.d4 {
    min-height: 178px;
    background: #1e1e1e;
    font: 12px/18px Gotham-Book;
    text-align: center;
    padding: 28px 0 22px;
    min-width: 1197px
}

.d4a {
    font: 16px/16px Gotham-Medium;
    color: #23696F;
    font-weight: normal;
    display: block;
    margin: 0 0 28px 0;
    text-align: center
}

.d4b {
    font: 14px/18px Gotham-Medium;
    text-align: left;
    float: left;
    width: 272px;
    background: #23696F;
    color: #fff;
    padding: 16px 0 18px 25px;
    border-radius: 25px
}

.d4b span {
    display: block;
    padding: 13px 0 0 0
}

.d4c {
    float: right;
    text-align: left;
    width: 496px;
    color: #fff;
    margin-top: -4px
}

.d4 a {
    color: inherit
}

.d4d {
    clear: both;
    color: #fff;
    font: 14px/18px Gotham-Book;
    padding: 23px 0 0 0;
    text-decoration: underline;
    color: inherit;
    text-align: center
}

.slc {
    width: 1197px;
    margin: 0 auto 0
}

.slc .d1a {
    min-height: 150px;
    margin: -30px auto 0;
    float: none
}

@media only screen and (max-width:840px) {
    
    .desk,
    .deski {
        display: none !important
    }
    .mob {
        display: block
    }
    .pw {
        min-width: 320px;
        margin: 0 auto;
        width: 320px
    }
    .d1 {
        background: url(../images/m1c.png) no-repeat scroll center 126px transparent
    }

    .d1a {
        background: url(../images/1.png) no-repeat scroll 48px 17px transparent;
        height: 336px;
        min-height: 0;
        width: auto;
        float: none
    }
    .d1aa {
        font: 24px/30px Gotham-Medium;
        padding: 8px 32px 0 107px;
        text-align: center
    }
    .d1aa span {
        font: 22px/22px Gotham-Medium;
        background: url(../images/m1b.png) no-repeat scroll 0 0 transparent;
        width: 157px;
        height: 33px;
        margin: 3px 0 0 0;
        vertical-align: top;
        padding: 5px 0 0 0
    }
    .d1ab {
        font: 16px/21px Gotham-Medium;
        padding: 2pxpx 0 0 0;
        text-align: center;
        margin-top: 0
    }
    .d1ac {
        font: 19.5px/23px Gotham-Medium;
        padding: 33px 11px 0 149px;
        width: auto
    }
    .d1ad {
        font: 15.6px/17px Gotham-Medium;
        padding: 3px 11px 0 149px;
        width: auto
    }
    .d1ae {
        font: 11.7px/47px Gotham-Medium;
        padding: 4px 11px 0 149px;
        width: auto
    }
    .d1ae span {
        font: 47px/47px Gotham-Medium
    }
    .d1b {
        float: none;
        border: 0;
        border-top: 4px solid #23696F;
        border-bottom: 4px solid #23696F;
        border-radius: 0;
        width: auto;
        margin: 0
    }
    .d1ba {
        font: 20px/24px Gotham-Bold;
        background: url(../images/2.png) no-repeat scroll center bottom transparent;
        padding: 15px 0 59px 0;
        margin: 0;
        text-align: center
    }
    .d1bb {
        position: relative;
        padding: 9px 0 0 0
    }
    .d1bba {
        margin-bottom: 13px
    }
    .d1bb .step1 {
        background: url(../images/m3.png) no-repeat scroll center 3px transparent;
        padding: 47px 14px 0 14px
    }
    .submit {
        float: none;
        margin: 31px auto 27px
    }
    .d1bb .step2 {
        background: url(../images/m3b.png) no-repeat scroll center 6px transparent;
        padding: 47px 16px 0 16px
    }
    .back {
        float: none;
        margin: 18px auto 26px;
        padding: 3px 0 0;
        text-align: center
    }
    .d1bb .step4,
    .d1bb .step5,
    .d1bb .step7,
    .d1bb .step3 {
        background: url(../images/m3c.png) no-repeat scroll center 6px transparent;
        padding: 47px 16px 0 16px
    }
    .step3 .submit {
        margin: 27px auto 0
    }
    .step3 .submithint {
        text-align: center;
        padding: 14px 0 18px 0
    }
    .submithint2 {
        text-align: center;
        padding: 25px 20px 0;
        width: auto;
        float: none
    }
    .switchset {
        padding-left: 27px
    }
    /* --- Bouton téléphone --- */
.d2-phone {
  text-align: center !important;
   /* ---margin-top: 25px !important;--- */
}

.phone-btn {
  display: inline-block !important;
  background-color: #23696F !important;      /* Couleur demandée */
  color: #ffffff !important;                 /* Texte blanc */
  font-size: 18px !important;
  font-weight: bold !important;
  text-decoration: none !important;
  padding: 14px 30px !important;
  border-radius: 6px !important;
  border: none !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2) !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
}

/* Effet au survol */
.phone-btn:hover {
  background-color: #1c555a !important;      /* Légèrement plus foncé au hover */
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25) !important;
}

/* Même style sur mobile — aucun changement */
@media (max-width: 768px) {
  .phone-btn {
    font-size: 18px;
    padding: 14px 30px;
    width: auto;
  }
}
    .d3a {
        background: url(../images/6b.png) no-repeat scroll center top transparent;
        font: 24px/24px Gotham-Medium;
        padding: 197px 0 36px;
        margin: 40px 0 0
    }
    .d3b {
        font: 18px/24px Gotham-Medium;
        padding: 0
    }
    .d3ba {
        width: auto !important;
        height: auto;
        float: none;
        text-align: center;
        padding: 138px 20px 0 20px !important;
        margin: 0 0 33px 0 !important
    }
    .d3ba1 {
        background: url(../images/6a.png) no-repeat scroll center 0 transparent
    }
    .d3ba2 {
        background: url(../images/6b.png) no-repeat scroll center 0 transparent;
        padding: 138px 10px 0 !important
    }
    .d3ba3 {
        background: url(../images/6c.png) no-repeat scroll center 0 transparent
    }
    .d3ba4 {
        background: url(../images/6d.png) no-repeat scroll center 0 transparent;
        margin-bottom: 36px !important;
        font: 18px/24px Gotham-Medium;
        padding: 138px 10px 0 !important
    }
    .d2a {
        text-align: center;
        font: 24px/30px Gotham-Medium;
        padding: 34px 0 0 0
    }
    .d2b {

        background: url(../images/8.png) no-repeat scroll center 85px transparent;

        text-align: center;
        font: 21px/25px Gotham-Medium;
        padding: 3px 0 1086px 0;
        color: #323232
    }
    .d4 {
        font: 12px/18px Gotham-Book;
        padding: 26px 0 26px;
        min-width: 0
    }
    .d4 .pw {
        width: auto;
        padding: 0 15px
    }
    .d4a {
        margin-bottom: 17px;
        font: 14px/18px Gotham-Medium
    }
    .d4b {
        float: none;
        margin: 0 auto
    }
    .d4c {
        float: none;
        width: auto;
        text-align: center;
        margin-top: 27px
    }
    .slc {
        width: auto;
        margin: 0 auto 0
    }
    .slc .d1a {
        min-height: 0;
        height: 126px;
        width: auto;
        margin: 0 auto 0;
        float: none
    }
}