.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}:root {
--dark: #131212;
--light: #ffffff;
}
html {
overflow-x: hidden;
}
@font-face {
font-family: 'Montserrat-Medium';
font-style: normal;
font-weight: normal;
font-display: swap;
src:
local('Montserrat-Medium'),
url(//www.flashpubcommunication.fr/wp-content/themes/flash_pub_communication/assets/fonts/Montserrat-Medium.ttf) format('truetype');
}
@font-face {
font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: normal;
font-display: swap;
src:
local('Montserrat-Regular'),
url(//www.flashpubcommunication.fr/wp-content/themes/flash_pub_communication/assets/fonts/Montserrat-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Montserrat-SemiBold';
font-style: normal;
font-weight: normal;
font-display: swap;
src:
local('Montserrat-SemiBold'),
url(//www.flashpubcommunication.fr/wp-content/themes/flash_pub_communication/assets/fonts/Montserrat-SemiBold.ttf) format('truetype');
}
* {
box-sizing: border-box;
user-select: none;
}
a {
color: var(--light);
text-decoration: none;
}
body {
margin: 0;
padding: 0;
height: 100vh;
font-family: 'Montserrat-Regular', sans-serif;
color: var(--light);
background-color: var(--dark);
}
.logo {
width: 200px;
}
h1 {
font-size: clamp(1rem, 4.5vw, 10rem);
font-weight: 600;
line-height: 1.2;
text-align: center;
margin-right: -0.5em;
width: 90vw;
max-width: 1200px;
text-transform: none;
color: var(--light);
}
h2 {
font-size: clamp(1rem, 2rem, 10rem);
font-weight: 600;
line-height: 1.2;
text-align: center;
margin-right: -0.5em;
width: 90vw;
max-width: 1200px;
text-transform: none;
color: var(--light);
}
.secteur {
border: solid 2px var(--light);
padding: 0.5em 1em;
border-radius: 100px;
margin: auto;
text-align: center;
text-transform: uppercase;
}
header { position: relative;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 5%;
width: 100%;
z-index: 3;
height: 7em;
font-size: clamp(0.66rem, 2vw, 1rem);
letter-spacing: 0.5em;
}
.content {
max-width: 1200px;
margin: auto;
padding: 20px;
display: flex;
align-items: center;
flex-direction: column;
}
.content p {
max-width: 992px;
margin: 0 50px 40px 50px;
font-size: 18px;
}
.hk-btn {
text-decoration: none;
text-align: center;
display: inline-block;
font-size: 18px;
font-weight: 500;
padding: 15px 30px;
margin: auto;
color: #fff;
background-color: var(--dark);
position: relative;
overflow: hidden;
border: solid 2px #fff;
font-family: 'Montserrat-Regular', sans-serif;
}
.hk-fill::before {
content: '';
position: absolute;
bottom: -100%;
left: 0;
width: 100%;
height: 100%;
background: #fff;
z-index: -1;
transition: bottom 0.4s ease;
}
.hk-fill {
z-index: 1;
}
.hk-fill:hover::before {
bottom: 0;
}
.hk-fill:hover {
color: var(--dark);
}
footer {
position: fixed;
bottom: 0;
font-size: 10px;
text-align: right;
padding:0 20px;
margin: auto;
width: 100%;
z-index: 2;
}
section {
height: 100%;
width: 100%;
top: 0;
position: fixed;
visibility: hidden;
}
section .outer,
section .inner {
width: 100%;
height: 100%;
overflow-y: hidden;
}
section .bg {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
flex-direction: column;
height: 100%;
width: 100%;
top: 0;
background-size: cover;
background-position: center;
}
section .bg h2 {
z-index: 999;
}
section .bg .clip-text {
overflow: hidden;
}
section .bg .secteurs {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
}
section .bg .secteurs .secteur {
margin: 0;
}
section .bg .secteurs .secteur:hover {
background-color: var(--light);
color: var(--dark);
transition: all 0.3s ease-in-out;
}
.info-details {
display: block;
}
@media screen and (max-width: 768px) {
section .bg .secteurs .secteur {
font-size: 14px;
}
}
.first .bg {
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.1) 100%), url(//www.flashpubcommunication.fr/wp-content/uploads/2026/08/bg.webp);
}
.second .bg {
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.1) 100%), url(//www.flashpubcommunication.fr/wp-content/uploads/2026/08/agence-scaled.webp);
}
.third .bg {
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.1) 100%), url(//www.flashpubcommunication.fr/wp-content/uploads/2026/08/radio-scaled.webp);
}
.fourth .bg {
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.1) 100%), url(//www.flashpubcommunication.fr/wp-content/uploads/2026/08/stage-scaled.webp);
}
.fifth .bg {
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.1) 100%), url(//www.flashpubcommunication.fr/wp-content/uploads/2026/08/digital-scaled.webp);
background-position: 50% 45%;
}
.sixth .bg {
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.1) 100%), url(//www.flashpubcommunication.fr/wp-content/uploads/2026/08/formation-scaled.webp);
background-position: 50% 45%;
}
.seventh .bg {
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.1) 100%), url(//www.flashpubcommunication.fr/wp-content/uploads/2026/08/contact-scaled.webp);
background-position: 50% 45%;
}
h2 * {
will-change: transform;
}
@media screen and (max-width: 992px) {
.content p {
font-size: 15px;
margin: 0 auto 40px auto;
}
}
@media screen and (max-width: 425px) {
h1 {
font-size: 35px !important;
}
h2 {
font-size: 25px !important;
}
.content {
margin: 100px 50px 0 50px;
}
.third .bg,
.fourth .bg,
.fifth .bg,
.sixth .bg {
justify-content: center;
}
}
.menu-button { position: absolute;
background-color: transparent;
outline: none;
border: none;
border: 0;
padding: 0; right: 30px;
width: 33px;
height: 18px;
z-index: 0;
cursor: pointer;
}
.menu-bars {
display: flex;
flex-direction: column;
}
.bar1 {
background-color: #fff;
width: 16px;
height: 2px;
position: relative;
margin: 0 0 2px 0;
-webkit-transform-origin: center center;
transform-origin: center center;
}
.bar2 {
background-color: #fff;
width: 28px;
height: 2px;
position: relative;
margin: 2px 0;
-webkit-transform-origin: center center;
transform-origin: center center;
}
.bar3 {
background-color: #fff;
width: 16px;
height: 2px;
position: relative;
left: 16px;
margin: 2px 0 0 0;
-webkit-transform-origin: center center;
transform-origin: center center;
}
nav {
display: flex;
flex-flow: column wrap;
justify-content: center;
align-content: center;
align-items: center;
position: fixed;
top: 0;
bottom: 0;
right: 0;
background-color: var(--dark);
transform: translate3d(100%, 0, 0);
overflow: hidden;
}
nav a {
color: var(--light);
letter-spacing: normal;
padding: 10px;
font-size: 2rem;
}
nav div.primary-menu {
display: flex;
flex-flow: column wrap;
justify-content: center;
align-content: center;
align-items: center;
position: fixed;
}
nav ul {
padding: 0;
}
nav ul li {
list-style: none;
}
nav ul li a {
font-size: 1rem !important;
width: max-content;
display: block;
margin: auto;
}
.skew {
-webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
-moz-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
-ms-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
-o-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}
.vertical {
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
-moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
-ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
-o-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.skewback {
-webkit-clip-path: polygon(0 0, -100% 0, 100% 100%, 0 100%);
-moz-clip-path: polygon(0 0, -100% 0, 100% 100%, 0 100%);
-ms-clip-path: polygon(0 0, -100% 0, 100% 100%, 0 100%);
-o-clip-path: polygon(0 0, -100% 0, 100% 100%, 0 100%);
clip-path: polygon(0 0, -100% 0, 100% 100%, 0 100%);
} .scrollIcon{
width:40px;
height:60px;
border:2px solid white;
border-radius:30px;
display:flex;
justify-content:center;
position:relative;
&:after{
content:'Scrollez';
color:white;
font-family: 'Montserrat Regular', sans-serif;
font-weight:200;
width:100px;
font-size:	14px;
display: block;
position: absolute;
bottom: 0; 
text-align:center;
animation: scrollText 2s infinite;
}
}
i.scroll{ 
background:white;
width:5px;
height:10px;
display:block;
border-radius:40px;
animation: scrollWheel 2s infinite;
}
@keyframes scrollWheel{
0%{
opacity:1;
transform: translateY(40%);
}
100%{
opacity:.7;
transform: translateY(200%);
}
}
@keyframes scrollText{
0%{
opacity:1;
transform: translateY(120%);
}
100%{
opacity:.0;
transform: translateY(180%);
}
}  .contact-container {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
gap: 2rem;
width: 90%;
max-width: 1050px;
margin: 0 auto;
padding: 2.5rem;
background: rgba(15, 15, 20, 0.75);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 16px;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
box-sizing: border-box;
z-index: 10;
max-height: 85vh;
overflow-y: auto;
overflow-x: hidden;
}
.contact-info,
.wpcf7 {
min-width: 0;
box-sizing: border-box;
} .contact-info {
display: flex;
flex-direction: column;
justify-content: center;
color: #ffffff;
text-align: left;
}
.contact-info .section-heading {
font-size: clamp(1.8rem, 3.2vw, 2.5rem);
margin: 0 0 0.8rem 0;
font-weight: 700;
line-height: 1.2;
word-break: break-word;
}
.contact-subtext {
color: rgba(255, 255, 255, 0.7);
font-size: 0.95rem;
margin: 0 0 1.8rem 0;
line-height: 1.5;
display: block;
}
.info-list {
display: flex;
flex-direction: column;
gap: 1.2rem;
}
.info-item {
display: flex;
align-items: center;
gap: 1rem;
}
.info-list a:hover p {
color: #ff0000;
text-decoration: none;
transition: color 0.3s ease;
}
.info-icon {
width: 42px;
height: 42px;
background: rgba(255, 255, 255, 0.08);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.1rem;
flex-shrink: 0;
}
.info-details span {
display: block;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 1px;
color: rgba(255, 255, 255, 0.5);
}
.info-details p,
.info-details a {
margin: 0;
color: #ffffff;
font-size: 0.95rem;
text-decoration: none;
transition: color 0.3s ease;
word-break: break-all;
}
.info-details a:hover {
color: red;
} .wpcf7-form {
display: flex;
flex-direction: column; justify-content: center;
}
.form-group {
display: flex;
flex-direction: column;
text-align: left;
gap: 0.3rem;
margin-top: 5px;
}
.form-group p {
margin: 0;
}
.form-group label {
font-size: 0.85rem;
color: rgba(255, 255, 255, 0.8);
} .wpcf7-form-control-wrap {
display: block;
width: 100%;
} .wpcf7 input[type='text'],
.wpcf7 input[type='email'],
.wpcf7 textarea {
width: 100%;
padding: 0.75rem 1rem;
background: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(255, 255, 255, 0.15);
color: #fff;
font-size: 0.95rem;
outline: none;
box-sizing: border-box;
transition:
border-color 0.3s ease,
background 0.3s ease;
font-family: inherit;
}
.wpcf7 input[type='text']:focus,
.wpcf7 input[type='email']:focus,
.wpcf7 textarea:focus {
border-color: var(--light);
background: rgba(255, 255, 255, 0.1);
}
.wpcf7 textarea {
resize: none;
height: 110px;
} .wpcf7 .wpcf7-spinner {
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
} .wpcf7-response-output {
margin: 0.5rem 0 0 0 !important;
padding: 0.75rem 1rem !important;
border-radius: 8px !important;
font-size: 0.85rem !important;
border: none !important;
}
.wpcf7 form.sent .wpcf7-response-output {
background: rgba(46, 213, 115, 0.2);
color: #00ff6c;
border: 1px solid #00ff6c !important;
text-align: center;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
background: rgba(255, 71, 87, 0.2);
color: #ff4757;
border: 1px solid #ff4757 !important;
}
.wpcf7-not-valid-tip {
color: #ff4757;
font-size: 0.75rem;
margin-top: 0.2rem;
}
.wpcf7-list-item{
margin:0;
} .contact-container::-webkit-scrollbar {
width: 6px;
}
.contact-container::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, 0.2);
border-radius: 4px;
}
@media (max-width: 850px) {
.logo {
width: 150px;
}
.contact-container {
grid-template-columns: 1fr;
gap: 1rem;
padding: 10px 1.5rem;
}
.contact-info {
text-align: center;
}
.info-list {
align-items: flex-start;
text-align: left;
}
.seventh .bg {
justify-content: end;
padding-bottom: 25px;
}
.info-details, .contact-subtext {
display: none;
}
.info-list {
width: fit-content;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
margin: auto;
}
.wpcf7-submit {
width: 100%;
}
}
.page_froide {
padding: 25px 25px 100px 25px;
max-width: 1200px;
margin: auto;
}
.page_froide h1 {
font-size: 50px;
text-align: center;
margin: 25px auto 50px auto;
}
.page_froide h2 {
text-align: left;
}
.tableScroller {
overflow-x: scroll;
}:root {
--dark: #131212;
--light: #ffffff;
}
html {
overflow-x: hidden;
}
@font-face {
font-family: 'Montserrat-Medium';
font-style: normal;
font-weight: normal;
font-display: swap;
src:
local('Montserrat-Medium'),
url(//www.flashpubcommunication.fr/wp-content/themes/flash_pub_communication/assets/fonts/Montserrat-Medium.ttf) format('truetype');
}
@font-face {
font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: normal;
font-display: swap;
src:
local('Montserrat-Regular'),
url(//www.flashpubcommunication.fr/wp-content/themes/flash_pub_communication/assets/fonts/Montserrat-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Montserrat-SemiBold';
font-style: normal;
font-weight: normal;
font-display: swap;
src:
local('Montserrat-SemiBold'),
url(//www.flashpubcommunication.fr/wp-content/themes/flash_pub_communication/assets/fonts/Montserrat-SemiBold.ttf) format('truetype');
}
* {
box-sizing: border-box;
user-select: none;
}
a {
color: var(--light);
text-decoration: none;
}
body {
margin: 0;
padding: 0;
height: 100vh;
font-family: 'Montserrat-Regular', sans-serif;
color: var(--light);
background-color: var(--dark);
}
.logo {
width: 200px;
}
h1 {
font-size: clamp(1rem, 4.5vw, 10rem);
font-weight: 600;
line-height: 1.2;
text-align: center;
margin-right: -0.5em;
width: 90vw;
max-width: 1200px;
text-transform: none;
color: var(--light);
}
h2 {
font-size: clamp(1rem, 2rem, 10rem);
font-weight: 600;
line-height: 1.2;
text-align: center;
margin-right: -0.5em;
width: 90vw;
max-width: 1200px;
text-transform: none;
color: var(--light);
}
.secteur {
border: solid 2px var(--light);
padding: 0.5em 1em;
border-radius: 100px;
margin: auto;
text-align: center;
text-transform: uppercase;
}
header { position: relative;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 5%;
width: 100%;
z-index: 3;
height: 7em;
font-size: clamp(0.66rem, 2vw, 1rem);
letter-spacing: 0.5em;
}
.content {
max-width: 1200px;
margin: auto;
padding: 20px;
display: flex;
align-items: center;
flex-direction: column;
}
.content p {
max-width: 992px;
margin: 0 50px 40px 50px;
font-size: 18px;
}
.hk-btn {
text-decoration: none;
text-align: center;
display: inline-block;
font-size: 18px;
font-weight: 500;
padding: 15px 30px;
margin: auto;
color: #fff;
background-color: var(--dark);
position: relative;
overflow: hidden;
border: solid 2px #fff;
font-family: 'Montserrat-Regular', sans-serif;
}
.hk-fill::before {
content: '';
position: absolute;
bottom: -100%;
left: 0;
width: 100%;
height: 100%;
background: #fff;
z-index: -1;
transition: bottom 0.4s ease;
}
.hk-fill {
z-index: 1;
}
.hk-fill:hover::before {
bottom: 0;
}
.hk-fill:hover {
color: var(--dark);
}
footer {
position: fixed;
bottom: 0;
font-size: 10px;
text-align: right;
padding:0 20px;
margin: auto;
width: 100%;
z-index: 2;
}
section {
height: 100%;
width: 100%;
top: 0;
position: fixed;
visibility: hidden;
}
section .outer,
section .inner {
width: 100%;
height: 100%;
overflow-y: hidden;
}
section .bg {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
flex-direction: column;
height: 100%;
width: 100%;
top: 0;
background-size: cover;
background-position: center;
}
section .bg h2 {
z-index: 999;
}
section .bg .clip-text {
overflow: hidden;
}
section .bg .secteurs {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
}
section .bg .secteurs .secteur {
margin: 0;
}
section .bg .secteurs .secteur:hover {
background-color: var(--light);
color: var(--dark);
transition: all 0.3s ease-in-out;
}
.info-details {
display: block;
}
@media screen and (max-width: 768px) {
section .bg .secteurs .secteur {
font-size: 14px;
}
}
.first .bg {
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.1) 100%), url(//www.flashpubcommunication.fr/wp-content/uploads/2026/08/bg.webp);
}
.second .bg {
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.1) 100%), url(//www.flashpubcommunication.fr/wp-content/uploads/2026/08/agence-scaled.webp);
}
.third .bg {
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.1) 100%), url(//www.flashpubcommunication.fr/wp-content/uploads/2026/08/radio-scaled.webp);
}
.fourth .bg {
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.1) 100%), url(//www.flashpubcommunication.fr/wp-content/uploads/2026/08/stage-scaled.webp);
}
.fifth .bg {
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.1) 100%), url(//www.flashpubcommunication.fr/wp-content/uploads/2026/08/digital-scaled.webp);
background-position: 50% 45%;
}
.sixth .bg {
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.1) 100%), url(//www.flashpubcommunication.fr/wp-content/uploads/2026/08/formation-scaled.webp);
background-position: 50% 45%;
}
.seventh .bg {
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.1) 100%), url(//www.flashpubcommunication.fr/wp-content/uploads/2026/08/contact-scaled.webp);
background-position: 50% 45%;
}
h2 * {
will-change: transform;
}
@media screen and (max-width: 992px) {
.content p {
font-size: 15px;
margin: 0 auto 40px auto;
}
}
@media screen and (max-width: 425px) {
h1 {
font-size: 35px !important;
}
h2 {
font-size: 25px !important;
}
.content {
margin: 100px 50px 0 50px;
}
.third .bg,
.fourth .bg,
.fifth .bg,
.sixth .bg {
justify-content: center;
}
}
.menu-button { position: absolute;
background-color: transparent;
outline: none;
border: none;
border: 0;
padding: 0; right: 30px;
width: 33px;
height: 18px;
z-index: 0;
cursor: pointer;
}
.menu-bars {
display: flex;
flex-direction: column;
}
.bar1 {
background-color: #fff;
width: 16px;
height: 2px;
position: relative;
margin: 0 0 2px 0;
-webkit-transform-origin: center center;
transform-origin: center center;
}
.bar2 {
background-color: #fff;
width: 28px;
height: 2px;
position: relative;
margin: 2px 0;
-webkit-transform-origin: center center;
transform-origin: center center;
}
.bar3 {
background-color: #fff;
width: 16px;
height: 2px;
position: relative;
left: 16px;
margin: 2px 0 0 0;
-webkit-transform-origin: center center;
transform-origin: center center;
}
nav {
display: flex;
flex-flow: column wrap;
justify-content: center;
align-content: center;
align-items: center;
position: fixed;
top: 0;
bottom: 0;
right: 0;
background-color: var(--dark);
transform: translate3d(100%, 0, 0);
overflow: hidden;
}
nav a {
color: var(--light);
letter-spacing: normal;
padding: 10px;
font-size: 2rem;
}
nav div.primary-menu {
display: flex;
flex-flow: column wrap;
justify-content: center;
align-content: center;
align-items: center;
position: fixed;
}
nav ul {
padding: 0;
}
nav ul li {
list-style: none;
}
nav ul li a {
font-size: 1rem !important;
width: max-content;
display: block;
margin: auto;
}
.skew {
-webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
-moz-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
-ms-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
-o-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}
.vertical {
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
-moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
-ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
-o-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.skewback {
-webkit-clip-path: polygon(0 0, -100% 0, 100% 100%, 0 100%);
-moz-clip-path: polygon(0 0, -100% 0, 100% 100%, 0 100%);
-ms-clip-path: polygon(0 0, -100% 0, 100% 100%, 0 100%);
-o-clip-path: polygon(0 0, -100% 0, 100% 100%, 0 100%);
clip-path: polygon(0 0, -100% 0, 100% 100%, 0 100%);
} .scrollIcon{
width:40px;
height:60px;
border:2px solid white;
border-radius:30px;
display:flex;
justify-content:center;
position:relative;
&:after{
content:'Scrollez';
color:white;
font-family: 'Montserrat Regular', sans-serif;
font-weight:200;
width:100px;
font-size:	14px;
display: block;
position: absolute;
bottom: 0; 
text-align:center;
animation: scrollText 2s infinite;
}
}
i.scroll{ 
background:white;
width:5px;
height:10px;
display:block;
border-radius:40px;
animation: scrollWheel 2s infinite;
}
@keyframes scrollWheel{
0%{
opacity:1;
transform: translateY(40%);
}
100%{
opacity:.7;
transform: translateY(200%);
}
}
@keyframes scrollText{
0%{
opacity:1;
transform: translateY(120%);
}
100%{
opacity:.0;
transform: translateY(180%);
}
}  .contact-container {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
gap: 2rem;
width: 90%;
max-width: 1050px;
margin: 0 auto;
padding: 2.5rem;
background: rgba(15, 15, 20, 0.75);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 16px;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
box-sizing: border-box;
z-index: 10;
max-height: 85vh;
overflow-y: auto;
overflow-x: hidden;
}
.contact-info,
.wpcf7 {
min-width: 0;
box-sizing: border-box;
} .contact-info {
display: flex;
flex-direction: column;
justify-content: center;
color: #ffffff;
text-align: left;
}
.contact-info .section-heading {
font-size: clamp(1.8rem, 3.2vw, 2.5rem);
margin: 0 0 0.8rem 0;
font-weight: 700;
line-height: 1.2;
word-break: break-word;
}
.contact-subtext {
color: rgba(255, 255, 255, 0.7);
font-size: 0.95rem;
margin: 0 0 1.8rem 0;
line-height: 1.5;
display: block;
}
.info-list {
display: flex;
flex-direction: column;
gap: 1.2rem;
}
.info-item {
display: flex;
align-items: center;
gap: 1rem;
}
.info-list a:hover p {
color: #ff0000;
text-decoration: none;
transition: color 0.3s ease;
}
.info-icon {
width: 42px;
height: 42px;
background: rgba(255, 255, 255, 0.08);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.1rem;
flex-shrink: 0;
}
.info-details span {
display: block;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 1px;
color: rgba(255, 255, 255, 0.5);
}
.info-details p,
.info-details a {
margin: 0;
color: #ffffff;
font-size: 0.95rem;
text-decoration: none;
transition: color 0.3s ease;
word-break: break-all;
}
.info-details a:hover {
color: red;
} .wpcf7-form {
display: flex;
flex-direction: column; justify-content: center;
}
.form-group {
display: flex;
flex-direction: column;
text-align: left;
gap: 0.3rem;
margin-top: 5px;
}
.form-group p {
margin: 0;
}
.form-group label {
font-size: 0.85rem;
color: rgba(255, 255, 255, 0.8);
} .wpcf7-form-control-wrap {
display: block;
width: 100%;
} .wpcf7 input[type='text'],
.wpcf7 input[type='email'],
.wpcf7 textarea {
width: 100%;
padding: 0.75rem 1rem;
background: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(255, 255, 255, 0.15);
color: #fff;
font-size: 0.95rem;
outline: none;
box-sizing: border-box;
transition:
border-color 0.3s ease,
background 0.3s ease;
font-family: inherit;
}
.wpcf7 input[type='text']:focus,
.wpcf7 input[type='email']:focus,
.wpcf7 textarea:focus {
border-color: var(--light);
background: rgba(255, 255, 255, 0.1);
}
.wpcf7 textarea {
resize: none;
height: 110px;
} .wpcf7 .wpcf7-spinner {
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
} .wpcf7-response-output {
margin: 0.5rem 0 0 0 !important;
padding: 0.75rem 1rem !important;
border-radius: 8px !important;
font-size: 0.85rem !important;
border: none !important;
}
.wpcf7 form.sent .wpcf7-response-output {
background: rgba(46, 213, 115, 0.2);
color: #00ff6c;
border: 1px solid #00ff6c !important;
text-align: center;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
background: rgba(255, 71, 87, 0.2);
color: #ff4757;
border: 1px solid #ff4757 !important;
}
.wpcf7-not-valid-tip {
color: #ff4757;
font-size: 0.75rem;
margin-top: 0.2rem;
}
.wpcf7-list-item{
margin:0;
} .contact-container::-webkit-scrollbar {
width: 6px;
}
.contact-container::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, 0.2);
border-radius: 4px;
}
@media (max-width: 850px) {
.logo {
width: 150px;
}
.contact-container {
grid-template-columns: 1fr;
gap: 1rem;
padding: 10px 1.5rem;
}
.contact-info {
text-align: center;
}
.info-list {
align-items: flex-start;
text-align: left;
}
.seventh .bg {
justify-content: end;
padding-bottom: 25px;
}
.info-details, .contact-subtext {
display: none;
}
.info-list {
width: fit-content;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
margin: auto;
}
.wpcf7-submit {
width: 100%;
}
}
.page_froide {
padding: 25px 25px 100px 25px;
max-width: 1200px;
margin: auto;
}
.page_froide h1 {
font-size: 50px;
text-align: center;
margin: 25px auto 50px auto;
}
.page_froide h2 {
text-align: left;
}
.tableScroller {
overflow-x: scroll;
}