html {
    background-color: var(--first-light);
}
.offre {
    width: 100%;
    height: 50px;
    border-bottom: 2px solid var(--second-light);
    position: fixed;
    top: 80px;
    transition: top 400ms linear;
    z-index: 1000;
    background-color: var(--blue-pausecafe) !important;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    -moz-backdrop-filter: blur(30px);
}
.offre.scrolled {
    top: 0px;
}
.offre .limit {
    position: relative;
    width: calc(100% - 100px);
    height: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.offre h3 {
    color: var(--white);
    font-family: var(--primary-font);
    font-size: 0.75em;
    font-weight: 300;
}
.offre h3 strong {
    color: var(--white);
}
h1 { 
    font-weight:200; 
    font-size:3.125em; 
    line-height: 0.9; 
    letter-spacing: 2; 
}
h2 { 
    font-family: var(--secondary-font); 
    font-weight:200; 
    font-size:1.5em; 
    line-height: 1.2; 
}
.main {
    margin: 20px auto 0px auto;
    max-width: 1200px;
    padding-bottom: 80px;
}
.lacie {
    margin-top : 30px;
    background-image: url(/assets/img/sav/checkup/lacie.jpg);
    border-radius: 15px;
    height: 180px;
    background-size: cover;
    background-position: center center;
    width: 100%;
}
.offre {
    width: 100%;
    height: 45px;
    border-bottom: 2px solid var(--second-light);
    position: fixed;
    top: 80px;
    z-index: 1000;
    transition: 400ms linear;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    -moz-backdrop-filter: blur(30px);
}
.offre.scrolled {
    top: 0px;
}
.menu:has(.banner-operation)~main .offre {
    top: 160px;
}
.menu:has(.banner-operation)~main .offre.scrolled {
    top: 0px;
}
.offre .limit {
    width: calc(100% - 100px);
    text-align: center;
}
.offre a {
    color: var(--secondary-normal);
    font-family: var(--primary-font);
    font-size: 0.75em;
    font-weight: 300;
}
.offre a strong {
    color: var(--secondary-normal);
}
.body_txt {
    background-color: var(--grey-apple);
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    text-align: center;
    border-radius: var(--primary-border-radius);
    padding: 80px 50px 80px 50px;
}
.body_txt h2 {
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 1.875em;
    color: var(--primary-normal);
    margin-bottom: 15px;
}
.body_title {
    margin-bottom: 50px;
}
.body_title p {
    font-size: 0.875em;
}
.sav_etapes {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-top: 50px;
}
.line {
    width: 90%;
    background-color: var(--second-light);
    height: 2px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 72px;
}
.step {
    width: 150px;
    margin-bottom: 80px;
}
.step_mobile {
    width: 100%;
    background-color:var(--white);
    box-shadow: var(--box-shadow);
    margin-top: 25px;
    padding: 20px 25px;
    border-radius: var(--primary-border-radius);
    display: none;
}
.step_mobile.active {
    background-color: var(--secondary-normal);
}
.step_mobile:first-child {
    margin-top: 80px;
}
.step_mobile:last-child {
    margin-bottom: 0px;
}
.step_txt img {
    height: 42px;
    margin-right: 20px;
}
.step_txt.valid img {
    opacity: 0.2;
}
.step_mobile .step_txt {
    min-width: 220px
}
.etape_rdv {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--white);
    padding: 20px;
    width: 100px;
    height: 100px;
    border-radius: 190px;
    margin-top: 20px;
    box-shadow: var(--box-shadow);
}
.etape_rdv.active {
    background-color: var(--secondary-normal);
    margin-bottom: 25px;
}
.etape_rdv.valid img {
    opacity: 0.2;
}
.etape_rdv.no-valid {
    margin-bottom: 25px;
}
.check {
   background-color: var(--secondary-normal);
   height: 25px;
   width: 25px;
   border-radius: 190px;
   position: relative;
   top: -25px;
   right: -100px;
}
.check_mobile {
    background-color: var(--secondary-normal);
    height: 25px;
    width: 25px;
    border-radius: 190px;
 }
