Supppression de compte
diff --git a/src/styles/components/_footer_catalog_pub.scss b/src/styles/components/_footer_catalog_pub.scss
new file mode 100644
index 0000000..6c60562
--- /dev/null
+++ b/src/styles/components/_footer_catalog_pub.scss
@@ -0,0 +1,362 @@
+.footer_catalog_pub {
+
+ a {
+ text-decoration: none;
+ cursor: pointer;
+ color: white;
+ }
+
+ .social-svg-mask {
+ fill: white !important;
+ }
+
+ .social-container {
+ width: 80% !important;
+ height: 80% !important;
+ left: 5px !important;
+ }
+
+ .media_sociaux {
+ text-align: left !important;
+ }
+
+ .SocialIcon {
+ top: 5px !important;
+ left: 10px !important;
+ }
+
+ background: rgb(250, 245, 245);
+ height: 50%;
+ font-size: 0.8rem !important;
+
+ @media only screen and (max-width: 600px) {
+ .copyright {
+ font-size: 0.5rem;
+ }
+
+ .SocialIcon {
+ top: 5px !important;
+ width: 30px !important;
+ height: 30px !important;
+ //left: 10px !important;
+ }
+
+ .Box_div {
+ padding: 1rem 1rem;
+ background: #104277;
+ color: white !important;
+ bottom: 0;
+ width: 100%;
+ min-height: 2rem;
+
+ @media (max-width: 601px) {
+ padding: 3px 3px;
+ }
+ }
+
+ .Container_div {
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ max-width: 1000px;
+ margin: 0 auto;
+ /* background: red; */
+ }
+
+ .Column_div {
+ display: flex;
+ flex-direction: column;
+ text-align: left;
+ margin-left: 0.8rem;
+ }
+
+ .Row_Div {
+ display: grid;
+ grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
+ grid-gap: 3%;
+
+ @media (max-width: 1000px) {
+ grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
+ }
+ }
+
+ .FooterLink_a {
+ color: white;
+ margin-bottom: 0.2rem;
+ font-size: 0.6rem;
+ text-decoration: none;
+ cursor: pointer;
+
+ &:hover {
+ color: green;
+ transition: 200ms ease-in;
+ }
+ }
+
+ .Heading_p {
+ font-size: 0.7rem;
+ color: #81bc3a;
+ margin-bottom: 0rem;
+ font-weight: bold;
+ }
+
+ a:link {
+ text-decoration: none;
+ }
+
+ a:visited {
+ text-decoration: none;
+ }
+
+ a:hover {
+ text-decoration: none;
+ }
+
+ a:active {
+ text-decoration: none;
+ }
+ }
+
+ @media only screen and (min-width: 601px) and (max-width: 991px) {
+ .copyright {
+ font-size: 0.6rem;
+ }
+
+ .Box_div {
+ padding: 1rem 1rem;
+ background: #104277;
+ color: white !important;
+ bottom: 0;
+ width: 100%;
+ //min-height: 25rem;
+
+ @media (max-width: 601px) {
+ padding: 2rem 30px;
+ }
+ }
+
+ .Container_div {
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ max-width: 1000px;
+ margin: 0 auto;
+ /* background: red; */
+ }
+
+ .Column_div {
+ display: flex;
+ flex-direction: column;
+ text-align: left;
+ margin-left: 20px;
+ }
+
+ .Row_Div {
+ display: grid;
+ grid-template-columns: repeat(auto-fill, minmax(185px, 1fr));
+ grid-gap: 15%;
+
+ @media (max-width: 1000px) {
+ grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
+ }
+ }
+
+ .FooterLink_a {
+ color: white;
+ margin-bottom: 0.2rem;
+ font-size: small;
+ text-decoration: none;
+ cursor: pointer;
+
+ &:hover {
+ color: green;
+ transition: 200ms ease-in;
+ }
+ }
+
+ .Heading_p {
+ font-size: 0.85rem;
+ color: #81bc3a;
+ margin-bottom: 0.5rem;
+ font-weight: bold;
+ }
+
+ a:link {
+ text-decoration: none;
+ }
+
+ a:visited {
+ text-decoration: none;
+ }
+
+ a:hover {
+ text-decoration: none;
+ }
+
+ a:active {
+ text-decoration: none;
+ }
+ }
+
+ @media only screen and (min-width: 992px) and (max-width: 1199px) {
+ .copyright {
+ font-size: 0.7rem;
+ }
+
+ .Box_div {
+ padding: 1rem 1rem;
+ background: #104277;
+ color: white !important;
+ bottom: 0;
+ width: 100%;
+ //min-height: 20rem;
+
+ @media (max-width: 601px) {
+ padding: 2rem 30px;
+ }
+ }
+
+ .Container_div {
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ max-width: 1000px;
+ margin: 0 auto;
+ /* background: red; */
+ }
+
+ .Column_div {
+ display: flex;
+ flex-direction: column;
+ text-align: left;
+ margin-left: 20px;
+ }
+
+ .Row_Div {
+ display: grid;
+ grid-template-columns: repeat(auto-fill, minmax(185px, 1fr));
+ grid-gap: 15%;
+
+ @media (max-width: 1000px) {
+ grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
+ }
+ }
+
+ .FooterLink_a {
+ color: white;
+ margin-bottom: 0.2rem;
+ font-size: small;
+ text-decoration: none;
+ cursor: pointer;
+
+ &:hover {
+ color: green;
+ transition: 200ms ease-in;
+ }
+ }
+
+ .Heading_p {
+ font-size: medium;
+ color: #81bc3a;
+ margin-bottom: 0.5rem;
+ font-weight: bold;
+ }
+
+ a:link {
+ text-decoration: none;
+ }
+
+ a:visited {
+ text-decoration: none;
+ }
+
+ a:hover {
+ text-decoration: none;
+ }
+
+ a:active {
+ text-decoration: none;
+ }
+ }
+
+ @media only screen and (min-width: 1200px) {
+ .copyright {
+ font-size: 0.7rem;
+ }
+
+ .Box_div {
+ padding: 1rem 1rem;
+ background: #104277;
+ color: white !important;
+ bottom: 0;
+ width: 100%;
+ //min-height: 20rem;
+
+ @media (max-width: 601px) {
+ padding: 2rem 30px;
+ }
+ }
+
+ .Container_div {
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ max-width: 1000px;
+ margin: 0 auto;
+ /* background: red; */
+ }
+
+ .Column_div {
+ display: flex;
+ flex-direction: column;
+ text-align: left;
+ margin-left: 20px;
+ }
+
+ .Row_Div {
+ display: grid;
+ grid-template-columns: repeat(auto-fill, minmax(185px, 1fr));
+ grid-gap: 15%;
+
+ @media (max-width: 1000px) {
+ grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
+ }
+ }
+
+ .FooterLink_a {
+ color: white;
+ margin-bottom: 0.2rem;
+ font-size: small;
+ text-decoration: none;
+ cursor: pointer;
+
+ &:hover {
+ color: green;
+ transition: 200ms ease-in;
+ }
+ }
+
+ .Heading_p {
+ font-size: 0.9rem;
+ color: #81bc3a;
+ margin-bottom: 0.5rem;
+ font-weight: bold;
+ }
+
+ a:link {
+ text-decoration: none;
+ }
+
+ a:visited {
+ text-decoration: none;
+ }
+
+ a:hover {
+ text-decoration: none;
+ }
+
+ a:active {
+ text-decoration: none;
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/styles/components/_updateparnterinfo.scss b/src/styles/components/_updateparnterinfo.scss
index 6381c49..2dd97aa 100644
--- a/src/styles/components/_updateparnterinfo.scss
+++ b/src/styles/components/_updateparnterinfo.scss
@@ -68,7 +68,7 @@
text-align: center;
margin-bottom: 0.8rem;
color: white;
- cursor: pointer;
+ cursor:unset;
font-style: italic;
background-color: gray;
font-weight: normal;
@@ -308,7 +308,7 @@
text-align: center;
margin-bottom: 0.8rem;
color: white;
- cursor: pointer;
+ cursor:unset;
font-style: italic;
background-color: gray;
font-weight: normal;
@@ -500,7 +500,7 @@
overflow-y: scroll;
padding-right: 1rem !important;
}
- }
+ }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
text-align: left;
@@ -543,7 +543,7 @@
text-align: center;
margin-bottom: 0.8rem;
color: white;
- cursor: pointer;
+ cursor:unset;
font-style: italic;
background-color: gray;
font-weight: normal;
@@ -778,7 +778,7 @@
font-size: medium;
text-align: center;
color: white;
- cursor: pointer;
+ cursor:unset;
font-style: italic;
background-color: gray;
font-weight: normal;
diff --git a/src/styles/index.scss b/src/styles/index.scss
index 763ed46..3e8ca08 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -126,4 +126,5 @@
@import "./components/moduleactivite";
@import "./components/reherche_new_v3";
@import "./components/displaydetailclass_new_v3";
-@import "./components/reherche_new_v4";
\ No newline at end of file
+@import "./components/reherche_new_v4";
+@import "./components/footer_catalog_pub";
\ No newline at end of file