@font-face {
  font-family: "insignia";
  src: url("../fonts/Insignia.otf");
}
@font-face {
  font-family: "black";
  src: url("../fonts/Avenir-Black.ttf");
}
@font-face {
  font-family: "blackOblique";
  src: url("../fonts/Avenir-BlackOblique.ttf");
}
@font-face {
  font-family: "book";
  src: url("../fonts/Avenir-Book.ttf");
}
@font-face {
  font-family: "bookOblique";
  src: url("../fonts/Avenir-BookOblique.ttf");
}
@font-face {
  font-family: "heavy";
  src: url("../fonts/Avenir-Heavy.ttf");
}
@font-face {
  font-family: "heavyOblique";
  src: url("../fonts/Avenir-HeavyOblique.ttf");
}
@font-face {
  font-family: "light";
  src: url("../fonts/Avenir-Light.ttf");
}
@font-face {
  font-family: "lightOblique";
  src: url("../fonts/Avenir-LightOblique.ttf");
}
@font-face {
  font-family: "medium";
  src: url("../fonts/Avenir-Medium.ttf");
}
@font-face {
  font-family: "mediumOblique";
  src: url("../fonts/Avenir-MediumOblique.ttf");
}
@font-face {
  font-family: "oblique";
  src: url("../fonts/Avenir-Oblique.ttf");
}
@font-face {
  font-family: "roman";
  src: url("../fonts/Avenir-Roman.ttf");
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "book", "medium", "black", "Raleway", sans-serif;
  color: #231f20;
  font-size: 0.9em;
}
body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4, body h5, body .h5, body h6, body .h6 {
  font-family: inherit;
}
body input[type=search], body input[type=text], body textarea, body input[type=password] {
  border: none;
  box-shadow: none;
}
body .icon-Moins {
  font-size: 3px !important;
}

#scroll_top_arrow {
  width: 50px;
  height: auto;
  right: 20px;
  position: fixed;
  bottom: 20px;
}

strong, b {
  font-family: "bold", "black", "medium", sans-serif;
  font-weight: normal;
}

.commande_detail, .commande_detail_active {
  color: #8ba23b;
  text-transform: uppercase;
}

.commande_detail:hover {
  font-weight: bold;
}

.commande_active {
  background-color: rgba(139, 162, 59, 0.1) !important;
}

