diff --git a/src/styles/base/_layout.scss b/src/styles/base/_layout.scss
index 96c97979357a51be95f5c0541405b3d250647302..c7cc19fdf95b2df2683a60b4ef3612ea6d744663 100644
--- a/src/styles/base/_layout.scss
+++ b/src/styles/base/_layout.scss
@@ -122,34 +122,6 @@ body {
   }
 }
 
-.cta-box {
-  background-color:rgba(18, 18, 18, 0.7);
-  position: absolute;
-
-  padding: 0rem 1rem 0rem 0rem;
-  z-index: 1;
-  display: flex;
-  justify-content: center;
-  flex-direction: column;
-  @media #{$large-phone} {
-    height: 26.5rem;
-  }
-  height: 34.5rem;
-
-  .cta-box-header {
-    text-align: center;
-    font-weight: bold;
-    letter-spacing: 0.2px;
-    margin-bottom: 1.5em;
-    color: $text-bright;
-  }
-  .cta-box-button {
-    margin-left: auto;
-    margin-right: auto;
-    width: 80%;
-  }
-}
-
 [role='main'] {
   /* width */
   &::-webkit-scrollbar {
diff --git a/src/styles/components/_fluid.scss b/src/styles/components/_fluid.scss
index 33cc49178ee5a8c52c6d61d3a6419b2b58e366bb..e918cf6a52ed3ed47136a5820c989cc2a1f8bf3e 100644
--- a/src/styles/components/_fluid.scss
+++ b/src/styles/components/_fluid.scss
@@ -126,3 +126,32 @@
     }
   }
 }
+
+// Enedis Half Hour Load Activation
+.cta-box {
+  background-color:rgba(18, 18, 18, 0.7);
+  position: absolute;
+
+  padding: 0rem 1rem 0rem 0rem;
+  z-index: 1;
+  display: flex;
+  justify-content: center;
+  flex-direction: column;
+  @media #{$large-phone} {
+    height: 26.5rem;
+  }
+  height: 34.5rem;
+
+  .cta-box-header {
+    text-align: center;
+    font-weight: bold;
+    letter-spacing: 0.2px;
+    margin-bottom: 1.5em;
+    color: $text-bright;
+  }
+  .cta-box-button {
+    margin-left: auto;
+    margin-right: auto;
+    width: 80%;
+  }
+}