h1 {
  color: var(--primary-pressed);
  font-size: 3rem;
}
h2 {
  font-family: var(--primary-font);
  font-weight: 300;
  font-size: 2em;
  color: var(--primary-pressed);
}
h3 {
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 1em;
}
html,
body {
  background-color: var(--first-light);
}
img {
  max-height: 100%;
}
main a {
  font-size: 0.75em;
}
main .confirm a {
  font-size: 1em;
}
.reponse50 {
  width: auto;
  padding: 0px 20px;
}
.add-to-cart[disabled] {
  cursor: not-allowed;
  opacity: 0.4;
}
/*** A REFAIRE ***/
.configuration,
.list_panier {
  max-width: 1200px;
}
main {
  padding-top: 100px;
}
.configuration {
  margin: 0px auto 80px auto;
  padding-top: 110px;
  transition: margin 400ms linear;
}
.list_panier {
  margin: 80px auto 100px auto;
}
.articles {
  max-width: 550px;
  width: 48%;
}
#more_infos_connectivite.modal ul {
  list-style: disc;
  font-family: var(--secondary-font);
  font-size: 0.875em;
  font-weight: 300;
  margin-left: 30px;
}
#more_infos_connectivite.modal p.small {
  font-size: 0.625em;
}
#ma-boutique {
  margin-top: 20px;
  font-size: 0.875em;
}
.articles_left {
  position: sticky;
  top: 180px;
}
.recap_panier {
  max-width: 450px;
  width: 40%;
  height: 420px;
  margin-top: 152px;
  background-color: var(--first-light);
  padding: 40px;
}
.recap_panier .button.is-primary {
  width: 100%;
  margin-top: 50px;
}
.recap_panier p:first-child {
  font-weight: 700;
  text-transform: uppercase;
}
.articles_panier {
  margin-top: 80px;
  border-bottom: 1px solid var(--third-light);
  padding-bottom: 50px;
}
.produit {
  background-color: var(--white);
  background-image: url(../img/produits/assets/fullscreen.svg);
  background-position: bottom 30px right 30px;
  background-size: 25px;
  background-repeat: no-repeat;
  border-radius: var(--primary-border-radius);
  height: 450px;
  box-shadow: var(--box-shadow);
  margin-bottom: 30px;
}
#produit_image ~ .offre {
  margin-top: 30px;
}
.produit img {
  max-width: min(70%, 300px);
  max-height: 70%;
}
.overlayProduit {
  visibility: hidden;
  opacity: 0;
  z-index: 4000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(50, 50, 50, 0.7);
}
.overlayProduit .fermeture {
  top: 0;
  max-width: 100%;
}
.overlayProduit.target {
  visibility: visible;
  opacity: 1;
}
.overlayProduitBlock {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: var(--white);
  overflow: auto;
}
.overlayProduitBlock img {
  width: 500px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.offre {
  padding: 0px 20px;
}
.offre img,
.offre svg {
  margin-right: 20px;
  width: 30px;
  height: auto;
}
.offre img.apple_tv_plus_img {
  width: 50px;
}
.offre p {
  font-size: 0.875em;
}
.criteres {
  margin-top: 50px;
  border-bottom: 2px solid var(--second-light);
  padding-bottom: 30px;
}
.criteres:last-of-type {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.criteres h3 {
  color: var(--primary-normal);
}
.label_criteres {
  margin-bottom: 20px;
}
.list_article {
  margin-bottom: 0px;
}
.list_article .criteres {
  padding-top: 60px;
  padding-bottom: 0px;
  margin-top: 30px;
  border-top: 2px solid var(--second-light);
  border-bottom: 0px;
}
.article_cache {
  background-color: var(--white);
  border-radius: var(--primary-border-radius);
}
/** KITUI **/
.cards {
  width: 100%;
  padding: 20px;
  height: 120px;
}
.boitier_cards {
  width: calc(50% - 10px);
  padding: 20px;
  height: 120px;
}
.small_cards {
  width: calc(50% - 10px);
  padding: 20px;
  text-align: center;
}
.small_cards.trio {
  width: calc(33% - 10px);
}
.small_cards.pb-20 {
  padding-bottom: 20px;
}
.cards,
.boitier_cards,
.small_cards {
  min-height: 80px;
  border: 3px solid var(--white);
  background-color: var(--white);
  border-radius: var(--primary-border-radius);
  font-size: 1em;
  margin-bottom: 20px;
  cursor: pointer;
  font-family: var(--secondary-font);
  box-shadow: var(--box-shadow);
}
.boitier_cards div span:not(.decimals):last-child,
.cards div span:not(.decimals):last-child,
.small_cards span:not(.decimals):last-child {
  font-size: 0.75em;
  font-family: var(--secondary-font);
}
.boitier_cards span:not(.decimals):first-child,
.cards div span:not(.decimals):first-child,
.small_cards span:not(.decimals):first-child,
.small_cards span:not(.decimals):nth-child(2) {
  font-weight: bold;
  font-size: 1em;
  font-family: var(--secondary-font);
}
.small_cards span:not(.decimals).secondary-normal {
  font-weight: 300;
  font-size: 0.875em;
}
.active {
  border: 3px solid var(--secondary-normal);
}
.disabled {
  color: var(--third-light);
}
.cta {
  background-color: var(--primary-normal);
  box-shadow: var(--box-shadow);
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  color: var(--white);
}
.color {
  font-size: 0.875em;
  font-family: var(--primary-font);
  margin-bottom: 20px;
  font-weight: bold;
}
.select_color {
  margin-right: 20px;
  margin-bottom: 20px;
  height: 52px;
  width: 52px;
  border: 3px solid var(--second-light);
  border-radius: 190px;
  position: relative;
  cursor: pointer;
}
.select_color.active {
  border: 3px solid var(--secondary-normal);
}
.select_color.disabled .color_cards {
  opacity: 0.4;
}
.select_color .select_color_tooltip {
  visibility: hidden;
  width: 160px;
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: 60px;
  left: -55px;
}
.select_color_tooltip p {
  font-family: var(--primary-font);
  font-size: 0.75em;
}
.select_color:hover .select_color_tooltip {
  visibility: visible;
}
.color_cards {
  height: 40px;
  width: 40px;
  border-radius: 190px;
  margin-left: 3px;
  margin-top: 3px;
}
.boitier_cards:not(.is_forced.disabled):hover,
.cards:not(.is_forced.disabled):hover,
.small_cards:not(.is_forced.disabled):hover,
.select_color:not(.is_forced.disabled):hover {
  border: 3px solid var(--secondary-hover);
}
.assurancesolution {
  border: 2px solid var(--third-light);
  border-radius: var(--primary-border-radius);
  padding: 30px;
  margin-bottom: 20px;
}
.assurancesolution.selection {
  border: 3px solid var(--secondary-normal);
}
.assurancesolution h3 {
  font-size: 0.875em;
  font-weight: 700;
}
.assurancesolution a {
  font-size: 0.875em;
  font-weight: 400;
}
.assurancesolution p {
  font-family: var(--secondary-font);
  font-size: 0.875em;
  line-height: normal;
}
.assurancesolution .prix {
  font-size: 1em;
  font-weight: 400;
  font-family: var(--primary-font);
  color: var(--secondary-normal);
}
.assurancesolution .cta {
  background-color: var(--secondary-normal);
  width: 100px;
}
.assurancesolution .cta p {
  font-family: var(--primary-font);
  font-size: 0.75em;
  font-weight: 800;
}
.assurancesolution.selection .cta {
  background-color: var(--black);
}
.assurrance_content {
  background-color: var(--white);
  border: 2px solid var(--white);
  border-radius: 8px;
  width: 100%;
  height: 80px;
  padding: 12px;
}
.assurrance_content.selection {
  border: 2px solid var(--secondary-normal);
}
.assurrance_content.selection .cta {
  background-color: var(--black);
}
.assurrance_content img {
  width: 50px;
  margin-right: 20px;
}
.assurrance_content .assurrance_content_title {
  font-size: 0.75em;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: var(--primary-font);
}
.assurance .totalPVTTC{
    color: var(--primary-normal);
}
.disabled .cta {
  background-color: var(--fourth-light);
  opacity: 40%;
}
.disabled a,
.disabled strong,
.disabled .prix {
  color: var(--fourth-light);
}
.tarif {
  font-size: 0.875em;
  font-family: var(--primary-font);
  text-align: right;
}
::placeholder {
  color: var(--primary-normal);
}
.panier {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: var(--third-dark);
  color: var(--white);
  padding: 50px 0px;
}
.panier img {
  width: 30px;
  height: 30px;
}
.panier input[type="text"],
.panier select {
  border: none;
  width: 100%;
  background-color: inherit;
  border-bottom: 2px solid var(--primary-light);
  outline: none;
  font-family: var(--primary-font);
  color: var(--primary-normal);
  padding: 5px 0px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.panier_option:first-child,
.panier_option:nth-child(2) {
  width: 240px;
  height: auto;
}
.panier_option:first-child p:nth-child(2),
.panier_option:nth-child(2) p:nth-child(2) {
  font-family: var(--primary-font);
  margin: 5px 0px;
}
.panier_option:first-child p:last-child,
.panier_option:nth-child(2) p:last-child {
  margin: 5px 0px;
  font-size: 0.875rem;
  color: var(--primary-light);
  font-weight: 600;
}
.panier_option:nth-child(3),
.panier_option:last-child {
  width: 300px;
}
.panier_option:nth-child(3) {
  text-align: right;
}
.panier.openTarget {
  visibility: visible;
  opacity: 1;
  align-self: flex-end;
  position: sticky;
  animation: appearFromBottom 500ms cubic-bezier(0.77, 0.2, 0.05, 1) both;
}
.panier {
  padding: 20px 0px;
}
.panier_option {
  padding: 10px;
}
.panier .panier_option:first-child,
.panier .panier_option:nth-child(2) {
  display: none;
}
.configurationReplace {
  padding-bottom: 100px;
  margin: 0px auto 0px auto;
  max-width: 1200px;
}
.replace {
  max-width: 550px;
}
.ref {
  font-size: 0.75em;
  font-weight: 500;
}
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: var(--black);
  margin-top: -6px;
}
.select select {
  border: 2px solid var(--third-light);
  font-weight: 800;
  min-width: 80px;
}
.select select:hover,
.select select:focus,
.select select:active {
  border: 2px solid var(--primary-pressed);
  box-shadow: none;
}
.actions_panier img {
  height: 25px;
}
.actions_panier,
.options_panier {
  width: 100%;
}
.options_panier {
  margin-top: 10px;
}
.actions_panier {
  margin-left: 20px;
}
.recap_panier h5:first-child {
  border-bottom: 1px solid var(--primary-normal);
}
.complement {
  height: auto;
  padding: 20px 0px;
  border-bottom: 1px solid var(--third-light);
}
.complement div {
  max-width: 80%;
}
.complement div p {
  font-size: 0.875em;
}
.favoris {
  width: 30%;
  padding: 20px 0px;
  height: auto;
  border: 10px solid var(--first-light);
}
.favoris img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.favoris div {
  margin-left: 20px;
  margin-right: 20px;
}
.favoris p:first-child {
  margin-top: 25px;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 5px;
}
.favoris h6 {
  font-weight: 600;
  color: var(--secondary-normal);
}
.produits_list {
  display: flex;
  position: relative;
  left: -45px;
  width: 100%;
  overflow: auto;
  padding: 30px 42px;
}
.categorie {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: var(--primary-border-radius);
  padding: 30px 20px;
}
.produits {
  padding: 50px;
  min-width: 300px;
  background-color: var(--white);
  box-shadow: var(--box-shadow);
  border-radius: var(--primary-border-radius);
  width: auto;
  text-align: center;
  margin-right: 15px;
  height: auto;
  min-width: 300px;
  color: var(--black);
  border: 3px solid var(--white);
}
.produits:hover {
  border: 3px solid var(--primary-normal);
  cursor: pointer;
  color: var(--hovered);
}
.panier_articles_bloc {
  height: auto;
  min-width: 350px;
  padding: 40px;
  border-radius: var(--primary-border-radius);
  background-color: var(--white);
  box-shadow: var(--box-shadow);
  margin: 50px 0px;
}
.panier_articles_bloc:last-of-type {
  margin: 50px 0px 0px 0px;
}
.panier_articles_bloc p {
  font-size: 0.875em;
}
.panier_articles_bloc p.label_details {
    font-family: var(--primary-font);
    font-weight: 500;
    color: var(--primary-normal);
    margin-bottom: 5px;
}
.panier_articles_bloc a {
  font-size: 0.875em;
}
.panier_articles_bloc .embargo {
  font-size: 0.875em;
  font-family: var(--secondary-font);
  color: var(--secondary-normal);
}
.recapitulatif {
  margin-top: 30px;
}
.finalisation {
  margin-top: 20px;
}
.recapitulatif h5 {
  font-size: 1em;
  font-family: var(--primary-font);
}
.recapitulatif .infos_produit h5 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.recapitulatif .infos_produit h5 .totalPVTTC_origin {
  font-size: 0.75em;
  color: var(--third-normal);
  text-decoration: line-through;
}
.recapitulatif img,
.tooltip img {
  margin-left: 20px;
}
.details {
  margin-top: 30px;
  margin-bottom: 30px;
}
.model_produit_pastille,
.model_produit_promo_pastille {
  color: var(--white);
  background-color: var(--third-normal);
  border-radius: 5px;
  width: fit-content;
  padding: 3px 5px;
  font-family: var(--primary-font);
  font-size: 0.625em;
  margin-bottom: 20px;
}
.model_produit_promo_pastille.promotion {
  background-color: var(--blue-instagram);
}
.select select {
  border: 2px solid var(--third-light);
  font-weight: 800;
}
.select.is-rounded select {
  border-radius: var(--secondary-border-radius);
}
.ajout_panier {
  background-color: var(--primary-normal);
  width: 100%;
  border-radius: var(--secondary-border-radius);
  padding: 18px 25px;
  cursor: pointer;
}
.ajout_panier img {
  height: 20px;
}
.ajout_panier p {
  color: var(--white);
  font-family: var(--primary-font);
  font-weight: 800;
  font-size: 0.875em;
  margin-right: 20px;
}
.total_commande {
  margin-top: 20px;
}
.total_commande h5 {
  color: var(--secondary-normal);
  font-weight: 800;
  font-size: 1.25em;
}
.panier_articles_bloc .infos_produit {
  padding-bottom: 20px;
  border-bottom: 2px solid var(--second-light);
}
.panier_articles_bloc .infos_produit.last {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--black);
}
.add-article .less-article,
.add-article .more-article {
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin: 0;
  border: none;
}
.add-article p.nb-article {
  font-size: 1em;
  font-weight: 900;
  width: 30px;
  text-align: center;
  font-family: 'presicav';
}
.add-article .less-article{
  margin-right: 10px;
}
.add-article .more-article {
  margin-left: 10px;
}
.add-article .less-article p,
.add-article .more-article p {
  font-size: 1.5em;
  color: var(--white);
}
.add-article .less-article.disabled,
.add-article .more-article.disabled {
  opacity: 0.4;
}
.assurance_theft_option {
  overflow: auto;
  display: flex;
  margin-left: -40px;
  width: calc(100% + 80px);
}
.assurance_theft_option .option_bloc {
  margin-right: 10px;
}
.assurance_theft_option .option_bloc:first-child {
  margin-left: 40px;
}
.assurance_theft_option .option_bloc:last-child {
  margin-right: 40px;
}
.assurance_theft_option .option_bloc > p {
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 20px;
  margin-bottom: 5px;
  color: var(--black);
}
.assurance_theft_option .option_theft_bloc {
  border: 1px solid var(--third-light);
  border-radius: var(--primary-border-radius);
  min-width: 250px;
  width: 250px;
  height: 120px;
  padding: 15px 8px 8px 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.assurance_theft_option .option_theft_bloc .option_theft_bloc_content p {
    font-size: 0.875em;
    font-weight: 400;
    line-height: normal;
}
.assurance_theft_option .option_theft_bloc p.price,
.assurance_theft_option .option_theft_bloc p.theft_price {
  color: var(--primary-normal);
  font-family: var(--primary-font);
}
.assurance_theft_option .option_theft_bloc p.price {
    font-size: 1em;
}
.assurance_theft_option .option_theft_bloc p.theft_price {
  font-size: 0.625em;
}
.assurance_theft_option .assurance_theft_active,
.assurance_theft_option .assurance_theft_remove {
  background-color: var(--blue);
  color: var(--black);
  padding: 5px;
  border-radius: 190px;
  cursor: pointer;
}
.assurance_theft_option .assurance_theft_remove {
  background-color: #7B61FF;
  color: var(--white);
}
.assurance_theft_option .assurance_theft_active svg, 
.assurance_theft_option .assurance_theft_remove svg {
  background-color: var(--primary-normal);
  fill: var(--white);
  border-radius: 190px;
  height: 20px;
  width: 20px;
}
.assurance_theft_option .assurance_theft_remove svg{
  background-color: var(--white);
  fill: var(--secondary-normal);
}
.assurance_theft_option .assurance_theft_active p,
.assurance_theft_option .assurance_theft_remove p {
  font-size: 0.75em;
  margin-left: 8px;
}
.assurance_theft_option .assurance_theft_remove p {
  font-weight: 500;
}
.info {
  margin-top: 20px;
}
.recapitulatif .ref {
  font-size: 0.75em;
}
.tooltip {
  display: block;
  position: relative;
}
.tooltip .top {
  top: -15px;
  left: -240px;
  width: 300px;
  height: auto;
  transform: translate(0%, -100%);
  padding: 20px;
  background-color: var(--black);
  color: var(--white);
  font-size: 1em;
  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-transform: initial;
  font-size: 0.75em;
  margin-top: 10px;
}
.tooltip p:first-child {
  margin-top: inherit;
  margin-bottom: inherit;
}
.tooltip .top i {
  position: absolute;
  top: 99%;
  right: 18px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}
.stocks {
  margin-bottom: 20px;
}
.disponible,
.indisponible {
  height: 10px;
  width: 10px;
  border-radius: 190px;
  margin-right: 20px;
}
.stock_dispo {
  margin-top: 10px;
}
.stock_dispo p {
  font-size: 0.75em;
}
.commande_detail_title {
  margin-bottom: 30px;
}
.illustration_produit_panier {
  margin-bottom: 40px;
  position: relative;
}
.list_commande_produits {
  margin-top: 40px;
}
.list_commande_produits div {
  width: 100%;
}
.info_produit_panier div {
  margin-bottom: 20px;
}
.list_commande_produits p {
  margin-bottom: 3px;
}
.info_produit_panier table,
.info_produit_panier tr,
.info_produit_panier td,
.info_produit_panier th,
.info_produit_panier thead,
.info_produit_panier tbody{
  border: 0;
}
.info_produit_panier th,
.info_produit_panier td {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 0.75em;
  padding-top: 3px;
}
.info_produit_panier th {
  padding-top: 15px;
  font-weight: 800;
}
.info_produit_panier tr:first-child th {
  padding-top: 0px;
}
.info_produit_panier tr td.featureName {
  font-style: italic;
  padding-right: 10px;
}
.info_produit_panier tr td.featureValue {
  font-weight: 600;
}
.list_commande p {
  font-size: 0.75em;
}
.info_produit_panier p span {
  font-weight: 800;
}
.info_produit_panier h5 {
  color: var(--secondary-normal);
  font-weight: 800;
  font-size: 1.5em;
}
.info_produit_panier h5.old-price {
  color: var(--third-normal);
  font-weight: 700;
  font-size: 1em;
  text-decoration: line-through;
}
.magasin {
  width: 100%;
  height: 50px;
  background-color: var(--white);
  border-bottom: 2px solid var(--second-light);
  position: fixed;
  top: 80px;
  transition: 400ms linear;
  z-index: 1000;
}
.magasin.scrolled {
  top: 0px;
}
.menu:has(>.banner-operation) ~ main .magasin {
  top: 160px;
}
.menu:has(>.banner-operation) ~ main .magasin.scrolled {
  top: 0px;
}
.magasin h3 {
  font-size: 1em;
}
.magasin a,
.magasin p {
  font-family: var(--secondary-font);
  font-size: 0.875em;
  font-weight: 800;
}
.magasin p {
  font-weight: 300;
  font-size: 0.75em;
}
.magasin a {
  text-transform: uppercase;
}
.modale {
  position: relative;
  max-width: 1024px;
  width: 100%;
  height: 100%;
  margin: 0px auto;
  background-color: var(--white);
  overflow: auto;
}
.fermeture {
  position: fixed;
  height: 80px;
  max-width: 1024px;
  width: 100%;
  float: right;
}
.fermeture .close {
  background-color: var(--primary-normal);
  cursor: pointer;
  width: 80px;
  max-width: inherit;
}
.fermeture .close img {
  height: 35px;
}
iframe {
  width: 100%;
  height: 99%;
  border: none;
}
.fermeture .close:hover img,
.fermeture .close img:hover {
  transform: rotate(-360deg);
  transition: transform 500ms ease-in-out;
}
.modele {
  width: 100%;
  height: 140px;
  background-color: var(--white);
  border-bottom: 2px solid var(--second-light);
  display: none;
  position: fixed;
  top: 80px;
  z-index: 1000;
  transition: top 400ms linear;
}
.modele.scrolled {
  top: 0px;
}
.menu:has(>.banner-operation)~main .modele {
  top: 160px;
}
.menu:has(>.banner-operation)~main .modele.scrolled {
  top: 0px;
}
.modele .limit {
  height: 100%;
}
.modele .limit {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.modele .produit_panier {
  box-shadow: inherit;
  border: 2px solid var(--second-light);
  height: 100px;
  max-width: 100px;
  min-width: 100px;
  border-radius: var(--secondary-border-radius);
  margin-right: 20px;
}
.modele .infos_panier {
  width: 100%;
  display: grid;
}
.modele .infos_panier_title {
  margin-bottom: 10px;
}
.modele .infos_panier .article_title {
  font-size: 0.875em;
  font-family: var(--primary-font);
  font-weight: 700;
}
.modele .infos_panier_price .modele_price {
  font-size: 1.25em;
}
.modele .infos_panier > p {
  font-size: 0.75em;
  color: var(--third-normal);
}
.modele .infos_panier p.model_date_format {
  font-family: var(--secondary-font);
  font-weight: 300;
  font-size: 0.75em;
}
.modele a {
  font-weight: 800;
}
.articles_options.taille div span:last-child {
  max-width: 80%;
}
.articles_options.taille {
  height: 100px;
}
.cto {
  font-size: 0.75em;
}
.new_articles_options {
  color: var(--third-normal);
}
.text_ope_offre_ipad {
  font-size: 0.875em;
  background: linear-gradient(130deg, #317fd4 0%, var(--secondary-normal) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text_ope_offre_ipad span {
  font-weight: 900;
}
.text_ope_offre_ipad_pencil {
  font-size: 0.875em;
  background: #317fd4;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text_ope_offre_ipad_pencil span {
  font-weight: 900;
}
/** DEBUT PAIEMENT EN PLUSIEURS FOIS **/
.calcul_prix {
  flex-wrap: wrap;
  width: 100%;
}
.total_commande + .ajout_panier {
  margin-top: 30px;
}
.total_commande h5 {
  font-weight: 400;
}
.paiement_comptant,
.paiement_fractionne,
.paiement_fractionne_loader {
  background-color: var(--white);
  border-radius: var(--primary-border-radius);
  width: calc(50% - 10px);
  box-shadow: var(--box-shadow);
  border: 1px solid var(--third-light);
  cursor: pointer;
  padding: 25px;
  height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.paiement_fractionne_loader {
  align-items: center;
}
.paiement_fractionne.active,
.paiement_comptant.active,
.paiement_fractionne_loader {
  background: linear-gradient(-45deg, rgba(37, 9, 110, 1) 0%, rgba(96, 30, 235, 1) 50%, rgba(183, 129, 251, 1) 100%);
}
.paiement_fractionne img {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 80px;
}
.paiement_fractionne img.white {
  display: none;
}
.paiement_fractionne.active img.black {
  display: none;
}
.paiement_fractionne.active img.white {
  display: block;
}
.paiement_comptant p:first-child,
.paiement_fractionne p:first-child,
.paiement_fractionne p.total_paiement_fee,
.paiement_fractionne p:last-child {
  font-size: 0.75em;
  font-family: var(--secondary-font);
}
.paiement_comptant p:last-child,
.paiement_fractionne p:nth-child(2) {
  font-size: 1.25em;
  font-family: var(--primary-font);
}
.calcul_prix .paiement_comptant .total_paiement,
.paiement_fractionne p:nth-child(2) {
  color: var(--secondary-normal);
}
.calcul_prix .paiement_comptant.active .total_paiement,
.paiement_fractionne.active p,
.paiement_comptant.active p {
  color: var(--white);
}
.total_calcul_prix .paiement_fractionne p:first-child {
  font-size: 1.25em;
}
.total_calcul_prix .paiement_fractionne p:last-child {
  font-size: 0.875em;
}
.total_commande .calcul_prix .paiement_comptant {
  box-shadow: none;
}
.indice_reparabilite img {
  width: 80px;
}
/** FIN PAIEMENT EN PLUSIEURS FOIS **/
/*** DEBUT BACHELIERS ***/
.operation_mobile {
  display: none;
}
.operation,
.operation_mobile {
  border-radius: var(--primary-border-radius);
  margin-bottom: 20px;
  background-image: url(../img/operation/ttbttm/habillage.svg);
  background-position: top -20px left 5%;
  background-repeat: no-repeat;
  background-size: 90%;
  background-color: var(--black);
  text-align: center;
  height: 450px;
  padding: 60px 50px 50px 50px;
}
.operation img,
.operation_mobile img {
  width: 320px;
  text-align: center;
  margin: 20px 0px;
}
.operation p,
.operation_mobile p {
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 0.875em;
  color: var(--white);
}
.operation h1,
.operation_mobile h1 {
  font-family: var(--fourthy-font);
  font-weight: 200;
  font-size: 2.188em;
  line-height: 0.9;
  letter-spacing: 2;
  font-style: italic;
  color: var(--white);
  margin-top: 10px;
}
.operation h2,
.operation_mobile h2 {
  font-family: var(--primary-font);
  font-weight: 300;
  font-size: 1em;
  line-height: 1.2;
  color: var(--white);
  width: 100%;
  max-width: 380px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.operation strong,
.operation_mobile strong {
  color: var(--white);
}
/*** FIN BACHELIERS ***/
/*** DEBUT OPE ***/
.ope_checkbox {
  visibility: hidden;
  display: none;
}
.article_ope {
  background-color: rgb(250, 250, 250);
  color: var(--black);
  border: 2px solid rgb(224, 224, 224);
  position: relative;
  height: auto;
  padding: 30px 40px;
  border: 2px solid var(--third-light);
  color: #3d454c;
  margin-top: 20px;
  border-radius: var(--primary-border-radius);
  margin-bottom: 50px;
}
.article_ope img {
  max-width: 100px;
}
.ope_checkbox:checked ~ .article_ope {
  background-color: var(--secondary-normal);
  border: 2px solid var(--secondary-normal);
  color: var(--white);
}
.article_ope_content h3 {
  font-size: 0.875em;
  font-weight: 700;
  margin-bottom: 10px;
}
.article_ope_content,
.article_ope_input_content {
  position: relative;
}
.article_ope_content {
  width: calc(100% - 70px);
  height: auto;
}
.article_ope .old_price {
  font-size: 1em;
  font-family: var(--primary-font);
  color: var(--third-normal);
  text-decoration: line-through;
  font-weight: 600;
  margin-right: 15px;
}
.article_ope .new_price {
  font-size: 1.25em;
  font-family: var(--primary-font);
  color: var(--secondary-normal);
  font-weight: 600;
}
.article_ope_label {
  position: absolute;
  top: 30px;
  right: 20px;
  cursor: pointer;
  top: 48%;
  float: left;
  padding-right: 30px;
}
.article_ope_label:before {
  left: 0;
  top: -5px;
  width: 50px;
  height: 14px;
  background: var(--third-light);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-radius: 190px;
}
.article_ope_label:after {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  background: var(--primary-normal);
  top: -10px;
  left: 0px;
  border-radius: 190px;
  box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%);
}
.ope_checkbox:checked ~ .article_ope .article_ope_label:after {
  background: var(--black);
  top: -10px;
  left: 26px;
  border-radius: 190px;
}
.ope_checkbox:checked ~ .article_ope .new_price {
  color: var(--white);
}
.article_ope_label:before,
.article_ope_label:after {
  content: "";
  position: absolute;
}
.ope_checkbox:not(:checked) ~ .article_ope .article_ope_ui:before {
  content: "";
  color: #22313f;
  left: 27px;
}
.ope_checkbox:checked ~ .article_ope .article_ope_ui:after {
  content: "";
  color: var(--white);
  top: 0px;
  left: 3px;
}
.article_ope_ui:before,
.article_ope_ui:after {
  position: absolute;
  top: -4px;
  left: 4px;
  width: 60px;
  font-size: 12px;
  font-family: lato, arial, sans-serif;
  font-weight: bold;
  line-height: 22px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
/*** FIN OPE ***/
/*** DEBUT Taille ***/
.small_cards_taille {
  padding: 25px 30px;
}
.small_cards_taille p {
  font-size: 0.75em;
}
/*** DEBUT Taille ***/
.reprise_checkbox,
.bachelier_checkbox,
.bts_checkbox {
  visibility: hidden;
  display: none;
}
.article_remise_bts_content {
  margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.article_reprise,
.article_bachelier,
.article_bts {
  background-color: rgb(250, 250, 250);
  color: var(--black);
  border: 2px solid rgb(224, 224, 224);
  position: relative;
  height: auto;
  padding: 30px;
  border: 2px solid var(--third-light);
  color: #3d454c;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: var(--primary-border-radius);
}
.applecare {
  margin-bottom: 10px;
}
.article_reprise {
  margin-bottom: 50px;
}
.article_reprise_content,
.article_reprise_input_content,
.article_bachelier_content,
.article_bachelier_input_content,
.article_bts_content,
.article_bts_input_content {
  position: relative;
}
.article_bachelier_input_content,
.article_bts_input_content {
  top: -2px;
}
.article_reprise_content,
.article_bachelier_content,
.article_bts_content {
  height: auto;
}
.applecare img,
.article_reprise_content img,
.article_bachelier_content img,
.article_bts_content img {
  max-height: 20px;
}
.article_reprise_content h3,
.article_bachelier_content h3,
.article_bts_content h3 {
  font-size: 0.875em;
  font-weight: 700;
  max-width: 75%;
}
.applecare h3, 
.article_reprise_content h3 {
  margin-left: 10px;
}
.article_reprise_content p,
.article_bachelier_content p,
.article_bts_content p {
  font-family: var(--secondary-font);
  font-size: 0.875em;
  font-weight: 400;
}
.article_bachelier_content .article_remise_bachelier,
.article_bts_content .article_remise_bts {
  font-size: 1em;
  color: var(--secondary-normal);
  font-weight: 800;
  font-family: var(--primary-font);
}
.article_bachelier_content .article_remise_bachelier{
  margin-top: 10px;
}
.article_reprise_label,
.article_bachelier_label,
.article_bts_label {
  position: absolute;
  top: 30px;
  right: 20px;
  cursor: pointer;
  top: 48%;
  float: left;
  padding-right: 30px;
}
.article_reprise_label:before,
.article_reprise_label:after,
.article_bachelier_label:before,
.article_bachelier_label:after,
.article_bts_label:before,
.article_bts_label:after {
  content: "";
  position: absolute;
}
.article_reprise_label:before,
.article_bachelier_label:before,
.article_bts_label:before {
  left: 0;
  top: -5px;
  width: 50px;
  height: 14px;
  background: var(--third-light);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-radius: 190px;
}
.article_reprise_label:after,
.article_bachelier_label:after,
.article_bts_label:after {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  background: var(--secondary-normal);
  top: -10px;
  left: 0px;
  border-radius: 190px;
  box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%);
}
.reprise_checkbox:not(:checked) ~ .article_reprise .article_reprise_ui:before,
.bachelier_checkbox:not(:checked) ~ .article_bachelier .article_bachelier_ui:before,
.bts_checkbox:not(:checked) ~ .article_bts_input_content .article_bts_ui:before {
  content: "";
  color: #22313f;
  left: 27px;
}
.article_reprise_ui:before,
.article_reprise_ui:after,
.article_bachelier_ui:before,
.article_bachelier_ui:after,
.article_bts_ui:before,
.article_bts_ui:after {
  position: absolute;
  top: -4px;
  left: 4px;
  width: 60px;
  font-size: 12px;
  font-family: lato, arial, sans-serif;
  font-weight: bold;
  line-height: 22px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.reprise_checkbox:checked ~ .article_reprise,
.bachelier_checkbox:checked ~ .article_bachelier,
.article_bts:has(.bts_checkbox:checked) {
  background-color: var(--third-dark);
  border: 2px solid var(--third-dark);
  color: var(--white);
}
.reprise_checkbox:checked ~ .article_reprise .article_reprise_ui:after,
.bachelier_checkbox:checked ~ .article_bachelier .article_bachelier_ui:after,
.bts_checkbox:checked ~ .article_bts_input_content .article_bts_ui:after {
  content: "";
  color: var(--white);
  top: 0px;
  left: 3px;
}
.reprise_checkbox:checked ~ .article_reprise .article_reprise_label:after,
.bachelier_checkbox:checked ~ .article_bachelier .article_bachelier_label:after,
.bts_checkbox:checked ~ .article_bts_input_content .article_bts_label:after {
  background: var(--primary-normal);
  top: -10px;
  left: 26px;
  border-radius: 190px;
}
.article_bts_content .article_remise_bts_content:has(.bts_checkbox:checked) p,
.bachelier_checkbox:checked ~ .article_bachelier .article_bachelier_content .article_remise_bachelier {
  color: var(--primary-normal);
}
#bachelier h5,
#backtoschool h5 {
  color: var(--black);
  font-weight: 600;
  font-size: 1.25em;
}
#bachelier p,
#backtoschool p {
  font-family: var(--primary-font);
  font-size: 0.75em;
  font-weight: 200;
}
#backtoschool p {
    font-family: var(--secondary-font);
    font-size: 0.875em;
}
#backtoschool a.bts_sub_title_link {
    font-family: var(--secondary-font);
    font-size: 0.875em;
  font-weight: 400;
}
#backtoschool p.bts_underline {
  text-decoration: underline;
}
#bachelier a,
#backtoschool a {
  font-family: var(--primary-font);
  font-size: 1em;
}
#bachelier .bts_description,
#backtoschool .bts_description {
  font-family: var(--secondary-font);
  font-size: 0.875em;
  font-weight: 300;
  line-height: normal;
}
#bachelier .banner_remise_bachelier,
#backtoschool .banner_remise_bts {
  background-color: #1a1a1a;
  box-shadow: var(--box-shadow);
  border-radius: var(--primary-border-radius);
  padding: 30px;
  text-align: center;
}
#bachelier .banner_remise_bachelier img,
#backtoschool .banner_remise_bts img {
  width: 100%;
  max-width: 60px;
}
#bachelier .banner_remise_bachelier p,
#backtoschool .banner_remise_bts p {
  font-family: "stinger-variable";
  font-variation-settings: "wdth" 75, "wght" 800;
  color: var(--accent);
  font-size: 2em;
  text-transform: uppercase;
  line-height: 1em;
}
#backtoschool .banner_remise_bts {
    background-image: url('/assets/img/webbanner/bts/background.jpg');
    background-size: cover;
}
#backtoschool .banner_remise_bts img {
    width: 100%;
    max-width: 120px;
}
#backtoschool .banner_remise_bts p {
    color: var(--white);
    text-transform: none;
    font-family: 'source-sans-pro';
    font-weight: 500;
    font-size: 1em;
    line-height: 1.25em;
}
#backtoschool .banner_remise_bts p b {
    font-size: 1.5em;
}
.drop-zone {
  margin-top: 30px;
  margin-bottom: 30px;
  min-height: 180px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 1em;
  cursor: pointer;
  border: 2px dashed var(--blue);
  border-radius: var(--primary-border-radius);
}
.drop-zone__prompt {
  color: var(--secondary-normal);
  font-size: 0.75em;
}
.drop-zone--over {
  border-style: solid;
}
.drop-zone__input {
  display: none;
}
.drop-zone__thumb {
  width: 100%;
  height: 100%;
  min-height: 200px;
  border-radius: var(--secondary-border-radius);
  margin-bottom: 50px;
  margin-top: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: var(--white);
  background: rgba(0, 0, 0, 0.75);
  font-size: 0.75em;
  font-family: var(--secondary-font);
  text-align: center;
}
/*** DEBUT BANNIERE BlackFriday et Baisse de prix ***/
.blackfriday,
.promo_dec_ope,
.bonus_remise_ope, 
.bonus_reprise_ope {
  position: relative;
  width: 100%;
  background-color: #292929;
  height: 140px;
  overflow: hidden;
}
.blackfriday {
    background-color: var(--black-friday-dark);
}
.bonus_remise_ope {
  background-color: #242424;
  margin-top: 50px;
}
.promo_dec_ope,
.bonus_reprise_ope {
  background-color: #c0fcec;
  margin-top: 50px;
}
.bf_titre,
.promo_titre,
.bonus_remise_titre,
.bonus_reprise_titre {
  position: relative;
  top: -80px;
}
.bf_titre {
    height: 100%;
    top: 0;
}
.bf_titre div {
    background-image: url('/assets/img/operation/blackfriday/bforblack.svg');
    background-size: auto 230%;
    background-position: center center;
    height: 100%;
}
.bf_titre h1 {
  display: none;
}
.bf_titre h1,
.promo_titre h1,
.bonus_remise_titre h1,
.bonus_reprise_titre h1 {
      font-family: var(--font-two);
      font-weight: 600;
      font-size: 5em;
      top: -40px;
      line-height: 0.75;
      white-space: nowrap;
}
.bf_titre h1,
.promo_titre h1,
.bonus_reprise_titre h1 {
  color: #292929;
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: #c0fcec;
  transform: rotate(-3deg);
}
.bonus_remise_titre h1 {
    color: #242424;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #B1D6BF;
}
.promo_titre h1,
.bonus_reprise_titre h1 {
  color: #c0fcec;
  -webkit-text-stroke-color: var(--secondary-normal);
}
.bf_titre h1 span {
  color: #c0fcec;
}
.promo_titre h1 span,
.bonus_reprise_titre h1 span {
  color: var(--secondary-normal);
}
.bf_limit,
.promo_limit,
.bonus_remise_limit,
.bonus_reprise_limit {
  position: absolute;
  width: 300px;
  top: 0px;
  left: 50%;
  margin: 0 -300px;
  height: 140px;
  background-color: var(--secondary-normal);
  padding: 30px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bonus_remise_limit {
  color: var(--black);
  background-color: #E5DBD8;
}
.bf_limit {
    background-color: var(--black);
    padding: 20px 30px;
}
.bf_limit img {
    max-width: 70px;
    margin-bottom: 15px;
}
.promo_limit,
.bonus_reprise_limit {
  background-color: var(--black);
}
.bf_limit p:first-child,
.promo_limit p:first-child,
.bonus_remise_limit p:first-child, 
.bonus_reprise_limit p:first-child {
  font-weight: 900;
}
.bf_limit a:last-child,
.promo_limit a:last-child,
.bonus_remise_limit a:last-child,
.bonus_reprise_limit a:last-child {
  font-size: 0.875em;
  font-weight: 500;
  margin-top: 15px;
}
.bf_limit p:last-child span.bf_code {
  color: var(--white);
  font-weight: 900;
  font-size: 1em;
  margin-top: 0px;
}
.bf_cgu {
  position: absolute;
  right: -20px;
  top: calc(50% - 20px);
  background-color: var(--white);
  color: var(--secondary-normal);
  border-radius: 90px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
/*** FIN BANNIERE BlackFriday et Baisse de prix ***/
/*** Reconditionnement ***/
/** Commande detail **/
.arguments {
  margin-top: 20px;
}
.model_produit_promo_pastille {
  background-color: var(--primary-normal);
  border-radius: 5px;
  width: fit-content;
  padding: 3px 10px;
  margin-bottom: 20px;
}
.model_produit_reco_pastille {
  background-color: var(--blue);
  border-radius: 5px;
  width: fit-content;
  padding: 5px 15px;
  margin-right: 10px;
  margin-top: 10px;
}
.model_produit_promo_pastille p {
  font-family: var(--primary-font);
  font-size: 0.75rem;
  color: var(--white);
  font-weight: 600;
}
.model_produit_reco_pastille p {
  font-family: var(--primary-font);
  font-size: 0.75em;
  color: var(--black);
  font-weight: 300;
}
.model_produit_promo_pastille img,
.model_produit_reco_pastille img {
  height: 20px;
  margin-right: 10px;
}
.label_criteres {
  margin-bottom: 20px;
}
.feuille_reco {
  height: 20px;
  margin-right: 10px;
}
.infosplus {
  margin: 15px 0px 40px 0px;
}
.grey_pastille {
  background-color: var(--black);
  width: auto;
  border-radius: 190px;
  padding: 3px 15px;
  font-family: var(--primary-font);
  font-size: 0.75em;
  color: var(--white);
  margin-top: 5px;
  margin-right: 10px;
  font-weight: 600;
}
.configuration-informations {
  border: 2px solid var(--blue);
  border-radius: var(--primary-border-radius);
}
.configuration-informations-content {
  padding: 20px;
  cursor: pointer;
}
.configuration-informations-content:not(:last-child) {
  border-bottom: 2px solid var(--blue);
}
.configuration-informations-content p {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 0.875em;
}
/** Swipper **/
.tabs_radio_etat {
  position: relative;
  background-color: var(--grey-apple);
  padding: 5px;
  border-radius: var(--primary-border-radius);
  width: 100%;
  margin-bottom: 30px;
}
.tabs_radio_etat input[type="radio"] {
  display: none;
}
.tabs_radio_etat label {
  width: 50%;
  padding: 10px 5px;
  color: var(--fourth-light);
  transition: color 0.15s ease-in;
  font-family: var(--secondary-font);
  font-size: 0.875em;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.tabs_radio_etat input[type="radio"]:checked + label {
  color: var(--primary-pressed);
  z-index: 100;
  background-color: var(--white);
  border-radius: 10px;
}
/** Accordeon **/
#general-statement .commande_detail_title h5,
#garantie .commande_detail_title h5,
#faq .commande_detail_title h5 {
  color: var(--black);
}
.accordionEtat,
.accordionGarantie,
.accordionFaq {
  border-radius: var(--secondary-border-radius);
  overflow: hidden;
}
.accordeonEtat,
.accordeonGarantie,
.accordeonFaq {
  font-family: var(--primary-font);
  width: 100%;
  overflow: hidden;
}
.accordionEtat-text {
  font-family: var(--primary-font);
  font-size: 0.875em;
  font-weight: 600;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 30px;
}
.accordeonEtat-label,
.accordeonGarantie-label,
.accordeonFaq-label {
  padding: 20px 0px;
  font-weight: 400;
  font-size: 0.875em;
  color: var(--primary-pressed);
  cursor: pointer;
  border-top: 1px solid var(--second-light);
}
.accordeonEtat-content .Etat_title,
.accordeonGarantie-content .garantie_title {
  font-family: var(--primary-font);
  font-weight: 300;
  color: var(--primary-pressed);
}
.accordeonEtat-label:checked,
.accordeonGarantie-label:checked,
.accordeonFaq-label:checked {
  color: var(--secondary-normal);
}
.accordeonEtat-label::after,
.accordeonGarantie-label::after,
.accordeonFaq-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.2s;
}
.accordeonEtat-content,
.accordeonGarantie-content,
.accordeonFaq-content {
  max-height: 0;
  transition: all 0.2s;
  display: none;
}
input:checked + .accordeonEtat-label,
input:checked + .accordeonGarantie-label,
input:checked + .accordeonFaq-label {
  color: var(--blue-pausecafe);
}
input:checked + .accordeonEtat-label::after,
input:checked + .accordeonGarantie-label::after,
input:checked + .accordeonFaq-label::after {
  transform: rotate(90deg);
}
input:checked + .accordeonEtat-label ~ .accordeonEtat-content,
input:checked + .accordeonGarantie-label ~ .accordeonGarantie-content,
input:checked + .accordeonFaq-label ~ .accordeonFaq-content {
  max-height: 100vh;
  display: block;
}
.formation_list {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 500px;
  height: 100%;
  padding: 50px 30px;
  background-color: var(--white);
  overflow: auto;
}
.formation_list_accordeon .accordeonEtat input[type="radio"],
.formation_list_accordeon .accordeonGarantie input[type="radio"],
.formation_list_accordeon .accordeonFaq input[type="radio"] {
  display: none;
}
.accordeonEtat-content p,
.accordeonGarantie-content p,
.accordeonFaq-content p {
  font-family: var(--secondary-font);
  font-size: 0.875em;
  font-weight: 400;
  line-height: normal;
}
.accordeonEtat-content .formation_title,
.accordeonGarantie-content .formation_title,
.accordeonFaq-content .formation_title {
  font-size: 0.875em;
  font-family: var(--primary-font);
  font-weight: 600;
  margin-bottom: 5px;
}
.accordeonEtat-content .media_bloc,
.accordeonGarantie-content .media_bloc,
.accordeonFaq-content .media_bloc {
  overflow: auto;
}
.accordeonEtat-content img,
.accordeonEtat-content video,
.accordeonGarantie-content img,
.accordeonGarantie-content video,
.accordeonFaq-content img,
.accordeonFaq-content video {
  margin-right: 10px;
  border-radius: 12px;

  max-width: 250px;
  max-height: 200px;
}
.etat_title {
  font-weight: 300;
  color: var(--primary-pressed);
  font-family: var(--primary-font);
  font-size: 0.875em;
  line-height: normal;
  margin-top: 20px;
}
.etat_description {
  font-family: var(--secondary-font);
  font-size: 0.875em;
  font-weight: 400;
  line-height: normal;
  margin-top: 15px;
}
.articles_options .refurb_tooltip,
.select_color .refurb_tooltip {
  visibility: hidden;
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: 60px;
  left: calc(50% - 95px);
  width: 190px;
  padding: 10px 0px;
}
.articles_options .refurb_tooltip p,
.select_color .refurb_tooltip p {
  font-family: var(--primary-font);
  font-size: 0.625em;
}
.articles_options:not(.refurb_disabled):hover .refurb_tooltip,
.select_color:not(.refurb_disabled):hover .refurb_tooltip {
  visibility: visible;
}
.articles_options .disabled_tooltip,
.select_color .disabled_tooltip {
  visibility: hidden;
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: 60px;
  left: calc(50% - 95px);
  width: 190px;
  padding: 10px 0px;
}
.articles_options .disabled_tooltip p,
.select_color .disabled_tooltip p {
  font-family: var(--primary-font);
  font-size: 0.625em;
}
.articles_options.refurb_disabled:hover .disabled_tooltip,
.select_color.refurb_disabled:hover .disabled_tooltip {
  visibility: visible;
}
.articles_options .remove_choice {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
}
.articles_options.select_color .remove_choice {
  top: -10px;
  right: -10px;
}
.articles_options.active:not(.is_forced) .remove_choice {
  display: block;
}

.articles_options .disabled_choice {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1px;
  left: 1px;
}
.articles_options.is_forced.disabled .disabled_choice {
  display: block;
}
#critere {
  scroll-margin-top: 150px;
}
/** Overlay Accessoires **/
.overlay#accessoires .modale {
  background-color: var(--first-light);
  padding: 0;
}
.overlay#accessoires .banner-accessoires {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 30px;
  background-color: var(--white);
}
.overlay#accessoires .banner-accessoires h3 {
  margin-right: 20px;
  color: var(--primary-normal);
  font-weight: 500;
  font-size: 1.25rem;
  font-family: var(--primary-font);

  margin-bottom: 20px;
  margin-left: 15px;
}
.overlay#accessoires .banner-accessoires p {
  font-family: var(--primary-font);
  font-size: 0.75em;
  font-weight: 200;
  color: var(--black);
  line-height: normal;
  margin-top: 0;
}
.overlay#accessoires .banner-accessoires p.product-name {
  font-size: 0.625em;
  font-weight: 800;
}
.overlay#accessoires .banner-accessoires p.product-price {
  font-family: var(--primary-font);
  font-size: 1em;
  font-weight: 600;
  color: var(--secondary-normal);
  margin-top: 10px;
}
.overlay#accessoires .banner-accessoires img:not(.close) {
  width: 110px;
  height: auto;
  border: 1px solid var(--blue);
  border-radius: 8px;
  margin: 0 15px;
}
.overlay#accessoires .banner-accessoires .close {
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 30px;
}
.overlay#accessoires .modale .banner-accessoires-number {
  background-color: var(--white);
  border-radius: 90px;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