.login_page .login_image {
  background-color: #8ba23b;
  padding-right: 15px;
}
.login_page .login_image img {
  width: 100%;
}
.login_page .login_form_div_feuilles_bas {
  background-image: url("../images/PNG/Feuilles_home_Admin.png");
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: bottom left -60px;
}
.login_page .login_form_div_feuilles_haut {
  background-image: url("../images/PNG/Feuilles_home_Admin.png");
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: top right -60px;
}
.login_page .login_form_div {
  background-color: #ebeedb;
}
.login_page .login_form_div .login_form {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.login_page .login_form_div .login_form .logo {
  text-align: center;
  margin: 2rem 0;
}
.login_page .login_form_div .login_form .login_error {
  text-align: center;
  margin: 0 0 1rem;
  color: rgb(195, 0, 0);
}
.login_page .login_form_div .login_form input[type=text], .login_page .login_form_div .login_form input[type=email], .login_page .login_form_div .login_form input[type=password], .login_page .login_form_div .login_form input[type=number] {
  border-radius: 25px;
  border: solid 1px #231f20;
  padding: 0 25px;
  height: 45px;
  color: #231f20;
}
.login_page .login_form_div .login_form input[type=text]::placeholder, .login_page .login_form_div .login_form input[type=email]::placeholder, .login_page .login_form_div .login_form input[type=password]::placeholder, .login_page .login_form_div .login_form input[type=number]::placeholder {
  color: #231f20;
}
.login_page .login_form_div .login_form .submit_div {
  text-align: center;
}
.login_page .login_form_div .login_form .submit_div button {
  text-transform: uppercase;
  margin: 1rem 0;
  padding: 0.85em 2em;
}
.login_page .login_form_div .login_form .forgotten_password_div {
  text-align: center;
}
.login_page .login_form_div .login_form .forgotten_password_div .forgotten_password_link {
  font-style: italic;
  font-size: 12px;
  color: black;
}
.login_page .login_form_div .login_form .forgotten_password_div .forgotten_password_link:hover {
  text-decoration: underline;
}
.login_page .login_form_div, .login_page .login_image {
  height: 100%;
}

form {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
form label {
  display: inline-block;
}
form input[type=text], form textarea, form input[type=email], form input[type=password], form input[type=number] {
  border: solid 1px #231f20;
  padding: 0 25px;
  color: #231f20;
}
form input[type=text], form input[type=email], form input[type=password], form input[type=number] {
  height: 45px;
  border-radius: 25px;
}
form textarea {
  border-radius: 10px;
}
form input[type=text]::placeholder, form textarea::placeholder, form input[type=email]::placeholder, form input[type=password]::placeholder, form input[type=number]::placeholder {
  color: #231f20;
}
form .submit_div {
  text-align: center;
}
form .submit_div button {
  text-transform: uppercase;
  margin: 1rem 0;
  padding: 0.85em 2em;
}

.register_page .register_form {
  border: solid 2px #8ba23b;
  border-radius: 25px;
  padding: 25px;
}
.register_page .register_form input[type=text], .register_page .register_form input[type=email], .register_page .register_form input[type=password] {
  border: solid 2px #ebeedb;
  border-radius: 25px;
  padding: 0 15px;
}
.register_page .register_form input[type=text]::placeholder, .register_page .register_form input[type=email]::placeholder, .register_page .register_form input[type=password]::placeholder {
  color: #231f20;
}
.register_page .register_form .submit_div {
  text-align: center;
}
.register_page .register_form .h2_div {
  margin: 0 0 1rem;
}
.register_page .register_form .h2_div h2 {
  font-size: 1.8em;
  float: initial !important;
}

.product_range_input_hidden {
  display: none;
}

.column_barre {
  max-width: 13%;
}

.column_body {
  flex-grow: 1 !important;
  padding-bottom: 100px;
}

.barre_lateral_div {
  min-height: 750px;
  height: 100vh;
  position: sticky;
  top: 0;
}
.barre_lateral_div .barre_lateral {
  box-shadow: 12px 8px 14px -17px black;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
  position: relative;
}
.barre_lateral_div .barre_lateral .logo {
  text-align: center;
  padding: 20px 10px;
}
.barre_lateral_div .barre_lateral .logo element {
  font-size: 50px;
  color: #8ba23b;
}
.barre_lateral_div .barre_lateral .barre_svg_div {
  margin: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.barre_lateral_div .barre_lateral .barre_svg {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.barre_lateral_div .barre_lateral .barre_svg .svg svg {
  width: 25px;
}
.barre_lateral_div .barre_lateral .barre_svg .svg svg path {
  fill: #8ba23b;
}
.barre_lateral_div .barre_lateral .barre_svg element {
  color: #8ba23b;
  font-size: 25px;
}
.barre_lateral_div .barre_lateral .barre_svg.active {
  background-color: #ebeedb;
  border-left: solid 4px #8ba23b;
}
.barre_lateral_div .barre_lateral .barre_bottom_div {
  text-align: center;
  margin: 50px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.barre_lateral_div .barre_lateral .barre_bottom_div .texte {
  color: #8ba23b;
}
.barre_lateral_div .barre_lateral .barre_bottom_div a:hover {
  text-decoration: underline;
  text-decoration-color: #8ba23b;
}
.barre_lateral_div .barre_lateral .barre_bottom_div .liens {
  margin: 25px 0;
}
.barre_lateral_div .barre_lateral .barre_bottom_div .liens .lien {
  line-height: 1;
}
.navbar {
  display: block;
  padding: 0 20px;
  background-color: #8ba23b;
  position: sticky;
  top: 0;
  z-index: 100;
}
.navbar .navbar-container {
  max-width: 1900px;
  margin: 0;
}
.navbar .item {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 0;
  color: white;
  text-transform: uppercase;
}
.navbar .item a {
  color: white;
  text-transform: uppercase;
}
.navbar .item a:hover {
  text-decoration: underline;
}
.navbar .item:hover {
  background-color: #84944a;
}
.navbar .item.no-hover {
  background-color: #8ba23b;
}
.navbar .item.no-hover a:hover {
  text-decoration: none;
}
.navbar .item.active {
  background-color: #84944a;
  font-family: "heavy", sans-serif;
}
.navbar svg {
  max-width: 50px;
}
.navbar element {
  font-size: 50px;
}
.navbar .news_item {
  cursor: pointer;
}
.navbar .prix_div {
  font-weight: bold;
  margin-left: 13px;
  font-family: "medium";
}
.navbar .prix_div .ht_span {
  font-size: 10px;
  vertical-align: super;
  margin: 3px;
}

.news_item {
  padding: 2px 20px;
  background-color: white;
  color: #8ba23b;
  border-radius: 25px;
}

.dialog_div {
  display: inline-block;
  position: absolute;
  right: 0;
  max-width: 250px;
  z-index: 50;
}
.dialog_div .dialog {
  padding: 20px;
  background-color: white;
  box-shadow: -1px 1px 7px -4px;
}
.dialog_div .texte_ajout_div, .dialog_div .texte_supp_div {
  color: #8ba23b;
}

.panier_div {
  position: relative;
}
.panier_div .quantite_panier {
  position: absolute;
  font-size: 12px;
  color: #8ba23b;
  background-color: white;
  min-width: 20px;
  height: 20px;
  border-radius: 20px;
  padding: 2px;
  font-family: "medium";
  font-weight: bold;
  right: -13px;
  top: -13px;
  box-shadow: -2px 2px 0px #8ba23b;
}
.panier_div svg {
  max-width: 30px;
}
.panier_div element {
  font-size: 30px;
}

.index .h2_div {
  margin: 20px 0;
}
.index .h2_div h2 {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #8ba23b;
  font-size: 1.2rem;
  float: left;
  line-height: 1;
  font-weight: bold;
}
.index .h2_div a {
  color: #8ba23b;
}
.index .h2_div a:hover {
  text-decoration: underline;
}
.index .h2_div .barre_droite_div {
  height: 20px;
  display: flex;
  padding-left: 20px;
}
.index .h2_div .barre_droite_div .barre_droite {
  background-color: #ebeedb;
}
.index input[type=search] {
  border-radius: 25px;
  background-color: rgba(111, 112, 111, 0.1);
  padding: 5px 20px;
  height: 40px;
  background-image: url("../images/SVG/Loupe.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 25px;
}
.index input[type=search]::placeholder {
  font-style: italic;
  color: #231f20;
  font-family: "oblique";
}
.index .select_div {
  max-width: 200px;
  margin-left: auto;
}
.index .select_div select {
  color: #6f706f;
  border: 0;
  border-bottom: solid 1px #231f20;
  padding-left: 0;
  cursor: pointer;
}
.index .filtre_div {
  padding-right: 20px;
  color: #8ba23b;
  height: 100%;
}
.index .filtre_div .filtre {
  height: 100%;
  padding: 20px;
  padding-right: 0;
  background-color: #ebeedb;
}
.index .filtre_div .filtre .filtre_top_titre {
  padding-right: 30px;
  background-image: url("../images/SVG/Petite_fleche_bas(verte).svg");
  background-repeat: no-repeat;
  background-position: center right 5px;
  background-size: 15px;
}
.index .filtre_div .filtre .filtre_section {
  margin: 30px 0;
}
.index .filtre_div .filtre input[type=checkbox] {
  margin: 0;
}
.index .filtre_div .filtre select {
  cursor: pointer;
  margin: 0.5rem 0;
  border-radius: 25px;
  background-color: #8ba23b;
  max-width: 210px;
  color: white;
  background-image: url("../images/SVG/Petite_fleche_bas(blanche).svg");
  background-repeat: no-repeat;
  background-size: 15px;
}
.index .filtre_div .filtre input[type=text]::placeholder {
  color: #231f20;
}
.index .filtre_div .filtre input[type=text] {
  border-radius: 25px;
  max-width: 210px;
  margin: 0.5rem 0;
  padding: 0.5rem 1rem;
}
.index .filtre_div .section_titre {
  display: inline-block;
  width: 100%;
}
.index .filtre_div .section_texte {
  float: left;
}
.index .filtre_div .section_trait_div {
  display: flex;
  padding-left: 10px;
  height: 25px;
  align-items: center;
}
.index .filtre_div .section_trait_div .section_trait {
  height: 4px;
  background-color: #8ba23b;
}
.index .filtre_div .voir_div {
  background-color: #ebeedb;
}
.index .filtre_div .voir_div .voir {
  background-color: #8ba23b;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
  background-image: url("../images/SVG/Petite_fleche_droite(blanche).svg");
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center right 10px;
}
.index .produit_container {
  padding: 0 20px 20px;
  height: 100%;
}
.index .produit_container .nom_div {
  padding: 5px 10px;
  background-color: #C7A475;
  color: white;
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: 15px;
  cursor: pointer;
}
.index .produit_container .nom_div .nom {
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
.index .produit_container .nom_div .icon-fleche-div {
  height: 100%;
  padding: 10px 0;
}
.index .produit_container .nom_div .icon-Petite_fleche_basblanche {
  font-size: 10px;
}
.index .produit_container .image_div {
  position: relative;
  height: 200px;
}
.index .produit_container .image_div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.1s;
}
.index .produit_container .image_div img.default {
  object-fit: none;
}
.index .produit_container .image_div img.zoom {
  -ms-transform: scale(2); /* IE 9 */
  -webkit-transform: scale(2); /* Safari 3-8 */
  transform: scale(2);
  position: relative;
  z-index: 88;
}
.index .produit_container .description_div {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #C7A475;
  color: white;
  padding: 10px;
  display: none;
  z-index: 10;
}
.index .produit_container .description_div .description {
  position: relative;
}
.index .produit_container .description_div .description .fleche_description_div {
  position: absolute;
  top: 5px;
  right: 0;
  transform: rotate(180deg);
  transition: transform 2s;
}
.index .produit_container .description_div .description .fleche_description_div element {
  font-size: 9px;
}
.index .produit_container .no-bg-image {
  background-image: none;
}
.index .produit_container .image_dessous_div {
  background-color: #ebeedb;
  padding: 7px 15px;
  color: #8ba23b;
}
.index .produit_container .image_dessous_div .prix_div, .index .produit_container .image_dessous_div .quantite_div {
  margin: 0.25rem 0;
}
.index .produit_container .image_dessous_div .prix_div .prix {
  text-transform: uppercase;
}
.index .produit_container .image_dessous_div .quantite_div .number {
  padding: 2px 7px;
  background-color: #8ba23b;
  color: white;
  border-radius: 15px;
}
.index .produit_container .image_dessous_div .produits_lies {
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
}
.index .produit_container .image_dessous_div .operation_produit_div {
  display: flex;
}
.index .produit_container .image_dessous_div .operation_produit_div .operation_produit {
  width: 33%;
  display: inline-block;
}
.index .produit_container .image_dessous_div .operation_produit_div .operation_produit element {
  font-size: 11px;
}
.index .produit_container .image_dessous_div .operation_produit_div .operation_produit .icon-Moins {
  font-size: 3px !important;
}
.index .produit_container .image_dessous_div .operation_produit_div .operation_produit input {
  -moz-appearance: textfield;
  color: #8ba23b;
  margin: 0;
  text-align: center;
  background-color: white;
  border: none;
  border-radius: 10px;
  font-family: "heavy", sans-serif;
  padding: 0;
}
.index .produit_container .image_dessous_div .operation_produit_div .moins_div {
  padding-top: 5px;
}
.index .produit_container .image_dessous_div .operation_produit_div .plus_div {
  padding-top: 9px;
}
.index .produit_container .image_dessous_div .moins_div, .index .produit_container .image_dessous_div .plus_div {
  height: 40px;
  cursor: pointer;
}
.index .voir_plus {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #8ba23b;
  cursor: pointer;
}
.index .user_div {
  display: block;
  width: 100%;
  border-top: solid 1px lightgray;
  padding: 10px 0;
  position: relative;
}
.index .user_div .user {
  text-transform: uppercase;
  text-transform: uppercase;
}
.index .user_div .element_span {
  display: inline-block;
  vertical-align: middle;
}
.index .user_div .element_span element {
  font-size: 25px;
}
.index .user_div .dot {
  display: inline-block;
  vertical-align: top;
}
.index .user_div .username {
  color: #8ba23b;
  font-family: "heavy", sans-serif;
  margin: 0 0.25rem;
}
.index .user_div .adresse {
  font-family: "oblique", sans-serif;
}
.index .user_div .actions_div .action_button_div {
  background-color: #6f706f;
  border-radius: 25px;
  text-align: center;
  margin: 0px 5px;
  background-image: url("../images/SVG/Petite_fleche_droite(blanche).svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 9px;
}
.index .user_div .actions_div .action_button_div .action_button {
  padding: 5px 0;
  padding-right: 20px;
  color: white;
}
.index .user_div .actions_div .action_button_div.vert {
  background-color: #8ba23b;
}
.index .user_div:first-of-type {
  border: none;
}
.index .coeur_div {
  position: absolute;
  top: 15px;
  right: 15px;
}
.index .coeur_div element {
  font-size: 30px;
  cursor: pointer;
}
.index .zoom_div {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.index .zoom_div img {
  cursor: pointer;
}
.index del {
  color: gray;
  opacity: 0.4;
}
.index .red {
  color: #cc4b37 !important;
}
.index .produit_filtre_div .filtre {
  padding-left: 0;
}
.index .produit_filtre_div .all_filtres {
  padding-left: 20px;
}
.index .produit_filtre_div .all_filtres_responsive {
  max-height: 450px;
  overflow: auto;
}
.index .produit_filtre_div .all_filtres_responsive .voir_div {
  margin-right: 20px;
  margin-bottom: 20px;
}
.index .produit_filtre_div .all_filtres_responsive .voir_div .voir {
  background-color: #ebeedb;
  color: #8ba23b;
  background-image: none;
}

.maison .maison_first_h2 h2, .maison .maison_h2 h2 {
  float: initial;
  margin: 0;
}
.maison .maison_first_h2 a, .maison .maison_h2 a {
  color: #8ba23b;
}
.maison .maison_first_h2 a:hover, .maison .maison_h2 a:hover {
  text-decoration: underline;
}
.maison .maison_h2 {
  padding: 10px;
  background-color: #8ba23b;
}
.maison .maison_h2 h2 {
  color: white;
}
.maison .maison_h2 .barre_droite_div {
  display: none;
}
.maison .details_h2 {
  color: white;
  text-transform: uppercase;
}
.maison .details_h2 h2, .maison .details_h2 span {
  display: inline-block;
}
.maison .details_h2 .details_adresse_span {
  padding: 0 20rem;
}
.maison .details_h2 .element_span {
  margin: 0 0.25rem;
  vertical-align: middle;
}
.maison .details_h2 .element_span element {
  font-size: 20px;
}
.maison .coeur_div element {
  cursor: initial;
}
.maison .image_dessous_stock .quantite_text {
  margin: 0 0.25rem;
}
.maison .image_dessous_stock .quantite_div {
  margin: 0.5rem 0;
  font-size: 12px;
}
.maison .image_dessous_stock .quantite {
  border: solid 1px;
  padding: 0 2px;
  border-radius: 5px;
  font-size: 13px;
}
.maison .image_dessous_stock .bouteille_element {
  padding: 0 5px;
}
.maison .image_dessous_stock .total_produit_div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.maison .image_dessous_stock .total_produit_div .total_produit {
  padding: 5px;
  background-color: #8ba23b;
  border-radius: 10px;
  color: white;
  font-size: 14px;
}
.maison .retour_div {
  margin: 0 0 1rem;
}
.maison .retour_div .retour {
  display: inline-block;
  color: #231f20;
  font-family: "lightOblique", sans-serif;
}
.maison .retour_div .element_span {
  vertical-align: middle;
}
.maison .retour_div a:hover .texte {
  text-decoration: underline;
}
.maison .nom_maison_div {
  margin: 0 0 1rem;
  font-size: 1.8rem;
  color: #6f706f;
  text-transform: uppercase;
}

.stock_filiale .coeur_div element {
  cursor: pointer;
}

.clients .all_choices {
  padding-right: 10px;
}

.commande_div, .historique_div {
  margin: 10px 0;
}

.historique_main_div, .facture_main_div, .commande_main_div {
  overflow: auto;
  background-color: #ebeedb;
  padding: 15px 25px;
}

.historique_main_div, .facture_main_div {
  max-height: 700px;
}

.facture_main_div_admin {
  height: 700px;
}

.historique_div .button.success.voir_historique {
  margin: 0;
}

.details .historique_div .historique_titre_div {
  margin: 0 0 0.5rem;
  position: relative;
}
.details .historique_div .historique_titre_div .historique_titre {
  color: #8ba23b;
  display: inline-block;
  margin: 0.5rem 0;
}
.details .historique_div .historique_select_div {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.details .historique_div .historique_select_div select {
  margin: 0.5rem 0;
  border-radius: 25px;
  background-color: #8ba23b;
  padding: 0 0.5rem;
  min-width: 80px;
  color: white;
  background-image: url("../images/SVG/Petite_fleche_bas(blanche).svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center right;
  min-width: 150px;
  margin: 0;
  height: 30px;
}
.details .historique_div .historique_select_div select:focus {
  background-color: #8ba23b;
}
.details .historique_div .historique_main_div .commande_div {
  padding: 10px 15px;
  background-color: white;
  max-height: 200px;
  overflow: auto;
  box-shadow: inset 0px 2px 7px -2px black;
  margin: 10px 0 25px;
}
.details .historique_div .historique_main_div .commande_div .commande .commande_titre {
  margin: 0.25rem 0 0.5rem;
  font-size: 15px;
}
.details .historique_div .historique_main_div .commande_div .commande .commande_total {
  color: #8ba23b;
  text-transform: uppercase;
}
.details .historique_div .historique_main_div .produitsCommande_div {
  padding: 0 0.75rem;
  font-size: 15px;
}
.details .historique_div .historique_main_div .produitsCommande_div .produitsCommande .produit_div {
  margin: 0.25rem 0;
}
.details .historique_div .historique_main_div .produitsCommande_div .produitsCommande .produit_div .produit {
  font-family: "oblique", sans-serif;
}
.details .historique_div .historique_main_div .produitsCommande_div .produitsCommande .produit_div .produit .total_produit {
  text-transform: uppercase;
}

.facture_select_div {
  display: inline-block;
  margin: 15px 0;
}
.facture_select_div select {
  margin: 0.5rem 0;
  border-radius: 25px;
  background-color: #8ba23b;
  padding: 0 0.5rem;
  min-width: 80px;
  color: white;
  background-image: url("../images/SVG/Petite_fleche_bas(blanche).svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center right;
  min-width: 150px;
  margin: 0;
  height: 30px;
}
.facture_select_div select:focus {
  background-color: #8ba23b;
}

.facture_div .facture_titre_div {
  margin: 0 0 0.75rem;
}
.facture_div .facture_titre_div .facture_titre {
  display: inline-block;
  width: 45%;
  margin: 0 0 0.5rem;
}
.facture_div .facture_titre_div .titre {
  display: inline-block;
  background-color: #8ba23b;
  padding: 0 5rem;
  color: white;
  border-radius: 15px;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
.facture_div .facture_titre_div .left {
  padding-right: 10px;
}
.facture_div .facture_titre_div .right {
  padding-left: 10px;
}
.facture_div .facture_titre_div .small_opacity {
  opacity: 0.5;
}
.facture_div .facture_main_div .facture_ligne_div {
  margin: 0.75rem 0;
}
.facture_div .facture_main_div .facture_ligne_div .facture_ligne {
  position: relative;
}
.facture_div .facture_main_div .facture_ligne_div .element_span {
  margin: 0 0.25rem;
}
.facture_div .facture_main_div .facture_ligne_div .element_span element {
  color: #231f20;
}
.facture_div .facture_main_div .facture_ligne_div .elements_div {
  position: absolute;
  top: 0;
  right: 0;
}
.facture_div .download_all_div .facture_all_download_texte {
  text-decoration: underline;
  cursor: pointer;
}

.documents .facture_titre_div .facture_titre {
  display: inline-block;
  width: initial;
  margin: 0.5rem 0 0;
}
.documents .facture_titre_div .titre {
  background-color: initial;
  padding: 0;
  color: #8ba23b;
  border-radius: 0;
  cursor: initial;
  width: 100%;
  text-align: initial;
}
.documents .facture_main_div.bons {
  height: 700px;
}
.documents .all_factures {
  height: 100%;
}
.documents .all_factures a {
  color: #231f20;
}

.mentions {
  font-family: "book", "Raleway", sans-serif;
  font-size: 15px;
}
.mentions p {
  white-space: pre-line;
  line-height: 1.2;
}
.mentions .no_margin {
  margin: 0;
}
.mentions h4 {
  font-family: "heavy", "book", "Raleway", sans-serif;
  color: #8ba23b;
}
.mentions h4, .mentions h5, .mentions h6 {
  margin: 0;
}
.mentions h6 {
  margin-top: 1rem;
}
.mentions a:hover {
  text-decoration: underline;
  color: #8ba23b;
}

.carousel_div {
  padding: 20px;
  background-color: #ebeedb;
}
.carousel_div .prev_div, .carousel_div .next_div {
  width: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel_div .prev_div .prev, .carousel_div .prev_div .next, .carousel_div .next_div .prev, .carousel_div .next_div .next {
  cursor: pointer;
  padding: 10px;
}
.carousel_div .prev_div .prev {
  transform: rotate(180deg);
}
.carousel_div .produitsAssocies-carousel {
  width: 96%;
}
.carousel_div .produit_container {
  padding-bottom: 0;
}
.carousel_div .produit_container .image_dessous_div {
  background-color: white;
}

.a_venir_div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.a_venir {
  color: #8ba23b;
}

.favoris .h2_div {
  padding: 0 20px;
}
.favoris .coeur_div element {
  cursor: initial;
}

.panier .commande_titre_div {
  margin: 0.5rem 0;
}
.panier .commande_titre_div .commande_titre {
  color: #8ba23b;
}
.panier .commande_div .panier_titre {
  text-align: center;
  font-size: 1.2em;
  color: #8ba23b;
  font-family: "heavy";
  margin: 15px 0;
}
.panier .commande_div .panier_titre element {
  font-size: 1.3em;
  vertical-align: middle;
}
.panier .commande_div .desc_div {
  padding: 0 10px;
}
.panier .commande_div .desc_div .desc {
  font-family: "medium", sans-serif;
}
.panier .commande_div .desc_div .desc .ref {
  font-family: "mediumOblique", sans-serif;
  font-size: 0.9em;
}
.panier .commande_div .desc_div .desc .prix {
  font-family: "heavy", sans-serif;
}
.panier .commande_div .desc_div .desc .prix_barre {
  text-decoration: line-through;
}
.panier .commande_div .ligne_div {
  border-bottom: solid 1px #8ba23b;
  padding: 10px 0;
}
.panier .commande_div .ligne_div:last-child {
  border-bottom: none;
}
.panier .commande_div .unite_colis_div {
  padding: 0 15px;
}
.panier .commande_div .unite_colis_div .unite_colis {
  background-color: #8ba23b;
  border-radius: 10px;
  padding: 5px;
  color: white;
}
.panier .commande_div .unite_colis_div .unite_colis .texte {
  font-size: 0.8em;
}
.panier .commande_div .unite_colis_div .unite_colis .font-heavy {
  font-size: 1.1em;
}
.panier .commande_div .quantite_div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.panier .commande_div .quantite_div .quantite .plus_div element {
  font-family: "heavy", sans-serif;
  font-size: 10px;
}
.panier .commande_div .quantite_div .quantite .moins_div element {
  font-size: 5px;
}
.panier .commande_div .quantite_div .quantite .plus_div element, .panier .commande_div .quantite_div .quantite .moins_div element {
  cursor: pointer;
}
.panier .commande_div .quantite_div element {
  vertical-align: middle;
}
.panier .commande_div .colis_div {
  display: inline-block;
  margin: 0 10px;
}
.panier .commande_div .colis_div .colis {
  min-width: 77px;
  padding: 5px;
  background-color: white;
  border-radius: 15px;
  border: solid 1px #8ba23b;
  display: inline-block;
}
.panier .commande_div .colis_div .colis .element_span {
  display: inline-block;
}
.panier .commande_div .colis_div .colis element {
  font-size: 25px;
}
.panier .commande_div .colis_div .nb_colis {
  color: #8ba23b;
  font-family: "heavy", sans-serif;
}
.panier .commande_div .croix_div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.panier .commande_div .croix_div .croix {
  cursor: pointer;
}
.panier .commande_div .total_colis_div {
  padding: 8px 0;
  padding-right: 50px;
  text-align: right;
  background-color: #8ba23b;
  color: white;
  font-family: "heavy", sans-serif;
}
.panier .commande_div .total_colis_div element, .panier .commande_div .total_colis_div element::before {
  color: white;
  font-size: 1.3em;
  vertical-align: bottom;
}
.panier .commande_div .details_panier_div {
  text-transform: uppercase;
  font-family: "oblique", sans-serif;
  padding: 15px 0;
  border-bottom: solid 1px black;
}
.panier .commande_div .details_panier_div .ligne_div {
  border: none;
}
.panier .commande_div .details_panier_div .ligne_div .ligne {
  display: flex;
  justify-content: space-between;
}
.panier .commande_div .total_div {
  padding: 15px 0;
}
.panier .commande_div .total_div .total {
  display: flex;
  justify-content: space-between;
  font-family: "heavy", sans-serif;
  text-transform: uppercase;
  font-size: 1.2em;
}
.panier .commande_div .texte_div .texte {
  font-family: "lightOblique", sans-serif;
  font-size: 0.7em;
}
.panier .commande_div .commande_buttons_div {
  padding: 15px 0;
}
.panier .commande_div .commande_buttons_div .commande_buttons .button_div {
  text-transform: uppercase;
}
.panier .commande_div .commande_buttons_div .commande_buttons .button {
  padding: 0.85em 2.5em;
}
.panier .commande_div .commande_buttons_div .commande_buttons .button_div.right {
  text-align: right;
}
.panier .commande_div .commande_buttons_div .font-bold-oblique {
  font-size: 0.8em;
  text-align: left;
  color: #8ba23b;
  text-transform: none;
  max-width: 260px;
  margin-left: auto;
}
.panier .commande_div .renouvellement_div {
  height: 100%;
}
.panier .commande_div .renouvellement_div .renouvellement {
  text-transform: uppercase;
}
.panier .commande_div .renouvellement_div .button_div .button {
  margin-bottom: 0;
  font-size: 0.8em;
  width: 100%;
}
.panier .element_span.moins_div, .panier .element_span.plus_div {
  cursor: pointer;
}

.panier_final .button_div {
  margin-top: 30px;
}
.panier_final .select_div {
  max-width: 100%;
  margin-left: 0;
}
.panier_final .select_div select {
  background-color: #8ba23b;
  color: white;
  border-radius: 25px;
  text-transform: uppercase;
  font-family: "medium", sans-serif;
  background-image: url("../images/SVG/Petite_fleche_bas(blanche).svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 15px;
  padding: 0 15px;
  border: none;
  max-height: 35px;
}
.panier_final input[type=date] {
  background-color: #8ba23b;
  color: white;
  border-radius: 25px;
  text-transform: uppercase;
  font-family: "medium", sans-serif;
  padding: 0 15px;
  border: none;
  max-height: 35px;
  max-width: fit-content;
}
.panier_final .livraison_div {
  background-color: #f9f8f8;
  padding: 30px 40px;
  color: #6f706f;
  font-family: "heavy", sans-serif;
  margin: 15px 0;
  margin-top: 0;
  overflow: auto;
  height: 100%;
}
.panier_final .livraison_div .livraison_label_div {
  margin: 10px 0;
}
.panier_final .livraison_div .ajouter_div {
  margin-bottom: 30px;
  font-size: 12px;
  margin-top: 7px;
}
.panier_final .livraison_div .ajouter_div .ajouter {
  display: inline-block;
  cursor: pointer;
}
.panier_final .livraison_div .ajouter_div .ajouter span {
  vertical-align: middle;
}
.panier_final .livraison_div hr {
  border: none;
  border-bottom: solid 1px #231f20;
  margin: 35px 0;
}
.panier_final .livraison_div input[type=text], .panier_final .livraison_div input[type=email], .panier_final .livraison_div input[type=password], .panier_final .livraison_div input[type=number], .panier_final .livraison_div textarea {
  border-radius: 25px;
  border: solid 1px #8ba23b;
  padding: 0.5rem 1rem;
}
.panier_final .livraison_div textarea {
  border-radius: 15px;
}
.panier_final .livraison_div input[type=text]::placeholder, .panier_final .livraison_div input[type=email]::placeholder, .panier_final .livraison_div input[type=password]::placeholder, .panier_final .livraison_div input[type=number]::placeholder, .panier_final .livraison_div textarea::placeholder {
  color: #6f706f;
}
.panier_final .livraison_div .conditions_div {
  line-height: 1.2;
  font-size: 0.7em;
  margin: 25px 0 15px;
}
.panier_final .livraison_div .conditions_div a {
  color: #6f706f;
}
.panier_final .livraison_div .conditions_div a:hover {
  text-decoration: underline;
}
.panier_final .livraison_div .checkbox_div {
  color: #8ba23b;
}
.panier_final .livraison_div .checkbox_div input[type=checkbox] {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  border: solid 1px #8ba23b;
  border-radius: 3px;
  height: 17px;
  width: 17px;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
}
.panier_final .livraison_div .checkbox_div input[type=checkbox]:checked {
  background-color: #8ba23b;
  content: "X";
}
.panier_final .livraison_div .checkbox_div label {
  color: #8ba23b;
  vertical-align: middle;
  display: inline;
}
.panier_final .livraison_div .icon-Plus::before {
  color: white;
  background-color: #6f706f;
  padding: 5px;
  border-radius: 100%;
}
.panier_final .livraison_div .ajouter_div.text-left {
  text-align: left;
  margin-bottom: 0.75rem;
}
.panier_final .message_div {
  padding-bottom: 20px;
}
.panier_final .message_div a {
  color: #6f706f;
}
.panier_final .message_div a:hover {
  text-decoration: underline;
}
.panier_final form {
  max-width: initial;
}

.panier_valide .valide_div {
  background-color: #8ba23b;
  padding: 70px 60px;
  text-align: center;
  color: white;
  font-family: "heavy", sans-serif;
}
.panier_valide .valide_div .button.white:hover {
  background-color: #8ba23b;
}
.panier_valide .valide_div .commande_buttons_div {
  text-transform: uppercase;
  margin: 25px 0;
}
.panier_valide .valide_div .texte {
  font-size: 1.5em;
}

.news .new_news_column_div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news .new_news_column_div .new_news_column {
  width: 100%;
}
.news .new_news_column_div .new_news_column .h2_div h2 {
  margin-bottom: 20px;
}
.news .image_actif_grid {
  justify-content: space-around;
}
.news .cke {
  margin-bottom: 1rem;
  border-color: #231f20 !important;
}

.popup_div {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.popup_div .popup {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup_div .client_news_div {
  max-width: 1000px;
  top: 15rem;
  left: 30rem;
  background-color: #8ba23b;
  border-radius: 25px;
}
.popup_div .client_news, .popup_div .client_news_grid, .popup_div .client_news_img_column, .popup_div .img_div, .popup_div .img, .popup_div img {
  border-radius: inherit;
}
.popup_div .news_item {
  font-size: 20px;
}
.popup_div .news_item_div {
  margin-top: -15px;
}
.popup_div .croix_actu_div {
  text-align: right;
  padding: 0 15px;
}
.popup_div .croix_actu_div element {
  color: white;
  font-size: 20px;
  cursor: pointer;
}
.popup_div .actu_content_div {
  padding: 35px;
  color: white;
}
.popup_div .titre_div .titre {
  font-size: 2.5em;
  text-transform: uppercase;
}
.popup_div .sous_titre_div .sous_titre {
  font-size: 1.5em;
  text-transform: uppercase;
}
.popup_div .contenu_div {
  padding: 3rem 0;
  font-size: 1.3em;
}
.popup_div .contenu_div strong, .popup_div .contenu_div b {
  font-family: "heavy", sans-serif;
}
.popup_div .savoir_plus_div {
  text-align: center;
}
.popup_div .savoir_plus_div .button.white {
  color: #8ba23b;
  padding-right: 35px;
  background-image: url("../images/SVG/Petite_fleche_droite(verte).svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center right 10px;
  text-transform: uppercase;
  font-family: "heavy", sans-serif;
}
.popup_div .savoir_plus_div .button.white:hover {
  color: #8ba23b;
}

.facture_main_div input[type=checkbox] {
  margin: 0;
}

.commande_main_div input[type=number] {
  display: inline-block;
  border: none;
  box-shadow: none;
  appearance: textfield !important;
  -webkit-appearance: textfield !important;
  -moz-appearance: textfield !important;
  max-width: 2.7rem;
  padding: 0.5rem;
  margin: 0;
  height: 1rem;
  text-align: center;
  color: #8ba23b;
}

.commande_div.no-padding .quantite_div {
  display: initial;
}

.index.admin select {
  margin: 0.5rem 0;
  border-radius: 25px;
  background-color: #8ba23b;
  padding: 0.5rem;
  color: white;
  background-image: url("../images/SVG/Petite_fleche_bas(blanche).svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center right;
}

.main {
  padding: 30px 30px;
  position: relative;
}

.main.grid-container {
  max-width: 1900px;
  margin: 0;
}

.voir_plus_div {
  color: #8ba23b;
  line-height: 1;
  padding: 10px 0;
}
.voir_plus_div .voir_plus {
  display: inline-block;
  cursor: pointer;
}
.voir_plus_div .text {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
}
.voir_plus_div .element_span {
  display: block;
  line-height: 1;
}
.voir_plus_div .element_span element {
  font-size: 10px;
}

.reveal-overlay .loader_container {
  text-align: center;
}
.reveal-overlay .loader {
  width: 48px;
  height: 48px;
  border: 5px solid #8ba23b;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.body_container button, .body_container .button, .reveal-overlay button, .reveal-overlay .button {
  font-family: "heavy", "medium", "book", sans-serif;
}
.body_container .button.success, .reveal-overlay .button.success {
  background-color: #8ba23b;
  color: white;
  border: solid 1px #8ba23b;
}
.body_container .button.success:hover, .reveal-overlay .button.success:hover {
  background-color: #ebeedb;
  color: #8ba23b;
}
.body_container .button.gris, .reveal-overlay .button.gris {
  background-color: #6f706f;
  color: white;
  border: solid 1px #6f706f;
}
.body_container .button.gris:hover, .reveal-overlay .button.gris:hover {
  background-color: #ebeedb;
  color: #6f706f;
}
.body_container .button.white, .reveal-overlay .button.white {
  background-color: white;
  color: #6f706f;
  border: solid 1px white;
}
.body_container .button.white:hover, .reveal-overlay .button.white:hover {
  background-color: #ebeedb;
  color: white;
}
.body_container .font-bold, .reveal-overlay .font-bold {
  font-family: "bold", sans-serif;
}
.body_container .font-black, .reveal-overlay .font-black {
  font-family: "black", sans-serif;
}
.body_container .font-medium, .reveal-overlay .font-medium {
  font-family: "medium", sans-serif;
}
.body_container .font-book, .reveal-overlay .font-book {
  font-family: "book", sans-serif;
}
.body_container .font-heavy, .reveal-overlay .font-heavy {
  font-family: "heavy", sans-serif;
}
.body_container .font-light, .reveal-overlay .font-light {
  font-family: "light", sans-serif;
}
.body_container .font-bold-oblique, .reveal-overlay .font-bold-oblique {
  font-family: "heavyOblique", sans-serif;
}
.body_container .font-black-oblique, .reveal-overlay .font-black-oblique {
  font-family: "blackOblique", sans-serif;
}
.body_container .font-medium-oblique, .reveal-overlay .font-medium-oblique {
  font-family: "mediumOblique", sans-serif;
}
.body_container .font-book-oblique, .reveal-overlay .font-book-oblique {
  font-family: "bookOblique", sans-serif;
}
.body_container .font-heavy-oblique, .reveal-overlay .font-heavy-oblique {
  font-family: "heavyOblique", sans-serif;
}
.body_container .font-light-oblique, .reveal-overlay .font-light-oblique {
  font-family: "lightOblique", sans-serif;
}
.body_container .d-flex, .reveal-overlay .d-flex {
  display: flex;
}
.body_container .d-none, .reveal-overlay .d-none {
  display: none;
}
.body_container .content-center, .reveal-overlay .content-center {
  justify-content: center;
  text-align: center;
}
.body_container .align-center, .reveal-overlay .align-center {
  align-content: center;
  align-items: center;
  align-self: center;
  vertical-align: middle;
}
.body_container .width-100, .body_container .w-100, .reveal-overlay .width-100, .reveal-overlay .w-100 {
  width: 100%;
}
.body_container .height-100, .body_container .h-100, .reveal-overlay .height-100, .reveal-overlay .h-100 {
  height: 100%;
}
@keyframes pulse {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1.5);
  }
}
.body_container .pulse, .reveal-overlay .pulse {
  animation: pulse 1s 1 ease-in-out alternate;
}
@keyframes pulseNews {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1.3);
  }
}
.body_container .pulseNews, .reveal-overlay .pulseNews {
  animation: pulseNews 1s infinite ease-in-out alternate;
}

.footer_navbar_div {
  position: fixed;
  bottom: 0;
}
.footer_navbar_div .footer_navbar {
  background-color: #8ba23b;
}
.footer_navbar_div .svg, .footer_navbar_div .caddie_div {
  text-align: center;
  padding: 10px 0;
}
.footer_navbar_div .barre_svg {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_navbar_div .caddie_div .prix_div {
  font-weight: bold;
  margin-left: 13px;
  font-family: "medium";
}
.footer_navbar_div .caddie_div .prix_div .ht_span {
  font-size: 10px;
  vertical-align: super;
  margin: 3px;
  display: inline-block;
}
.footer_navbar_div .caddie_div .svg {
  position: relative;
  height: 100%;
  display: inline-block;
  padding: 0;
  margin-top: 10px;
}
.footer_navbar_div element, .footer_navbar_div element:before {
  color: white;
  font-size: 40px;
}

.error_page p {
  white-space: pre-line;
}

.ui-dialog {
  font-family: "book", "medium", "black", "Raleway", sans-serif;
}

.ui-widget-header {
  background-color: #cc4b37;
  color: white;
  font-family: "bold", "Raleway", sans-serif;
}

.barre_lateral_div .logo img, .navbar .logo img {
  max-width: 130px;
  width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.popup-produits {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 101;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: scroll;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.popup-produits .popup-produits-inner {
  min-width: 700px;
  max-width: 850px;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  z-index: 5;
  width: 100%;
}
.popup-produits .plus_div, .popup-produits .moins_div {
  text-align: center;
}
.popup-produits .icon-Plus, .popup-produits .icon-Moins {
  vertical-align: middle;
  padding-top: 15px;
}

.no-padding {
  padding: 0 !important;
}

@media print, screen and (max-width: 1023px) {
  .popup-produits .popup-produits-inner {
    position: absolute;
    min-width: 300px;
    max-width: 700px;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    top: 10%;
    left: 7%;
    z-index: 5;
  }
}
@media print, screen and (max-width: 639px) {
  .popup-produits .popup-produits-inner {
    position: absolute;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    top: 15%;
    left: 15px;
    z-index: 5;
    max-width: 350px;
  }
}
.produit_index .inCatalogue .nom_div, .produit_index .inCatalogue .description_div, .favoris .inCatalogue .nom_div, .favoris .inCatalogue .description_div, .stock_filiale .inCatalogue .nom_div, .stock_filiale .inCatalogue .description_div {
  background-color: #8ba23b !important;
}

.loading-div {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(235, 238, 219, 0.7);
  z-index: 200;
}
.loading-div .loading {
  height: 100%;
  position: relative;
}
.loading-div .loading .img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.loading-div .croix {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 200;
  color: #8ba23b;
  font-weight: 800;
  font-size: 1.5em;
  cursor: pointer;
}

.notice-loading-done {
  position: absolute;
  background-color: #8ba23b;
  width: 100%;
  color: white;
  font-weight: 800;
  z-index: 200;
  padding: 1rem;
  font-size: 1.1em;
  text-align: center;
  -webkit-box-shadow: 0px 3px 16px 0px #000000;
  box-shadow: 0px 3px 16px 0px #000;
}
.notice-loading-done .croix {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  cursor: pointer;
}

.login_page .login_form_div {
  position: relative;
}
.login_page .download-links {
  position: absolute;
  bottom: 1rem;
  width: 100%;
}
.login_page .download-links .link-container {
  font-weight: 800;
  margin: 15px auto;
  width: max-content;
}
.login_page .download-links .link-container .link {
  color: white;
  border-radius: 25px;
  background-color: black;
  padding: 1rem;
  padding-right: 1.2rem;
}
.login_page .download-links .link-container .link .img img {
  max-width: 30px;
}
.login_page .download-links .link-container .link .texte {
  margin-left: 15px;
  float: right;
  margin-top: -0.4rem;
}
.login_page .download-links .link-container .link .texte strong, .login_page .download-links .link-container .link .texte b {
  display: block;
  text-align: left;
  font-size: 1.2em;
}

/*# sourceMappingURL=main.css.map */
