html { 
    font-size:16px; 
    width: 100%; 
    height: 100%; 
}
h1 { 
    font-family: var(--font-two); 
    font-weight:900; 
    color:rgba(0, 0, 0, 0); 
    -webkit-text-stroke: 1px; 
    -webkit-text-stroke-color: var(--black); 
    font-size:4em; font-style: italic; 
    line-height: 0.9; 
    letter-spacing: 2; 
}
h2 { 
    font-family: var(--primary-font); 
    font-weight:200; 
    font-size:2.3rem; 
}
h3 { 
    font-family: var(--primary-font); 
    font-weight:200; 
    font-size:1.5em; line-height: 1.2; 
}
h4 { 
    font-family: var(--primary-font); 
    font-weight:500; 
    font-size: 1.000em; 
}
p { 
    font-family: var(--secondary-font); 
    font-weight: 400; 
    font-size: 1.000em; 
}
a { 
    font-family: var(--secondary-font); 
    color: var(--secondary-normal); 
}
h1, h2, h3, h4, p, a {
    margin: 0;
    padding: 0;
}
strong {
    color: var(--black);
    font-weight: 600;
}
body {
    background-color: var(--first-light);
    color: var(--black);
}
.appareil_cta {
    margin-left: auto;
    margin-right: auto;
    background-color: var(--primary-normal);
    padding: 8px 10px;
    border-radius: var(--secondary-border-radius);
    cursor: pointer;
    box-shadow: var(--box-shadow);
    width: 120px;
    margin-top: 20px;
}
.blocs_produits,
.blocs_services,
.blocs_professionnels,
.sav {
    margin: 0px auto;
    max-width: 1200px;
}
.produits {
    width: 100%;
    overflow: auto;
    padding: 80px 0px;
}
.appareil {
    min-width: 373px;
    border-radius: var(--primary-border-radius);
    box-shadow: var(--box-shadow);
    background-color: var(--white);
    padding: 35px 30px;
    text-align: center;
    margin-right: 40px;
    position: relative;
}
.appareil h3 {
    margin: 15px 0px 0px 0px;
}
.appareil h2{
    font-family: var(--primary-font);
    font-weight: 200;
    font-size: 1.375em;
    line-height: 1.2;
    margin: 15px 0px 0px 0px;
}
.appareil img {
    max-width: 250px;
    max-height: 220px;
    margin-right: auto;
    margin-left: auto;
}
.appareil img.keynote_2022 {
    max-height: 190px;
}
.appareil .infos_prix_appareil {
    font-size: 0.875em;
    color: var(--secondary-normal);
    line-height: initial;
}
.appareil_cta p {
    font-family: var(--primary-font);
    font-size: 0.750em;
    color: var(--white);
    font-weight: 600;
}
.services {
    padding: 80px 0px;
}
.list_title p {
    margin-bottom: 20px;
    font-size: 0.750em;
}
.navigation img {
    height: 30px;
    cursor: pointer;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 8%);
    border-radius: var(--secondary-border-radius);
}
.list {
    position: relative;
    overflow: auto;
    width: 100%;
    padding: 10px 0px;
}
.service {
    border-radius: var(--primary-border-radius);
    background-color: var(--white);
    width: auto;
    padding: 30px;
    margin-right: 15px;
    height: auto;
    min-width: 265px;
}
.service:last-child,
.appareil:last-child {
    display: none;
}
.service img {
    height: 50px;
}
.service:not(.prochainement):hover {
    background-color: var(--third-dark);
    cursor: pointer;
}
.service p {
    font-weight: 300;
    color: var(--black);
    margin-top: 15px;
    font-size: 0.875em;
}
.service:not(.prochainement):hover p {
    color: var(--white);
}
.service img {
    margin-bottom: 15px;
}
.service .plus {
    max-height: 40px;
    max-width: 40px;
    padding: 8px;
    background-color: var(--white);
    border-radius: 190px;
    border: 2px solid var(--blue);
}
.service:not(.prochainement):hover .plus {
    background-color: var(--third-dark);
}
.service .plus img {
    height: 25px;
    width: 25px;
    margin: inherit;
}
.text-rdv,
.text-prestations,
.text-reconditionne,
.text-financement,
.text-sav,
.text-checkup,
.text-assurance,
.text-cadeau,
.text-reprise {
    font-weight: 600;
}
.text-rdv {
    color: #e1e21b;
}
.text-prestations {
    color: #fe431e;
}
.text-financement {
    color: #ff0b5e;
}
.text-sav {
    color: #fd9b00;
}
.text-checkup {
    color: #7524ef;
}
.text-assurance {
    color: #0150e4;
}
.text-reprise {
    color: #19e464;
}
.text-reconditionne {
    color: var(--primary-normal);
}
.text-cadeau {
    color: #48b8b1;
}
.services h2 {
    margin-bottom: 40px;
}
.sav {
    padding: 80px;
    border-radius: var(--primary-border-radius);
    box-shadow: var(--box-shadow);
    background-color: var(--blue);
    background-image: url('../img/homepage/reparation.png');
    background-position: top right;
    background-size: 40%;
    background-repeat: no-repeat;
    margin: 50px auto 80px auto;
}
.sav .details {
    width: 50%;
}
.sav h3 {
    margin-bottom: 30px;
}
.sav p {
    font-size: 0.875em;
    font-family: var(--secondary-font);
    font-weight: 300;
    margin-bottom: 30px;
}
a.sav_cta {
    color: var(--white);
}
.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);
    text-align: center;
    font-size: 0.75em;
    font-weight: 600;
}
.sav_cta:hover {
    font-family: var(--primary-font);
}
.homepage_content {
    background-color: var(--second-light);
}
.selection .modale div:first-child a img {
    height: 45px;
    border: 2px solid var(--white);
    border-radius: 190px;
    padding: 5px;
    position: relative;
    left: 50%;
    margin: 0px -22px 15px -22px;
}
.selection .choix {
    background-color: var(--white);
    height: 330px;
    width: 270px;
    padding: 30px;
    border-radius: var(--primary-border-radius);
}
.selection .choix:first-child {
    margin-right: 15px;
}
.selection .choix .appareil_cta {
    margin-top: 0px;
    width: 100%;
    text-align: center;
}
.selection .appareil{
    height: 415px;
}
.selection_mac .modale div:first-child a img {
    height: 45px;
    border: 2px solid var(--white);
    border-radius: 190px;
    padding: 5px;
    position: relative;
    left: 50%;
    margin: 0px -22px 15px -22px;
}
.selection_mac .choix {
    background-color: var(--white);
    height: 330px;
    width: 270px;
    padding: 30px;
    border-radius: var(--primary-border-radius);
}
.selection_mac .choix:first-child {
    margin-right: 15px;
}
.selection_mac .choix .appareil_cta {
    margin-top: 0px;
    width: 100%;
    text-align: center;
}
/** Espacemetn des bouton s'il sont dnas une div flex */
.appareil .is-flex > .appareil_cta {
    margin-left: 0;
    margin-right: 0;
}
/** Bouton appareil cta : Reserver */
.appareil .appareil_cta {
    background-color: var(--primary-normal);
    border: 2px solid var(--primary-normal);
    padding: 8px;
}
.appareil .appareil_cta p {
    color: var(--white);
}
/** Bouton appareil cta : Reserver */
.appareil .appareil_cta.shopping_cta {
    background-color: var(--secondary-normal);
    border: 2px solid var(--secondary-normal);
}
.appareil .appareil_cta.shopping_cta p {
    color: var(--white);
}
/** Bouton appareil cta : En savoir + */
.appareil .appareil_cta.savoir_plus_cta {
    background-color: var(--white);
    border: 2px solid var(--primary-normal);
}
.appareil .appareil_cta.savoir_plus_cta p {
    color: var(--primary-normal);
}
/** Bouton appareil cta : En savoir + */
.appareil .appareil_cta.savoir_plus_multi {
    background-color: var(--white);
    border: 2px solid var(--secondary-normal);
}
.appareil .appareil_cta.savoir_plus_multi p {
    color: var(--secondary-normal);
}
/** Bouton appareil cta : Information prix d'achat */
.appareil .price_cta {
    background-color: var(--white);
    border: 2px solid var(--white);
    line-height: 1;
    height: 38px;
    padding: 4px;
    box-shadow: none;
}
.appareil .price_cta p {
    color: var(--black);
    font-weight: 300;
    font-size: 0.875em;
}
.appareil .price_cta.fractionne {
    padding: 0px;
}
.appareil .price_cta.fractionne p {
    font-size: 0.75em;
}
.appareil .price_cta span:not(.decimals) {
    color: var(--secondary-normal);
    font-weight: 600;
    font-size: 1.2em;
}
.appareil .price_cta span:not(.decimals) {
    font-weight: 800;
    font-size: 1.25em;
}
.infos_produit p{
    font-family: var(--primary-font);
}
.infos_produit img{
    margin: 0 10px;
    max-width: 50px;
}
.infos_produit p.text_model {
    font-weight: 200;
    font-size: 0.75em;
}
/** Block Pro / Etudiant **/
.professionnels {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.professionnels h3 {
    color: var(--white);
    font-weight: 400;
    margin-bottom: 20px;
}
.professionnels p {
    color: var(--white);
    font-size: 0.875em;
    font-weight: 300;
}
.professionnels p:last-child {
    margin-top: 20px;
}
.professionnels .blocs_education {
    width: 50%;
    min-height: 320px;
    border-radius: var(--primary-border-radius);
    box-shadow: var(--box-shadow);
    background: url(../img/education/homepage_education.avif) center center no-repeat;
    background-size: cover;
    background-position-x: 5px;
    background-color: var(--white);
    position: relative;
    height: 350px;
}
.professionnels .blocs_education.png {
    background: url(../img/education/homepage_education.png) center center no-repeat;
    background-size: cover;
    background-position-x: 5px;
    background-color: var(--white);
}
.professionnels .blocs_education > div {
    width: 100%;
    height: 100%;
    padding: 50px;
    display: grid;
    border-radius: var(--primary-border-radius);
}
.professionnels .blocs_education h3,
.professionnels .blocs_education p {
    color: var(--black);
}
.professionnels .blocs_education h3,
.professionnels .blocs_education p {
    text-align: left;
}
.professionnels .blocs_education h3 {
    font-weight: 200;
}
.professionnels .blocs_education p .offre_higher {
    font-size: 2.5em;
    font-weight: 900;
    color: var(--third-dark);
}
.professionnels .blocs_professionnels {
    padding: 70px;
    border-radius: var(--primary-border-radius);
    box-shadow: var(--box-shadow);
    background: url("../img/professionnel/homepage_background_pro.avif") center center;
    background-size: cover;

    width: 50%;
    margin-left: 30px;
    height: 350px;
}
.professionnels .blocs_professionnels.png {
    background: url("../img/professionnel/homepage_background_pro.jpg") center center;
    background-size: cover;
}
.professionnels .blocs_professionnels a {
    font-family: var(--primary-font);
    color: var(--black);
}
/** Iframe Education **/
#education .modale {
    position: relative;
    max-width: 1024px;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    background-color: var(--white);
    overflow: auto;
}
#education .fermeture {
    position: fixed;
    height: 80px;
    max-width: 1024px;
    width: 100%;
    float: right;
}
#education .fermeture .close {
    background-color: var(--primary-normal);
    cursor: pointer;
    width: 80px;
    max-width: inherit;
}
#education .fermeture .close img {
    height: 35px;
}
#education iframe {
    width: 100%;
    height: 100%;
    border: none;
}
/** Selecteur de couleur article */
.select_color {
    margin-right: 10px;
    margin-left: 10px;
    height: 35px;
    width: 35px;
    border: 3px solid var(--second-light);
    border-radius: 190px;
}
.select_color:hover {
    border: 3px solid var(--secondary-hover);
    cursor: pointer;
}
.select_color .select_color_tooltip {
    visibility: hidden;
    width: 170px;
    background-color: var(--black);
    color: var(--white);
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    z-index: 1;
    position: absolute;
    top: 18%;
    left: 27%;
}
.select_color.keynote_2022 {
    width: auto;
    padding: 5px 8px;
    display: flex;
    justify-content: center;
    align-content: center;
}
.select_color.keynote_2022 .color_cards{
    margin: 0px;
    width: 100%;
    min-width: 50px;
    font-family: var(--primary-font);
    font-size: 0.75em;
}
.select_color_tooltip p {
    font-family: var(--primary-font);
    font-size: 0.750em;
}
.select_color:hover .select_color_tooltip {
    visibility: visible;
}
.select_color.active {
    border: 3px solid var(--secondary-normal);
}
.color_cards {
    height: 23px;
    width: 23px;
    border-radius: 190px;
    margin-left: 3px;
    margin-top: 3px;
}
/** MacBook **/
.color_cards_midnight {
    background-color: #2F3642;
}
.color_cards_silver {
    background-color: #E3E4E6;
}
.color_cards_space_gray {
    background-color: #7D7E80;
}
.color_cards_starlight {
    background-color: #EFE5D4;
}
.color_cards_pro_silver {
    background-color: #E4E5DF;
}
.color_cards_pro_space_gray {
    background-color: #7D7E80;
}
/** Iphone 14 **/
.color_cards_mauve {
    background-color: #E4E5DF;
}
.color_cards_ {
    background-color: #7D7E80;
}
.color_cards_pro_silver {
    background-color: #E4E5DF;
}
.color_cards_pro_space_gray {
    background-color: #7D7E80;
}
/** HomePod **/
.color_cards_model_homepod {
    background-color: #44484E;
}
.color_cards_model_homepod_white {
    background-color: #E4E5DF;
}
.color_cards_sonos_black {
    background-color: #44484E;
}
.color_cards_sonos_white {
    background-color: #FCFCFC;
}
/** START : TOOLTIP APPAREIL */
.appareil .price_cta {
    position: relative;
}
.appareil .price_cta .top {
    top: -15px;
    left: -152px;
    width: 300px;
    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);
}
.appareil .price_cta: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;
}
.appareil .price_cta .top p,
.appareil .price_cta .top span {
    color: var(--white);
}
.appareil .price_cta .top p {
    text-transform: initial;
    font-size: 0.750em;
    margin-top: 10px;
}
.appareil .price_cta h6 {
    font-size: 1.000em;
}
.appareil .price_cta .top p:first-child {
    margin-top: inherit;
}
.appareil .price_cta .top i {
    position: absolute;
    top: 99%;
    right: 70px;
    width: 24px;
    height: 12px;
    overflow: hidden;
}
.appareil .price_cta .top i::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: var(--black);
}
.appareil .price_cta .top>.group_financement>p>span:not(.decimals),
.appareil .price_cta .top>p>span:last-child {
    font-size: 0.875em;
}
.appareil .price_cta .top span:not(.decimals) {
    font-size: 1em;
    font-weight: 400;
}
.group_financement {
    border-bottom: 1px solid var(--white);
    margin-bottom: 20px;
}
.group_financement p {
    margin-top: 0px;
}
.group_financement p:last-child {
    margin-bottom: 10px;
}
.group_financement>p {
    text-align: left;
}
/** END : TOOLTIP APPAREIL */
/** DEBUT : Modale Etudiant */
#etudiant .choix {
    background-color: var(--white);
    height: 330px;
    width: 300px;
    padding: 40px;
    border-radius: var(--primary-border-radius);
    text-align: center;
    cursor: pointer;
}
#etudiant .choix:not(:last-of-type){
    margin-right: 50px;
}
#etudiant .choix.ttbttm {
    background-color: var(--black);
    background-image: url(../img/boutiques/siege_green.svg);
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: bottom 0px right 0px;
}
#etudiant .choix.bts {
    background-image: url(../img/operation/bts/fond_grandient.png);
    background-size: cover;
}
#etudiant .choix.bts p,
#etudiant .choix.ttbttm p {
    color: var(--white);
}
#etudiant .choix.concours_ttbttm {
    background-color: var(--primary-normal);
    margin-left: 50px;
    background-image: url(../img/boutiques/siege_white.svg);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: bottom -70px right -70px;
}
#etudiant .choix.concours_ttbttm p,
#etudiant .choix strong {
    color: var(--white);
}
#etudiant .choix.concours_ttbttm p {
    transform: rotate(-2deg);
}
#etudiant .choix.concours_ttbttm p:first-child {
    color: var(--black);
    margin-bottom: 5px;
}
#etudiant .choix.concours_ttbttm p:nth-child(2),
#etudiant .choix.concours_ttbttm p:last-child {
    background-color: var(--black);
    color: var(--white);
}
#etudiant .choix.concours_ttbttm p:nth-child(2) {
    width: 80%;
    margin-left: 10%;
}
#etudiant .choix.concours_ttbttm p:last-child {
    margin-top: 2px;
}
#etudiant .choix h2 {
    font-size: 1.250em;
}
#etudiant .choix h3 {
    font-family: var(--fourthy-font);
    font-size: 1.5em;
    font-weight: 200;
    color: var(--white);
    font-style: italic;
    line-height: 0.9;
}
#etudiant .choix p {
    font-size: 0.875em;
    font-family: var(--primary-font);
    line-height: 18px;
    font-weight: 300;
}
#etudiant .modale a,
.selection .modale a,
.selection_mac .modale a {
    text-align: center;
}
#etudiant .modale a:not(.choix) img,
.selection .modale a:first-child:not(.choix) img,
.selection_mac .modale a:first-child:not(.choix) img {
    height: 40px;
    border: 2px solid var(--white);
    border-radius: 190px;
    padding: 4px;
    position: relative;
    left: 50%;
    margin: 0px -20px;
}
#etudiant .modale a:first-child p,
.selection .modale a:not(.appareil_cta):first-child p,
.selection_mac .modale a:not(.appareil_cta):first-child p {
    color: var(--white);
    font-family: var(--primary-font);
    text-transform: uppercase;
    font-size: 0.875em;
    letter-spacing: 4px;
    margin-bottom: 50px;
}
/** FIN : Modale Etudiant */
/** DEBUT : Modale Black Friday */
#blackfriday .choix {
    background-color: var(--white);
    height: 330px;
    width: 300px;
    padding: 40px;
    border-radius: var(--primary-border-radius);
    text-align: center;
    cursor: pointer;
}
#blackfriday .choix:not(:last-of-type) {
    margin-right: 50px;
}
#blackfriday .choix.ttbttm {
    background-color: var(--black);
    background-image: url(../img/boutiques/siege_green.svg);
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: bottom 0px right 0px;
}
#blackfriday .choix.bts {
    background-image: url(../img/operation/bts/fond_grandient.png);
    background-size: cover;
}
#blackfriday .choix.bts p,
#blackfriday .choix.ttbttm p {
    color: var(--white);
}
#blackfriday .choix.concours_ttbttm {
    background-color: var(--primary-normal);
    margin-left: 50px;
    background-image: url(../img/boutiques/siege_white.svg);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: bottom -70px right -70px;
}
#blackfriday .choix.concours_ttbttm p,
#blackfriday .choix strong {
    color: var(--white);
}
#blackfriday .choix.concours_ttbttm p {
    transform: rotate(-2deg);
}
#blackfriday .choix.concours_ttbttm p:first-child {
    color: var(--black);
    margin-bottom: 5px;
}
#blackfriday .choix.concours_ttbttm p:nth-child(2),
#blackfriday .choix.concours_ttbttm p:last-child {
    background-color: var(--black);
    color: var(--white);
}
#blackfriday .choix.concours_ttbttm p:nth-child(2) {
    width: 80%;
    margin-left: 10%;
}
#blackfriday .choix.concours_ttbttm p:last-child {
    margin-top: 2px;
}
#blackfriday .choix h2 {
    font-size: 1.250em;
}
#blackfriday .choix h3 {
    font-family: var(--fourthy-font);
    font-size: 1.5em;
    font-weight: 200;
    color: var(--white);
    font-style: italic;
    line-height: 0.9;
}
#blackfriday .choix p {
    font-size: 0.875em;
    font-family: var(--primary-font);
    line-height: 18px;
    font-weight: 300;
}
#blackfriday .modale a{
    text-align: center;
}
#blackfriday .modale a:not(.choix) img{
    height: 40px;
    border: 2px solid var(--white);
    border-radius: 190px;
    padding: 4px;
    position: relative;
    left: 50%;
    margin: 0px -20px;
}
#blackfriday .modale a:first-child p{
    color: var(--white);
    font-family: var(--primary-font);
    text-transform: uppercase;
    font-size: 0.875em;
    letter-spacing: 4px;
    margin-bottom: 50px;
}
#blackfriday .choix h3:first-child {
    letter-spacing: 1.5px;
}
#blackfriday .choix h3 {
    color: var(--white);
    -webkit-text-stroke: 1.5px;
    -webkit-text-stroke-color: var(--secondary-normal);
    font-family: var(--primary-font);
    font-weight: 900;
    text-transform: uppercase;
    font-style: normal;
    font-size: 2.5em;
}
#blackfriday .choix h3:first-child {
    color: var(--secondary-normal);
    -webkit-text-stroke: 0px;
}
#blackfriday .choix p.exclu {
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 0.75em;
    margin-top: 10px;
    text-transform: uppercase;
}
#blackfriday .choix p a {
    font-family: var(--primary-font);
}
#blackfriday .choix p a:hover {
    text-decoration: underline;
}
#blackfriday .choix .pourcent {
    background-color: var(--secondary-normal);
    color: var(--white);
    font-family: var(--primary-font);
    line-height: 40px;
    font-weight: 900;
    font-size: 1em;
    transform: rotate(-2deg);
}
#blackfriday .choix.choix_boutique {
    background-color: var(--black);
    cursor: auto;
}
#blackfriday .choix.choix_boutique h3 {
    color: var(--primary-normal);
    -webkit-text-stroke: 0px;
}
#blackfriday .choix.choix_boutique h3:first-child {
    color: var(--black);
    -webkit-text-stroke: 1.5px;
    -webkit-text-stroke-color: var(--primary-normal);
}
#blackfriday .choix.choix_boutique .pourcent {
    background-color: var(--primary-normal);
}
#blackfriday .choix.choix_boutique p {
    color: var(--white);
}
/** FIN : Modale Etudiant */
/** DEBUT : Modale Achat */
.list_choix .appareil {
    margin-left: 0;

    min-width: 300px;
    border-radius: var(--primary-border-radius);
    box-shadow: var(--box-shadow);
    background-color: var(--white);
    padding: 30px 20px 40px 20px;
    text-align: center;
    margin-right: 30px;
}
.list_choix .appareil:last-of-type {
    margin: 0;
}
.list_choix .appareil h3 {
    font-weight: 200;
    font-size: 1.250em;
    line-height: 1.2;
}
.list_choix .appareil img {
    max-width: 200px;
    max-height: 100%;
    height: auto;
    margin: 20px auto;
    max-height: 150px;
}
#noel .comptearebours {
    position: relative;
    width: 100%;
    text-align: center;
    background-color: var(--black);
}
#noel .comptearebours > p {
    text-transform: uppercase;
    color: var(--white);
    font-family: var(--primary-font);
}
#noel .ouverture p:first-child {
    color: var(--white);
    font-family: var(--primary-font);
    font-size: 1.000em !important;
    margin-bottom: 5px;
    font-weight: 200;
    line-height: 25px;
}
#noel .ouverture p:first-child span {
    font-weight: 900;
}
#noel .compte_a_rebours {
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
}
#noel .label-count {
    text-align: left;
}
#noel .label-count > div {
    display: flex;
    justify-content: center;
    min-width: 30px;
}
#noel .label-count p {
    font-size: 0.75em;
    font-weight: 500;
    color: var(--white);
    margin-top: 5px;
    padding: 0;
}
#noel .label-count .count {
    background-color: var(--white);
    border-radius: var(--secondary-border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    font-weight: 600;
    font-size: 0.875em;
    min-width: 28px;
    min-height: 34px;
    margin-right: 3px;
    font-family: var(--primary-font);
}
#noel .label-count > div > .count:last-child {
    margin-right: 0;
}
.new-year .modale_menu {
    height: 100vh;
    overflow: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    position: fixed;
    top: 0px;
    overflow: auto;
    height: 100%;
    width: 100%;
}
.new-year .modale_menu a {
    text-align: center;
}
.new-year .modale_menu a.closeSelection {
    cursor: pointer;
    text-decoration: none;
    color: var(--black);
    background-color: #FBF6DF;
    padding: 8px 20px;
    border-radius: 190px;
    font-weight: 500;
    font-family: var(--primary-font);
    font-size: 0.75em;
    text-transform: none;
}
.new-year .list_choix {
    max-width: 100%;
}
.new-year .list_choix .list_choix-element {
    margin: 0;
    padding: 0;
    min-width: 300px;
    max-width: 400px;
    width: calc(100% - 60px);
    border-radius: var(--primary-border-radius);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 3px solid #FBF6DF;
    margin-top: 0px;
    margin-right: 0px;
}
.new-year .list_choix .list_choix-element a {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.new-year .list_choix .list_choix-element img {
    object-fit: cover;
    height: 100%;
}

.aldorande .modale_menu {
    height: 100vh;
    overflow: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    position: fixed;
    top: 0px;
    overflow: auto;
    height: 100%;
    width: 100%;
}
.aldorande .modale_menu a {
    text-align: center;
}
.aldorande .modale_menu a.closeSelection {
    cursor: pointer;
    text-decoration: none;
    color: #FBF6DF;
    background-color: black;
    padding: 8px 20px;
    border-radius: 190px;
    font-weight: 500;
    font-family: var(--primary-font);
    font-size: 0.75em;
    text-transform: none;
    position: absolute;
    bottom: 30px;
}
.aldorande .list_choix {
    max-width: 100%;
}
.aldorande .list_choix .list_choix-element {
    margin: 0;
    padding: 0;
    width: calc(100% - 60px);
    border-radius: var(--primary-border-radius);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 3px solid #FBF6DF;

    margin-top: 0px;
    margin-right: 0px;
    max-width: 900px;
}
.aldorande .list_choix .list_choix-element a {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aldorande .list_choix .list_choix-element img {
    object-fit: cover;
    height: 100%;
}

@media screen and (max-width: 1300px) {
    .blocs_professionnels,
    .sav,
    .blocs_services_title {
        width: calc(100% - 100px);
    }
    .blocs_produits,
    .blocs_services {
        max-width: 100%;
    }
    .appareil:first-child,
    .blocs_services_title {
        margin-left: 50px;
    }
    .appareil:last-child {
        margin-right: 50px;
    }
    .list {
        padding-left: 50px;
    }
    .sav .details {
        width: 50%;
    }
    .service:last-child,
    .appareil:last-child {
        display: block;
        background-color: var(--first-light);
        padding: 0px;
        box-shadow: none;
    }
    .service:last-child {
        background-color: var(--first-light);
        min-width: 35px;
    }
    .appareil:last-child {
        background-color: var(--second-light);
        min-width: 10px;
    }
    .professionnels {
        width: calc(100% - 100px);
    }
    .list_choix .appareil {
        min-width: 300px;
        background-color: var(--white);
        padding: 35px 30px;
    }
}
@media screen and (max-width: 1200px) {
    .blocs_produits,
    .blocs_services {
        width: 100%;
    }
}
@media screen and (max-width: 1100px) {
    .professionnels .blocs_professionnels {
        padding: 70px;
    }
    #etudiant .list_choix {
        width: calc(100% - 100px);
        flex-wrap: wrap;
        margin-left: 50px;
        justify-content: center;
    }
    #etudiant .choix.ttbttm,
    #etudiant .choix.bts,
    #etudiant .choix.macair,
    #etudiant .choix.concours_ttbttm {
        margin: 0px 25px 50px 25px;
    }
    .selection .modale,
    .selection_mac .modale,
    #etudiant .modale {
        height: 100vh;
        overflow: auto;
        padding-top: 50px;
    }
    #blackfriday .list_choix {
        width: calc(100% - 100px);
        flex-wrap: wrap;
        margin-left: 50px;
        justify-content: center;
    }
    #blackfriday .choix:not(:last-of-type),
    #blackfriday .choix {
        margin: 0px auto 50px auto;
    }
    #blackfriday .modale {
        height: 100vh;
        overflow: auto;
        padding-top: 50px;
    }
}
@media screen and (max-width: 1000px) {
    #selection_watch .list_choix {
        max-width: 700px;
        justify-content: center;
        flex-wrap: wrap;
    }
    #selection_watch .list_choix .appareil:last-of-type{
        margin-top: 30px;
    }
}
@media screen and (max-width: 980px) {
    .appareil {
        min-width: 350px;
    }
    .sav .details {
        width: 60%; 
    }
    .professionnels {
        display: block !important;
    }
    .professionnels .blocs_education,
    .professionnels .blocs_professionnels {
        width: 100%;
        margin-left: 0px;
    }
    .professionnels .blocs_professionnels {
        margin-top: 30px;
        padding: 70px 100px;
    }
}
@media screen and (max-width: 900px) {
    .professionnels .blocs_professionnels {
        padding: 80px;
    }
    .sav .details {
        width: 70%; 
    }
}
@media screen and (max-width: 830px) {
    .new-year .modale_menu {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 800px) {
    .selection .list_choix, 
    .selection_mac .list_choix {
        flex-direction: column;
    }
    .list_choix .appareil {
        margin-left: auto;
        margin-right: auto;
    }
    .list_choix .appareil:last-of-type {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }
    .list_choix .appareil:not(:first-of-type) {
        margin-top: 30px;
    }
}
@media screen and (max-width: 760px) {
    .professionnels .blocs_professionnels {
        padding: 80px;
    }
    .sav .details {
        width: 100%; 
    }
    .navigation {
        display: none;
    }
}
@media screen and (max-width: 740px) {
    .list_choix .appareil {
        width: auto;
    }
}
@media screen and (max-width: 700px) {
    .aldorande .list_choix .list_choix-element {
        width: 100%;
        border-radius: 0px;
        border-right: 0px;
        border-left: 0px;
    }
    .aldorande .list_choix .list_choix-element img {
        object-fit: cover;
        height: 460px;
        width: auto;
        max-width: 100%;
    }
}
@media screen and (max-width: 680px) {
    .professionnels .blocs_professionnels {
        padding: 50px;
    }
}
@media screen and (max-width: 670px) {
    .selection .list_choix {
        display: block !important;
    }
    .selection .choix:first-child {
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .selection .choix:last-child {
        margin-left: 0px;
    }
    .selection_mac .list_choix {
        display: block !important;
    }
    .selection_mac .choix:first-child {
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .selection_mac .choix:last-child {
        margin-left: 0px;
    }
}
@media screen and (max-width: 650px) {
    .professionnels .blocs_professionnels,
    .sav {
        padding: 60px 50px;
    }
}
@media screen and (max-width: 600px) {
    .sav {
        background-image: none;
    }
}
@media screen and (max-width: 530px) {
    .appareil {
        min-width: 300px;
    }
    .appareil h2 {
        font-size: 1.188em;
    }
    .appareil_cta {
        width: 110px;
    }
    .select_color .select_color_tooltip {
        left: 21%;
    }
    .sav .details div.is-flex {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .sav .details>div img {
        margin-top: 20px;
    }
}
@media screen and (max-width: 500px) {
    .professionnels .blocs_professionnels {
        padding: 30px;
    }
}
@media screen and (max-width: 470px) {
    .sav {
        width: 100%;
        border-radius: 0px;
        padding: 50px 30px;
    }
    .sav .details div.is-flex {
        flex-direction: row;
        align-items: center !important;
    }
    .sav .details>div img {
        margin-top: 0px;
    }
    .appareil {
        margin-right: 20px;
    }
    .appareil:first-child,
    .blocs_services_title {
        margin-left: 30px;
    }
    .blocs_services_title {
        width: calc(100% - 60px);
    }
    .list {
        padding-left: 30px;
    }
    .service:last-child {
        min-width: 15px;
    }
    .blocs_professionnels,
    .professionnels {
        width: 100%;
    }
    .professionnels .blocs_education,
    .professionnels .blocs_professionnels,
    .professionnels .blocs_education>div {
        border-radius: 0px;
    }
    .professionnels .blocs_professionnels,
    .professionnels .blocs_education>div {
        padding: 50px 30px;
    }
}
@media screen and (max-width: 450px) {
    #etudiant .list_choix {
        width: 100%;
        margin: 0px;
    }
    #etudiant .choix.ttbttm,
    #etudiant .choix.bts,
    #etudiant .choix.macair,
    #etudiant .choix.concours_ttbttm {
        margin: 0px 20px 50px 20px;
    }
    #blackfriday .list_choix {
        width: 100%;
        margin: 0px;
    }
    #blackfriday .choix {
        margin: 0px 20px 50px 20px;
    }
}
@media screen and (max-width: 440px) {
    h1 {
        font-size: 3.000em;
    }
    h2 {
        font-size: 1.750em;
    }
    h3 {
        font-size: 1.250em;
    }
    p {
        font-size: 0.875em;
    }
    .appareil span {
        font-size: 0.750em;
    }
    .operselect_color .select_color_tooltip {
        left: 21%;
    }
}
@media screen and (max-width: 400px) {
    .sav .details div.is-flex {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .sav .details>div img{
        margin-top: 20px;
    }
}
@media screen and (max-width: 380px) {
    .professionnels .blocs_professionnels {
        height: 400px;
    }
}