.overlay#accessoires .modale .banner-accessoires-number p {
  color: var(--black);
  font-weight: 600;
  margin: 0;
}
.overlay#accessoires .modale .accessoires {
  padding: 0 30px 130px 30px;
}
.overlay#accessoires .selection_accessoires {
  width: 100%;
  padding: 0px 10px 0px 0px;
  border-radius: var(--secondary-border-radius);
  margin-top: 40px;
  background-color: var(--white);
  box-shadow: var(--box-shadow);
  min-height: 130px;
  position: relative;
}
.overlay#accessoires .selection_accessoires.no_box {
  box-shadow: none;
  margin-top: 10px;
}
.overlay#accessoires .selection_accessoires:first-child {
  margin-top: 20px;
}
.overlay#accessoires .modale .accessoires-content > p {
  margin-top: 40px;
  margin-left: 30px;
  font-weight: 800;
}
.overlay#accessoires .selection_accessoires img {
  width: 110px;
  border-radius: 8px 0px 0px 8px;
  position: relative;
  margin: 0 15px;
}
.overlay#accessoires .selection_accessoires img.b-10 {
  bottom: -10px;
}
.overlay#accessoires .detailproduct {
  height: 90px;
  width: 100%;
}
.overlay#accessoires .product_txt p {
  font-family: var(--primary-font);
  font-size: 0.75em;
  font-weight: 200;
  color: var(--black);
  line-height: normal;
  margin-top: 0;
  margin-right: 10px;
}
.overlay#accessoires .product_txt p:first-child {
  /* margin-top: 15px; */
  font-size: 0.625em;
  font-weight: 800;
}
.overlay#accessoires .calltoaction p {
  font-family: var(--primary-font);
  font-size: 1em;
  font-weight: 600;
  color: var(--secondary-normal);
  margin-bottom: 5px;
  margin-top: 10px;
}
.overlay#accessoires .calltoaction .acheter {
  font-size: 0.688em;
  background-color: var(--secondary-normal);
  padding: 3px 8px;
  border-radius: 5px;
  color: var(--white);
  margin: 0;
  font-weight: 600;
  font-family: var(--primary-font);
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.footer-accessoires {
  padding: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: var(--white);
  position: fixed;
  max-width: 500px;
  width: 100%;
  bottom: 0;
  border-top: 1px solid var(--third-light)
}
.footer-accessoires a:not(.redirect-accessoires-cart) {
  color: var(--third-dark);
  font-family: var(--primary-font);
  font-weight: 800;
  font-size: 0.875em;
  margin-top: 0px;
  text-align: center;
  padding: 18px 25px;
  width: 48%;
  border-radius: var(--secondary-border-radius);
  max-height: 60px;
  background: transparent;
  transition: background 100ms ease-in;
  border: 1px solid var(--blue);
}
.footer-accessoires a:not(.redirect-accessoires-cart):hover {
  background: var(--blue);
  transition: background 200ms ease-in;
}
.overlay#accessoires .redirect-accessoires-cart {
  background-color: var(--primary-normal);
  border-radius: var(--secondary-border-radius);
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1em;
  width: 48%;
  height: 60px;
  text-align: center;
}
.overlay#accessoires .redirect-accessoires-cart p {
  color: var(--white);
  font-family: var(--primary-font);
  font-weight: 800;
  font-size: 0.875em;
  margin-top: 0px;
}
.overlay#accessoires .redirect-accessoires-cart img {
  margin-top: 0px;
}
/** Overlay Options **/
.overlay#offer-modal .modale {
  background-color: transparent;
  padding: 0;
  max-width: min(100%, 400px);
  max-height: min(100%, 600px);
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.overlay#offer-modal .modale p {
  margin-top: 0;
}
.overlay#offer-modal .options-content {
  background-color: var(--first-light);
  border-radius: var(--primary-border-radius);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.overlay#offer-modal .options-content .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.overlay#offer-modal .modale .options {
  padding: 30px 0px;
  overflow-y: scroll;
  flex: 1;
}
.overlay#offer-modal .modale .options .offre {
  padding: 20px 30px;
  border-bottom: 1px solid var(--second-light);
}
.overlay#offer-modal .modale .options .offre:first-child {
  padding-top: 0px;
}
.overlay#offer-modal .modale .options .offre:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}
/** Keyframes **/
@-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 openpopup {
  0% {
    opacity: 0;
    margin-right: -90px;
  }
  15% {
    opacity: 0;
    margin-right: -60px;
  }
  50% {
    opacity: 0.3;
    margin-right: -30px;
  }
  100% {
    opacity: 1;
    margin-right: 0px;
  }
}
@-moz-keyframes openpopup {
  0% {
    opacity: 0;
    margin-right: -90px;
  }
  15% {
    opacity: 0;
    margin-right: -60px;
  }
  50% {
    opacity: 0.3;
    margin-right: -30px;
  }
  100% {
    opacity: 1;
    margin-right: 0px;
  }
}
@-o-keyframes openpopup {
  0% {
    opacity: 0;
    margin-right: -90px;
  }
  15% {
    opacity: 0;
    margin-right: -60px;
  }
  50% {
    opacity: 0.3;
    margin-right: -30px;
  }
  100% {
    opacity: 1;
    margin-right: 0px;
  }
}
@keyframes openpopup {
  0% {
    opacity: 0;
    margin-right: -90px;
  }
  15% {
    opacity: 0;
    margin-right: -60px;
  }
  50% {
    opacity: 0.3;
    margin-right: -30px;
  }
  100% {
    opacity: 1;
    margin-right: 0px;
  }
}
@keyframes appearFromBottom {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
/*** Responsive ***/
@media screen and (max-width: 1300px) {
  .configuration {
    width: calc(100% - 100px);
  }
  #droite {
    left: inherit;
    right: 0px;
  }
}
@media screen and (max-width: 1100px) {
  .replace {
    margin-left: auto;
    margin-right: auto;
  }
  .paiement_comptant,
  .paiement_fractionne {
    width: 100%;
  }
  .paiement_fractionne_loader{
    display: none;
  }
  .total_commande .calcul_prix .paiement_comptant,
  .paiement_comptant {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .article_ope_price {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}
@media screen and (max-width: 1000px) {
  #gauche {
    width: 40%;
  }
  #droite {
    width: 54%;
  }
  .produit {
    height: 400px;
    background-position: bottom 20px right 20px;
  }
  .operation {
    padding: 60px 30px 50px 30px;
    background-position: top left 5%;
  }
  .operation h1 {
    font-size: 1.875em;
  }
}
@media screen and (max-width: 900px) {
  .configuration {
    display: block !important;
    padding-top: 170px;
  }
  #gauche {
    display: none;
  }
  #gauche,
  #droite {
    width: 100%;
  }
  .articles {
    max-width: 100%;
  }
  .modele {
    display: block;
  }
  .magasin {
    display: none;
  }
  .paiement_comptant,
  .paiement_fractionne {
    width: calc(50% - 10px);
  }
  .paiement_fractionne_loader {
    display: flex;
  }
  .paiement_comptant {
    margin-top: 0px;
  }
  .operation_mobile {
    display: flex;
  }
  .operation_mobile {
    background-size: 70%;
    padding: 90px 50px 50px 50px;
    margin-bottom: 50px;
  }
  .article_ope_price {
    flex-direction: row !important;
    align-items: center !important;
  }
}
@media screen and (max-width: 760px) {
  .fermeture .close {
    width: 50px;
    height: 50px;
  }
  .fermeture .close img {
    height: 20px;
  }
  .operation_mobile {
    background-size: 90%;
  }
}
@media screen and (max-width: 750px) {
  .bf_limit,
  .promo_limit,
  .bonus_reprise_limit {
    left: 10%;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .paiement_comptant,
  .paiement_fractionne {
    width: 100%;
  }
  .paiement_fractionne_loader {
    display: none;
  }
  .total_commande .calcul_prix .paiement_comptant {
    margin-top: 20px;
  }
}
@media screen and (max-width: 550px) {
  .article_ope_price {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}
@media screen and (max-width: 530px) {
  .configuration {
    width: calc(100% - 60px);
  }
  #menu.scrolled ~ main .modele {
    top: 0px;
  }
  .modele .limit {
    width: calc(100% - 60px);
  }
  .panier.openTarget {
    bottom: 80px;
  }
  .small_cards:not(.select_color) {
    width: 100%;
    padding: 15px;
  }
  .small_cards.no-responsive {
    padding: 20px 15px;
  }
  .criteres {
    margin-top: 30px;
  }
  .articles {
    width: 100%;
  }
  .panier_articles_bloc {
    min-width: 0px;
    width: 100%;
  }
  .articles_options.small_cards_taille:not(.select_color) {
    padding: 25px 30px;
  }
  .bf_limit,
  .promo_limit,
  .bonus_reprise_limit {
    width: 280px;
  }
  .bf_limit {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .promo_limit,
  .bonus_reprise_limit {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .modele .infos_panier .article_title {
    font-size: 0.75em;
  }
  .modele .infos_panier_price .modele_price {
    font-size: 1em;
  }
  .assurance_theft .assurance_theft_remove>p,
  .assurance_theft .assurance_theft_active>p {
    width: 100%;
    text-align: end;
  }
  .footer-accessoires a:not(.redirect-accessoires-cart),
  .overlay#accessoires .redirect-accessoires-cart {
    font-size: 0.750em;
  }
  .overlay#accessoires .redirect-accessoires-cart p {
    font-size: 1em;
  }
}
@media screen and (max-width: 470px) {
  .panier_articles_bloc:last-of-type {
    margin: 50px 0px 0px -30px;
  }
  .panier_articles_bloc {
    margin-left: -30px;
    width: calc(100% + 60px);
    border-radius: inherit;
    box-shadow: inherit;
  }
  .operation_mobile {
    padding: 60px 30px 50px 30px;
    background-position: top left 5%;
    width: calc(100% + 60px);
    margin-left: -30px;
    border-radius: 0px;
  }
  .operation_mobile h1 {
    font-size: 1.875em;
  }
  .operation_mobile {
    padding: 90px 50px 50px 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 460px) {
  .tabs_radio_etat {
    flex-direction: column;
  }
  .tabs_radio_etat label {
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .content_bloc {
    margin-left: -30px;
    width: calc(100% + 60px);
  }
  .content_bloc > div {
    border-radius: 0px;
    border-right: 0px;
    border-left: 0px;
  }
}
@media screen and (max-width: 430px) {
  .overlay#accessoires .selection_accessoires {
    border-radius: 0px;
    min-height: 150px;
  }
  .overlay#accessoires#accessoires .modale .accessoires {
    padding: 0px 0px 200px 0px;
  }
  .overlay#accessoires .banner-accessoires {
    padding: 30px 10px;
  }
  .overlay#accessoires .banner-accessoires h3 {
    padding-left: 20px;
  }
  /* .footer-accessoires {
    flex-direction: column;
  } */
  /* .footer-accessoires a {
    width: 70%;
  } */
  /* .footer-accessoires a:not(.redirect-accessoires-cart) {
    margin-bottom: 20px;
  } */
}
@media screen and (max-width: 420px) {
  .assurancesolution {
    padding: 30px;
  }
  .article_ope {
    padding: 30px;
    display: block !important;
  }
  .article_ope_title {
    margin-bottom: 30px;
  }
  .article_ope_input_content {
    margin: 20px 0px 30px 0px;
  }
  .article_ope_label {
    right: 45%;
  }
  .article_ope .new_price {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 400px) {
  .panier .limit {
    width: calc(100% - 30px);
    margin-right: 30px;
  }
  .articles_options.taille {
    height: 110px;
  }
  .applecare_title {
    display: block !important;
  }
  .applecare_title .applecare {
    width: 100%;
  }
  .applecare_title p {
    margin-bottom: 10px;
  }
  .stocks {
    display: block !important;
  }
  .stock_dispo {
    margin-bottom: 10px;
  }
  .banner_remise_bts img {
    max-width: 50px;
  }
  .banner_remise_bts p {
    font-size: 1.5em;
  }
  .overlay#offer-modal .options-content {
    border-radius: 0;
  }
}
@media screen and (max-width: 380px) {
  .bf_limit,
  .promo_limit,
  .bonus_reprise_limit {
    left: 4%;
  }
  .overlay#accessoires .selection_accessoires {
    border-radius: 0px;
    padding: 10px 10px 10px 0px;
  }
  .overlay#accessoires .detailproduct {
    height: auto;
  }
  .overlay#accessoires .product_txt p:first-child {
    margin-top: 0px;
  }
  .overlay#accessoires .calltoaction {
    align-items: flex-start !important;
    flex-direction: column;
  }
  .overlay#accessoires .calltoaction .acheter {
    position: initial;
  }
}
@media screen and (max-width: 350px) {
  .assurancesolution > div:last-of-type {
    display: block !important;
  }
  .panier .limit {
    width: 100%;
    margin-right: 0px;
    margin: auto;
  }
  .article_ope {
    padding: 30px 20px;
  }
}