.check img,
.check_mobile img {
    height: 10px;
}
.step_mobile.step_mobile.active .etape_txt p {
    color: var(--white);
}
.etape_txt p {
    font-family: var(--primary-font);
    font-size: 1.000em;
    line-height: 1;
}
.etape_txt p:first-child {
    font-size: 0.875em;
}
.etape_txt p:nth-child(3),
.step_txt .etape_txt p:nth-child(2) {
    font-family: var(--secondary-font);
    font-weight: 600;
    font-size: 0.875em;
    color: var(--primary-pressed);
    cursor: pointer;
    padding-top: 5px;
}
.etape_txt p:nth-child(3) {
    padding-top: 20px;
}
.step_txt .etape_txt p:nth-child(2) {
    text-align: left;
}
.etape_txt p:nth-child(3):hover {
    text-decoration: underline;
}
.etape_txt img {
    transform: rotate(90deg);
    margin-top: 20px;
}
.etape_rdv img {
    width: 42px;
    height: auto;
}
.main_left_content,
.main_left-right_content,
.main_right_content {
    box-shadow: 0px 5px 20px rgb(0 0 0 / 8%);
    border-radius: var(--primary-border-radius);
}
.magasin_list {
    width: 90%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.infos {
    text-align: center;
    padding-bottom: 25px;
    font-size: 0.875em;
    font-family: var(--secondary-font);
}
.list_mags {
    flex-wrap: wrap;
}
button {
    width: 23%;
    font-family: var(--secondary-font);
    min-width: 100px;
    background-color: var(--white);
    font-size: 0.875em;
    cursor: pointer;
    border: none;
    height: 80px;
    box-shadow: var(--box-shadow);
    border-radius: var(--primary-border-radius);
    padding: 20px;
    border: 3px solid var(--grey-apple);
}
.list_mags button {
    width: 18%;
    margin: 5px 0px;
    margin: 1%;
}
.list_mags button:nth-child(5n+1) {
    margin-left: 0;
}
.list_mags button:last-child, 
.list_mags button:nth-child(5n) {
    margin-right: 0;
}
button:hover {
    background-color: var(--black);
    color: var(--white);
    font-weight: 800;
}
button:focus,
.horaires button:focus {
    background-color: var(--primary-normal);
    color: var(--white);
    outline: none;
    border: none;
    padding: 15px;
    font-weight: 800;
}
.list_device button {
    width: 45%;
    height: 200px;
    border: 3px solid var(--white);
    text-align: left;
    font-family: var(--primary-font);
    color: var(--white);
    font-weight: 600;
    font-size: 1.000em;
    padding: 160px 20px 20px 20px;
}
.list_device button:last-child {
    background: url('../img/assets/dialogue/mac.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.list_device button:first-child {
    background: url('../img/assets/dialogue/iphone.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.list_device button:hover {
    outline: none;
    border: none;
    border: 3px solid var(--black);
    color: var(--black);
}
.list_device button:focus {
    outline: none;
    border: none;
    border: 3px solid var(--primary-normal);
    color: var(--black);
}
.calendar {
    width: calc(100% - 260px);
    background-color: var(--white);
    border-radius: var(--primary-border-radius);
    box-shadow: var(--box-shadow);
}
.calendar div.is-flex img {
    margin-right: 40px;
    margin-left: 40px
}
.month {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--primary-font);
}
table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
    font-family: var(--secondary-font);
    font-weight: 500;
}
th {
    font-size: 0.875em;
    font-weight: 400;
    color: var(--pressed) !important;
    border-radius: var(--primary-border-radius);
    font-family: var(--primary-font);
}
td {
    text-align: center;
    font-size: 15px;
    padding: 20px;
    transition: all .2s ease;
    cursor: pointer;
    border-radius: var(--primary-border-radius);
    margin: 5px;
    font-size: 0.875em;
}
td.dispo:hover {
    background-color: var(--black);
    border-radius:15px;
    color: var(--white);
    font-weight: 800;
}
td.dispo:focus {
    background-color: var(--primary-normal);
    color: var(--white);
    outline: none;
    border: none;
    border-radius: var(--primary-border-radius);
    font-weight: 800;
}
.disabled {
    color: var(--third-light);
    cursor: auto;
}
.disabled-bordered {
    color: var(--third-light);
    border: 1px solid var(--grey-apple);
    cursor: auto;
}
.dispo {
    background-color: var(--grey-apple);
    border-radius: var(--primary-border-radius);
}
td.dispo.active {
    background-color: var(--primary-normal);
    color: var(--white);
    font-weight: 800;
    font-size: 1.250em;
    padding: 16px;
}
.horaires {
    width: 210px;
    max-height: 476px;
    overflow: auto;
}
.list-horaires-title {
    display: none;
}
.horaires button {
    width: 100%;
    border-radius: var(--primary-border-radius);
    border: none;
    background-color: var(--white);
    height: 60px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    font-weight: 500;
    font-family: var(--secondary-font);
    box-shadow: var(--box-shadow);
    transition: width .2s ease;
}
.horaires button:hover {
    background-color: var(--black);
    color: var(--white);
    font-weight: 800;
    cursor: pointer;
}
.horaires button:focus {
    background-color: var(--primary-normal);
    color: var(--white);
    outline: none;
    border: none;
    font-weight: 800;
    font-size: 1.250em;
}
.horaires button.valid_hrs:focus {
    background-color: var(--primary-normal);
    color: var(--white);
    outline: none;
    border: none;
    font-weight: 800;
    font-size: 0.875em;
}
.horaires button.active {
    background-color: var(--primary-normal);
    color: var(--white);
    outline: none;
    border: none;
    font-weight: 800;
    font-size: 1.250em;
    width: 45%;
    float: left;
    padding: 15px;
}
.horaires button.disabled,
.horaires button.disabled:hover,
.horaires button.disabled:focus {
    background-color: var(--second-light);
    color: var(--fourth-light);
}
.horaires button.disabled:hover,
.horaires button.disabled:focus {
    font-weight: 500;
    font-size: 0.8750em;
    cursor: auto;
}
.horaires .valid_hrs {
    padding: 17px;
    width: 45%;
    float: right;
    background-color: var(--black);
    color: var(--white);
    font-family: var(--secondary-font);
    text-transform: uppercase;
    font-weight: 700;
}
.form_left,
.form_right {
    width: 45%;
}
.form_left.sav,
.form_right.sav {
    margin-bottom: 30px;
}
.form_center {
    width: 100%;
}
.form_center p:not(.subtitle2) {
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
    font-family: var(--secondary-font);
    font-size: 0.875em;
}
.subtitle2 {
    text-align: left;
    padding-bottom: 10px;
    font-size: 0.875em;
    font-weight: 600;
    font-family: var(--primary-font);
    color: var(--black);
}
.form_auth:first-child {
    margin-bottom: 30px;
}
.name .form_auth {
    width: 48%;
}
.input {
    border: none;
    box-shadow: none;
    height: auto;
    padding: 25px 5px 25px 25px;
    border-radius: var(--primary-border-radius);
    color: var(--dark);
    font-family: var(--secondary-font);
    font-weight: 600;
    color: var(--black);
    outline: none;
    --webkit-appearance: none;
    border: 2px solid var(--grey-apple);
}
.input.is-error {
    border: 2px solid var(--third-normal);
}
.input:focus {
    border: 2px solid var(--primary-pressed);
    box-shadow: none;
}
.form {
    display: flex;
    border-radius: var(--primary-border-radius);
    background-color: var(--white);
    border: 2px solid var(--third-light);
    margin-bottom: 80px;
}
.button.is-primary {
    margin-top: 40px;
    float: right;
}
.form button {
    border: 0px;
    background-color: var(--secondary-normal);
    cursor: pointer;
    height: 70px;
    margin-top: 2px;
    width: 80px;
    margin-right: 2px;
    border-radius: 11px;
}
.form button:hover {
    background-color: var(--black);
}
.form button img {
    height: 35px;
    margin-top: 4px;
}
.footer {
    margin-top: 80px;
}
.webbanner {
    margin: 0px auto 0px auto;
    padding-top: 160px;
}
.webbanner .logo_csaa {
    height: 40px;
    margin-top: 30px;
}
.webbanner svg {
    margin-top: 30px;
}
.webbanner_txt,
.web_banner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
.web_banner {
    width: 100%;
}
.webbanner_txt {
    width: 80%;
    text-align: center;
}
.webbanner_txt h2 {
    margin: 50px;
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 1.875em;
}
.webbanner_txt p {
    font-size: 1.563em;
    font-family: var(--primary-font);
    margin-top: 20px;
    font-weight: 300;
    color: var(--primary-pressed);
}
.webbanner_txt p:last-child {
    font-size: 1.000em;
    font-family: var(--secondary-font);
    margin-top: 20px;
    font-weight: 400;
    color: var(--black);
}
.webbanner_txt p:first-of-type {
    font-size: 1.25em;
    font-family: var(--primary-font);
    margin-top: 20px;
    font-weight: 300;
    color: var(--primary-pressed);
}
.web_banner p {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 0.875em;
    color: var(--white);
}
.web_banner {
    background: url(../video/sav.mp4);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
}
.web_banner img {
    max-height: 200px;
}
.web_banner p {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 0.875em;
    color: var(--white);
}
#background-video {
    width: 100%;
    max-width: 1200px;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 8px solid var(--white);
    border-radius: var(--primary-border-radius);
}
.webbanner_txt span, .body_title p span {
    font-weight: 800;
}
.webbanner_txt span {
    color: var(--secondary-normal);
}
.web_banner .welcome {
    background: url(../img/sav/bg_devices.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 40%;
    background-color: #F5F5F5;
    width: 60%;
    height: 250px;
    margin-right: 4%; 
    padding: 45px;
    box-shadow: var(--box-shadow);
    border-radius: var(--primary-border-radius);
    display: grid;
    border: 4px solid var(--white);
}
.web_banner .welcome p {
    font-family: var(--primary-font);
    font-weight: 200;
    font-size: 1.5em;
    line-height: 1.2;
    color: var(--black);
}
.web_banner .marquage {
    background-color: var(--white);
    padding-right: 10px;
    display: flex;
}
.web_banner .marquage #app {
    font-weight: 400;
    padding-left: 10px;
}
.web_banner .Typewriter__cursor {
    -webkit-animation: Typewriter-cursor 1s infinite;
    animation: Typewriter-cursor 1s infinite;
    margin-left: 1px;
}
.web_banner .welcome .sav_cta {
    width: fit-content;
    background-color: var(--secondary-normal);
    border: 2px solid var(--secondary-normal);
    padding: 8px 15px;
    border-radius: var(--secondary-border-radius);
    cursor: pointer;
    font-family: var(--primary-font);
    color: var(--white);
    font-size: 0.75em;
    font-weight: 600;
}
.web_banner .welcome .sav_cta:last-child {
    margin-left: 20px;
    background-color: var(--third-dark);
    border: 2px solid var(--third-dark);
    color: var(--white);
}
.web_banner .welcome a.sav_cta.cta_tarif::before {
    content: 'Voir les tarifs';
}
.web_banner .welcome a.sav_cta.cta_rdv::before {
    content: 'Prendre rendez-vous';
}
.web_banner .label {
    width: calc(40% - 50px);
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    border-radius: var(--primary-border-radius);
    padding: 40px;
    display: grid;
    height: 250px;
}
.web_banner .label p {
    font-family: var(--primary-font) !important;
    font-weight: 200;
    font-size: 1em !important;
    line-height: 1.2;
    color: var(--black);
}
.web_banner .label img {
    max-width: 120px;
}
.web_banner .label .cta_plus,
.web_banner .label .cta_plus:hover {
    padding: 5px 10px;
    background-color: var(--third-dark);
    border-radius: 190px;
    color: var(--white);
    font-family: var(--primary-font);
    font-size: 0.75em;
}
.web_banner .label .conditions {
    font-size: 0.875em;
    font-family: var(--secondary-font);
    color: var(--secondary-normal);
    font-weight: 400;
}
.webbanner_checkup {
    margin: 0px auto 0px auto;
    padding-top: 150px;
}
.webbanner_checkup_txt {
    width: 80%;
    text-align: center;
}
.web_banner_checkup {
    width: 100%;
    background-image: url(../img/sav/checkup/bg_checkupdate.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 30px;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 2%);
    border-radius: 15px;
    padding: 20px 20px 300px 20px;  
    overflow: hidden;
}
.webbanner_checkup_txt, .web_banner_checkup {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
.webbanner_checkup_txt img {
    max-height: 150px;
    max-width: 150px;
}
.concours {
    text-align: center;
    max-width: 550px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.web_banner_checkup .web_banner_checkup_bottom_image {
    position: absolute;
    width: 400px;
    bottom: -40px;
    left: calc(50% - 200px);
}
.web_banner_checkup h1,
.web_banner_checkup h2 {
    color: var(--white);
    font-family: var(--primary-font);
}
.web_banner_checkup h1 {
    font-weight: 400;
    font-size: 2.5em;
    line-height: 0.9;
    letter-spacing: 2;
}
.web_banner_checkup h2 {
    font-weight: 300;
    font-size: 1.25em;
    line-height: 1.2;
    max-width: 330px;
}
.separator_title {
    width: 100%;
    background-color: #d4fbee;
    margin: 0px 0px 80px 0px;
    border-radius: 15px;
    text-align: center;
    padding: 40px;
}
.separator_title h2 {
    font-family: var(--primary-font);
    font-size: 1em;
    color: var(--black);
    max-width: 800px;
    margin-bottom: 10px;
}
.separator_title a {
    font-weight: 400;
    font-family: var(--primary-font);
    font-size: 0.875em;
}
.text_magasin_list {
    padding: 30px;
}
.modalites_checkup,
.modalites {
    width: 100%;
    margin-top: 100px;
    background-color: var(--white);
    border-radius: var(--primary-border-radius);
    padding: 0px 50px 50px 50px;
    border: 2px solid var(--primary-normal);
}
.modalites_checkup p.modalites_checkup_infos {
    color: var(--third-normal);
}
.modalites {
    margin-bottom: 80px;
    margin-top: 120px;
}
.modalites_checkup p,
.modalites p {
    font-size: 0.875em;
    font-family: var(--secondary-font);
    font-weight: 400;
    color: var(--secondary-normal);
    text-align: center;
}
.modalites_checkup .cta_sav p,
.modalites .cta_sav p {
    margin: 0px;
}
.cta_sav {
    width: 360px;
    margin: 40px 0px 0px 0px;
    color: var(--white);
    text-align: center;
    position: relative;
    top: -70px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--primary-normal);
    padding: 20px 30px;
    border-radius: var(--secondary-border-radius);
    box-shadow: 0px 5px 20px rgb(0 0 0 / 8%);
}
.cta_sav p {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 1.000em;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0px;
    color: var(--white);
}
.etapes {
    flex-wrap: wrap;
    margin-top: 50px;
}
.etape {
    width: 22%;
    padding: 10px 15px;
    border-radius: var(--secondary-border-radius);
    background-color: var(--grey-apple);
    box-shadow: var(--box-shadow);
    cursor: pointer;
}
.etape p {
    margin-top: 0px;
    font-family: var(--secondary-font);
    font-weight: 700;
    color: var(--black);
}
.tooltip {
    display: block;
    position: relative;
}
.tooltip img {
    height: 30px;
    margin: 5px 0px;
}
.tooltip .top {
    top: -15px;
    left: -15px;
    width: 220px;
    height: auto;
    transform: translate(0%, -100%);
    padding: 20px;
    background-color: var(--black);
    color: var(--white);
    font-size: 1.000em;
    border-radius: var(--secondary-border-radius);
    position: absolute;
    z-index: 100;
    display: none;
    box-shadow: var(--box-shadow);
}
.tooltip:hover .top {
    display: block;
    -webkit-animation: opentooltip 0.5s linear;
    -moz-animation: opentooltip 0.5s linear;
    -o-animation: opentooltip 0.5s linear;
    animation: opentooltip 0.5s linear;
}
.tooltip p {
    text-align: left;
}
.tooltip .top p {
    text-transform: initial;
    font-size: 0.750em;
    font-weight: 400;
    margin-top: 10px;
    color: var(--white);
    text-align: left;
}
.tooltip p:first-child {
    margin-top: inherit;
}
.tooltip .top i {
    position: absolute;
    top: 99%;
    right: 180px;
    width: 24px;
    height: 12px;
    overflow: hidden;
}
.tooltip .top i::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: var(--black);
}
.select_mag, 
.hrs {
    color: var(--black);
}
.list-horaires-title img {
    width: 20px;
    margin-right: 10px;
}
.modal-card .webbanner_txt {
    width: 100%;
}
.modal-card .webbanner_txt h1 {
    font-size: 2.4em;
    font-weight: 270;
}
.modal-card .webbanner_txt p:first-of-type {
    font-weight: 800;
    font-family: var(--secondary-font);
    margin-top: 10px;
    font-size: 0.875em;
    color: var(--secondary-normal);
}
.modal-card .webbanner_txt p:last-child {
    color: var(--primary-pressed);
    font-size: 0.875em;
    margin-top: 10px;
}
.modal-card .webbanner_txt span {
    font-weight: 800;
    color: var(--primary-pressed);
}
.modal-card .magasin_list {
    width: 100%;
}
.modal-card .infos {
    text-align: center;
    padding-bottom: 0px;
    font-weight: 600;
    font-size: 0.875em;
    font-family: var(--secondary-font);
}
.modal-card .list_device button {
    width: 48%;
    height: 150px;
    padding: 115px 20px 20px 15px;
}
.modal .subtitle2 {
    padding-top: 10px;
    margin: 0;
}
#select-type {
    width: 100%;
    padding: 0;
    text-align: center;
}
#select-type li {
    width: 18%;
    padding: 20px;
    cursor: pointer;
    margin: 1%;
    border-radius: var(--primary-border-radius);
    border: 3px solid var(--grey-apple);
    background-color: var(--white);
    box-shadow: var(--box-shadow);
}
#select-type li div {
    width: 100%;
    height: 30px;
}
#select-type li p {
    margin-top: 10px;
    font-family: var(--secondary-font);
    font-size: 0.75em;
}
#select-type li:nth-child(5n+1) {
    margin-left: 0;
}
#select-type li:nth-child(5n) {
    margin-right: 0;
}
#select-type li:hover {
    border: 3px solid var(--black);
    box-shadow: none;
}
#select-type li:hover p {
    font-weight: 800;
}
.mac {
    background: url(../img/produits/icons/mac.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.iphone {
    background: url(../img/produits/icons/iphone.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.ipad {
    background: url(../img/produits/icons/ipad.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.airpods {
    background: url(../img/produits/icons/airpods.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.ipod {
    background: url(../img/produits/icons/ipod.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.watch {
    background: url(../img/produits/icons/apple_watch.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.appletv {
    background: url(../img/produits/icons/apple_tv.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.homepod {
    background: url(../img/produits/icons/homepod.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.beats {
    background: url(../img/produits/icons/beats.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.tarif {
    margin-bottom: 20px;
}
.tarif p {
    color: var(--body-original-color);
    text-align: left;
    font-size: 0.750em;
    width: calc(100% - 100px);
}
.tarif div>p:first-child {
    font-weight: 600;
    margin-bottom: 5px;
    font-family: var(--primary-font);
    font-size: 0.875em;
}
.tarif div p:last-child {
    font-weight: 800;
    font-size: 1.000em;
    color: var(--primary-pressed);
    font-family: var(--primary-font);
    min-width: 100px;
    text-align: right;
    width: auto;
    width: 100%;
}
.tabs {
    display: flex;
    margin: 0;
    overflow: hidden;
    white-space: inherit;
}
.tabs h3 {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 1.000em;
    color: var(--primary-pressed);
}
.tarif div>p:first-child {
    font-weight: 600;
    margin-bottom: 5px;
    font-family: var(--primary-font);
    font-size: 0.875em;
}
.tabs [class^="tab"] label,
.tabs [class*=" tab"] label {
    font-family: var(--primary-font);
    cursor: pointer;
    display: block;
    font-size: 0.875em;
    font-weight: 600;
    padding: 15px 15px 30px 15px;
    text-align: center;
}
.tarif-titre {
    border-bottom: 2px solid var(--second-light);
}
.tarif-titre .tabs {
    margin-bottom: 0;
}
.tabs [class^="tab"] label span,
.tabs [class*=" tab"] label span {
    font-size: 0.750em;
}
.tabs [class^="tab"] [type="radio"],
.tabs [class*=" tab"] [type="radio"] {
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    visibility: hidden;
    display:none;
}
.tabs label.active {
    color: var(--secondary-normal);
}
.tabs label.no-active {
    color: var(--fourth-light);
}
.tabs [class^="tab"] label:hover,
.tabs [class*=" tab"] label:hover {
    color: var(--secondary-normal);
}
.tabs [class^="tab"] .tab-contenue.checked,
.tabs [class*=" tab"] .tab-contenue.checked {
    opacity: 1;
}
.tabs [class^="tab"] .tab-contenue,
.tabs [class*=" tab"] .tab-contenue {
    opacity: 0;
    padding: 30px 0px 0px 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tabs .tab-2 h3 {
    margin-bottom: 20px;
}
.tabs.tarif-contenue .tab-2 {
    width: 25%;
    height: auto;
}
.tarif-titre .tabs {
    width: 25%;
}
.tarif-titre .tabs .tab-2 {
    width: 100%;
}
.tabs.tarif-contenue .tab-2 .tab-contenue {
    width: 400%;
    margin-left: 300%;
}
.tabs.tarif-contenue .tab-2 .tab-contenue.checked {
    margin-left: 0;
}
.tabs.tarif-contenue .tab-2:nth-child(2) .tab-contenue {
    margin-left: 100%;
}
.tabs.tarif-contenue .tab-2:nth-child(2) .tab-contenue.checked {
    margin-left: -100%;
}
.tabs.tarif-contenue .tab-2:nth-child(3) .tab-contenue {
    margin-left: 200%;
}
.tabs.tarif-contenue .tab-2:nth-child(3) .tab-contenue.checked {
    margin-left: -200%;
}
.tabs.tarif-contenue .tab-2:nth-child(4) .tab-contenue {
    margin-left: 300%;
}
.tabs.tarif-contenue .tab-2:nth-child(4) .tab-contenue.checked {
    margin-left: -300%;
}
.garantie {
    width: 48%;
    margin-left: 4%;
    border-radius: var(--primary-border-radius);
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    padding: 30px;
}
.garantie h3 {
    color: var(--secondary-normal);
    margin-bottom: 10px;
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 1.000em;
}
.garantie p {
    font-family: var(--secondary-font);
    color: var(--body-original-color);
    font-size: 0.875em;
    font-weight: 400;
}
.vid_apple {
    width: 48%;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    border-radius: var(--primary-border-radius);
    padding: 8px;
}
.garantie input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.accordionSAV {
    border-radius: var(--secondary-border-radius);
    overflow: hidden;
}
.accordeonSAV {
    font-family: var(--primary-font);
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}
.accordeonSAV-label {
    padding: 10px 0px;
    font-weight: 400;
    color: var(--primary-pressed);
    cursor: pointer;
    font-size: 0.875em;
    border-top: 1px solid var(--second-light);
}
.accordeonSAV-label:checked {
    color: var(--secondary-normal);
}
.accordeonSAV-label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all .20s;
}
.accordeonSAV-content {
    max-height: 0;
    transition: all .20s;
}
input:checked + .accordeonSAV-label::after {
    transform: rotate(90deg);
}
input:checked + .accordeonSAV-label  ~ .accordeonSAV-content {
    max-height: 100vh;
}
.reservation {
    width: 25%;
    margin-bottom: 30px;
}
.reservation a:not(:first-of-type) {
    margin-top: 10px;
}
.reservation img {
    width: 80%;
    border: 1px solid var(--third-light);
}
.reservation p {
    font-family: var(--secondary-font);
    color: var(--primary-pressed);
    text-align: center;
}
/** SAV **/
.blur {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0px;
    top: 0px;
    border-radius: var(--primary-border-radius);

    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -moz-backdrop-filter: blur(20px);
    -o-backdrop-filter: blur(20px);
    -ms-backdrop-filter: blur(20px);
}
.blur .maintenance {
    width: 100%;
    max-width: 394px;
    top: 45%;
    font-family: var(--primary-font);
    background-color: var(--white);
    padding: 30px;
    border-radius: var(--primary-border-radius);
    box-shadow: 0px 5px 20px rgb(0 0 0 / 8%);
}
.blur .maintenance p,
.blur .maintenance a {
    line-height: inherit;
    text-align: left;
}
.blur .maintenance .label_maintenance {
    font-weight: 500;
    color: var(--primary-normal);
    font-size: 1em;
    margin-bottom: 15px;
    font-family: var(--primary-font);
}
.blur .maintenance p:not(.label_maintenance) {
    margin-top: 5px;
    font-size: 0.875em;
    font-weight: 300;
}
.blur .maintenance p:last-child {
    margin-top: 15px;
}
.container_erreur_creneaux {
    width: 100%;
    background-color: var(--white);
    padding: 50px;
    border-radius: var(--primary-border-radius);
    box-shadow: var(--box-shadow);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 250px;
    margin-top: 20px;
}
.container_erreur_creneaux p {
    font-family: var(--primary-font);
}
.container_erreur_creneaux a {
    font-family: var(--primary-font);
}
.container_erreur_creneaux .error_button {
    cursor: pointer;
    background-color: var(--secondary-normal);
    border-radius: var(--secondary-border-radius);
    padding: 5px 10px;
    box-shadow: var(--box-shadow);
    color: var(--white);
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 0.875em;
    width: 250px;
}
.container_erreur_creneaux div p {
    color: var(--blue);
    font-size: 0.875em;
    margin: 10px;
}

.produit {
    width: 100%;
    margin-bottom: 80px;
}
.duo_caracteristiques {
    width: 100%;
    max-width: 360px;
}
.caracteristiques_left, 
.caracteristiques_right {
    background-color: var(--white);
    width: 100%;
    border-radius: 15px;
}
.caracteristiques_left p, .caracteristiques_right p {
    font-size: 0.875em;
    font-family: var(--secondary-font);
    font-weight: 400;
    line-height: normal;
}
.caracteristiques_left p {
    margin-right: 25px;
    text-align: right;
}
.produit.second .pausecafe_produit {
    max-width: 250px;
}
.criteres {
    display: none;
}

.produit_title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.produit_title p {
    text-align: center;

    text-transform: uppercase;
    font-family: var(--primary-font);
    font-size: .875em;
    color: black;
}
.produit_title img {
    max-width: 50px;
    margin-top: 10px;
}
.produit_infos {
    width: 100%;
    display: flex;
    margin-top: 20px;
    margin-bottom: 30px;
    justify-content: space-between;
    flex-wrap: wrap
}
.produit_infos .infos_tuile {
    width: 32%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background-color: var(--grey-apple);
    padding: 15px;
    border-radius: 15px;
}
.produit_infos .infos_tuile img {
    max-width: 50px;
    margin-right: 20px;
}
.tuile-description, 
.tuile-title {
    font-size: 0.875em;
}
.tuile-title {
    font-weight: 600;
    font-family: var(--primary-font);
}

@-webkit-keyframes opentooltip {
    0% {
        opacity: 0;
        margin-top: -90px;
    }
    15% {
        opacity: 0;
        margin-top: -60px;
    }
    50% {
        opacity: 0.3;
        margin-top: -30px;
    }
    100% {
        opacity: 1;
        margin-top: 0px;
    }
}
@-moz-keyframes opentooltip {
    0% {
        opacity: 0;
        margin-top: -90px;
    }
    15% {
        opacity: 0;
        margin-top: -60px;
    }
    50% {
        opacity: 0.3;
        margin-top: -30px;
    }
    100% {
        opacity: 1;
        margin-top: 0px;
    }
}
@-o-keyframes opentooltip {
    0% {
        opacity: 0;
        margin-top: -90px;
    }
    15% {
        opacity: 0;
        margin-top: -60px;
    }
    50% {
        opacity: 0.3;
        margin-top: -30px;
    }
    100% {
        opacity: 1;
        margin-top: 0px;
    }
}
@keyframes opentooltip {
    0% {
        opacity: 0;
        margin-top: -90px;
    }
    15% {
        opacity: 0;
        margin-top: -60px;
    }
    50% {
        opacity: 0.3;
        margin-top: -30px;
    }
    100% {
        opacity: 1;
        margin-top: 0px;
    }
}
@-webkit-keyframes Typewriter-cursor {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@media screen and (max-width: 1300px) {
    .main,
    .limit {
        width: calc(100% - 100px);
    }
    .list {
        width: calc(100% + 100px);
        padding: 10px 50px;
        left: -50px;
    }
    .web_banner {
        width: calc(100% - 100px);
    }
    .web_banner_checkup {
        width: calc(100% - 100px);
    }
}
@media screen and (max-width: 1280px){
    .recette ~ main .main {
        margin: 20px auto 0px auto;
    }
}
@media screen and (max-width: 1200px) {
    .sav_etapes {
        width: 90%;
    }
}
@media screen and (max-width: 1150px){
    .produit {
        display: block !important;
        text-align: center;
    }
    .duo_caracteristiques {
        display: none !important;
    }
    .criteres {
        display: flex;
        margin-top: 30px;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .caracteristiques_left, 
    .caracteristiques_right {
        width: 45%;
        text-align: center;
        padding: 0 25px;
    }
    .caracteristiques_left p, 
    .caracteristiques_right p {
        text-align: center;
        margin: 0;
    }
    .produit_infos .infos_tuile {
        width: 49%;
    }
}
@media screen and (max-width: 1140px) {
    .magasin_list {
        width: 100%;
    }
    .body_txt {
        padding: 80px 50px 50px 50px;
    }
}
@media screen and (max-width: 1020px) {
    .web_banner .marquage {
        flex-direction: column;
    }
}
@media screen and (max-width: 1000px) {
    .separator_title h2 {
        font-size: 0.875em;
    }
}
@media screen and (max-width: 980px) {
    #select-type {
        justify-content: space-between;
    }
    #select-type li {
        width: 31%;
        margin: 1%;
    }
    #select-type li:nth-child(5n+1) {
        margin: 1%;
    }
    #select-type li:nth-child(5n) {
        margin: 1%;
    }
    #select-type li:nth-child(3n+1) {
        margin-left: 0;
    }
    #select-type li:nth-child(3n) {
        margin-right: 0;
    }
    .list_mags button {
        width: 30%;
    }
    .list_mags button,
    .list_mags button:nth-child(5n+1),
    .list_mags button:nth-child(5n) {
        margin-right: 2.5%;
        margin-left: 2.5%;
    }
    .list_mags button:nth-child(3n+1) {
        margin-left: 0;
    }
    .list_mags button:nth-child(3n) {
        margin-right: 0;
    }
    h1 {
        font-size: 2.500em;
    }
    .sav_etapes {
        width: 100%;
    }
    .magasin_list {
        display: block;
    }
    .calendar {
        width: 100%;
    }
    table {
        border-spacing: 5px;
    }
    .horaires {
        visibility: hidden;
        opacity: 0;
        z-index: 4000;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(50, 50, 50, 0.70);
        max-height: none;
    }
    .horaires.target {
        -webkit-animation: openpopup 0.5s linear;
        -moz-animation: openpopup 0.5s linear;
        -o-animation: openpopup 0.5s linear;
        animation: openpopup 0.5s linear;
        visibility: visible;
        opacity: 1;
    }
    .list-horaires {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 500px;
        height: 100%;
        padding: 50px;
        background-color: var(--first-light);
        overflow: auto;
    }
    .list-horaires-title {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 50px;
    }
    .list-horaires-title h5 {
        margin-right: 20px;
        color: var(--primary-normal);
    }
    .list-horaires-title p {
        text-align: left;
    }
    .close-horaires {
        max-width: 20px;
        cursor: pointer;
    }
    .web_banner {
        display: block !important;
    }
    .web_banner .welcome {
        width: 100%;
        margin-right: 0px;
    }
    .web_banner .label {
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
    }
    .webbanner_txt {
        width: calc(100% - 100px);
    }
    .etape {
        width: 45%;
    }
    .etape:first-child, .etape:nth-child(2) {
        margin-bottom: 20px;
    }
    .vid_apple, .garantie {
        width: 100%;
        display: block !important;
    }
    .vid_apple {
        padding: 8px 8px 0px 8px;
    }
    #background-video {
        border: 0px solid var(--white);
        border-radius: var(--secondary-border-radius);
    }
    .garantie {
        margin-left: 0px;
        margin-top: 20px;
    }
    .web_banner .marquage {
        flex-direction: row;
    }
}
@media screen and (max-width: 920px){
    .criteres {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .caracteristiques_left, .caracteristiques_right {
        width: 35%;
    }
    .lacie {
        height: 150px;
    }
}
@media screen and (max-width:880px) {
    .container_erreur_creneaux>div {
        flex-direction: column;
    }
    .container_erreur_creneaux>div>div {
        align-items: center;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .container_erreur_creneaux .separator {
        width: 100%;
        border-top: 1px solid var(--blue);
    }
    .container_erreur_creneaux .error_button {
        width: 280px;
    }
}
@media screen and (max-width: 850px) {
    #select-type li {
        width: 46%;
        margin: 2%;
    }
    #select-type li:nth-child(5n+1) {
        margin: 2%;
    }
    #select-type li:nth-child(5n) {
        margin: 2%;
    }
    #select-type li:nth-child(3n+1) {
        margin: 2%;
    }
    #select-type li:nth-child(3n) {
        margin: 2%;
    }
    #select-type li:nth-child(2n+1) {
        margin-left: 0;
    }
    #select-type li:nth-child(2n) {
        margin-right: 0;
    }
    .sav_etapes {
        display: none;
    }
    .step_mobile {
        display: flex;
    }
    .body_title {
        margin-bottom: 80px;
    }
    .magasin_list {
        margin-top: 40px;
    }
    .magasin_list:not(:last-of-type) {
        margin-bottom: 80px;
    }
    #select_devices .magasin_list {
        margin: 0px;
    }
    button.larger {
        width: 45%;
    }
    .list_mags button {
        width: 48%;
    }
    .list_mags button,
    .list_mags button:nth-child(5n+1),
    .list_mags button:nth-child(5n),
    .list_mags button:nth-child(3n+1),
    .list_mags button:nth-child(3n) {
        margin: 1%;
    }
    .list_mags button:nth-child(2n+1) {
        margin-left: 0;
    }
    .list_mags button:nth-child(2n) {
        margin-right: 0;
    }
    .form_left, .form_right {
        width: 100%;
    }
    .form_auth {
        margin-bottom: 30px;
    }
    .name .form_auth {
        width: 100%;
    }
    .button.is-primary {
        margin-top: 0px;
    }
    .form_left.sav,
    .form_right.sav {
        margin-bottom: 0px;
    }
    #etape_3_error {
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .offre .limit {
        width: calc(100% - 100px);
        margin: 0 50px;
        text-align: center;
    }
}
@media screen and (max-width: 760px) {
    .web_banner_checkup {
        width: 100%;
        border-radius: 0px;
    }
    .caracteristiques_left,
    .caracteristiques_right {
        width: 50%;
    }
}
@media screen and (max-width: 750px) {
    .tabs {
        flex-wrap: wrap;
    }
    .tarif-titre .tabs {
        width: 100%;
        margin-bottom: 0;
    }
    .tarif-titre {
        border: none;
    }
    .tarif-titre .tabs label {
        border-bottom: 2px solid var(--second-light);
    }
    .tarif-titre .tabs:first-of-type label {
        border-top: 2px solid var(--second-light);
    }
    .tarif-titre .tabs label {
        padding: 15px 15px 15px 0px;
        font-size: 0.875em;
        text-align: left;
    }
    .tarif p {
        width: auto;
    }
}
@media screen and (max-width: 730px) {
    .list_device button {
        width: 100%;
    }
    .list_device button:first-child {
        margin-bottom: 20px;
    }
    .lacie {
        height: 120px;
    }
}
@media screen and (max-width: 660px) {
    .etape {
        width: 100%;
    }
    .etape:first-child, 
    .etape:nth-child(2), 
    .etape:nth-child(3) {
        margin-bottom: 20px;
    }
    .web_banner .marquage {
        flex-direction: column;
    }
}
@media screen and (max-width: 650px) {
    .main {
        width: 100%;
    }
    .body_txt {
        border-radius: 0px;
        border-left: none;
        border-right: none;
        padding: 80px 50px 80px 50px;
    }
    table {
        border-spacing: 4px;
    }
    .modalites_checkup,
    .modalites {
        border-radius: 0px;
        border-left: 0px;
        border-right: 0px;
    }
    .calendar div.is-flex img {
        margin-right: 20px;
        margin-left: 20px;
    }
    .separator_title, .lacie {
        border-radius: 0px;
    }
    .separator_title h2,
    .separator_title a {
        font-size: 0.75em;
    }

    .produit_infos {
        justify-content: center;
    }
    .produit_infos .infos_tuile {
        width: calc(100% - 60px);
    }
}
@media screen and (max-width: 630px) {
    .concours {
        width: 100%;
    }
    .caracteristiques_left,
    .caracteristiques_right {
        width: 100%;
    }
    .caracteristiques_right {
        padding-top: 25px;
    }
}
@media screen and (max-width: 600px) {
    .modal-card .list_device button {
        width: 100%;
    }
}
@media screen and (max-width: 550px) {
    .web_banner .welcome a.sav_cta.cta_tarif::before {
        content: 'Nos tarifs';
    }
    .web_banner .welcome a.sav_cta.cta_rdv::before {
        content: 'Prendre Rdv';
    }
}
@media screen and (max-width: 530px) {
    h1 {
        font-size: 1.875em;
    }
    .web_banner {
        width: 100%;
        border-radius: 0px;
    }
    .web_banner .welcome,
    .web_banner .label {
        border-radius: 0px;
    }
    .web_banner .welcome {
        border-right: 0px;
        border-left: 0px;
    }
    .body_txt h2,
    .webbanner_txt h2 {
        font-size: 1.563em;
    }
    .webbanner_txt p {
        font-size: 1.250em;
    }
    #background-video {
        border-radius: 0px;
        border-left: 0px;
        border-right: 0px;
    }
    .list_mags button,
    .list_mags button:nth-child(5n+1),
    .list_mags button:nth-child(5n),
    .list_mags button:nth-child(3n+1),
    .list_mags button:nth-child(3n),
    .list_mags button:nth-child(2n+1),
    .list_mags button:nth-child(2n) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    th {
        font-size: 0.650em;
        max-width: 32px;
        min-width: 32px;
    }
    td {
        padding: 10px 3px;
        max-width: 32px;
        min-width: 32px;
    }
    .list-horaires {
        width: 100%;
    }
    td.dispo.active {
        padding: 5px;
    }
    .vid_apple, .garantie {
        border-radius: 0px;
    }
    .web_banner {
        margin: 50px 0px 0px 0px;
        width: 100%;
    }
    .web_banner .welcome {
        background-size: 50%;
    }
    .web_banner_checkup .web_banner_checkup_bottom_image {
        width: 300px;
        left: calc(50% - 150px);
    }
}
@media screen and (max-width: 470px) {
    #select-type {
        padding-left: 30px;
        padding-right: 30px;
    }
    .modalites {
        padding: 10px 30px 30px 30px;
    }
    .modalites_checkup {
        padding: 10px 30px 30px 30px;
    }
    .webbanner_txt {
        width: calc(100% - 60px);
    }
    .calendar {
        border-radius: 0px;
    }
    .body_txt {
        padding: 80px 0px;
    }
    .list_mags,
    .body_title {
        width: calc(100% - 30px);
        padding-left: 30px;
    }
    .step_mobile {
        border-radius: 0px;
    }
    .list {
        width: calc(100% + 60px);
        padding: 10px 30px 10px 30px;
        left: -30px;
    }
    .form_auth {
        padding: 0px 30px;
    }
    .form_center .button,
    .form_right .button {
        margin-right: 30px;
    }
    .tabs [class^="tab"] [type="radio"] + div,
    .tabs [class*=" tab"] [type="radio"] + div {
        padding: 50px 0px 0px 0px;
    }
    .tab-titre {
        width: 100%;
    }
    .container_erreur_creneaux {
        border-radius: 0px;
    }
}
@media screen and (max-width: 460px) {
    .web_banner .welcome > div {
        flex-direction: column
        ;align-items: flex-start !important;
    }
    .web_banner .welcome>div .sav_cta {
        margin-top: 10px;
    }
    .web_banner .welcome>div .sav_cta:first-child {
        margin-top: 20px;
    }
    .web_banner .welcome .sav_cta:last-child {
        margin-left: 0px;
    }
    .web_banner .label {
        height: 290px;
    }
    .web_banner .label>div {
        flex-direction: column;
    }
    .web_banner .label>div .cta_plus {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 450px) {
    .list-horaires {
        padding: 30px;
    }
    .list-horaires-title {
        margin-bottom: 30px;
    }
    .list-horaires-title h5 {
        margin-right: 20px;
        color: var(--primary-normal);
    }
    .cta_sav {
        width: 100%;
    }
    .offre {
        height: 65px;
    }
    .offre .limit {
        width: calc(100% - 60px);
        margin: 0 30px;
    }
}
@media screen and (max-width: 390px) {
    .list_mags button {
        width: 100%;
    }
    .cta_sav, .footerbanner_cta {
        width: 100%;
    }
}
@media screen and (max-width: 350px) {
    .web_banner .welcome {
        background-size: 50%;
    }
    .web_banner .welcome p {
        font-size: 1.25em;
    }
    .web_banner .welcome .sav_cta {
        font-size: 0.625em;
    }
    .container_erreur_creneaux .error_button {
        font-size: 0.75em;
        width: 250px;
    }
}