:root {
--main-color: #1e378f;
--second-color: #ffe54a;
--font-primary: "Montserrat", sans-serif;
} * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
font-family: var(--font-primary);
line-height: 1.6;
color: #333;
font-weight: 400;
padding-top: 130px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--font-primary);
font-weight: 700;
line-height: 1.3;
}
a {
text-decoration: none;
}
ol.wp-block-list {
margin: 10px 0;
}
button,
input,
select,
textarea {
font-family: var(--font-primary);
}
.fa-brands.fa-twitter .fa.fa-twitter {
font-family: sans-serif;
}
.fa-brands.fa-twitter::before {
content: "𝕏";
font-size: 1.2em;
}
.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
} .error404 .site-header,
.error404 .main-header,
.error404 .top-bar {
background-color: #004f9e !important;
padding-bottom: 10px !important;
}
.error404 .site-header.sticky,
.error404 .site-header.sticky .main-header {
background-color: #ffffff !important;
}
.error-404-page {
padding: 80px 0;
text-align: center;
min-height: 60vh;
display: flex;
align-items: center;
justify-content: center;
}
.error-404-image {
max-width: 100%;
height: auto;
margin-top: 80px;
margin-bottom: 20px;
display: block;
margin-left: auto;
margin-right: auto;
}
.error-message h2 {
font-size: 2.5rem;
color: var(--main-color);
margin-bottom: 20px;
font-weight: 700;
}
.error-message p {
font-size: 1.2rem;
color: #666;
margin-bottom: 40px;
line-height: 1.6;
}
.error-actions {
display: flex;
gap: 20px;
justify-content: center;
margin-bottom: 50px;
flex-wrap: wrap;
}
.error-actions .btn {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 15px 30px;
border-radius: 8px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease;
font-size: 1rem;
}
.error-actions .btn-primary {
background-color: var(--main-color);
color: white;
border: 2px solid var(--main-color);
}
.error-actions .btn-primary:hover {
background-color: transparent;
color: var(--main-color);
}
.error-actions .btn-secondary {
background-color: transparent;
color: var(--main-color);
border: 2px solid var(--main-color);
}
.error-actions .btn-secondary:hover {
background-color: var(--main-color);
color: white;
}
.error-search {
margin-bottom: 40px;
}
.error-search h3 {
font-size: 1.5rem;
color: var(--main-color);
margin-bottom: 20px;
font-weight: 600;
}
.search-input-group {
display: flex;
max-width: 400px;
margin: 0 auto;
border: 2px solid #e0e0e0;
border-radius: 8px;
overflow: hidden;
transition: border-color 0.3s ease;
}
.search-input-group:focus-within {
border-color: var(--main-color);
}
.search-input-group .search-field {
flex: 1;
padding: 15px 20px;
border: none;
outline: none;
font-size: 1rem;
background-color: white;
}
.search-input-group .search-submit {
padding: 15px 20px;
background-color: var(--main-color);
color: white;
border: none;
cursor: pointer;
transition: background-color 0.3s ease;
}
.search-input-group .search-submit:hover {
background-color: #1a2f7a;
}
.error-links h3 {
font-size: 1.5rem;
color: var(--main-color);
margin-bottom: 20px;
font-weight: 600;
}
.popular-links {
list-style: none;
display: flex;
flex-wrap: wrap;
gap: 15px;
justify-content: center;
}
.popular-links li a {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 10px 20px;
background-color: #f8f9fa;
color: var(--main-color);
border-radius: 6px;
text-decoration: none;
transition: all 0.3s ease;
font-weight: 500;
}
.popular-links li a:hover {
background-color: var(--main-color);
color: white;
transform: translateY(-2px);
} @media (max-width: 768px) {
.error-404-page {
padding: 40px 0;
}
.error-404-image {
max-width: 250px;
}
.error-message h2 {
font-size: 2rem;
}
.error-message p {
font-size: 1rem;
}
.error-actions {
flex-direction: column;
align-items: center;
}
.error-actions .btn {
width: 100%;
max-width: 300px;
justify-content: center;
}
.search-input-group {
max-width: 100%;
}
.popular-links {
flex-direction: column;
align-items: center;
}
.popular-links li {
width: 100%;
max-width: 300px;
}
.popular-links li a {
width: 100%;
justify-content: center;
}
} .single-domaines-dactivites .top-bar {
background-color: var(--main-color);
}
.page-template-page-full-width .top-bar {
background-color: transparent;
}
.home .top-bar {
background-color: var(--main-color);
}
.top-bar {
background-color: transparent;
padding: 10px 0 0;
font-size: 14px;
}
.top-bar-content {
display: flex;
justify-content: space-between;
align-items: center;
gap: 20px;
}
.welcome-text {
color: #fff;
font-weight: 500;
letter-spacing: 0.5px;
}
.top-bar-right {
display: flex;
align-items: center;
gap: 20px;
}
.desktop-top-actions {
display: flex;
align-items: center;
gap: 20px;
flex-direction: row;
}
.nav-search-wrapper {
display: flex;
} body.domaines-dactivites-template-default,
body.wp-singular.page-template,
body.wp-singular.post-template-default,
body.wp-singular.communiques-de-press-template-default,
body.evenements-template-default.single.single-evenements,
body.wp-singular.actualites-rh-template-default,
body.wp-singular.projets-template-default,
body,
.search.search-results,
body.archive {
padding: 0;
.site-header,
.main-header,
.top-bar {
background-color: transparent;
}
.site-header.sticky .main-header {
background-color: #ffffff;
}
} .search-form {
display: flex;
align-items: center;
position: relative;
}
.search-field {
padding: 8px 15px;
border: none;
border-radius: 20px;
width: 200px;
font-size: 14px;
font-family: var(--font-primary);
background-color: rgba(255, 255, 255, 0.1);
color: #fff;
outline: none;
}
.search-field::placeholder {
color: rgba(255, 255, 255, 0.7);
font-family: var(--font-primary);
}
.search-submit {
position: absolute;
right: 10px;
background: none;
border: none;
color: #fff;
cursor: pointer;
} .language-switcher {
position: relative;
}
.language-switcher select {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background: transparent;
border: none;
color: #fff;
padding: 5px 30px 5px 10px;
font-size: 14px;
font-weight: 500;
cursor: pointer;
font-family: var(--font-primary);
outline: none;
border-radius: 8px;
border: solid 2px #ffffff30;
}
.language-switcher::after {
content: "\f107";
font-family: "Font Awesome 6 Free";
font-weight: 900;
position: absolute;
right: 8px;
top: 50%;
transform: translateY(-50%);
color: #fff;
pointer-events: none;
}
.language-switcher select option {
background-color: var(--main-color);
color: #fff;
padding: 10px;
} .mobile-top-actions .language-switcher select {
color: #fff;
padding: 4px 20px 4px 8px;
font-size: 14px;
} .site-header.sticky .language-switcher select {
color: #333;
}
.site-header.sticky .language-switcher::after {
color: #333;
} .contact-button {
display: flex;
align-items: center;
gap: 8px;
background-color: var(--second-color);
color: var(--main-color);
padding: 8px 15px;
border-radius: 20px;
transition: all 0.3s;
font-weight: 600;
letter-spacing: 0.5px;
}
.contact-button:hover {
background-color: #fff;
transform: translateY(-2px);
}
.contact-button i {
font-size: 16px;
} .site-header {
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 1000;
transition: all 0.3s ease;
background-color: #ffffff;
}
.site-header .top-bar {
transition: all 0.3s ease;
}
.main-header {
background-color: var(--main-color);
transition: all 0.3s ease;
} .site-header.sticky {
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.site-header.sticky .top-bar {
margin-top: -48px;
opacity: 0;
background-color: #2541a1;
}
.site-header.sticky .main-header {
background-color: #ffffff;
}
.site-header.sticky #primary-menu a {
color: var(--main-color);
}
.site-header.sticky #primary-menu .sub-menu a {
color: #ffffff;
}
.site-header.sticky .header-search-icon {
color: var(--main-color);
} .logo-light {
display: block;
}
.logo-dark {
display: none;
}
.site-header.sticky .logo-light {
display: none;
}
.site-header.sticky .logo-dark {
display: block;
} .header-search-icon {
display: none;
align-items: center;
color: #fff;
font-size: 20px;
cursor: pointer;
margin-inline-start: 30px;
transition: all 0.3s ease;
}
.header-search-icon:hover {
opacity: 0.8;
} .site-header.sticky .header-search-icon {
display: flex;
color: var(--main-color);
} .search-popup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgb(21 39 102 / 95%);
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
}
.search-popup.active {
opacity: 1;
visibility: visible;
}
.search-popup-content {
width: 100%;
max-width: 600px;
padding: 0 20px;
position: relative;
}
.popup-search-form {
position: relative;
}
.popup-search-field {
width: 100%;
padding: 15px 20px;
font-size: 20px;
border: none;
border-radius: 5px;
background-color: #fff;
color: #333;
}
.popup-search-submit {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
background: none;
border: none;
color: var(--main-color);
font-size: 20px;
cursor: pointer;
}
.search-popup-close {
position: absolute;
top: -40px;
right: 20px;
color: #fff;
font-size: 24px;
background: none;
border: none;
cursor: pointer;
} .main-navigation {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0;
}
.site-header.sticky .main-navigation {
justify-content: flex-end;
gap: 0;
}
.site-header.sticky .main-header {
padding: 12px 0;
}
.site-header.sticky .site-branding {
margin-inline-end: auto;
margin-inline-start: 10px;
}
.site-header .site-branding {
display: block;
height: 50px;
}
.site-header .site-branding a {
margin: 0;
padding: 0;
height: 0;
width: 100%;
position: relative;
display: block;
}
.site-header.sticky #site-navigation {
display: flex;
align-items: start;
}
.site-header.sticky .header-search-icon {
display: flex;
color: var(--main-color);
margin-inline-start: 20px;
padding-left: 20px;
border-left: 1px solid #eee;
}
#primary-menu,
#primary-menu .sub-menu {
list-style: none;
margin: 0;
padding: 0;
}
#primary-menu {
display: flex;
gap: 30px;
position: relative;
align-items: center;
padding: 20px 0 0;
}
.site-header.sticky #primary-menu {
padding: 0;
}
#primary-menu li {
position: relative;
}
#primary-menu a {
color: #fff;
font-weight: 500;
position: relative;
font-size: 15px;
letter-spacing: 0.3px;
display: block;
} #primary-menu .sub-menu {
position: absolute;
top: 100%;
left: 0;
background-color: var(--main-color);
min-width: 200px;
padding: 10px 0;
border-radius: 0 0 10px 10px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: all 0.3s ease;
z-index: 100;
}
#primary-menu .menu-item-has-children:hover>.sub-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
#primary-menu .sub-menu li {
padding: 0;
margin: 0;
}
#primary-menu .sub-menu a {
padding: 8px 20px;
font-size: 14px;
color: #fff;
display: block;
transition: all 0.3s ease;
}
#primary-menu .sub-menu a:hover {
background-color: rgba(255, 255, 255, 0.1);
padding-left: 25px;
}
#primary-menu .sub-menu a:after {
display: none;
} #primary-menu .menu-item-has-children>a {
padding-right: 20px;
position: relative;
}
#primary-menu .menu-item-has-children>a:before {
content: "\f107";
font-family: "Font Awesome 6 Free";
font-weight: 900;
font-size: 12px;
display: inline-block;
vertical-align: middle;
transition: transform 0.3s ease;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
margin-inline-start: 4px;
}
#primary-menu .menu-item-has-children:hover>a:before {
transform: translateY(-50%) rotate(180deg);
} #primary-menu .sub-menu .sub-menu {
left: 100%;
top: 0;
}
.site-title {
font-size: 24px;
margin: 0;
}
.site-title a {
color: #fff;
font-weight: 700;
letter-spacing: 0.5px;
} .site-main {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 30px 0;
}
.entry-header {
margin-bottom: 20px;
}
.entry-title {
font-size: 28px;
margin: 0 0 15px;
color: var(--main-color);
}
.entry-title a {
color: inherit;
transition: color 0.3s ease;
}
.entry-title a:hover {
color: var(--second-color);
}
.entry-content {
line-height: 1.8;
} .widget-area {
background: #f5f5f5;
padding: 20px;
border-radius: 5px;
}
.widget {
margin-bottom: 30px;
}
.widget:last-child {
margin-bottom: 0;
}
.widget-title {
font-size: 1.2em;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 2px solid var(--second-color);
color: var(--main-color);
font-weight: 600;
letter-spacing: 0.5px;
} .site-footer {
background-color: #ffffff;
color: #fff;
padding: 40px 0;
margin-top: 40px;
background-image: url(//chak.kyo.digital/wp-content/uploads/2025/01/footer-main-bg.png);
background-position: top right;
background-repeat: no-repeat;
background-size: cover;
} .row {
display: flex;
flex-wrap: wrap;
margin-inline-end: -15px;
margin-inline-start: -15px;
}
.col-md-3 {
flex: 0 0 25%;
max-width: 25%;
padding: 0 15px;
}
.col-md-4 {
flex: 0 0 33.333333%;
max-width: 33.333333%;
padding: 0 15px;
} .footer-widget {
margin-bottom: 30px;
} .copyright-content {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 20px;
}
.copyright-links {
display: flex;
gap: 20px;
}
.copyright-links a {
color: #fff;
transition: color 0.3s ease;
}
.copyright-links a:hover {
color: var(--second-color);
} .custom-logo {
max-height: 50px;
width: auto;
} .site-header.sticky .header-search-icon {
color: var(--main-color);
} main#main {
min-height: 100vh;
overflow: hidden;
} .mobile-menu-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 998;
}
.mobile-menu-overlay.active {
display: block;
} .mobile-menu-toggle {
display: none;
background: none;
border: none;
padding: 10px;
cursor: pointer;
position: relative;
z-index: 1000;
}
.hamburger {
display: block;
width: 24px;
height: 2px;
background-color: #fff;
position: relative;
transition: all 0.3s ease;
}
.hamburger::before,
.hamburger::after {
content: "";
position: absolute;
width: 24px;
height: 2px;
background-color: #fff;
transition: all 0.3s ease;
}
.hamburger::before {
top: -8px;
}
.hamburger::after {
bottom: -8px;
} .mobile-top-actions {
display: none;
width: 100%;
align-items: center;
padding: 10px 15px;
background-color: var(--main-color);
}
.mobile-search-icon {
color: #fff;
font-size: 18px;
cursor: pointer;
}
.mobile-top-actions .contact-button {
padding: 8px 20px;
font-size: 14px;
background-color: var(--second-color);
border-radius: 25px;
white-space: nowrap;
margin: 0 auto;
}
.mobile-top-actions .language-switcher select,
.mobile-top-actions .pll-parent-menu-item>a {
padding: 4px 8px;
font-size: 14px;
background: transparent;
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 4px;
color: #fff;
} .logged-in.admin-bar header.site-header {
margin-top: 32px;
} .container-fluid {
width: 100%;
margin: 0;
padding: 0;
}
.full-width {
max-width: 100%;
padding: 0;
}
.full-width .entry-header {
text-align: center;
padding: 40px 20px;
background-color: #f8f9fa;
margin-bottom: 40px;
}
.full-width .entry-title {
margin: 0;
color: var(--main-color);
font-size: 36px;
font-weight: 700;
}
.full-width .entry-content {
margin: 0;
padding: 0;
}
.full-width .entry-content>* {
margin-inline-start: auto;
margin-inline-end: auto;
}
.full-width .entry-content>.alignfull {
margin-inline-start: 0;
margin-inline-end: 0;
width: 100%;
max-width: 100%;
}
.full-width .entry-content>.alignwide {
max-width: 1400px;
width: 100%;
padding: 0 20px;
}  .home-template {
width: 100%;
max-width: 100%;
overflow-x: hidden;
padding: 0;
margin: 0;
}
.home-template .entry-content {
margin: 0;
padding: 0;
max-width: 100%;
}
.home-template .entry-content>* {
margin-inline-start: auto;
margin-inline-end: auto;
}
.home-template .entry-content>.alignwide {
max-width: 1400px;
width: 100%;
padding: 0 20px;
}  .footer-top {
padding-top: 160px;
} .candidature-widget {
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
position: relative;
min-height: 700px;
}
.candidature-widget::before {
content: "";
position: absolute;
top: 0;
left: 0;
max-width: 1230px;
max-height: 660px;
background-image: url(//chak.kyo.digital/wp-content/uploads/2025/01/top-footer-bg.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
margin: auto;
z-index: 0;
width: 108%;
height: 100%;
}
.candidature-header {
max-width: 580px;
margin-inline-start: 50px;
position: relative;
z-index: 1;
}
.candidature-header .footer-widget-title {
font-size: 32px;
line-height: 44px;
font-weight: 700;
color: #333333;
margin-bottom: 20px;
position: relative;
}
.candidature-header .footer-intro-text {
color: #0a142f;
font-size: 24px;
line-height: 37px;
} .footer-tabs {
background: #fff;
border-radius: 15px;
padding: 30px;
margin-top: 30px;
z-index: 1;
display: block;
position: absolute;
top: -120px;
right: -90px;
max-width: 564px;
width: 100%;
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.tabs-nav {
display: flex;
gap: 10px;
margin-bottom: 20px;
border-bottom: 2px solid #eee;
}
.tab-button {
background: none;
border: none;
padding: 15px 30px;
font-size: 16px;
color: #666;
cursor: pointer;
position: relative;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
}
.tab-button i {
margin-inline-end: 8px;
font-size: 16px;
}
.tab-button.active i {
color: var(--main-color);
}
.tab-button::after {
content: "";
position: absolute;
bottom: -2px;
left: 0;
width: 100%;
height: 2px;
background-color: var(--main-color);
transform: scaleX(0);
transition: transform 0.3s ease;
}
.tab-button.active {
color: var(--main-color);
font-weight: 600;
}
.tab-button.active::after {
transform: scaleX(1);
}
.tab-content {
padding-top: 20px;
}
.tab-pane {
display: none;
}
.tab-pane.active {
display: block;
} .footer-tabs .wpcf7-form {
display: flex;
flex-direction: column;
gap: 20px;
}
.footer-tabs .wpcf7-form input[type="text"],
.footer-tabs .wpcf7-form input[type="email"],
.footer-tabs .wpcf7-form input[type="tel"],
.footer-tabs .wpcf7-form textarea {
width: 100%;
padding: 12px 15px;
border: 1px solid #ddd;
border-radius: 8px;
font-size: 15px;
transition: all 0.3s ease;
}
.footer-tabs .wpcf7-form input:focus,
.footer-tabs .wpcf7-form textarea:focus {
border-color: var(--main-color);
outline: none;
box-shadow: 0 0 0 3px rgba(30, 55, 143, 0.1);
}
.footer-tabs .wpcf7-form input[type="submit"] {
background-color: var(--second-color);
color: var(--main-color);
padding: 15px 30px;
border: none;
border-radius: 8px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
width: 100%;
}
.footer-tabs .wpcf7-form input[type="submit"]:hover {
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(255, 229, 74, 0.3);
} .filiales-carousel .owl-stage {
display: flex;
align-items: center;
}
.filiales-carousel {
padding: 20px 0;
}
.filiale-logo {
max-width: 150px;
height: auto;
margin: auto;
text-align: center;
padding: 15px;
transition: all 0.3s ease;
}
.filiale-logo img {
max-width: 100%;
width: auto !important;
height: auto;
filter: grayscale(100%);
opacity: 0.7;
transition: all 0.3s ease;
}
.filiale-logo:hover img {
filter: grayscale(0%);
opacity: 1;
transform: scale(1.05);
} .footer-container .row {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}
.footer-container h3.footer-widget-title {
margin-bottom: 0;
margin-top: 60px;
padding-bottom: 10px;
color: white;
font-size: 18px;
line-height: 28px;
font-weight: 700;
}
.footer-container .footer-widget-30-30-40 {
padding: 0 15px;
margin-bottom: 30px;
}
.footer-container .footer-widget-30-30-40:nth-child(1),
.footer-container .footer-widget-30-30-40:nth-child(2) {
width: 30%;
}
.footer-container .footer-widget-30-30-40:nth-child(3) {
width: 40%;
} .footer-contact-widget {
display: flex;
flex-direction: column;
}
.footer-contact-widget .footer-logo {
margin-bottom: 20px;
}
.footer-contact-widget .footer-logo img {
max-height: 64px;
width: auto;
}
.footer-contact-widget .footer-description {
color: #fff;
font-size: 15px;
line-height: 1.6;
opacity: 0.9;
margin-bottom: 25px;
}
.footer-contact-widget .footer-contact-info {
display: flex;
flex-direction: column;
gap: 15px;
}
.footer-contact-widget .contact-item {
display: flex;
align-items: center;
gap: 15px;
color: #fff;
}
.footer-contact-widget .contact-item i {
font-size: 18px;
width: 20px;
color: white;
}
.footer-contact-widget .contact-item a {
color: #fff;
transition: color 0.3s ease;
}
.footer-contact-widget .contact-item a:hover .footer-contact-widget .contact-item i {
color: var(--second-color);
}
.footer-contact-widget .contact-item a:hover {
color: var(--second-color);
}
.footer-widget ul li {
list-style: none;
padding-bottom: 10px;
}
.footer-widget ul li a {
font-size: 16px;
font-weight: 400;
line-height: 24px;
color: white;
}
.footer-widget ul li a:hover {
color: var(--second-color);
} .footer-newsletter {
background: white;
border-radius: 12px;
padding: 30px;
margin-top: 30px;
}
.footer-newsletter h3.footer-widget-title {
font-size: 20px;
font-weight: 600;
line-height: 24px;
text-align: center;
color: #181a2a;
margin: 0;
}
.footer-newsletter input[type="email"] {
padding: 12px 15px;
border: 1px solid #dcdddf;
border-radius: 8px;
background-color: white;
color: #181a2a;
font-size: 16px;
height: 48px;
width: 100%;
margin-bottom: 8px;
}
.footer-newsletter input[type="email"]::placeholder {
color: #dcdddf;
font-size: 16px;
font-weight: 400;
line-height: 24px;
}
.footer-newsletter input[type="submit"] {
padding: 12px 25px;
background-color: var(--second-color);
border: none;
border-radius: 8px;
color: #181a2a;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
height: 48px;
width: 100%;
font-size: 16px;
line-height: 24px;
}
.footer-newsletter input[type="submit"]:hover {
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(255, 229, 74, 0.3);
} .footer-social-icons {
display: flex;
gap: 28px;
margin-top: 30px;
}
.footer-social-icons a {
width: 26px;
height: 26px;
display: flex;
align-items: center;
justify-content: center;
color: white;
transition: all 0.3s ease;
}
.footer-social-icons a:hover {
color: var(--second-color);
transform: translateY(-3px);
}
.footer-social-icons i {
font-size: 26px;
} .wp-block-cevital-hero-section {
position: relative;
padding: 140px 0;
}
.wp-block-cevital-hero-section::before {
content: "";
display: block;
position: absolute;
top: -10%;
left: -20px;
height: 106%;
transform: rotate(-2.5deg);
border-radius: 48px;
background-color: #1e378f;
z-index: 1;
width: 106%;
}
.wp-block-cevital-hero-section .hero-content-wrapper {
position: relative;
z-index: 1;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
justify-content: flex-start;
align-items: center;
}
.wp-block-cevital-hero-section .hero-content {
padding-right: 20px;
max-width: 790px;
}
.wp-block-cevital-hero-section .hero-content h2 {
font-size: 62px;
font-weight: 700;
line-height: 1.09;
letter-spacing: 0.32px;
color: #fff;
margin-bottom: 30px;
}
mark.has-inline-color {
background-color: transparent !important;
}
.wp-block-cevital-hero-section .hero-content p {
font-size: 16px;
font-weight: 500;
line-height: 2;
letter-spacing: -0.41px;
color: rgba(255, 255, 255, 0.8);
}
.wp-block-cevital-hero-section .hero-button-wrapper {
margin-top: 30px;
}
.wp-block-cevital-hero-section .hero-button {
padding: 8px 16px;
border-radius: 8px;
background-color: #ffe54a;
border: solid 2px #ffe54a;
font-size: 16px;
font-weight: 500;
line-height: 1.38;
letter-spacing: -0.41px;
color: #0d173c;
margin-inline-end: 10px;
transition: all 0.3s ease;
}
.wp-block-cevital-hero-section .hero-button.second-button {
padding: 8px 16px;
border-radius: 8px;
border: solid 2px #ffe54a;
background-color: transparent;
font-size: 16px;
font-weight: 500;
line-height: 1.38;
letter-spacing: -0.41px;
color: #ffe54a;
transition: all 0.3s ease;
}
.wp-block-cevital-hero-section .hero-button:hover {
background-color: var(--second-color);
color: var(--main-color);
transform: translateY(-20px) !important;
}
.wp-block-cevital-hero-section .hero-image {
position: relative;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
margin-inline-end: -100px;
}
.wp-block-cevital-hero-section .hero-image img {
position: relative;
z-index: 1;
max-width: 100%;
height: auto;
object-fit: contain;
} .app {
min-height: 650px;
overflow: hidden;
padding: 40px 20px 60px;
}
.app .app-feature-gallery {
list-style: none;
position: relative;
}
.app .app-feature-gallery .valgn {
height: calc(100% - 60px);
display: flex;
flex-direction: column;
justify-content: center;
}
.app .app-feature-gallery>li {
left: 0;
top: 0;
position: absolute;
width: 100%;
height: 100%;
z-index: 0;
cursor: pointer;
transform: scale(0.85);
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
transition: all 0.3s linear;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 5px;
transition: all ease-in-out 0.3s;
}
.app .app-feature-gallery>li:first-child {
z-index: 5;
transform: scale(1);
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
.app .app-feature-gallery>li:nth-child(2) {
z-index: 4;
top: -10px;
transform: scale(0.97);
-webkit-opacity: 0.52;
-moz-opacity: 0.52;
opacity: 0.52;
}
.app .app-feature-gallery>li:nth-child(3) {
z-index: 3;
top: -20px;
transform: scale(0.94);
-webkit-opacity: 0.52;
-moz-opacity: 0.52;
opacity: 0.52;
}
.app .app-feature-gallery>li:nth-child(4) {
z-index: 2;
top: -30px;
transform: scale(0.91);
-webkit-opacity: 0.52;
-moz-opacity: 0.52;
opacity: 0.52;
}
.app .app-feature-gallery>li:nth-child(5) {
z-index: 1;
top: -40px;
transform: scale(0.88);
-webkit-opacity: 0.52;
-moz-opacity: 0.52;
opacity: 0.52;
}
.app .app-feature-gallery.app-feature-gallery-noshadow>li {
box-shadow: none;
}
.app .app-feature-gallery-horizontal {
float: left;
width: 100%;
padding-right: 30px;
}
.app .app-feature-gallery-horizontal>.app-feature-gallery {
margin-top: 0;
}
.app .app-feature-gallery-horizontal>.app-feature-gallery>li {
top: 0;
left: auto;
right: 0;
}
.app .app-feature-gallery-horizontal>.app-feature-gallery>li:first-child {
right: 0;
}
.app .app-feature-gallery-horizontal>.app-feature-gallery>li:nth-child(2) {
right: -24px;
}
.app .app-feature-gallery-horizontal>.app-feature-gallery>li:nth-child(3) {
right: -45px;
}
.app .app-feature-gallery-horizontal>.app-feature-gallery>li:nth-child(4) {
right: -72px;
}
.app .app-feature-gallery-horizontal.dir-left {
padding-right: 0;
padding-left: 30px;
}
.app .app-feature-gallery-horizontal.dir-left>.app-feature-gallery>li {
left: 0;
right: auto;
}
.app .app-feature-gallery-horizontal.dir-left>.app-feature-gallery>li:first-child {
left: 0;
}
.app .app-feature-gallery-horizontal.dir-left>.app-feature-gallery>li:nth-child(2) {
left: -24px;
}
.app .app-feature-gallery-horizontal.dir-left>.app-feature-gallery>li:nth-child(3) {
left: -45px;
}
.app .app-feature-gallery-horizontal.dir-left>.app-feature-gallery>li:nth-child(4) {
left: -72px;
}
.app .app-feature-gallery>li .block,
.app .app-feature-gallery>li .tile-basic {
margin-bottom: 0;
}
.nos-domaines-container {
position: relative;
overflow: hidden;
padding-top: 117.5px;
}
.nos-domaines-container .container::before {
content: "";
display: block;
width: 80%;
height: 650px;
transform: rotate(-2.5deg);
border-radius: 48px;
background-color: #eef0f2;
position: absolute;
top: 30px;
left: 0;
right: 0;
z-index: 0;
margin: auto;
}
.domaine-item {
flex-grow: 0;
flex-shrink: 0;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
gap: 24px;
margin: 40px 0 0;
padding: 42px 24px;
border-radius: 14px;
box-shadow: 0 10px 56px 0 rgba(0, 0, 0, 0.05);
border: solid 1px rgba(0, 33, 143, 0.1);
background-color: #fff;
height: 504px;
}
.domaine-image {
display: block;
height: 100%;
width: 100%;
min-width: 40%;
}
.domaine-image img {
display: block;
height: 100%;
max-width: 100%;
border-radius: 10px;
}
.domaine-content {
display: flex;
flex-direction: column;
justify-content: center;
}
h3.domaine-title a {
font-size: 24px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.33;
color: #0c0047;
}
.domaine-description {
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.5;
letter-spacing: normal;
color: #969696;
padding: 24px 0;
}
.domaine-buttons {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
justify-content: flex-start;
align-items: center;
}
a.domaine-link {
padding: 11px 47.5px;
border-radius: 8px;
background-color: #ffe54a;
font-size: 16px;
font-weight: 500;
line-height: 1.38;
color: #0a0118;
margin-inline-end: 8px;
}
a.domaine-link i {
margin-inline-start: 10px;
}
a.domaines-filiales-button {
padding: 11px 13.5px;
border-radius: 8px;
border: solid 1px #00218f;
font-size: 16px;
font-weight: 500;
line-height: 1.38;
color: #00218f;
} .wp-block-cevital-title {
max-width: 940px;
margin: auto;
text-align: center;
}
.wp-block-cevital-title h2 {
position: relative;
z-index: 1;
}
.wp-block-cevital-title h2:before {
content: "";
background-image: url(//chak.kyo.digital/wp-content/uploads/2025/02/title-slice.svg);
background-repeat: no-repeat;
position: absolute;
top: -34px;
left: calc(50% - 360px);
display: block;
z-index: -1;
width: 100%;
height: 124px;
margin-bottom: 12px;
opacity: 0;
transition: opacity 1s ease-out;
}
.wp-block-cevital-title.title-animated h2:before {
opacity: 1;
}   h3.cevital-subtitle {
font-size: 20px;
font-weight: 600;
text-align: center;
color: #1e378f;
text-transform: uppercase;
margin-bottom: 12px;
}
h2.cevital-title {
font-size: 36px;
font-weight: 600;
line-height: 1.11;
text-align: center;
color: #152766;
} .exportation-section {
background-color: #1b3282;
position: relative;
overflow: visible;
}
.exportation-section::before {
content: "";
display: block;
width: 101%;
height: 106px;
background-color: #1b3282;
transform: rotate(-3deg);
position: absolute;
top: -56px;
left: 0;
right: 0;
z-index: -1;
}
.exportation-section::after {
content: "";
display: block;
width: 101%;
height: 244px;
background-color: rgb(255, 255, 255);
transform: rotate(-3deg);
position: absolute;
bottom: -51px;
left: -5px;
right: 0;
z-index: 1;
}
.wp-block-cevital-exportation-section {
background-position: center top;
background-repeat: no-repeat;
background-size: contain;
padding-top: 40px;
padding-bottom: 100px;
h4.small-title {
font-size: 32px;
font-weight: 600;
line-height: 1.31;
text-align: center;
color: #ffde3d;
max-width: 600px;
margin: auto;
padding-bottom: 16px;
}
h2.big-title {
font-size: 96px;
font-weight: 800;
line-height: 1.14;
text-align: center;
color: #fff;
padding-top: 52px;
}
.exportation-grid {
position: relative;
background-color: white;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
border-radius: 14px;
padding: 0;
margin-top: 230px;
display: flex;
flex-wrap: nowrap;
flex-direction: row;
align-content: center;
justify-content: center;
align-items: flex-start;
z-index: 3;
transform: translateY(50px);
.exportation-item {
border-right: solid 1px #e9ebf4;
flex: 1 1 0;
width: 0;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-content: center;
justify-content: flex-start;
align-items: center;
padding: 42px 24px;
align-self: stretch;
}
.exportation-item:last-child {
border-right: none;
}
.item-number {
font-size: 48px;
font-weight: 800;
line-height: 1.25;
text-align: center;
color: #1e378f;
}
.item-number:after {
content: "";
display: block;
width: 32px;
height: 3px;
flex-grow: 0;
background-color: #ffdd12;
margin: 8.5px auto;
}
.item-text {
font-size: 16px;
font-weight: 500;
line-height: 1.81;
text-align: center;
color: #6879b4;
}
}
} .cevital-blog-block {
padding: 60px 0;
}
.blog-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
align-content: center;
justify-content: flex-start;
align-items: flex-start;
}
.blog-item {
background: #fff;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
height: 100%;
}
.blog-item:hover {
transform: translateY(-5px);
}
.blog-image {
position: relative;
overflow: hidden;
border-radius: 8px 8px 0 0;
}
.blog-image img {
width: 100%;
height: 100%;
max-height: 225px;
object-fit: cover;
transition: transform 0.3s ease;
}
.blog-item:hover .blog-image img {
transform: scale(1.1);
}
.blog-content {
padding: 20px;
}
.blog-title {
font-size: 18px;
font-weight: 600;
line-height: 1.56;
letter-spacing: -0.05px;
color: #343434;
font-weight: 600;
margin-bottom: 8px;
}
.blog-title a {
color: #343434;
text-decoration: none;
transition: color 0.3s ease;
}
.blog-title a:hover {
color: #1e378f;
}
.blog-excerpt {
font-size: 14px;
letter-spacing: -0.41px;
color: rgba(52, 52, 52, 0.7);
margin: 8px 0;
}
.blog-buttons {
display: flex;
justify-content: space-between;
align-items: center;
}
.blog-buttons img {
filter: brightness(0) saturate(100%) invert(18%) sepia(35%) saturate(4203%) hue-rotate(213deg) brightness(92%) contrast(91%);
width: 16px;
}
.blog-link {
display: inline-flex;
align-items: center;
gap: 8px;
text-decoration: underline;
transition: color 0.3s ease;
font-size: 16px;
font-weight: 600;
letter-spacing: -0.41px;
color: #1e378f;
}
.blog-category {
position: absolute;
top: 15px;
right: 15px;
padding: 6px 12px;
border-radius: 6px;
background-color: #ffe54a;
color: #343434;
font-size: 14px;
font-weight: 700;
line-height: 1.43;
z-index: 2;
}
.blog-excerpt p {
display: -webkit-box;
-webkit-line-clamp: 3;
line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
margin: 0;
line-height: 1.6;
}
.actualites-rh-block .blog-buttons {
display: flex;
justify-content: space-between;
align-items: center;
}
.blog-buttons .blog-date {
font-size: 14px;
font-weight: 500;
line-height: 1.87;
letter-spacing: -0.41px;
color: #98a3cb;
}
.blog-see-all {
display: flex;
align-items: center;
justify-content: center;
margin-top: 40px;
}
.blog-see-all a.see-all-btn {
padding: 8px 20px;
border-radius: 8px;
background-color: #00218f;
font-size: 16px;
font-weight: 600;
line-height: 1.5;
letter-spacing: 0.18px;
text-align: center;
color: #fff;
border: none;
outline: none;
cursor: pointer;
} .entry-meta {
margin-top: 20px;
}
.tags-links {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: flex-start;
margin-top: 6px;
}
.tags-links a {
background: #f3f3f3;
padding: 8px;
border-radius: 6px;
color: #2b3566;
text-decoration: none;
font-size: 16px;
line-height: 16px;
text-align: center;
margin-inline-end: 8px;
transition: all 0.2s ease-in-out;
}
.tags-links a:hover {
background: #004f9f;
color: #ffffff;
} .actualites-rh-block {
position: relative;
padding: 90px 0 110px;
.wp-block-cevital-title {
margin-bottom: 64px;
}
.actualites-rh-bg::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
transform: rotate(-2.5deg);
border-radius: 48px;
background-color: #e9ebf4;
width: 104%;
height: 100%;
z-index: -1;
}
.blog-button-wrapper {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: center;
margin-top: 50px;
}
a.blog-button {
padding: 10px 30px;
border-radius: 8px;
background-color: #00218f;
font-size: 16px;
font-weight: 500;
line-height: 1.5;
letter-spacing: 0.18px;
text-align: center;
color: #fff;
transition: all 0.3s ease;
border: solid 2px #00218f;
}
a.blog-button i {
margin-inline-start: 8px;
}
a.blog-button:hover {
background-color: transparent;
color: #00218f;
border: solid 2px #00218f;
transform: translateY(-5px);
}
} .cevital-projets-block {
padding-top: 64px;
padding-bottom: 100px;
overflow: hidden;
text-align: center;
}
.owl-item .projet-item {
position: relative;
transition: all 0.3s ease;
box-shadow: 0 24px 44px 0 rgba(0, 33, 143, 0.1);
margin: 60px;
transform: scale(0.9);
}
.owl-item.active .projet-item {
transform: scale(1);
}
.projets-carousel {
position: relative;
}
.projets-carousel .owl-stage-outer {
overflow: visible;
}
.projet-image::before {
content: "";
width: 100%;
height: 100%;
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 40px;
border-radius: 8px;
background-image: linear-gradient(to bottom, rgba(30, 55, 143, 0), #1e378f);
}
.projet-image {
position: relative;
height: 500px;
overflow: hidden;
border-radius: 8px;
}
.projet-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.projet-content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 40px;
border-radius: 8px;
}
.projet-title a {
text-decoration: none;
font-size: 32px;
font-weight: 600;
line-height: 0.88;
letter-spacing: -0.08px;
text-align: center;
color: #fff;
}
.projet-description {
margin: 16px auto;
max-width: 800px;
}
.projet-description p {
font-size: 18px;
font-weight: 500;
line-height: 1.56;
letter-spacing: -0.05px;
text-align: center;
color: #fff;
}
.projet-buttons {
margin-top: 20px;
}
.projet-link {
display: inline-flex;
align-items: center;
color: #fff;
text-decoration: underline;
transition: all 0.3s ease;
font-size: 16px;
font-weight: 600;
letter-spacing: -0.41px;
color: #fff;
}
.projet-link img {
margin-inline-start: 6px;
max-width: 16px;
transition: transform 0.3s ease;
}
.projet-link:hover i {
transform: translateX(5px);
}
.projets-carousel .owl-nav {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: calc(100% - 400px);
display: flex;
justify-content: space-between;
pointer-events: none;
}
.projets-carousel .owl-nav button {
width: 50px;
height: 50px;
background: #1e378f !important;
border-radius: 50% !important;
display: flex;
align-items: center;
justify-content: center;
pointer-events: auto;
transition: all 0.3s ease;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.projets-carousel .owl-nav button i {
color: #ffffff;
font-size: 16px;
}
.projets-carousel .owl-nav button:hover {
background: #1e378f !important;
}
.projets-carousel .owl-nav button:hover i {
color: #fff;
}   .about-mot-pdg.histoire-block-home {
.pdg-message {
font-size: 40px;
font-weight: 700;
font-style: italic;
line-height: 1.53;
text-align: center;
color: #1b3282;
}
.pdg-image {
background-image: linear-gradient(to left, #38abe2cf 100%, #1f388f 0%);
}
.pdg-name {
font-size: 24px;
font-weight: 600;
line-height: 1.17;
letter-spacing: -0.06px;
text-align: start;
color: #1b3282;
margin-inline-start: 10%;
margin-top: 40px;
}
.pdg-title {
font-size: 24px;
font-weight: 500;
line-height: 0.92;
letter-spacing: -0.06px;
text-align: start;
color: #1b3282;
margin-inline-start: 10%;
}
.histoire-paragraph-group {
text-align: center;
margin-top: 40px;
}
h4.histoire-paragraph-title {
font-size: 24px;
font-weight: 600;
line-height: 1.33;
letter-spacing: -0.41px;
color: #0a0118;
margin-bottom: 6px;
}
.histoire-paragraphe {
font-size: 16px;
font-weight: 500;
line-height: 1.5;
color: #0a0118;
max-width: 630px;
margin: auto;
}
.pdg-biography {
display: flex;
gap: 20px;
align-content: center;
align-items: center;
justify-content: center;
margin-top: 40px;
}
}
a.button-empty-cevital {
padding: 11px 60px;
border-radius: 8px;
border: solid 2px #1e378f;
font-size: 16px;
font-weight: 500;
line-height: 1.38;
color: #1e378f;
transition: all 0.3s ease;
}
a.button-empty-cevital:hover {
border: solid 2px #1e378f;
background-color: #1e378f;
color: #ffffff;
}
a.button-full-yellow-cevital {
border-radius: 8px;
border: solid 2px #ffde3d;
background-color: #ffde3d;
font-size: 16px;
font-weight: 500;
line-height: 1.38;
letter-spacing: -0.41px;
color: #0a0118;
padding: 11px 40px;
transition: all 0.3s ease;
}
a.button-full-yellow-cevital i {
margin-inline-start: 10px;
color: #0a0118;
}
a.button-full-yellow-cevital:hover {
background-color: #ffffff;
}
.tab-title {
font-size: 24px;
font-weight: 600;
color: #152766;
margin-bottom: 15px;
text-align: center;
}
.tab-description {
font-size: 16px;
line-height: 1.5;
color: #666;
margin-bottom: 30px;
text-align: center;
max-width: 800px;
margin-inline-start: auto;
margin-inline-end: auto;
}
.tab-pane {
padding: 30px;
} .hero-section-2 {
position: relative;
min-height: 900px;
background-size: cover;
background-position: left bottom;
background-repeat: no-repeat;
display: flex;
align-items: center;
justify-content: center;
padding: 200px 20px;
} .hero-section-2 .hero-content {
position: relative;
z-index: 2;
max-width: 900px;
margin: 0 auto;
text-align: center;
}
.hero-section-2 h3 {
font-size: 16px;
font-weight: 700;
line-height: 2;
letter-spacing: -0.41px;
color: #ffffff;
margin-bottom: 10px;
}
.hero-section-2 h1 {
font-size: 56px;
font-weight: 700;
line-height: 1.25;
letter-spacing: 0.28px;
color: #ffe54a;
margin-bottom: 20px;
}
.hero-section-2 p {
font-size: 16px;
font-weight: 500;
line-height: 2;
letter-spacing: -0.41px;
color: #ffffff;
margin-bottom: 30px;
}
.hero-section-2 .hero-button {
padding: 10px 20px;
border-radius: 8px;
background-color: #ffe54a;
border: solid 2px #ffe54a;
text-decoration: none;
font-size: 16px;
font-weight: 500;
line-height: 1.38;
letter-spacing: -0.41px;
color: #0a0118;
margin-inline-end: 8px;
transition: all 0.3s ease;
}
.hero-section-2 .hero-button:hover {
background-color: #152766;
border: solid 2px #152766;
color: #ffffff;
}
.hero-section-2 .hero-button.hero-button-secondary {
padding: 10px 20px;
border-radius: 8px;
background-color: transparent;
color: #ffe54a;
border: solid 2px #ffe54a;
text-decoration: none;
font-size: 16px;
font-weight: 500;
line-height: 1.38;
letter-spacing: -0.41px;
transition: all 0.3s ease;
}
.hero-section-2 .hero-button.hero-button-secondary:hover {
background-color: #ffe54a;
color: #0a0118;
border: solid 2px #ffe54a;
} .full-width-template {
width: 100%;
max-width: 100%;
padding: 0;
margin: 0;
}
.full-width-template .full-width-article {
width: 100%;
max-width: 100%;
margin: 0;
padding: 0;
}
.full-width-template .entry-content {
margin: 0;
padding: 0;
}
.full-width-template .entry-content>* {
margin-inline-start: auto;
margin-inline-end: auto;
}
.full-width-template .entry-content>.alignfull {
margin-inline-start: 0;
margin-inline-end: 0;
width: 100%;
max-width: 100%;
} body.page-template-page-full-width {
padding-top: 0px;
}
.page-template-page-full-width .site-header {
background-color: transparent;
} .page-template-page-full-width .main-header {
background-color: transparent;
} .about-text-video {
padding: 4rem 0;
width: 100%;
}
.about-text-video .about-content {
display: flex;
gap: 2rem;
padding: 0 1rem;
width: 100%;
}
.about-text-video .about-content a.button-full-yellow-cevital {
max-width: 220px;
}
.about-text-video .about-text-column {
flex: 0 0 50%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.about-text-video .about-text {
font-size: 16px;
line-height: 1.75;
text-align: justify;
color: #111e4f;
margin-bottom: 2rem;
}
.about-text-video .about-media-column {
flex: 0 0 48%;
}
.about-text-video .about-media {
position: relative;
aspect-ratio: 4/3;
width: 100%;
}
.about-text-video .about-media::before {
display: block;
position: absolute;
z-index: -1;
content: "";
width: 100%;
height: 100%;
flex-grow: 0;
transform: rotate(-4.55deg);
border-radius: 8px;
background-color: rgba(0, 132, 255, 0.2);
top: 0;
left: 0;
}
.about-text-video .about-media img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
border-radius: 8px;
}
.about-text-video .video-play-button {
position: absolute;
top: 50%;
left: 50%;
margin-inline-start: -50px;
margin-top: -50px;
display: block;
width: 60px;
height: 60px;
background-color: rgb(255, 229, 74);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: transform 0.3s;
cursor: pointer;
box-shadow: 0 0 0 0 rgba(255, 229, 74, 0.5);
animation: pulse 1.5s infinite;
}
.about-text-video .video-play-button:hover {
animation: none;
}
@keyframes pulse {
0% {
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
70% {
-moz-transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
}
100% {
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-webkit-transform: scale(0.9);
transform: scale(0.9);
box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
}
}
.about-text-video .play-icon {
width: 0;
height: 0;
border-style: solid;
border-width: 10px 0 10px 20px;
border-color: transparent transparent transparent #ffffff;
margin-inline-start: 4px;
}
.about-text-video .video-popup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.9);
display: none;
justify-content: center;
align-items: center;
z-index: 9999;
}
.about-text-video .video-popup.active {
display: flex;
}
.about-text-video .video-popup-content {
position: relative;
width: 90%;
max-width: 1000px;
aspect-ratio: 16/9;
}
.about-text-video .video-popup-close {
position: absolute;
top: -40px;
right: -40px;
width: 30px;
height: 30px;
background: none;
border: none;
color: white;
font-size: 24px;
cursor: pointer;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
}
.about-text-video .video-container {
width: 100%;
height: 100%;
}
.about-text-video .video-container iframe {
width: 100%;
height: 100%;
border: none;
}
.about-text p {
margin-bottom: 1.5em;
}
.about-text p:last-child {
margin-bottom: 0;
} .about-text-video .about-text {
position: relative;
}
.about-text-video .about-text.truncated {
max-height: 390px;
overflow: hidden;
transition: max-height 0.3s ease;
}
.about-text-video .about-text.expanded {
max-height: none;
}
.about-text-video .read-more-container {
text-align: center;
opacity: 1;
margin-top: -10px;
transition: opacity 0.3s ease;
}
.about-text-video .about-text.expanded .read-more-container {
opacity: 0;
pointer-events: none;
}
.about-text-video .read-more-btn {
background: none;
border: none;
color: #1e378f;
font-size: 16px;
font-weight: 500;
cursor: pointer;
text-decoration: underline;
padding: 5px 10px;
transition: color 0.3s ease;
}
.about-text-video .read-more-btn:hover {
color: #ffe54a;
} .vision-mission-valeurs {
padding: 60px 0 80px 0;
}
.vision-mission-valeurs .values-title {
text-align: center;
margin-bottom: 36px;
line-height: 0;
font-size: 114px;
color: #152766;
opacity: 0.2;
z-index: -1;
position: relative;
}
.vision-mission-valeurs .main-text {
font-size: 16px;
line-height: 1.75;
text-align: center;
color: #111e4f;
max-width: 980px;
margin-inline-start: auto;
margin-inline-end: auto;
margin-bottom: 60px;
}
.vision-mission-valeurs .two-columns {
display: flex;
gap: 24px;
margin-bottom: 130px;
}
.vision-mission-valeurs .column {
flex: 1;
min-height: 400px;
background-size: cover;
background-position: center;
position: relative;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 24px 44px 0 rgba(0, 33, 143, 0.1);
background-color: #fffbe7;
transition: transform 0.3s ease;
}
.column-content.vision {
padding: 80px 30px 30px 30px;
}
.column-content.mission {
text-align: right;
padding: 80px 30px 30px 30px;
}
.column-content.vision h3,
.column-content.mission h3 {
font-size: 32px;
font-weight: 600;
line-height: 1.31;
color: #0d173c;
margin-bottom: 10px;
}
.column-content.mission h3 {
color: #ffffff;
}
.column-content.vision h3:first-letter,
.column-content.mission h3:first-letter {
font-weight: 800;
color: #ffe54a;
}
.column-content.vision .column1-text,
.column-content.mission .column2-text {
max-width: 310px;
font-size: 16px;
font-weight: 500;
line-height: 1.5;
text-align: justify;
color: #0d173c;
}
.column-content.mission .column2-text {
max-width: 340px;
color: #ffffff;
margin-inline-end: 0;
margin-inline-start: auto;
}
.vision-mission-valeurs .column:hover {
transform: translateY(-5px);
}
.vision-mission-valeurs .four-columns {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px;
}
.vision-mission-valeurs .value-column {
padding: 16px 24px;
border-radius: 28px;
box-shadow: 0 80.6px 105.7px 0 rgba(51, 51, 51, 0.1);
background-color: #e9ebf4;
cursor: pointer;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.vision-mission-valeurs .value-column:nth-of-type(2),
.vision-mission-valeurs .value-column:nth-of-type(4) {
background-color: #fff2b4;
}
.vision-mission-valeurs .value-column:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.vision-mission-valeurs .value-column h3 {
font-size: 22px;
font-weight: bold;
line-height: 1.91;
color: #0d173c;
margin-bottom: 18px;
}
.vision-mission-valeurs .value-column h3::first-letter {
color: #007aff;
}
.value1-text,
.value2-text,
.value3-text,
.value4-text {
font-size: 14px;
font-weight: 500;
line-height: 1.57;
text-align: justify;
color: #0d173c;
} .about-mot-pdg {
position: relative;
padding: 6rem 0;
}
.about-mot-pdg::before {
content: "";
display: block;
width: 100%;
height: 100%;
max-height: 850px;
transform: rotate(-2.5deg);
border-radius: 48px;
background-color: #fffbe7;
position: absolute;
top: -20px;
left: 0;
right: 0;
z-index: -1;
margin: auto;
}
.pdg-content {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 10px;
padding: 110px 72px 80px 95px;
border-radius: 54px;
box-shadow: 0 80.6px 105.7px 0 rgba(51, 51, 51, 0.1);
border: solid 1px #e9ebf4;
background-color: #fff;
}
.pdg-info {
flex: 0 0 300px;
text-align: center;
}
.pdg-image {
width: 250px;
height: 250px;
border-radius: 50%;
overflow: hidden;
margin: 0 auto 1.5rem;
}
.pdg-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.pdg-name {
font-size: 24px;
font-weight: 600;
line-height: 1.17;
letter-spacing: -0.06px;
text-align: center;
color: #1b3282;
margin-bottom: 14px;
}
.pdg-title {
font-size: 24px;
line-height: 0.92;
letter-spacing: -0.06px;
text-align: center;
color: #1b3282;
}
.pdg-social {
display: flex;
gap: 20px;
justify-content: center;
margin-bottom: 30px;
}
.pdg-social a {
color: #0d173c;
font-size: 28px;
text-decoration: none;
transition: color 0.3s ease;
}
.pdg-social a:hover {
color: #ffc107;
}
.pdg-message-container {
flex: 1;
}
.pdg-message {
position: relative;
font-size: 18px;
font-weight: 600;
font-style: italic;
line-height: 1.53;
text-align: center;
color: #1b3282;
padding: 0px 42px;
max-width: 600px;
margin: 0 auto;
}
.pdg-message::before,
.pdg-message::after {
content: "";
background-image: url(//chak.kyo.digital/wp-content/themes/cevital/assets/img/mot-pdg-icon.svg);
background-repeat: no-repeat;
position: absolute;
top: -60px;
left: -6px;
display: block;
z-index: 1;
width: 48px;
height: 46px;
}
.pdg-message::after {
top: inherit;
left: inherit;
right: 18px;
bottom: -26px;
transform: rotate(180deg);
}
.pdg-biography {
text-align: center;
margin-top: 50px;
} .wp-block-columns.is-not-stacked-on-mobile.membres-conseil-administratif.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
flex-wrap: wrap !important;
}
.wp-block-columns.is-not-stacked-on-mobile.membres-conseil-administratif.animate__animated.is-layout-flex.wp-container-core-columns-is-layout-28f84493.wp-block-columns-is-layout-flex.animate__fadeInUp {
flex-wrap: wrap !important;
}
.membres-conseil-administratif .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
min-width: 30%;
width: 30%;
}
.about-administrative-council {
padding: 30px 0;
}
.about-administrative-council .member-card {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 16px;
margin: 0 8px;
border-radius: 8px;
box-shadow: 0 80.6px 105.7px 0 rgba(51, 51, 51, 0.1);
border: solid 1px #e9ebf4;
background-color: #fff;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-administrative-council .member-card:hover {
transform: translateY(-5px);
}
.about-administrative-council .member-image {
width: 100%;
height: 300px;
overflow: hidden;
border-radius: 8px 8px 0 0;
}
.about-administrative-council .member-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.about-administrative-council .member-card:hover .member-image img {
transform: scale(1.05);
}
.about-administrative-council .member-info {
width: 100%;
padding: 0 24px 16px 24px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: flex-start;
justify-content: space-between;
align-items: flex-start;
}
.about-administrative-council .member-name {
font-size: 18px;
font-weight: 600;
line-height: 1.56;
letter-spacing: -0.05px;
color: #343434;
margin-bottom: 8px;
}
.about-administrative-council .member-title {
font-size: 15px;
line-height: 1.87;
letter-spacing: -0.04px;
color: #6879b4;
margin: 0;
}
.about-administrative-council .member-social {
display: flex;
justify-content: center;
gap: 15px;
}
.about-administrative-council .member-social a {
display: block;
transition: opacity 0.3s ease;
}
.about-administrative-council .member-social a:hover {
opacity: 0.8;
}
.about-administrative-council .member-social img {
width: 40px;
height: 40px;
display: block;
} .certificat-container {
max-width: 800px;
margin: auto;
}
.about-certificats {
position: relative;
}
.certificats-section {
padding: 52px 64px;
background-size: cover;
background-position: top left;
background-repeat: no-repeat;
border-radius: 20px;
min-height: 486px;
}
.certificats-title {
font-size: 38px;
font-weight: 600;
line-height: 1.11;
text-align: center;
color: #fff;
margin-bottom: 12px;
}
.certificats-subtitle {
font-size: 24px;
font-weight: 500;
line-height: 1.75;
text-align: center;
color: #fff;
margin-bottom: 48px;
}
.certificats-carousel .certificat-item {
width: 100%;
max-width: 112px;
opacity: 0.4;
transition: all 0.5s ease;
}
.certificats-carousel .owl-item.active.center .certificat-item {
width: 100%;
max-width: 238px;
opacity: 1;
}
.certificats-carousel .certificat-item img {
max-width: 100%;
height: auto;
}
.certificats-carousel.owl-carousel .owl-stage {
display: flex;
align-items: center;
}
.certificats-carousel .owl-item {
display: flex;
align-content: center;
justify-content: center;
align-items: center;
min-height: 237px !important;
}
.certificats-carousel.owl-carousel {
position: relative;
}
.certificats-carousel.owl-carousel .owl-nav {
position: absolute;
top: 42%;
margin: 0;
width: 100%;
display: flex;
justify-content: space-between;
}
.certificats-carousel.owl-carousel .owl-nav button.owl-prev,
.certificats-carousel.owl-carousel .owl-nav button.owl-next {
width: 40px;
height: 40px;
flex-grow: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
padding: 7px 4px;
border-radius: 50px;
background-color: #ffe54a;
} .notre-histoire-presentation {
padding: 60px 0;
}
.notre-histoire-presentation .histoire-title {
position: relative;
}
.notre-histoire-presentation .histoire-title h2 {
font-size: 38px;
font-weight: 600;
line-height: 1.3;
text-align: center;
color: #152766;
max-width: 600px;
margin: auto;
margin-bottom: 60px;
}
.notre-histoire-presentation .histoire-title h2::before {
content: "";
background-image: url(//chak.kyo.digital/wp-content/uploads/2025/02/title-slice.svg);
background-repeat: no-repeat;
background-size: cover;
position: absolute;
top: -8px;
left: calc(50% - 310px);
display: block;
z-index: -1;
width: 620px;
height: 80px;
}
.notre-histoire-presentation p.histoire-content {
font-size: 16px;
font-weight: 400;
line-height: 1.9;
text-align: center;
color: #111e4f;
max-width: 820px;
margin: auto;
margin-bottom: 30px;
}
.notre-histoire-presentation .histoire-button {
text-align: center;
}
.notre-histoire-presentation .histoire-button a {
padding: 8px 16px;
border-radius: 8px;
border: solid 1px #1e378f;
font-size: 16px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: 1.38;
letter-spacing: -0.41px;
text-align: center;
color: #1e378f;
transition: all 0.3s ease;
}
.notre-histoire-presentation .histoire-button a:hover {
background-color: #1e378f;
color: #fff;
} .notre-histoire-fondateur {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 60px 120px;
border-radius: 16px;
background-color: #1e378f;
.fondateur-header {
position: relative;
text-align: center;
margin-bottom: 30px;
}
.fondateur-header .fondateur-subtitle {
font-size: 20px;
font-weight: 600;
color: #fff;
margin-bottom: 12px;
}
.fondateur-header .fondateur-title {
font-size: 38px;
font-weight: 600;
line-height: 1.11;
color: #fff;
z-index: 1;
position: relative;
}
.fondateur-header h2.fondateur-title::before {
content: "";
background-image: url(//chak.kyo.digital/wp-content/uploads/2025/02/title-slice.svg);
background-repeat: no-repeat;
background-size: cover;
position: absolute;
top: -34px;
left: calc(50% - 360px);
display: block;
z-index: -1;
width: 720px;
height: 100px;
}
.fondateur-content {
display: flex;
width: 94%;
gap: 0px;
margin-bottom: 30px;
}
.fondateur-left {
flex: 1;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.fondateur-icon {
margin-bottom: 30px;
}
.fondateur-icon img {
width: 88px;
height: 67px;
object-fit: contain;
}
.fondateur-quote {
font-size: 34px;
font-weight: 700;
font-style: italic;
line-height: 1.53;
color: #fff;
margin-bottom: 24px;
}
.fondateur-name {
font-size: 24px;
font-weight: 500;
line-height: 1.17;
letter-spacing: -0.06px;
color: #fff;
margin-bottom: 24px;
}
.fondateur-position {
font-size: 24px;
font-weight: 400;
line-height: 0.92;
letter-spacing: -0.06px;
color: #fff;
}
.fondateur-right {
flex: 1;
}
.fondateur-right img {
width: 100%;
height: auto;
object-fit: contain;
}
.fondateur-bottom {
text-align: center;
}
.bottom-title {
font-size: 24px;
font-weight: 600;
line-height: 1.33;
letter-spacing: -0.41px;
color: #fff;
margin-bottom: 24px;
}
.bottom-text {
font-size: 16px;
line-height: 1.5;
letter-spacing: normal;
color: #fff;
margin-bottom: 30px;
}
.bottom-buttons {
display: flex;
justify-content: center;
gap: 20px;
}
a.button-empty-cevital {
border: solid 2px #ffe54a;
color: #ffe54a;
}
} .nos-implantations-main {
margin: 60px 0;
padding: 60px 0;
position: relative;
&::before {
content: "";
position: absolute;
top: 0;
left: 0;
transform: rotate(-2.5deg);
border-radius: 48px;
background-color: #1b3282;
width: 103%;
height: 100%;
z-index: -1;
}
.nos-implantations-content {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: flex-start;
justify-content: flex-start;
align-items: center;
}
.nos-implantations-list {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-content: flex-start;
justify-content: flex-start;
align-items: flex-start;
width: 40%;
max-height: 750px;
overflow-y: scroll;
padding: 10px;
}
.nos-implantations-list::-webkit-scrollbar {
width: 6px;
height: 4px;
}
.nos-implantations-list::-webkit-scrollbar-track {
background: #4b5fa5;
border-radius: 10px;
}
.nos-implantations-list::-webkit-scrollbar-thumb {
background: #ffe54a;
border-radius: 10px;
}
.wilaya-filters {
position: relative;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: center;
width: 60%;
padding: 20px;
}
.filter-image img {
max-width: 100%;
width: 100%;
height: auto;
}
.implantation-card {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-content: flex-start;
justify-content: flex-start;
align-items: flex-start;
padding: 14px;
border-bottom: solid 1px #6879b4;
width: 100%;
}
.implantation-card:last-child {
border-bottom: none;
}
.implantation-top-content {
display: flex;
flex-direction: row;
align-content: center;
justify-content: flex-start;
align-items: center;
gap: 12px;
margin-bottom: 24px;
}
.implantation-image {
width: 70px;
height: 70px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 12px;
border-radius: 100px;
background-color: #fff;
}
.implantation-image img {
max-width: 100%;
width: 48px;
height: auto;
}
h3.implantation-title {
font-size: 22px;
font-weight: 600;
line-height: 1.45;
letter-spacing: -0.41px;
color: #e9ebf4;
}
p.domaine-activite {
padding: 0 10px;
border-radius: 50px;
background-color: #6879b4;
font-size: 16px;
font-weight: 500;
line-height: 1.5;
color: #fff;
}
img.detail-icon {
max-width: 100%;
width: 20px;
height: auto;
}
.email,
.telephone,
.site-web,
.adresse {
display: flex;
flex-direction: row;
align-content: center;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center;
gap: 12px;
font-size: 16px;
font-weight: 500;
line-height: 1.5;
color: #e9ebf4;
margin-bottom: 10px;
}
.email a,
.site-web a {
font-size: 16px;
font-weight: 500;
line-height: 1.5;
color: #e9ebf4;
margin-bottom: 10px;
text-decoration: underline;
}
span.wilaya-name {
display: none;
opacity: 0;
scale: 0;
padding: 0px 10px;
background: #ffe54a;
border-radius: 4px;
color: #1b3282;
font-size: 14px;
line-height: 1.8;
font-weight: 500;
position: absolute;
top: -30px;
left: -50%;
width: fit-content;
white-space: nowrap;
transition: all 0.25s;
transition-behavior: allow-discrete;
}
.wilaya-filter:hover span.wilaya-name {
display: block;
opacity: 1;
scale: 1;
}
.wilaya-filter {
position: absolute;
}
.wilaya-filter img {
width: 25px;
height: 25px;
transition: all 0.25s;
}
.wilaya-filter:hover img {
scale: 1.3;
}
.wilaya-filter.alger-fr,
.wilaya-filter.alger-fr-ar,
.wilaya-filter.alger-fr-an {
top: 1.2%;
left: 55%;
}
.wilaya-filter.blida-fr,
.wilaya-filter.blida-fr-ar,
.wilaya-filter.blida-fr-an {
top: 3.2%;
left: 52.9%;
}
.wilaya-filter.oran-fr,
.wilaya-filter.oran-fr-ar,
.wilaya-filter.oran-fr-an {
top: 7.2%;
left: 37.9%;
}
.wilaya-filter.bouira-fr,
.wilaya-filter.bouira-fr-ar,
.wilaya-filter.bouira-fr-an {
top: 5%;
left: 58%;
}
.wilaya-filter.bordj-bou-arreridj-fr,
.wilaya-filter.bordj-bou-arreridj-fr-ar,
.wilaya-filter.bordj-bou-arreridj-fr-an {
top: 5.8%;
left: 63%;
}
.wilaya-filter.bejaia-fr,
.wilaya-filter.bejaia-fr-ar,
.wilaya-filter.bejaia-fr-an {
top: 1.2%;
left: 63%;
}
} .histoire-timeline-block {
padding: 80px 0px 20px 0;
position: relative;
}
.histoire-timeline-block::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transform: rotate(-2.5deg);
opacity: 0.19;
border-radius: 48px;
background-color: #ffe54a;
z-index: -1;
}
.timeline-container {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: flex-start;
justify-content: flex-start;
align-items: flex-start;
gap: 30px;
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 50px 15px;
}
.timeline-years {
max-width: 1200px;
margin: 0 auto;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: stretch;
padding: 0;
border-bottom: solid 1px #b9c1dc;
}
.timeline-year-item {
font-size: 16px;
font-weight: 500;
line-height: 1.5;
letter-spacing: 0.18px;
color: #98a3cb;
padding: 9px 10px;
border-bottom: solid 2px transparent;
margin-bottom: -1px;
cursor: pointer;
transition: all 0.3s ease;
}
.timeline-year-item:hover,
.timeline-year-item.active {
font-size: 16px;
font-weight: 600;
line-height: 1.5;
letter-spacing: 0.18px;
color: #1e378f;
border-bottom: solid 2px #1e378f;
}
.timeline-events-container {
position: relative;
width: 100%;
height: 600px;
overflow: hidden;
}
.timeline-events {
position: relative;
height: 100%;
}
.timeline-event-card {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0px;
overflow-y: auto;
opacity: 0;
visibility: hidden;
transform: translateY(100%);
transition: all 0.5s ease;
}
.timeline-inner-content {
position: relative;
}
.timeline-post-image {
width: 50%;
height: 100%;
overflow: hidden;
max-width: 100%;
}
.timeline-post-image img {
width: 100%;
height: 100%;
object-fit: cover;
max-width: 100%;
border: solid 2px #fff;
border-radius: 16px;
}
.timeline-post-content {
position: absolute;
left: 30%;
top: 60%;
width: 65%;
height: auto;
padding: 34px;
border-radius: 14px;
box-shadow: 0 24px 44px 0 rgba(0, 33, 143, 0.1);
border: solid 1px #eaeaea;
background-color: #fff;
}
.timeline-post-content h3 {
font-size: 24px;
font-weight: 600;
line-height: 1.75;
color: #111e4f;
margin-bottom: 10px;
}
.timeline-excerpt {
font-size: 16px;
font-weight: 500;
line-height: 1.88;
color: rgba(0, 0, 0, 0.8);
}
.timeline-dessinie-info {
width: 32%;
}
.timeline-years-link {
width: 6%;
}
.timeline-annee-gauche {
font-size: 72px;
font-weight: 700;
letter-spacing: 5.04px;
color: #fc0;
}
.timeline-titre-gauche {
font-size: 24px;
font-weight: 700;
line-height: 1.75;
color: #0d173c;
}
.timeline-years-link-item {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-between;
align-items: flex-start;
align-content: flex-start;
height: 560px;
padding: 0;
border-left: solid 1px #b9c1dc;
}
.timeline-year-value {
font-size: 16px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: 1.5;
letter-spacing: 0.18px;
color: #98a3cb;
padding: 9px 16px;
border-left: solid 2px transparent;
margin-inline-start: -1px;
transition: all 0.3s ease;
}
.timeline-year-value.active {
font-weight: 600;
color: #1e378f;
padding: 9px 16px;
border-left: solid 2px #1e378f;
margin-inline-start: -1px;
} .timeline-event-card::-webkit-scrollbar {
width: 6px;
}
.timeline-event-card::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 3px;
}
.timeline-event-card::-webkit-scrollbar-thumb {
background: #ffb800;
border-radius: 3px;
}
.timeline-event-card::-webkit-scrollbar-thumb:hover {
background: #e6a600;
} p.stratégie-text {
font-size: 16px;
line-height: 1.75;
text-align: center;
color: #111e4f;
max-width: 1060px;
margin: 0 auto;
padding: 40px 0 60px;
} .wp-block-cevital-strategie {
margin: 2em 0;
}
.wp-block-cevital-strategie .strategie-block {
display: flex;
gap: 50px;
align-items: center;
justify-content: center;
padding: 2rem;
background: #fff;
border-radius: 8px;
position: relative;
} .wp-block-cevital-strategie.align-gauche .strategie-block {
flex-direction: row;
} .wp-block-cevital-strategie.align-droite .strategie-block {
flex-direction: row-reverse;
}
.wp-block-cevital-strategie .strategie-image {
flex: 0 0 40%;
position: relative;
display: block;
z-index: 1;
}
.wp-block-cevital-strategie .strategie-image::before {
content: "";
display: block;
width: 100%;
height: 100%;
transform: rotate(-4.55deg);
border-radius: 8px;
background-color: rgba(0, 132, 255, 0.2);
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.wp-block-cevital-strategie.align-droite .strategie-image::before {
transform: rotate(-175.45deg);
}
.wp-block-cevital-strategie .strategie-image img {
width: 100%;
height: auto;
border-radius: 8px;
box-shadow: 0 80.6px 105.7px 0 rgba(51, 51, 51, 0.1);
object-fit: cover;
}
.wp-block-cevital-strategie .strategie-content {
flex: 0 0 50%;
}
.wp-block-cevital-strategie .strategie-order {
opacity: 0.4;
color: #ffe54a;
position: absolute;
font-size: 300px;
line-height: 300px;
top: 0;
font-family: monospace;
z-index: 0;
}
.wp-block-cevital-strategie.align-gauche .strategie-order {
right: 4%;
}
.wp-block-cevital-strategie.align-droite .strategie-order {
left: 4%;
}
.wp-block-cevital-strategie .strategie-content h2 {
font-size: 24px;
font-weight: 600;
line-height: 1.75;
color: #0d173c;
margin-bottom: 16px;
position: relative;
z-index: 1;
}
.wp-block-cevital-strategie .strategie-content p {
font-size: 16px;
line-height: 1.88;
color: #1e378f;
position: relative;
z-index: 1;
} .domaines-activites-counter {
border-radius: 20px;
background-color: #ffffff;
box-shadow: 0 80px 105px 0 rgb(33 33 33 / 10%);
}
.domaines-activites-counter .counter-item {
padding: 24px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-content: flex-start;
justify-content: center;
align-items: center;
}
.domaines-activites-counter .counter-number {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
justify-content: flex-start;
align-items: center;
position: relative;
margin-bottom: 16px;
}
.domaines-activites-counter .counter-number:after {
content: "";
display: block;
width: 32px;
height: 3px;
background-color: #ffdd12;
position: absolute;
bottom: -8px;
left: 40%;
}
.domaines-activites-counter .counter-number .prefix,
.domaines-activites-counter .counter-number .suffix,
.domaines-activites-counter .counter-number {
font-size: 48px;
font-weight: 700;
line-height: 1.25;
color: #1e378f;
}
.domaines-activites-counter .counter-number .after-suffix {
font-size: 16px;
font-weight: 700;
line-height: 3.75;
color: #1e378f;
margin-inline-start: 10px;
}
.counter-item .counter-description {
font-size: 16px;
font-weight: 500;
line-height: 30px;
text-align: center;
color: #6879b4;
margin-top: 4px;
}
.domaines-activites-counter.owl-carousel .owl-stage {
align-items: stretch;
display: flex;
}
.domaines-activites-counter.owl-carousel .owl-nav button.owl-prev,
.domaines-activites-counter.owl-carousel .owl-nav button.owl-next {
width: 40px;
height: 40px;
flex-grow: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
padding: 7px 4px;
border-radius: 50px;
background-color: #ffe54a;
}
.domaines-activites-counter.owl-carousel.owl-loaded.owl-drag .owl-nav {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: calc(114%);
display: flex;
justify-content: space-between;
}
.owl-nav.disabled {
display: none !important;
} .filiales-carousel-block {
padding: 140px 0 80px 0;
position: relative;
overflow: hidden;
&&::before {
content: "";
transform: rotate(-2.5deg);
border-radius: 48px;
background-color: #e9ebf4;
width: 102%;
display: block;
position: absolute;
left: 20px;
top: 40px;
height: 88%;
}
.filiales-carousel-content {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}
.filiales-carousel-block-infos {
padding: 100px 0;
min-height: 520px;
}
.filiale-content {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: center;
}
.filiales-carousel-block-infos.owl-carousel .owl-item .filiale-infos-center {
height: 0px;
visibility: hidden;
opacity: 0;
transition: visibility 0s, opacity 0.5s linear;
}
.filiales-carousel-block-infos.owl-carousel .owl-item.active.center .filiale-infos-center {
height: 100%;
visibility: visible;
opacity: 1;
}
.filiales-carousel-block-infos .owl-item.active.center .filiale-image img {
max-height: 100px;
margin-bottom: 24px;
-webkit-filter: grayscale(0%); filter: grayscale(0%);
}
.filiales-carousel-block-infos .owl-item .filiale-image img {
max-height: 50px;
-webkit-filter: grayscale(100%); filter: grayscale(100%);
}
.filiale-info-inner {
text-align: center;
margin-bottom: 12px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: flex-start;
}
span.filiale-icon {
padding: 0;
margin: 0;
width: 20px;
height: 20px;
margin-inline-end: 10px;
}
span.filiale-icon svg {
padding: 0;
margin: 0;
width: 20px !important;
height: 20px !important;
}
.filiale-info-inner a,
.filiale-info-inner span {
font-size: 16px;
font-weight: 500;
line-height: 1.5;
color: #0d173c;
}
.filiale-info-inner a {
text-decoration: underline;
}
.filiales-carousel-block-infos.owl-carousel .owl-stage {
display: flex;
align-items: center;
}
.filiales-carousel-block-infos.owl-carousel {
position: relative;
}
.filiales-carousel-block-infos.owl-carousel .owl-nav {
position: absolute;
top: 40%;
margin: 0;
width: 100%;
display: flex;
justify-content: space-between;
}
.filiales-carousel-block-infos.owl-carousel .owl-nav button.owl-prev,
.filiales-carousel-block-infos.owl-carousel .owl-nav button.owl-next {
position: absolute;
width: 40px;
height: 40px;
flex-grow: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
padding: 7px 4px;
border-radius: 50px;
background-color: #ffe54a;
}
.filiales-carousel-block-infos.owl-carousel .owl-nav button.owl-prev {
left: 27%;
}
.filiales-carousel-block-infos.owl-carousel .owl-nav button.owl-next {
right: 27%;
}
} .rh-first-text {
max-width: 900px;
margin: 0 auto;
font-size: 16px;
font-weight: 400;
line-height: 1.75;
text-align: center;
color: #111e4f;
padding-bottom: 10px;
} .wp-block-cevital-experience {
padding: 80px 0;
}
.experience-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}
.experience-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 40px;
}
.experience-card {
flex-grow: 0;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
gap: 0;
padding: 16px 24px;
border-radius: 28px;
background-color: #fffbe7;
text-align: center;
transition: all 0.3s ease;
cursor: pointer;
}
.experience-card:hover {
box-shadow: 0 8px 10px 0 rgba(30, 55, 143, 0.15),
8px 8px 10px 0 rgba(30, 55, 143, 0.15);
background-color: #1e378f;
transform: translateY(-10px);
.experience-icon {
background-color: #ffffff;
}
.experience-title {
color: #ffffff;
}
.experience-text {
color: #ffffff;
}
}
.experience-icon {
width: 48px;
height: 48px;
padding: 0;
border-radius: 8px;
background-color: #ffe54a;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 24px;
}
.experience-icon img {
width: 32px;
height: 32px;
object-fit: contain;
}
.experience-title {
font-size: 18px;
font-weight: 600;
text-align: center;
color: #0d173c;
margin-bottom: 18px;
}
.experience-text {
font-size: 15px;
font-weight: 400;
line-height: 1.87;
text-align: center;
color: #4b5fa5;
}
@media (max-width: 991px) {
.experience-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 576px) {
.experience-grid {
grid-template-columns: 1fr;
}
.experience-card {
padding: 20px;
}
} .cevital-faq-block .faq-hidden {
display: none;
}
.cevital-faq-block .faq-item {
margin-bottom: 20px;
}
.cevital-faq-block .faq-question {
margin: 0;
padding: 15px;
background: #f5f5f5;
cursor: pointer;
position: relative;
}
.cevital-faq-block .faq-answer {
padding: 15px;
display: none;
}
.cevital-faq-block .faq-item.active .faq-answer {
display: block;
}
.cevital-faq-block .faq-see-more {
display: block;
margin: 20px auto 0 auto;
padding: 10px 30px;
background: #0057b8;
color: #fff;
border: none;
border-radius: 4px;
font-weight: bold;
cursor: pointer;
transition: background 0.2s;
}
.cevital-faq-block .faq-see-more:hover {
background: #003e7e;
} .cevital-faq-block .faq-item {
border-bottom: solid 1px #e9ebf4;
background: #fff;
transition: background 0.2s;
padding: 0px;
margin-bottom: 0 !important;
}
.cevital-faq-block .faq-item:last-child {
border-bottom: none;
}
.cevital-faq-block .faq-question {
width: 100%;
background: none;
border: none;
padding: 24px 60px 24px 24px;
cursor: pointer;
outline: none;
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 20px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 2.1;
letter-spacing: normal;
color: #0d173c;
}
.cevital-faq-block .faq-question::after {
content: "+";
font-size: 24px;
font-weight: 500;
color: #000000;
position: absolute;
right: 32px;
top: 50%;
transform: translateY(-50%);
transition: transform 0.2s, color 0.2s;
}
.cevital-faq-block .faq-item.active .faq-question::after {
content: "−";
color: #000000;
transform: translateY(-50%) rotate(180deg);
}
.cevital-faq-block .faq-answer {
padding: 0 32px 24px 32px;
font-size: 15px;
line-height: 1.47;
color: #0d173c;
animation: faqOpen 0.3s;
}
@keyframes faqOpen {
from {
opacity: 0;
transform: translateY(-50px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.cevital-faq-block .faq-hidden {
display: none;
}
.cevital-faq-block .faq-see-more {
display: block;
margin: 32px auto 0 auto;
padding: 8px 20px;
border-radius: 8px;
background-color: #00218f;
color: #fff;
border: none;
font-size: 16px;
font-weight: 600;
line-height: 1.5;
letter-spacing: 0.18px;
text-align: center;
color: #fff;
cursor: pointer;
transition: background 0.2s;
box-shadow: 0 2px 8px rgba(30, 55, 143, 0.07);
}
.cevital-faq-block .faq-see-more:hover {
background: #003e7e;
} .wp-block-cevital-experience-titre-video {
position: relative;
z-index: 0;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 40px 60px;
border-radius: 24px;
.about-text-video {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
justify-content: flex-start;
align-items: center;
padding: 0;
}
.about-text-video-content {
width: 65%;
flex: 0 0 65%;
}
.about-media-column {
width: 35%;
flex: 0 0 35%;
}
.video-play-button {
position: absolute;
top: 56%;
left: 56%;
}
h2 {
font-size: 48px;
font-weight: 700;
line-height: 1.2;
color: #000;
}
} .hide-elements {
display: none;
} .wp-block-cevital-activites-cards .activites-cards-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
margin: 0;
padding: 0;
}
.wp-block-cevital-activites-cards .activite-card {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: stretch;
padding: 20px;
border-radius: 8px;
border: solid 1px #e9ebf4;
background-color: #fff;
transition: all 0.3s ease;
overflow: hidden;
position: relative;
}
.wp-block-cevital-activites-cards .activite-card img {
width: 100%;
height: 266px;
object-fit: cover;
border-radius: 8px;
border: solid 1px #e9ebf4;
margin-bottom: 40px;
overflow: hidden;
transition: all 0.3s ease;
}
.wp-block-cevital-activites-cards .activite-card-title {
font-size: 18px;
font-weight: 600;
color: #0d173c;
text-transform: uppercase;
margin-bottom: 8px;
}
.wp-block-cevital-activites-cards .activite-card-text {
font-size: 14px;
line-height: 1.87;
color: #4b5fa5;
margin-bottom: 16px;
}
.wp-block-cevital-activites-cards .activite-card-btn {
display: inline-block;
font-size: 16px;
font-weight: 600;
letter-spacing: -0.41px;
color: #1e378f;
text-decoration: underline;
svg {
margin-inline-start: 8px !important;
vertical-align: middle;
}
}
.wp-block-cevital-activites-cards .activite-card:hover {
box-shadow: 10px 10px 29px 0 rgba(1, 176, 242, 0.2),
4px 4px 8px 0 rgba(1, 176, 242, 0.25);
border: solid 1px #64b5f6;
background-color: #64b5f6;
transform: translateY(-5px);
&& .activite-card-title {
color: #fff;
}
&& .activite-card-text {
color: #fff;
}
&& .activite-card-btn {
color: #fff !important;
}
&& img {
transform: scale(1.2);
border: none;
}
} .postid-216 .wp-block-cevital-activites-cards .activite-card:hover,
.postid-1178 .wp-block-cevital-activites-cards .activite-card:hover,
.postid-1172 .wp-block-cevital-activites-cards .activite-card:hover {
box-shadow: 10px 10px 29px 0 rgba(245, 124, 124, 0.2),
4px 4px 8px 0 rgba(245, 124, 124, 0.25);
border: solid 1px #f57c7c;
background-color: #f57c7c;
} .postid-1150 .wp-block-cevital-activites-cards .activite-card:hover,
.postid-1182 .wp-block-cevital-activites-cards .activite-card:hover,
.postid-1169 .wp-block-cevital-activites-cards .activite-card:hover {
box-shadow: 10px 10px 29px 0 rgba(255, 167, 38, 0.2),
4px 4px 8px 0 rgba(255, 167, 38, 0.25);
border: solid 1px #ffa726;
background-color: #ffa726;
} .postid-1153 .wp-block-cevital-activites-cards .activite-card:hover,
.postid-1186 .wp-block-cevital-activites-cards .activite-card:hover,
.postid-1174 .wp-block-cevital-activites-cards .activite-card:hover {
box-shadow: 10px 10px 29px 0 rgba(102, 187, 106, 0.2),
4px 4px 8px 0 rgba(102, 187, 106, 0.25);
border: solid 1px #66bb6a;
background-color: #66bb6a;
} .postid-1157 .wp-block-cevital-activites-cards .activite-card:hover,
.postid-1180 .wp-block-cevital-activites-cards .activite-card:hover,
.postid-1199 .wp-block-cevital-activites-cards .activite-card:hover {
box-shadow: 10px 10px 29px 0 rgba(92, 107, 192, 0.2),
4px 4px 8px 0 rgba(92, 107, 192, 0.25);
border: solid 1px #5c6bc0;
background-color: #5c6bc0;
}
.wp-block-cevital-activites-cards.activites-cards-block .activites-cards-more-wrapper {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin: 40px 0;
}
.wp-block-cevital-activites-cards.activites-cards-block button.activites-cards-more-btn {
padding: 8px 20px;
border-radius: 8px;
background-color: #00218f;
font-size: 16px;
font-weight: 600;
line-height: 1.5;
letter-spacing: 0.18px;
text-align: center;
color: #fff;
border: none;
outline: none;
cursor: pointer;
}
@media (max-width: 1024px) {
.wp-block-cevital-activites-cards .activites-cards-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 700px) {
.wp-block-cevital-activites-cards .activites-cards-grid {
grid-template-columns: 1fr;
}
} .wp-block-cevital-activites-cards .activite-card.hidden-card {
display: none;
}
.wp-block-cevital-activites-cards.show-all .activite-card.hidden-card {
display: flex;
} .blog-cards-grid {
width: 100%;
margin: 0 auto;
padding: 20px 0;
} .blog-cards-row-top {
display: flex;
flex-wrap: wrap;
margin-bottom: 30px;
gap: 24px;
}
.blog-card-title-only {
flex: 0 0 calc(66.666% - 12px);
background-color: #ffec90;
padding: 30px;
border-radius: 24px;
display: flex;
align-items: stretch;
flex-direction: column;
align-content: flex-start;
justify-content: flex-end;
flex-wrap: nowrap;
background-image: url(//chak.kyo.digital/wp-content/themes/cevital/assets/img/cevital-activites-blog-1.jpg);
background-size: cover;
background-position: left top;
background-repeat: no-repeat;
position: relative;
min-height: 302px;
.blog-card-title {
margin: 0;
}
.blog-card-title a {
text-decoration: none;
font-size: 40px;
font-weight: 700;
letter-spacing: -0.1px;
color: #000;
}
.blog-card-footer {
margin-top: 8px;
a {
font-size: 16px;
font-weight: 600;
letter-spacing: -0.41px;
color: #000;
text-decoration: underline;
}
}
}
.blog-card-secondary {
flex: 0 0 calc(33.333% - 12px);
background-color: #fff;
padding: 30px;
border-radius: 24px;
background-image: url(//chak.kyo.digital/wp-content/themes/cevital/assets/img/cevital-activites-blog-2.jpg);
background-size: cover;
background-position: left top;
background-repeat: no-repeat;
position: relative;
min-height: 302px;
.blog-card-title a {
font-size: 18px;
font-weight: 600;
line-height: 1.56;
letter-spacing: -0.05px;
color: #343434;
}
.blog-card-excerpt {
font-size: 14px;
font-weight: 500;
letter-spacing: -0.41px;
color: rgba(52, 52, 52, 0.7);
}
.blog-card-footer {
span.blog-card-date {
font-size: 14px;
font-weight: 500;
letter-spacing: -0.41px;
color: #98a3cb;
}
a.blog-card-link {
font-size: 16px;
font-weight: 600;
letter-spacing: -0.41px;
color: #1e378f;
text-decoration: underline;
}
}
} .blog-cards-row-bottom {
display: flex;
flex-wrap: nowrap;
gap: 24px;
}
.blog-card-bottom {
flex: 0 0 calc(33.333% - 16px);
padding: 30px;
border-radius: 24px;
background-image: url(//chak.kyo.digital/wp-content/themes/cevital/assets/img/cevital-activites-blog-2.jpg);
background-color: #fff;
background-size: cover;
background-position: left top;
background-repeat: no-repeat;
position: relative;
min-height: 302px;
}
.blog-card-bottom:nth-child(2) {
background-image: url(//chak.kyo.digital/wp-content/themes/cevital/assets/img/cevital-activites-blog-4.jpg);
}
.blog-card-bottom:nth-child(3) {
background-image: url(//chak.kyo.digital/wp-content/themes/cevital/assets/img/cevital-activites-blog-5.jpg);
.blog-card-title a,
.blog-card-excerpt,
a.blog-card-link {
color: #ffffff;
}
.blog-card-title a:hover {
color: #ffffff;
}
} .blog-card-title-only,
.blog-card-secondary,
.blog-card-bottom {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-card-title-only:hover,
.blog-card-secondary:hover,
.blog-card-bottom:hover {
transform: translateY(-5px);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.blog-card-content {
height: 100%;
display: flex;
flex-direction: column;
.blog-card-title {
margin: 0 0 16px 0;
}
.blog-card-title a {
font-size: 18px;
font-weight: 600;
line-height: 1.56;
letter-spacing: -0.05px;
color: #343434;
}
.blog-card-title a:hover {
color: #000;
}
.blog-card-excerpt {
font-size: 14px;
font-weight: 500;
letter-spacing: -0.41px;
color: rgba(52, 52, 52, 0.7);
}
.blog-card-footer {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: auto;
}
.blog-card-date {
font-size: 14px;
font-weight: 500;
letter-spacing: -0.41px;
color: #98a3cb;
}
.blog-card-link {
font-size: 16px;
font-weight: 600;
letter-spacing: -0.41px;
color: #1e378f;
text-decoration: underline;
transition: color 0.3s ease;
}
.blog-card-link:hover {
color: #000;
}
.blog-card-link svg {
margin-inline-start: 5px;
transition: transform 0.3s ease;
}
.blog-card-link:hover svg {
transform: translateX(5px);
}
}  .archive-content {
min-height: 200px;
padding: 8px 20px 20px;
}
.archive-content.loading::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
background: rgba(255, 255, 255, 0.8);
z-index: 1;
}
.archive-content.loading::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 40px;
height: 40px;
border: 4px solid #ffe54a;
border-top: 4px solid #1e378f;
border-radius: 50%;
animation: spin 1s linear infinite;
z-index: 2;
}
@keyframes spin {
0% {
transform: translate(-50%, -50%) rotate(0deg);
}
100% {
transform: translate(-50%, -50%) rotate(360deg);
}
} .daterangepicker {
font-family: var(--font-primary);
border-radius: 8px;
border: 1px solid #ddd;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.daterangepicker .calendar-table {
border: none;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
background-color: #1e378f !important;
}
.daterangepicker.show-calendar .drp-buttons {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
justify-content: flex-end;
align-items: center;
}
.daterangepicker .drp-selected {
font-size: 14px;
padding-right: 0;
font-weight: 600;
float: left;
padding-top: 12px;
padding-left: 10px;
}
.daterangepicker .drp-buttons .btn {
border-radius: 6px;
padding: 6px 12px;
}
.daterangepicker .drp-buttons .btn.btn-primary {
background-color: #1e378f;
border: none;
padding: 10px 20px;
color: #fff;
cursor: pointer;
}
.daterangepicker .drp-buttons .btn.btn-sm.btn-default {
border: none;
padding: 10px 20px;
color: #1e378f;
cursor: pointer;
} .daterangepicker.rtl {
direction: rtl;
}
.daterangepicker.rtl .calendar-table {
direction: rtl;
}
.daterangepicker.rtl .drp-calendar.left {
float: right;
}
.daterangepicker.rtl .drp-calendar.right {
float: left;
} .archive-filter-form {
display: flex;
gap: 8px;
align-items: center;
margin-bottom: 20px;
flex-wrap: wrap;
width: 100%;
}
.date-range-container {
position: relative;
width: 24%;
}
.calendar-icon {
position: absolute;
right: 12px;
top: 50%;
transform: translateY(-50%);
width: 16px;
height: 16px;
pointer-events: none;
}
.btn-reset {
padding: 8px 16px;
opacity: 0.5;
border-radius: 8px;
border: solid 2px #1e378f;
background: none;
text-decoration: none;
text-align: center;
width: calc(14% - 8px);
font-size: 16px;
font-weight: 500;
line-height: 1.38;
letter-spacing: -0.41px;
color: #1e378f;
}
.btn-search {
padding: 8px 16px;
border-radius: 8px;
background-color: #ffe54a;
border: none;
cursor: pointer;
height: 44px;
width: calc(14% - 8px);
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
font-weight: 500;
line-height: 1.38;
letter-spacing: -0.41px;
color: #0d173c;
gap: 8px;
}
.search-icon {
width: 16px;
height: 16px;
}
.results-container {
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 24px;
flex-wrap: wrap;
}
.results-count {
font-size: 18px;
font-weight: 600;
line-height: 1.56;
color: #b59809;
}
.results-text {
font-size: 18px;
font-weight: 500;
line-height: 1.56;
color: #4b5fa5;
}
.btn-sort {
display: inline-flex;
align-items: center;
gap: 8px;
border: 2px solid #1e378f;
color: #1e378f;
background: #fff;
border-radius: 8px;
padding: 6px 18px;
font-weight: 600;
text-decoration: none;
font-size: 16px;
transition: background 0.2s;
margin-inline-start: auto;
}
.btn-sort:hover {
background: #1e378f;
color: #fff;
}
.btn-sort:hover i {
color: #fff;
}
.sort-icon {
font-size: 18px;
}
form.archive-filter-form input,
form.archive-filter-form select {
outline: none;
padding: 8px 16px;
border-radius: 8px;
font-size: 16px;
font-weight: 500;
line-height: 1.2;
letter-spacing: -0.32px;
color: rgba(0, 0, 0, 0.5);
height: 44px;
width: calc(24% - 8px);
border: solid 1px rgba(0, 0, 0, 0.2);
background-color: #fff;
}
input#daterange {
width: 100%;
}
form.archive-filter-form select {
appearance: none;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>') no-repeat;
background-position: calc(100% - 10px) center;
background-size: 20px;
padding-right: 20px;
} .blog-archive-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-auto-rows: auto;
gap: 24px;
margin-bottom: 50px;
}
.blog-archive-grid .first-post {
grid-column: span 2;
grid-row: span 1;
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
transition: transform 0.3s ease;
min-height: 465px;
}
.blog-archive-grid .archive-item:not(.first-post) {
width: 100%;
position: relative;
padding: 0;
border-radius: 14px;
box-shadow: 0 24px 44px 0 rgba(0, 33, 143, 0.1);
border: solid 1px #eaeaea;
background-color: #fff;
transition: transform 0.3s ease;
}
.blog-archive-grid .archive-item:hover {
transform: translateY(-10px);
}
.blog-archive-grid .archive-image {
position: relative;
overflow: hidden;
border-radius: 14px 14px 0 0;
}
.blog-archive-grid .archive-image:not(.first-post-image) {
max-height: 263px;
height: 263px;
overflow: hidden;
}
.blog-archive-grid .archive-image img {
width: 100%;
max-width: 100%;
height: -webkit-fill-available;
object-fit: cover;
transition: transform 0.3s ease;
}
.blog-archive-grid .archive-item:hover .archive-image img {
transform: scale(1.05);
}
.blog-archive-grid .first-post-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
object-fit: contain;
border-radius: 14px;
padding: 0;
margin: 0;
display: flex;
align-items: flex-start;
justify-content: flex-end;
align-content: flex-start;
flex-wrap: nowrap;
flex-direction: column;
transition: transform 0.3s ease;
}
.blog-archive-grid .archive-item:hover .first-post-image {
transform: scale(1.02);
}
.blog-archive-grid .first-post-image::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), #000);
}
.blog-archive-grid .first-post-content {
padding: 30px;
color: #fff;
z-index: 1;
}
.blog-archive-grid .archive-item:not(.first-post) .archive-category {
margin-bottom: 15px;
position: absolute;
right: 12px;
top: 12px;
}
.blog-archive-grid .archive-category a {
padding: 6px 12px;
border-radius: 6px;
background-color: #ffe54a;
font-size: 14px;
font-weight: 600;
line-height: 1.43;
color: #343434;
}
.blog-archive-grid .archive-title {
line-height: 22px;
margin-bottom: 4px;
}
.blog-archive-grid .archive-title a {
font-size: 18px;
font-weight: 600;
line-height: 22px;
letter-spacing: -0.05px;
color: #343434;
}
.blog-archive-grid .first-post .archive-title {
margin: 16px 0;
}
.blog-archive-grid .first-post .archive-title a {
font-size: 40px;
font-weight: 600;
line-height: 48px;
letter-spacing: -0.1px;
color: #fff;
margin: 16px 0;
}
.blog-archive-grid .archive-excerpt p {
font-size: 14px;
font-weight: 500;
letter-spacing: -0.41px;
color: #343434b3;
margin-bottom: 16px;
}
.blog-archive-grid .archive-meta {
display: flex;
justify-content: space-between;
align-items: center;
}
.blog-archive-grid .archive-date {
font-size: 14px;
font-weight: 500;
letter-spacing: -0.41px;
color: #98a3cb;
}
.blog-archive-grid .archive-link {
text-decoration: underline;
font-size: 16px;
font-weight: 600;
letter-spacing: -0.41px;
color: #1e378f;
display: inline-flex;
align-items: center;
gap: 8px;
transition: color 0.3s ease;
}
.blog-archive-grid .first-post .archive-link {
color: #fff;
}
.blog-archive-grid .archive-link:hover {
opacity: 0.9;
}
.blog-archive-grid .archive-card-arrow {
transition: transform 0.3s ease;
}
.blog-archive-grid .archive-link:hover .archive-card-arrow {
transform: translateX(5px);
} .archive-pagination {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: center;
gap: 8px;
margin-top: 40px;
}
.archive-pagination .page-numbers {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50px;
border: solid 1px #e9ebf4;
color: #0d173c;
text-decoration: none;
font-size: 16px;
font-weight: 500;
line-height: 1.5;
transition: all 0.3s ease;
margin: 0 8px;
}
.archive-pagination .page-numbers:hover:not(.disabled) {
background-color: #ffe54a;
border: solid 1px #ffe54a;
color: #0d173c;
}
.archive-pagination .page-numbers.current {
background-color: #ffe54a;
border: solid 1px #ffe54a;
color: #0d173c;
}
.archive-pagination .page-numbers.disabled {
cursor: not-allowed;
color: #1e378f;
opacity: 0.4;
border-radius: 50px;
border: solid 1px #1e378f;
}
.archive-pagination .page-numbers.disabled:hover {
background-color: transparent;
color: #98a3cb;
}
.archive-pagination .page-numbers.prev,
.archive-pagination .page-numbers.next {
font-size: 16px;
color: #1e378f;
border-radius: 50px;
border: solid 1px #1e378f;
}
.archive-pagination .page-numbers.prev:hover:not(.disabled),
.archive-pagination .page-numbers.next:hover:not(.disabled) {
color: #ffffff;
background-color: #1e378f;
} .single-post-main {
padding-bottom: 60px;
.container img {
border-radius: 16px;
}
} .single-hero-section {
background-color: #f8f9fa;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
padding: 250px 0;
margin-bottom: 40px;
}
.single-hero-section::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
object-fit: contain;
opacity: 0.8;
border-radius: 0 0 48px 0;
background-image: linear-gradient(177deg,
#111e4f 8%,
rgba(27, 50, 131, 0.84) 83%,
rgba(30, 55, 143, 0.8) 101%);
z-index: 1;
}
.single-hero-section::after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: -1px;
object-fit: contain;
background: transparent;
background-image: url(//chak.kyo.digital/wp-content/themes/cevital/assets/img/heros-section-bottom-cover.png);
z-index: 1;
background-repeat: no-repeat;
background-position: left bottom;
}
.single-hero-content {
text-align: center;
position: relative;
z-index: 2;
.post-category {
display: inline-block;
padding: 8px 20px;
border-radius: 8px;
background-color: #6879b4;
font-size: 18px;
font-weight: 600;
line-height: 1;
text-align: center;
color: #fff;
margin-bottom: 30px;
}
.entry-title {
font-size: 64px;
font-weight: 600;
line-height: 1.09;
letter-spacing: 0.32px;
text-align: center;
color: #ffe54a;
margin-bottom: 30px;
}
.post-date {
font-size: 18px;
font-weight: 500;
line-height: 1.78;
letter-spacing: -0.41px;
text-align: center;
color: rgba(255, 255, 255, 0.8);
}
} .row {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}
.col-lg-8 {
flex: 0 0 66.666667%;
max-width: 66.666667%;
padding: 0 15px;
}
.col-lg-4 {
flex: 0 0 33.333333%;
max-width: 33.333333%;
padding: 0 15px;
} .sidebar-similar-posts {
background: transparent;
box-shadow: none;
padding: 0;
border-radius: 0;
h3 {
font-size: 20px;
font-weight: 600;
line-height: 2.1;
color: #152766;
margin-bottom: 24px;
}
.similar-post-card {
margin-bottom: 16px;
overflow: hidden;
transition: box-shadow 0.2s;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
padding: 0;
border-radius: 14px;
box-shadow: 0 24px 44px 0 rgba(0, 33, 143, 0.1);
border: solid 1px #eaeaea;
background-color: #fff;
height: 100%;
}
.similar-post-card:last-child {
margin-bottom: 0;
}
.similar-post-card:hover {
box-shadow: 0 12px 32px 0 rgba(34, 48, 106, 0.16);
}
.similar-post-thumb {
flex: 0 0 90px;
max-width: 90px;
height: auto;
overflow: hidden;
border-radius: 12px 0 0 12px;
background: #f3f6fa;
display: flex;
align-items: center;
justify-content: center;
}
.similar-post-thumb a {
width: 100%;
height: 100%;
}
.similar-post-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.similar-post-info {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
padding: 16px 18px 16px 16px;
}
.similar-post-title a {
font-size: 16px;
font-weight: 600;
line-height: 1.75;
letter-spacing: -0.04px;
color: #343434;
}
.similar-post-title a {
color: inherit;
text-decoration: none;
transition: color 0.2s;
}
.similar-post-title a:hover {
color: #1b3283;
}
.similar-post-meta {
display: flex;
align-items: center;
gap: 12px;
justify-content: space-between;
}
.similar-post-date {
font-size: 14px;
font-weight: 500;
letter-spacing: -0.41px;
color: #98a3cb;
}
.similar-post-link {
font-size: 16px;
font-weight: 600;
letter-spacing: -0.41px;
color: #1e378f;
text-decoration: underline;
}
}
@media (max-width: 600px) {
.similar-post-card {
flex-direction: column;
align-items: flex-start;
}
.similar-post-thumb {
width: 100%;
max-width: 100%;
height: 180px;
border-radius: 16px 16px 0 0;
}
.similar-post-info {
padding: 15px;
}
} .page-template-page-nos-filiales .wp-block-cevital-hero-section .hero-content h2 {
color: #ffe54a;
}
.filiales-carousel-container {
.owl-carousel.page-nos-filiales-carousel.owl-loaded.owl-drag .owl-stage {
display: flex;
align-items: center;
}
.filiale-carousel-image {
display: flex;
align-items: center;
justify-content: center;
padding: 60px;
transition: all 0.3s ease;
}
.owl-item.active.center .filiale-carousel-image {
padding: 10px;
}
.filiale-carousel-image img {
max-width: 200px;
max-height: 100px;
width: auto !important;
height: auto;
filter: grayscale(100%);
opacity: 0.7;
scale: 0.9;
transition: all 0.3s ease;
}
.owl-item.active.center .filiale-carousel-image img {
filter: grayscale(0%);
opacity: 1;
scale: 1;
}
.owl-carousel.page-nos-filiales-carousel .owl-nav {
position: absolute;
top: 40%;
margin: 0;
width: 100%;
display: flex;
justify-content: space-between;
}
.owl-carousel.page-nos-filiales-carousel .owl-nav button.owl-prev,
.owl-carousel.page-nos-filiales-carousel .owl-nav button.owl-next {
position: absolute;
width: 40px;
height: 40px;
flex-grow: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
padding: 7px 4px;
border-radius: 50px;
background-color: #ffe54a;
}
.owl-carousel.page-nos-filiales-carousel .owl-nav button.owl-prev {
left: 35%;
}
.owl-carousel.page-nos-filiales-carousel .owl-nav button.owl-next {
right: 35%;
}
}
.filiales-listing {
position: relative;
padding-bottom: 120px;
&&::before {
content: "";
width: 100%;
display: block;
position: absolute;
left: 0px;
top: 0px;
height: 94%;
transform: rotate(-2.33deg);
border-radius: 32px;
background-color: rgba(0, 132, 255, 0.2);
z-index: -1;
}
.filiale-item.active-filiale {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: stretch;
gap: 40px;
padding: 48px;
border-radius: 32px;
box-shadow: 0 80.6px 105.7px 0 rgba(51, 51, 51, 0.1);
border: solid 1px #e9ebf4;
background-color: #fff;
.filiale-header {
display: flex;
flex-direction: row;
align-items: center;
align-content: center;
justify-content: flex-start;
flex-wrap: wrap;
}
.filiale-image {
max-width: 150px;
max-height: 150px;
width: 100%;
height: auto;
}
.filiale-main-image img {
max-width: 150px;
max-height: 150px;
width: auto !important;
height: auto;
}
.filiale-header h3 {
font-size: 24px;
font-weight: 600;
line-height: 1.33;
letter-spacing: -0.41px;
color: #0c0047;
margin-inline-start: 20px;
}
.filiale-description p {
font-size: 16px;
line-height: 1.38;
text-align: justify;
color: #111e4f;
margin-bottom: 16px;
}
.filiale-description p:last-child {
margin-bottom: 0px;
}
.filiales-contact-container {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: stretch;
justify-content: flex-start;
align-items: stretch;
height: fit-content;
}
.filiales-map {
flex: 1 1 0px;
display: flex;
align-content: stretch;
align-items: stretch;
flex-wrap: wrap;
}
.filiale-field.filiale-lien_google_map {
display: flex;
flex: 1 1 0px;
}
.filiales-map iframe {
height: 100%;
border-radius: 8px;
border: solid 1px #b9c1dc !important;
}
.filiales-contact-info {
width: 50%;
display: flex;
flex-direction: column;
padding-inline-start: 24px;
}
.filiales-contact-info .filiale-field {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 16px;
align-items: center;
padding: 16px 8px;
border-bottom: solid 1px #e9ebf4;
.field-content {
font-size: 14px;
line-height: 1.4;
color: #4b5fa5;
}
.field-label {
font-size: 16px;
font-weight: 500;
color: #0d173c;
}
}
.field-icon {
flex-shrink: 0;
width: 24px;
height: 24px;
}
.field-icon svg {
width: 24px;
height: 24px;
}
.filiale-field a {
color: #1e378f;
text-decoration: none;
transition: color 0.2s ease;
}
.filiale-field a:hover {
color: #0c0047;
text-decoration: underline;
}
.field-content {
display: flex;
flex-direction: column;
gap: 8px;
flex: 1;
}
}
} .filiale-item {
transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.filiale-item.fade-out {
opacity: 0;
transform: translateY(-20px);
}
.filiale-item.fade-in {
opacity: 0;
transform: translateY(20px);
animation: fadeInFiliale 0.4s ease-in-out forwards;
}
@keyframes fadeInFiliale {
to {
opacity: 1;
transform: translateY(0);
}
} .testimonials-carousel-block {
padding: 0;
position: relative;
overflow: hidden;
}
.testimonials-carousel-content {
position: relative;
z-index: 2;
}
.testimonial-item {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-content: center;
align-items: center;
justify-content: center;
}
.testimonial-icon {
margin: 60px 0 40px 0;
}
.testimonial-icon svg {
width: 80px;
height: 76px;
transform: rotate(180deg);
}
.testimonial-author-info {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
}
.testimonial-text {
max-width: 900px;
margin: auto;
font-size: 18px;
font-weight: 600;
font-style: italic;
line-height: 1.53;
text-align: center;
color: #1b3282;
}
.testimonial-author {
display: flex;
align-items: center;
gap: 15px;
margin-top: 20px;
}
.testimonial-author-info {
flex: 1;
}
.testimonial-author-name {
font-size: 16px;
font-weight: 600;
line-height: 1.2;
text-align: center;
color: #152766;
margin-inline-end: 5px;
}
.testimonial-author-position {
font-size: 16px;
font-weight: 500;
line-height: 1.2;
text-align: center;
color: #152766;
margin: 0;
} .testimonials-carousel .owl-nav {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
display: flex;
justify-content: space-between;
}
.testimonials-carousel .owl-nav button.owl-next,
.testimonials-carousel .owl-nav button.owl-prev {
width: 40px;
height: 40px;
flex-grow: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
padding: 7px 4px;
border-radius: 50px;
background-color: #ffe54a !important;
color: #0d173c;
}
.testimonials-carousel .owl-nav button.owl-prev {
left: -25px;
}
.testimonials-carousel .owl-nav button.owl-next {
right: -25px;
} [dir="rtl"] .testimonials-carousel .owl-nav button.owl-prev {
left: auto;
right: -25px;
}
[dir="rtl"] .testimonials-carousel .owl-nav button.owl-next {
right: auto;
left: -25px;
} .cevital-rejoignez-nous-block {
position: relative;
padding: 0 0 120px 0;
&::before {
content: "";
display: block;
width: 100%;
height: 97%;
transform: rotate(-2.5deg);
border-radius: 48px;
background-color: #e9ebf4;
position: absolute;
top: -20px;
left: 20px;
right: 0;
z-index: -1;
margin: auto;
}
.wp-block-cevital-title {
margin-bottom: 46px;
}
.rejoignez-nous-row {
padding-top: 170px;
}
.rejoignez-nous-row .container {
display: flex;
flex-direction: row;
position: relative;
overflow: visible;
height: 650px;
&::before {
content: "";
display: block;
width: 100%;
height: 100%;
max-height: 850px;
transform: rotate(-2.5deg);
border-radius: 48px;
background-color: #4b5fa5;
background-image: url(//chak.kyo.digital/wp-content/themes/cevital/assets/img/cevital-join-us-mask.svg);
background-size: cover;
background-repeat: no-repeat;
background-position-x: -10px;
background-position-y: -50px;
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: -1;
margin: auto;
}
}
.rejoignez-nous-left {
flex: 1;
display: flex;
align-items: center;
padding: 0 70px;
max-width: 780px;
}
.rejoignez-nous-right {
width: 564px;
padding: 47px 40px 52px;
border-radius: 20px;
box-shadow: 0 80.6px 105.7px 0 rgba(51, 51, 51, 0.1);
background-color: #fff;
position: absolute;
right: -3%;
top: -25%;
}
.rejoignez-nous-left-content {
text-transform: uppercase;
font-size: 40px;
font-weight: 500;
line-height: 1.9;
text-align: start;
color: #fff;
}
.rejoignez-nous-left-content strong {
font-weight: 700;
}
input:not([type="checkbox"]):not([type="submit"]):not([type="file"]),
select,
textarea {
padding: 16px;
border-radius: 8px;
border: solid 1px rgba(10, 20, 47, 0.3);
height: 72px;
width: 100%;
margin-bottom: 16px;
font-size: 16px;
font-weight: 500;
text-align: start;
color: rgba(10, 22, 47, 0.6);
}
textarea {
height: 140px;
outline: none;
}
select {
appearance: none;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>') no-repeat;
background-position: calc(100% - 10px) center;
background-size: 20px;
padding-right: 20px;
color: rgba(10, 22, 47, 0.6);
}
select option:disabled {
color: rgba(10, 22, 47, 0.6);
}
input::placeholder {
color: rgba(10, 22, 47, 0.6);
}
input:focus,
select:focus {
outline: none;
}
.wpcf7-form-control-wrap span.wpcf7-list-item.first.last {
margin: 0;
}
input[type="checkbox"] {
width: 18px;
height: 18px;
margin-inline-end: 4px;
}
label.check-box-style span.wpcf7-not-valid-tip {
display: none;
}
label.check-box-style {
font-size: 16px;
font-weight: 500;
text-align: start;
color: #0d173c;
}
label.check-box-style a {
color: #b59809;
text-decoration: underline;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
margin: 28px 0 0;
padding: 8px 16px;
border-radius: 8px;
background-color: #ffe54a;
outline: none;
height: 44px;
border: none;
font-size: 16px;
font-weight: 500;
line-height: 1.38;
letter-spacing: -0.41px;
text-align: center;
color: #0d173c;
width: 100%;
}
span.wpcf7-spinner {
display: none;
}
.custom-file-upload {
border-radius: 8px;
border: solid 1px rgba(10, 20, 47, 0.3);
width: 100%;
margin-bottom: 16px;
height: 72px;
}
.custom-file-upload p {
display: flex;
align-items: center;
height: 72px;
padding: 16px;
}
.custom-file-upload input[type="file"] {
display: none;
}
.custom-file-upload #file-name-display {
color: rgba(10, 22, 47, 0.6);
font-size: 16px;
font-weight: 500;
text-align: start;
flex-grow: 1;
margin-inline-end: 10px;
}
.custom-browse-button {
padding: 8px 16px;
border-radius: 8px;
background-color: #1e378f;
color: white;
cursor: pointer;
}
} .communiques-de-presse-archive {
.blog-archive-grid {
grid-template-columns: repeat(1, 1fr);
}
.blog-archive-grid .archive-item {
display: flex;
flex-direction: row;
align-content: center;
justify-content: flex-start;
align-items: center;
height: 160px;
max-height: 160px;
overflow: hidden;
}
.blog-archive-grid .archive-image {
max-height: 160px;
height: 160px;
overflow: hidden;
flex: 0 0 340px;
max-width: 340px;
height: auto;
overflow: hidden;
border-radius: 12px 0 0 12px;
background: #f3f6fa;
display: flex;
align-items: center;
justify-content: center;
}
.blog-archive-grid .archive-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.blog-archive-grid .archive-content {
min-height: 0;
width: 100%;
padding: 20px;
}
.btn-search {
width: calc(17% - 8px);
}
.btn-reset {
width: calc(17% - 8px);
}
form.archive-filter-form input,
form.archive-filter-form select {
width: calc(33% - 8px);
}
.date-range-container {
width: 33%;
}
} .nos-publications-section {
margin-top: 60px;
margin-bottom: 60px;
.wp-block-cevital-title::before {
top: -25px;
}
.publications-grid {
display: flex;
gap: 32px;
flex-wrap: wrap;
justify-content: center;
margin-top: 40px;
}
.publication-item {
width: 240px;
min-height: 300px;
padding: 44px 24px;
border-radius: 14px;
box-shadow: 0 24px 44px 0 rgba(0, 33, 143, 0.1);
border: solid 1px #eaeaea;
background-color: #fff;
display: flex;
flex-direction: column;
justify-content: space-between;
transition: transform 0.3s;
}
.publication-item:hover {
transform: translateY(-15px);
}
.pub-card-yellow {
background: #fff7d1 url(//chak.kyo.digital/wp-content/themes/cevital/assets/img/download-yellow-card-bg.svg) no-repeat center center;
background-size: cover;
}
.pub-card-blue {
background: #e9ecf6 url(//chak.kyo.digital/wp-content/themes/cevital/assets/img/download-bleu-card-bg.svg) no-repeat center center;
background-size: cover;
}
.publication-title {
font-size: 18px;
font-weight: 600;
line-height: 1.56;
letter-spacing: -0.05px;
text-align: start;
color: #343434;
margin-bottom: 16px;
}
.publication-date {
font-size: 14px;
font-weight: 500;
letter-spacing: -0.41px;
text-align: start;
color: #4b5fa5;
}
.publication-link {
font-weight: 600;
text-decoration: underline;
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 16px;
font-weight: 600;
letter-spacing: -0.41px;
text-align: start;
color: #1e378f;
}
.publication-link img {
width: 18px;
height: 18px;
}
.publications-pagination {
display: flex;
justify-content: center;
margin: 32px 0 0 0;
.pub-page-btn {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50px;
border: solid 1px #e9ebf4;
color: #0d173c;
text-decoration: none;
font-size: 16px;
font-weight: 500;
line-height: 1.5;
transition: all 0.3s ease;
margin: 0 8px;
}
.pub-page-btn.active:hover:not(.disabled) {
background-color: #ffe54a;
border: solid 1px #ffe54a;
color: #0d173c;
}
.pub-page-btn.active {
background-color: #ffe54a;
border: solid 1px #ffe54a;
color: #0d173c;
}
}
}
.page-template-page-communiques-de-press {
.hero-button.hero-button-primary {
position: relative;
padding: 10px 20px 10px 40px;
&&::before {
content: "";
background-image: url(//chak.kyo.digital/wp-content/themes/cevital/assets/img/cevital-download-outline-btn.svg);
background-size: contain;
position: absolute;
top: 10px;
left: 12px;
display: block;
z-index: 1;
width: 20px;
height: 20px;
filter: brightness(0) saturate(100%) invert(6%) sepia(35%) saturate(5497%) hue-rotate(200deg) brightness(83%) contrast(121%);
}
}
.hero-button.hero-button-primary:hover {
&&::before {
filter: brightness(0) saturate(100%) invert(100%) sepia(13%) saturate(0%) hue-rotate(20deg) brightness(104%) contrast(101%);
}
}
} .cevital-contact-presse-block {
background-size: contain;
background-position: center;
background-repeat: no-repeat;
padding: 120px 60px 0;
position: relative;
.cevital-contact-presse-content {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: center;
.cevital-contact-presse-left {
display: flex;
flex-direction: column;
width: 50%;
}
.cevital-contact-presse-right {
display: flex;
width: 50%;
img.cevital-contact-presse-image {
max-width: 100%;
width: 100%;
margin-bottom: 5px;
}
}
h2.cevital-contact-presse-title {
font-size: 44px;
font-weight: 600;
line-height: 1.2;
text-align: start;
color: #fff;
margin-bottom: 24px;
}
.cevital-contact-presse-item {
display: flex;
flex-direction: row;
align-items: center;
align-content: center;
flex-wrap: wrap;
margin-bottom: 10px;
img.cevital-contact-presse-icon {
width: 20px;
height: 20px;
margin-inline-end: 10px;
}
span.cevital-contact-presse-text {
font-size: 16px;
font-weight: 500;
line-height: 1.5;
text-align: start;
color: #fff;
}
}
a.cevital-contact-presse-btn {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 10px;
padding: 8px 16px;
border-radius: 8px;
background-color: #ffe54a;
max-width: 288px;
margin-top: 24px;
font-size: 16px;
font-weight: 500;
line-height: 1.38;
letter-spacing: -0.41px;
text-align: start;
color: #0d173c;
}
}
} span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required span.wpcf7-list-item.first.last span.wpcf7-list-item-label {
display: none;
}
#candidature,
#contact {
input:not([type="checkbox"]):not([type="submit"]):not([type="file"]),
select,
textarea {
padding: 16px;
border-radius: 8px;
border: solid 1px rgba(10, 20, 47, 0.3);
height: 60px;
width: 100%;
margin-bottom: 16px;
font-size: 16px;
font-weight: 500;
text-align: start;
color: rgba(10, 22, 47, 0.6);
outline: none;
}
textarea {
height: 120px;
}
select {
appearance: none;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>') no-repeat;
background-position: calc(100% - 10px) center;
background-size: 20px;
padding-right: 20px;
color: rgba(10, 22, 47, 0.6);
}
select option:disabled {
color: rgba(10, 22, 47, 0.6);
}
input::placeholder {
color: rgba(10, 22, 47, 0.6);
}
input:focus,
select:focus,
textarea:focus {
outline: none;
}
.wpcf7-form-control-wrap span.wpcf7-list-item.first.last {
margin: 0;
}
input[type="checkbox"] {
width: 18px;
height: 18px;
margin-inline-end: 4px;
}
label.check-box-style span.wpcf7-not-valid-tip {
display: none;
}
label.check-box-style {
font-size: 16px;
font-weight: 500;
text-align: start;
color: #0d173c;
}
label.check-box-style a {
color: #b59809;
text-decoration: underline;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
margin: 28px 0 0;
padding: 8px 16px;
border-radius: 8px;
background-color: #ffe54a;
outline: none;
height: 44px;
border: none;
font-size: 16px;
font-weight: 500;
line-height: 1.38;
letter-spacing: -0.41px;
text-align: center;
color: #0d173c;
width: 100%;
}
span.wpcf7-spinner {
display: none;
}
.custom-file-upload {
border-radius: 8px;
border: solid 1px rgba(10, 20, 47, 0.3);
width: 100%;
margin-top: -16px;
margin-bottom: 16px;
height: 60px;
}
.custom-file-upload p {
display: flex;
align-items: center;
height: 60px;
padding: 16px;
}
.custom-file-upload input[type="file"] {
display: none;
}
.custom-file-upload #file-name-display {
color: rgba(10, 22, 47, 0.6);
font-size: 16px;
font-weight: 500;
text-align: start;
flex-grow: 1;
margin-inline-end: 10px;
}
.custom-browse-button {
padding: 8px 16px;
border-radius: 8px;
background-color: #1e378f;
color: white;
cursor: pointer;
}
}
.page.page-id-835,
.page.page-id-1020,
.page.page-id-1040,
.page-id-1093,
.page-id-1098,
.page-id-1096 {
.footer-top {
padding-top: 60px;
.footer-widget {
&:nth-child(1) {
display: none;
}
}
}
} .page-id-1093.cevital-rejoignez-nous-block,
.page-id-1098 .cevital-rejoignez-nous-block,
.page-id-1096 .cevital-rejoignez-nous-block {
padding: 40px 0 120px 0;
.rejoignez-nous-row {
padding-top: 100px;
}
.rejoignez-nous-right {
top: -10%;
}
} .animate__delay-300ms {
animation-delay: 0.3s !important;
}
.animate__delay-600ms {
animation-delay: 0.6s !important;
}
.animate__delay-900ms {
animation-delay: 0.9s !important;
}
.animate__delay-1s {
animation-delay: 1s !important;
}
.animate__delay-1-2s {
animation-delay: 1.2s !important;
}
.animate__delay-1-5s {
animation-delay: 1.5s !important;
}
.animate__delay-1-8s {
animation-delay: 1.8s !important;
}
.animate__delay-2-1s {
animation-delay: 2.1s !important;
}
.animate__delay-2-4s {
animation-delay: 2.4s !important;
}
.animate__delay-2-7s {
animation-delay: 2.7s !important;
}
.animate__delay-3s {
animation-delay: 3s !important;
}  @media (max-width: 1024px) {
.blog-card-title-only .blog-card-title {
font-size: 1.8em;
}
}
@media (max-width: 768px) {
.blog-cards-row-top,
.blog-cards-row-bottom {
flex-direction: column;
}
.blog-card-title-only,
.blog-card-secondary,
.blog-card-bottom {
flex: 0 0 100%;
margin-bottom: 20px;
}
.blog-card-title-only {
padding: 20px;
}
.blog-card-title-only .blog-card-title {
font-size: 1.6em;
}
}
@media (max-width: 480px) {
.blog-card-title-only .blog-card-title {
font-size: 1.4em;
}
.blog-card-secondary,
.blog-card-bottom {
padding: 20px;
}
.blog-card-footer {
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
} @media (max-width: 1400px) {
.candidature-widget::before {
width: 100%;
}
.footer-tabs {
right: -50px;
}
}
@media (max-width: 1270px) {
.candidature-widget::before {
width: 100%;
}
.footer-tabs {
max-width: 510px;
right: 0;
}
}
@media (max-width: 1200px) {
.wp-block-cevital-hero-section .hero-image {
margin-inline-end: -50px;
}
.wp-block-cevital-hero-section .hero-image::before {
width: 130%;
right: -20%;
}
.wp-block-cevital-hero-section .hero-content {
max-width: 600px;
}
.wp-block-cevital-hero-section .hero-content h2 {
font-size: 48px;
}
.cevital-contact-presse-block {
padding: 160px 60px 80px;
}
}
@media (max-width: 1150px) {
#primary-menu a {
font-size: 13px;
}
.candidature-header {
max-width: 510px;
}
}
@media (max-width: 1060px) {
.footer-tabs {
max-width: 450px;
padding: 30px 20px;
right: 0;
}
.candidature-header {
max-width: 500px;
margin-inline-start: 20px;
}
}
@media (max-width: 991px) {
.language-switcher {
margin: 0;
}
.mobile-top-actions {
display: grid;
grid-template-columns: auto 1fr auto;
gap: 15px;
}
.desktop-top-actions {
display: none;
}
.welcome-text {
display: none;
}
.header-search-icon {
display: none !important;
}
.top-bar {
display: none;
}
.mobile-menu-toggle {
display: block;
margin-inline-start: 20px;
margin-inline-end: 10px;
}
.nav-search-wrapper {
position: fixed;
top: 0;
right: -300px;
width: 300px;
height: 100vh;
background-color: var(--main-color);
padding: 80px 20px 20px;
transition: all 0.3s ease;
z-index: 999;
overflow-y: auto;
}
.nav-search-wrapper.active {
right: 0;
}
#primary-menu {
flex-direction: column;
gap: 0;
}
#primary-menu a {
padding: 12px 0;
font-size: 16px;
color: #fff !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#primary-menu .sub-menu {
position: static;
background: none;
box-shadow: none;
opacity: 1;
visibility: visible;
transform: none;
padding-left: 20px;
display: none;
}
#primary-menu .menu-item-has-children>a::before {
right: 0;
}
#primary-menu .menu-item-has-children.active>.sub-menu {
display: block;
}
.header-search-icon {
display: flex;
margin: 20px 0 0;
padding: 12px 0;
color: #fff !important;
border-top: 1px solid rgba(255, 255, 255, 0.1);
justify-content: center;
}
.site-header.sticky .header-search-icon {
color: #fff !important;
border-left: none;
padding-left: 0;
margin-inline-start: 0;
}
.main-navigation {
justify-content: space-between;
padding: 10px 0;
}
.site-branding {
max-width: 150px;
} .mobile-menu-toggle.active .hamburger::before {
transform: rotate(45deg);
top: 0;
}
.mobile-menu-toggle.active .hamburger::after {
transform: rotate(-45deg);
bottom: 0;
} .mobile-menu-toggle.active .hamburger {
background-color: transparent;
}
.site-header.sticky .mobile-menu-toggle.active .hamburger {
background-color: transparent;
}
.site-header.sticky .mobile-menu-toggle.active .hamburger::before,
.site-header.sticky .mobile-menu-toggle.active .hamburger::after {
background-color: #ffffff;
}
.site-header.sticky .mobile-menu-toggle .hamburger,
.site-header.sticky .mobile-menu-toggle .hamburger::before,
.site-header.sticky .mobile-menu-toggle .hamburger::after {
background-color: var(--main-color);
}
.mobile-top-actions {
display: grid;
grid-template-columns: auto 1fr auto;
gap: 15px;
background-color: var(--main-color);
padding: 10px 20px;
}
.desktop-top-actions {
display: none;
}
.welcome-text {
display: none;
}
.header-search-icon {
display: none !important;
}
.top-bar {
display: none;
}
.site-header {
background-color: var(--main-color);
}
.mobile-top-actions .contact-button {
justify-content: center;
}
.mobile-top-actions .language-switcher select,
.mobile-top-actions .pll-parent-menu-item>a {
min-width: 45px;
}
.main-header .container {
padding: 0 10px;
}
.nav-search-wrapper.active ul#primary-menu {
position: relative;
align-items: flex-start;
}
.col-md-3,
.col-md-4 {
flex: 0 0 50%;
max-width: 50%;
}
.wp-block-cevital-hero-section.hero-section {
padding: 100px 0;
}
.footer-top {
padding-top: 100px;
}
.filiales-carousel {
padding: 10px 0;
}
.filiale-logo {
padding: 10px;
}
.footer-container .footer-widget-30-30-40 {
width: 50% !important;
}
.footer-container .footer-widget-30-30-40:nth-child(3) {
width: 100% !important;
}
.candidature-widget {
flex-direction: column;
}
.candidature-widget::before {
display: none;
}
.candidature-header {
max-width: 80%;
margin: auto;
}
.tabs-content {
width: 100%;
margin: auto;
padding-top: 0px;
padding-bottom: 0px;
}
.footer-tabs {
position: relative;
top: 0;
left: 0;
max-width: 600px;
margin: 40px auto;
}
.candidature-header .footer-widget-title {
color: #ffffff;
}
.candidature-header .footer-intro-text {
color: #ffffff;
}
.filiales-carousel {
padding: 10px 0;
}
.filiale-logo {
padding: 10px;
}
.wp-block-cevital-hero-section .hero-content-wrapper {
flex-direction: column-reverse;
}
.wp-block-cevital-hero-section {
padding: 80px 0;
min-height: auto;
}
.wp-block-cevital-hero-section .hero-content {
padding-right: 0;
max-width: 100%;
}
.wp-block-cevital-hero-section .hero-content h2 {
font-size: 42px;
line-height: 52px;
}
.wp-block-cevital-hero-section .hero-content h2 span {
font-size: 42px;
line-height: 52px;
}
.wp-block-cevital-hero-section .hero-content p {
font-size: 16px;
}
.wp-block-cevital-hero-section .hero-image {
margin-inline-end: 0;
}
.wp-block-cevital-hero-section .hero-image::before {
width: 100%;
height: 100%;
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
right: 0;
top: 0;
}
.wp-block-cevital-hero-section .hero-image img {
transform: scale(1);
max-width: 80%;
}
.blog-grid {
grid-template-columns: repeat(3, 1fr);
}
.projet-image {
height: 400px;
}
.projet-title a {
font-size: 20px;
}
.projet-description p {
font-size: 14px;
} .mobile-top-actions .language-switcher select,
.mobile-top-actions .pll-parent-menu-item>a {
padding: 6px 30px 6px 10px;
}
.site-header.sticky .language-switcher select {
color: #ffffff;
}
.site-header.sticky .language-switcher::after {
color: #ffffff;
} .nos-domaines-container .container::before {
width: 96%;
} .projets-carousel .owl-nav {
width: calc(100% - 250px);
} .nos-implantations-main {
.nos-implantations-content {
flex-direction: column-reverse;
}
.nos-implantations-list {
flex-direction: row;
width: 100%;
max-height: 100%;
overflow-y: hidden;
overflow-x: scroll;
}
.implantation-card {
border-right: solid 1px #6879b4;
border-bottom: none;
margin-inline-end: 10px;
min-width: 40%;
}
.implantation-card:last-child {
border-right: none;
margin-inline-end: 0px;
}
} .timeline-years-link-item {
display: flex;
flex-direction: row;
justify-content: space-between;
align-content: center;
align-items: center;
height: auto;
border-left: none;
border-bottom: solid 1px #b9c1dc;
margin-bottom: 20px;
}
.timeline-dessinie-info {
width: 100%;
}
.timeline-annee-gauche {
line-height: 50px;
}
.timeline-container {
flex-direction: column;
gap: 10px;
}
.timeline-years-link {
width: 100%;
}
.timeline-year-value {
border-left: none;
}
.timeline-year-value.active {
border-left: none;
border-bottom: solid 2px #1e378f;
}
.blog-archive-grid {
grid-template-columns: repeat(3, 1fr);
}
.blog-archive-grid .first-post {
grid-column: span 2;
grid-row: auto;
min-height: 400px;
margin-bottom: 0px;
}
.blog-archive-grid .archive-item:not(.first-post) {
grid-column: auto;
}
.blog-archive-grid .first-post-content {
bottom: 20px;
left: 20px;
right: 20px;
}
.blog-archive-grid .first-post .archive-title {
font-size: 24px;
}
.nos-publications-section {
.publications-grid {
flex-wrap: nowrap;
}
}
.cevital-contact-presse-block {
.cevital-contact-presse-content {
h2.cevital-contact-presse-title {
font-size: 30px;
}
}
}
.cevital-rejoignez-nous-block {
.rejoignez-nous-row {
padding-top: 0px;
.container {
flex-direction: column;
height: 100%;
}
}
.rejoignez-nous-left {
padding: 20px 70px;
}
.rejoignez-nous-right {
width: 100%;
position: relative;
right: auto;
top: auto;
}
}
.wp-block-cevital-title {
padding: 0 10px;
}
} @media (max-width: 768px) {
.full-width .entry-header {
padding: 30px 15px;
}
.full-width .entry-title {
font-size: 28px;
}
.footer-newsletter form {
flex-direction: column;
}
.footer-newsletter input[type="submit"] {
width: 100%;
}
.nav-search-wrapper {
width: 280px;
right: -280px;
}
.custom-logo {
max-height: 45px;
}
.site-header.sticky .main-navigation {
padding: 5px 0;
}
.top-bar-content {
flex-direction: column;
gap: 15px;
}
.top-bar-right {
flex-wrap: wrap;
justify-content: center;
}
.search-field {
width: 150px;
}
.site-main {
margin-top: -20px;
padding: 0;
}
.entry-title {
font-size: 24px;
}
.footer-top,
.footer-container {
padding: 40px 0;
}
.copyright-content {
flex-direction: column;
text-align: center;
}
.copyright-links {
justify-content: center;
flex-wrap: wrap;
}
.candidature-widget {
padding: 30px 20px;
}
.candidature-header {
margin-bottom: 30px;
}
.candidature-header .footer-widget-title {
font-size: 24px;
}
.footer-tabs {
padding: 20px;
}
.tabs-nav {
flex-direction: row;
flex-wrap: wrap;
}
.tab-button {
flex: 1;
padding: 12px 15px;
font-size: 14px;
text-align: center;
}
.filiale-logo {
flex: 0 0 calc(23% - 30px);
}
.footer-contact-widget .footer-logo {
display: flex;
justify-content: flex-start;
}
.footer-contact-widget .contact-item {
justify-content: flex-start;
}
.footer-social-icons {
justify-content: flex-start;
}
.wp-block-cevital-hero-section {
padding: 80px 0;
}
.wp-block-cevital-hero-section .hero-content h2 {
font-size: 38px;
}
.wp-block-cevital-hero-section .hero-content h2 span {
font-size: 38px;
}
.wp-block-cevital-hero-section .hero-content p {
font-size: 16px;
}
.wp-block-cevital-hero-section .hero-button-wrapper {
padding-bottom: 40px;
}
.projet-image {
height: 300px;
}
.projet-content {
padding: 20px;
}
.projets-carousel .owl-nav {
width: 80%;
}
.projets-carousel .owl-nav button {
width: 40px;
height: 40px;
} h3.cevital-subtitle {
font-size: 18px;
}
h2.cevital-title {
font-size: 32px;
}
.wp-block-cevital-title::before {
top: 25px;
left: 21%;
width: 60%;
height: 70px;
background-size: cover;
} .nos-domaines-container .container::before {
width: 100%;
}
a.domaine-link {
padding: 11px 20px;
} .acrouch-icon {
top: 4%;
left: 6%;
}
h2.nom-fondateur {
top: 34%;
left: 6%;
}
h3.fonction {
top: 41%;
left: 6%;
}
.fondateur-image-content:before {
bottom: 5.3%;
left: 1%;
width: 98%;
}
.fondateur-section img {
margin-inline-end: -24px;
} .wp-block-cevital-exportation-section {
h2.big-title {
font-size: 58px;
}
.exportation-grid {
margin-top: 80px;
flex-wrap: wrap;
.exportation-item {
flex: auto;
width: 33%;
}
.exportation-item:nth-child(-n + 3) {
border-bottom: solid 1px #e9ebf4;
}
}
} .filiales-carousel-block {
&&::before {
width: 110%;
left: 0;
}
} .about-text-video .about-content {
flex-direction: column;
gap: 2rem;
}
.about-text-video .about-text-column,
.about-text-video .about-media-column {
flex: 0 0 100%;
width: 100%;
}
.about-text-video .video-popup-content {
width: 95%;
}
.about-text-video .video-popup-close {
right: 0;
} .vision-mission-valeurs .two-columns {
flex-direction: column;
}
.vision-mission-valeurs .four-columns {
grid-template-columns: repeat(2, 1fr);
}
.vision-mission-valeurs .column {
min-height: 300px;
} .pdg-content {
flex-direction: column;
align-items: center;
gap: 2rem;
}
.pdg-info {
flex: none;
width: 100%;
max-width: 300px;
} .wp-block-columns.is-not-stacked-on-mobile.membres-conseil-administratif.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
flex-wrap: wrap !important;
}
.membres-conseil-administratif .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
min-width: 45%;
width: 45%;
display: flex;
justify-content: center;
}
.certificats-carousel.owl-carousel .owl-nav {
margin-inline-start: -15px;
}
.about-administrative-council .member-card {
max-width: 280px;
}
.about-administrative-council .member-image {
height: 280px;
}
.about-administrative-council .member-name {
font-size: 18px;
}
.about-administrative-council .member-title {
font-size: 14px;
}
.about-administrative-council .member-social img {
width: 20px;
height: 20px;
} .certificats-title {
font-size: 2rem;
}
.certificats-subtitle {
font-size: 1.25rem;
}
.certificats-carousel {
padding: 1rem;
}
.certificat-item {
flex: 0 0 150px;
} .fondateur-content {
flex-direction: column;
gap: 30px;
}
.fondateur-left {
order: 2;
}
.fondateur-right {
order: 1;
}
.fondateur-quote {
font-size: 20px;
}
.fondateur-name {
font-size: 24px;
}
.bottom-buttons {
flex-direction: column;
gap: 15px;
}
.btn {
width: 100%;
text-align: center;
}
.blog-grid {
grid-template-columns: repeat(2, 1fr);
}
.wp-block-cevital-experience-titre-video {
.about-text-video {
flex-direction: column;
}
.about-text-video-content {
width: 100%;
flex: 0 0 100%;
margin-bottom: 20px;
}
}
.blog-archive-grid {
grid-template-columns: repeat(2, 1fr);
}
.blog-archive-grid .first-post {
grid-column: span 2;
grid-row: auto;
min-height: 400px;
margin-bottom: 0px;
}
.blog-archive-grid .archive-item:not(.first-post) {
grid-column: auto;
}
.archive-page-main {
form.archive-filter-form {
.date-range-container {
width: calc(33% - 4px);
}
input,
select {
width: calc(33% - 4px);
}
.btn-reset,
.btn-search {
width: calc(50% - 4px);
}
}
}
.communiques-de-presse-archive {
.archive-page-main {
form.archive-filter-form {
.date-range-container {
width: calc(50% - 4px);
}
input {
width: calc(50% - 4px);
}
.btn-search {
width: calc(50% - 4px);
}
}
}
.blog-archive-grid {
grid-template-columns: repeat(2, 1fr);
.archive-content {
min-height: auto;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.archive-item {
flex-direction: column;
height: auto;
max-height: none;
}
.archive-image {
flex: auto;
max-width: 100%;
border-radius: 12px 12px 0 0;
}
}
}
.nos-publications-section {
.publications-grid {
flex-wrap: wrap;
}
}
.cevital-contact-presse-block {
.cevital-contact-presse-content {
h2.cevital-contact-presse-title {
font-size: 24px;
}
}
}
.col-lg-8 {
flex: 0 0 100%;
max-width: 100%;
padding: 0 15px;
}
.col-lg-4 {
flex: 0 0 100%;
max-width: 100%;
padding: 0 15px;
}
.sidebar-similar-posts {
margin-top: 40px;
}
} @media (max-width: 576px) {
.blog-archive-grid {
grid-template-columns: repeat(1, 1fr);
}
.blog-archive-grid .first-post {
grid-column: 1;
grid-row: auto;
min-height: 400px;
margin-bottom: 0px;
}
.blog-archive-grid .archive-item:not(.first-post) {
grid-column: 1;
}
.archive-page-main {
form.archive-filter-form {
.date-range-container {
width: calc(50% - 4px);
}
input,
select {
width: calc(50% - 4px);
}
.btn-reset {
width: calc(50% - 4px);
}
.btn-search {
width: 100%;
}
}
}
.logged-in.admin-bar header.site-header.sticky {
margin-top: 0;
}
.nav-search-wrapper {
width: 100%;
right: -100%;
}
.site-branding {
max-width: 120px;
}
.custom-logo {
max-height: 40px;
}
.col-md-3,
.col-md-4 {
flex: 0 0 100%;
max-width: 100%;
}
.tabs-content {
width: 90%;
}
.filiale-logo {
flex: 0 0 calc(30% - 30px);
}
.filiales-carousel .owl-dots {
margin-top: 10px;
}
.footer-container .footer-widget-30-30-40 {
width: 100% !important;
}
.footer-container h3.footer-widget-title {
margin-top: 20px;
}
.candidature-header {
max-width: 100%;
}
.tab-pane {
padding: 0px;
}
.blog-grid {
grid-template-columns: 1fr;
}
.blog-image {
height: 180px;
} .owl-stage-outer {
padding: 32px 0;
}
.owl-item .projet-item {
margin: 20px;
} .wp-block-cevital-title::before {
top: 24%;
left: 0;
width: 100%;
height: 48px;
} .blog-grid {
grid-template-columns: repeat(1, 1fr);
padding: 0px;
} .wp-block-cevital-exportation-section {
background-position: 0 10%;
}
.exportation-section::after {
width: 103%;
}
.wp-block-cevital-exportation-section {
& .exportation-grid {
.exportation-item {
flex: auto;
width: 50%;
}
.exportation-item:nth-child(2n) {
border-right: none;
}
.exportation-item:nth-child(-n + 4) {
border-bottom: solid 1px #e9ebf4;
}
}
} a.button-empty-cevital {
padding: 11px 20px;
}
a.button-full-yellow-cevital {
padding: 11px 20px;
}
h4.accroche-fondateur {
font-size: 24px;
bottom: -12%;
}
.fondateur-image-content:before {
width: 100%;
}
.fondateur-image-content:before {
height: 234.7px;
}
.histoire-section {
margin-top: 80px;
}
.acrouch-icon i {
font-size: 90px;
}
h2.nom-fondateur {
top: 42%;
max-width: 200px;
font-size: 26px;
line-height: 30px;
}
h3.fonction {
top: 62%;
font-size: 20px;
}
.acrouch-icon {
top: 16%;
}
.domaine-item {
flex-direction: column;
gap: 0px;
}
.domaine-description {
padding: 8px 0 16px 0;
}
.domaine-content {
margin-top: 10px;
}
.domaine-description p {
display: -webkit-box;
-webkit-line-clamp: 3;
line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.domaine-buttons {
flex-direction: column;
}
.domaine-buttons a {
width: 100%;
text-align: center;
&:first-child {
margin-bottom: 16px;
}
} .domaine-image {
display: contents;
} .about-text-video .video-play-button {
top: 55%;
left: 55%;
} .vision-mission-valeurs .four-columns {
grid-template-columns: 1fr;
}
.vision-mission-valeurs .main-title,
.vision-mission-valeurs .values-title {
font-size: 76px;
line-height: 70px;
margin-bottom: 10px;
} .hero-section-2 {
min-height: 600px;
padding: 120px 20px;
} .hero-section-2 .hero-content {
margin-top: 40px;
}
.hero-section-2 h3 {
font-size: 28px;
}
.hero-section-2 h1 {
font-size: 28px;
} .nos-implantations-main {
.wilaya-filters {
width: 100%;
padding: 10px;
}
.implantation-card {
min-width: 85%;
}
.wilaya-filter img {
width: 20px;
height: 20px;
}
.wilaya-filter.alger-fr {
top: -0.8%;
left: 55%;
}
.wilaya-filter.blida-fr {
top: 1.8%;
left: 51.9%;
}
.wilaya-filter.oran-fr {
top: 5%;
left: 37%;
}
.wilaya-filter.bejaia-fr {
top: -1%;
left: 62%;
}
.wilaya-filter.bordj-bou-arreridj-fr {
top: 4.8%;
left: 63%;
}
.wilaya-filter.bouira-fr {
top: 3%;
left: 58%;
}
} .pdg-content {
padding: 110px 20px;
}
.pdg-message {
font-size: 18px;
padding: 0;
} .wp-block-cevital-exportation-section {
h2.big-title {
font-size: 40px;
}
} .membres-conseil-administratif .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
min-width: 100%;
width: 100%;
}
.about-administrative-council {
padding: 10px 0;
display: flex;
justify-content: center;
} .certificats-carousel {
padding: 0;
}
.certificats-section {
padding: 52px 10px;
} .notre-histoire-presentation .histoire-title h2 {
font-size: 28px;
}
.notre-histoire-presentation .histoire-title h2::before {
top: -4px;
left: calc(50% - 180px);
width: 360px;
height: 60px;
}
.notre-histoire-fondateur {
padding: 60px 20px;
.fondateur-header h2.fondateur-title {
font-size: 24px;
}
.fondateur-header h2.fondateur-title::before {
top: -2px;
left: calc(50% - 130px);
width: 260px;
height: 40px;
}
.fondateur-quote {
font-size: 26px;
}
.bottom-title {
font-size: 20px;
}
} .timeline-years {
justify-content: flex-start;
flex-wrap: wrap;
border-bottom: none;
}
.timeline-year-item {
box-sizing: border-box;
width: calc(33% - 10px);
margin-bottom: 10px;
margin-inline-end: 10px;
}
.timeline-year-item:last-child {
width: 45%;
margin-inline-end: 0px;
}
.timeline-event-card {
overflow: hidden;
}
.timeline-post-image {
width: 80%;
}
.timeline-post-content {
width: 94%;
left: 4%;
top: 80%;
padding: 20px;
box-shadow: none;
}
.timeline-post-content h3 {
font-size: 22px;
line-height: 1;
}
.timeline-dessinie-info {
border-top: solid 1px #b9c1dc;
}
.timeline-year-info {
margin-top: 20px;
}
.timeline-container {
padding: 20px 20px;
} .wp-block-cevital-strategie.align-gauche .strategie-block,
.wp-block-cevital-strategie.align-droite .strategie-block {
flex-direction: column;
}
.wp-block-cevital-strategie .strategie-block {
padding: 1rem;
}
.wp-block-cevital-hero-section {
padding: 100px 0;
}
.wp-block-cevital-hero-section::before {
width: 114%;
}
.hero-button-wrapper {
padding: 0;
display: flex;
flex-direction: row;
} .cevital-faq-block .faq-question {
padding: 20px 40px 20px 20px;
font-size: 18px;
line-height: 26px;
}
.cevital-faq-block .faq-question::after {
right: 14px;
}
.cevital-faq-block .faq-answer {
padding: 0 20px 24px 20px;
}
.wp-block-cevital-experience-titre-video {
padding: 40px 20px;
h2 {
font-size: 32px;
line-height: 42px;
}
}
.hero-section-2 {
.hero-buttons {
display: flex;
flex-direction: column;
gap: 20px;
}
}
.communiques-de-presse-archive {
.archive-page-main {
form.archive-filter-form {
.date-range-container {
width: calc(50% - 4px);
}
input {
width: calc(50% - 4px);
}
.btn-search {
width: calc(50% - 4px);
}
}
}
.blog-archive-grid {
grid-template-columns: repeat(1, 1fr);
}
}
.cevital-contact-presse-block {
background-size: cover;
padding: 80px 20px 0px;
.cevital-contact-presse-content {
flex-direction: column;
.cevital-contact-presse-left {
width: 100%;
margin-bottom: 20px;
}
.cevital-contact-presse-right {
width: 100%;
}
h2.cevital-contact-presse-title {
font-size: 28px;
}
}
}
.cevital-rejoignez-nous-block {
.rejoignez-nous-left {
padding: 20px;
.rejoignez-nous-left-content {
font-size: 24px;
}
}
}
}
@media (max-width: 375px) {
.timeline-year-item {
font-size: 14px;
}
.timeline-post-content h3 {
font-size: 20px;
}
.timeline-events-container {
height: 650px;
}
.timeline-year-item:hover,
.timeline-year-item.active {
font-size: 14px;
}
.notre-histoire-fondateur {
.fondateur-quote {
font-size: 22px;
}
.bottom-title {
font-size: 18px;
}
}
.notre-histoire-presentation .histoire-title h2 {
font-size: 24px;
}
h2.cevital-title {
font-size: 26px;
}
.hero-button-wrapper {
padding: 0;
display: flex;
flex-direction: column;
}
.hero-button-wrapper a {
margin-bottom: 10px;
}
header.site-header {
.mobile-top-actions .contact-button {
padding: 8px 10px;
}
}
}
@media (max-width: 350px) {
.timeline-post-content h3 {
font-size: 16px;
}
.timeline-events-container {
height: 680px;
}
.timeline-container {
padding: 20px 10px;
}
.timeline-year-value {
font-size: 14px;
}
.timeline-titre-gauche {
padding-top: 8px;
font-size: 20px;
}
.timeline-year-item {
width: calc(50% - 10px);
}
.timeline-year-item:last-child {
width: 50%;
}
.notre-histoire-fondateur {
padding: 60px 10px;
.fondateur-quote {
font-size: 20px;
}
.bottom-title {
font-size: 16px;
}
}
.hero-section-2 h3 {
font-size: 28px;
}
.wp-block-cevital-hero-section .hero-content h2 {
font-size: 22px;
line-height: 32px;
}
.wp-block-cevital-hero-section .hero-content p {
font-size: 16px;
}
.wp-block-cevital-experience-titre-video {
h2 {
font-size: 28px;
line-height: 38px;
}
}
.cevital-rejoignez-nous-block {
.rejoignez-nous-right {
padding: 20px 10px;
}
}
}
@media (max-width: 335px) {
.mobile-top-actions .contact-button {
font-size: 12px;
}
}  .evenements-filtre-form {
display: none;
}
.evenements-filtre-list {
display: flex;
gap: 2.5em;
border-bottom: 2px solid #e0e6f7;
margin-bottom: 2em;
padding-left: 0;
}
.evenements-filtre-list li {
list-style: none;
}
.evenements-filtre-list a {
font-size: 16px;
font-weight: 500;
line-height: 1.5;
letter-spacing: 0.18px;
text-align: start;
color: #98a3cb;
text-decoration: none;
padding-bottom: 8px;
display: inline-block;
transition: color 0.2s;
position: relative;
cursor: pointer;
}
.evenements-filtre-list .active a,
.evenements-filtre-list a.active {
font-size: 16px;
font-weight: 600;
line-height: 1.5;
letter-spacing: 0.18px;
text-align: start;
color: #1e378f;
border-bottom: 3px solid #1e378f;
margin-bottom: -4px;
} .evenements-filtre-list a[data-description]:hover::after {
content: attr(data-description);
position: absolute;
bottom: 100%;
left: 50%;
transform: translateX(-50%);
background: rgba(30, 55, 143, 0.95);
color: white;
padding: 8px 12px;
border-radius: 6px;
font-size: 14px;
font-weight: 400;
line-height: 1.4;
white-space: nowrap;
text-align: center;
z-index: 1000;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
transform: translateX(-50%) translateY(-5px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
margin-bottom: 8px;
}
.evenements-filtre-list a[data-description]:hover::before {
content: "";
position: absolute;
bottom: 100%;
left: 50%;
transform: translateX(-50%);
border: 6px solid transparent;
border-top-color: rgba(30, 55, 143, 0.95);
z-index: 1001;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
transform: translateX(-50%) translateY(-5px);
margin-bottom: 2px;
}
.evenements-filtre-list a[data-description]:hover::after,
.evenements-filtre-list a[data-description]:hover::before {
opacity: 1;
visibility: visible;
transform: translateX(-50%) translateY(0);
}
@media (max-width: 768px) {
.evenements-filtre-form {
display: block;
}
.evenements-filtre-list {
display: none;
}
}
p.events-description {
font-size: 16px;
line-height: 1.75;
text-align: center;
color: #111e4f;
max-width: 850px;
margin: 0 auto;
} .event-row {
display: flex;
align-items: stretch;
border-radius: 0;
border: 1px solid #b9c1dc;
border-bottom: none;
margin-bottom: 0;
background: #fff;
overflow: hidden;
}
.event-row:first-child {
border-radius: 18px 18px 0 0;
border-bottom: none;
}
.event-row:last-child {
border-radius: 0 0 18px 18px;
border-bottom: 1px solid #b9c1dc;
}
.event-col {
display: flex;
flex-direction: column;
justify-content: center;
padding: 18px 20px;
}
.event-col-date {
min-width: 120px;
max-width: 120px;
background: transparent;
align-items: center;
border-right: 1px solid #e0e6f7;
text-align: center;
justify-content: center;
}
.event-date-vertical {
display: flex;
flex-direction: column;
align-items: center;
}
.event-date-days {
display: flex;
align-items: center;
font-size: 32px;
line-height: 28px;
margin-bottom: 10px;
font-weight: 700;
color: #183a8c;
letter-spacing: 1px;
flex-direction: column;
justify-content: center;
align-content: center;
flex-wrap: nowrap;
}
.event-date-sep {
margin: 0 2px;
font-size: 1.5rem;
color: #183a8c;
}
.event-date-month {
font-size: 14px;
font-weight: 600;
letter-spacing: -0.41px;
text-align: start;
color: #0d173c;
}
.event-date-year {
font-size: 14px;
font-weight: 500;
letter-spacing: -0.41px;
text-align: start;
color: #0d173c;
}
.event-col-main {
flex: 1 1 0%;
min-width: 0;
padding-left: 24px;
padding-right: 24px;
display: flex;
flex-direction: column;
justify-content: center;
}
.event-title {
font-size: 18px;
font-weight: 600;
line-height: 1.56;
letter-spacing: -0.05px;
text-align: start;
color: #343434;
margin-bottom: 16px;
}
.event-badges {
display: flex;
flex-wrap: wrap;
gap: 10px;
align-items: center;
}
.event-badge {
display: flex;
font-size: 16px;
font-weight: 500;
line-height: 1.5;
text-align: start;
border-radius: 50px;
padding: 3px 14px;
margin-inline-end: 2px;
align-items: center;
}
span.status-dot {
font-size: 26px;
line-height: 0;
font-weight: 700;
margin-bottom: 5px;
margin-inline-end: 4px;
}
.event-badge-cat {
background: #ffde3d;
color: #000;
}
.event-badge-upcoming {
background: rgba(1, 176, 242, 0.2);
color: #01b0f2;
}
.event-badge-ongoing {
background: rgba(102, 187, 106, 0.2);
color: #66bb6a;
}
.event-badge-ended {
background: rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.4);
}
.event-col-right {
min-width: 180px;
max-width: 220px;
align-items: flex-end;
justify-content: center;
gap: 18px;
}
.event-location {
display: flex;
flex-direction: row;
align-items: center;
font-size: 15px;
font-weight: 500;
line-height: 1.2;
letter-spacing: -0.32px;
text-align: start;
color: #0d173c;
margin-bottom: 12px;
}
.event-location-icon {
margin-inline-end: 16px;
svg {
width: 24px;
height: 24px;
}
}
.event-btn-detail,
.evenement-btn-detail {
display: inline-block;
padding: 8px 16px;
border-radius: 8px;
border: solid 2px #1e378f;
background: #fff;
font-size: 16px;
font-weight: 500;
line-height: 1.38;
letter-spacing: -0.41px;
text-align: center;
color: #1e378f;
text-decoration: none;
transition: background 0.2s, color 0.2s;
}
.event-btn-detail:hover,
.evenement-btn-detail:hover {
background: #183a8c;
color: #fff;
}
.evenements-voir-plus-btn {
padding: 8px 16px;
border-radius: 8px;
background-color: #1e378f;
font-size: 16px;
font-weight: 500;
line-height: 1.38;
letter-spacing: -0.41px;
text-align: center;
color: #fff;
border: none;
}
.evenements-filtre-form {
select {
outline: none;
padding: 8px 16px;
border-radius: 8px;
font-size: 16px;
font-weight: 500;
line-height: 1.2;
letter-spacing: -0.32px;
color: #0d173c;
height: 44px;
border: solid 1px rgba(0, 0, 0, 0.2);
background-color: #fff;
appearance: none;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>') no-repeat;
background-position: calc(100% - 10px) center;
background-size: 20px;
padding-right: 20px;
width: 100%;
}
}
.sidebar-event-info {
border: solid 1px #cfcfcf;
border-radius: 10px;
padding: 20px;
.event-info-content {
margin-bottom: 30px;
}
.event-badge {
justify-content: center;
}
h4 {
font-size: 18px;
font-weight: 700;
line-height: 1.2;
letter-spacing: -0.32px;
text-align: start;
color: #0d173c;
margin-bottom: 10px;
}
.event-date-item span {
font-size: 16px;
font-weight: 400;
line-height: 1.5;
text-align: start;
color: #111e4f;
}
span.event-info-value {
font-weight: 500;
}
.event-info-section.adresse .event-info-content span {
font-size: 16px;
font-weight: 400;
line-height: 1.5;
text-align: start;
color: #111e4f;
}
}
@media (max-width: 900px) {
.event-col-right {
min-width: 120px;
max-width: 140px;
}
.event-col-main {
padding-left: 10px;
padding-right: 10px;
}
}
@media (max-width: 600px) {
.event-row {
flex-direction: column;
padding-bottom: 20px;
}
.event-date-vertical {
flex-direction: row;
align-items: center;
align-content: center;
justify-content: center;
}
.event-col-date,
.event-col-right {
max-width: 100%;
min-width: 0;
border: none;
padding: 0px 10px;
align-items: center;
flex-direction: row;
justify-content: center;
align-content: center;
}
.event-col-main {
max-width: 100%;
min-width: 0;
border: none;
padding: 12px 10px;
align-items: center;
flex-direction: column;
justify-content: center;
align-content: center;
}
.event-date-days {
flex-direction: row;
margin-inline-end: 10px;
margin-bottom: 0px;
}
.event-date-month {
margin-inline-end: 10px;
}
.event-title {
text-align: center;
}
.event-col-date {
border-bottom: 1px solid #e0e6f7;
padding: 20px 0;
background: #1e378f17;
}
.event-col-right {
margin-top: 0px;
}
.event-location {
margin-bottom: 0px;
}
.single-event-main {
.row {
flex-direction: column-reverse;
}
.col-lg-8 {
flex: 0 0 100%;
max-width: 100%;
padding: 0 15px;
}
.col-lg-4 {
flex: 0 0 100%;
max-width: 100%;
padding: 0 15px;
}
.sidebar-event-info {
margin-bottom: 20px;
}
.event-info-section.adresse .event-info-content {
margin-bottom: 0px;
}
}
}  .page-loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #1e378f;
z-index: 9999;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
} .page-loader.loaded {
opacity: 0;
visibility: hidden;
pointer-events: none;
} body.loading {
overflow: hidden; scroll-behavior: auto;
}
body.loading .site-content {
opacity: 0;
transition: opacity 0.3s ease-in;
}
body.loaded .site-content {
opacity: 1;
} .loader-logo {
width: 250px;
height: auto;
animation: logoPulse 2s ease-in-out infinite;
margin-bottom: 40px;
display: flex;
align-items: center;
justify-content: center;
}
.loader-logo-img {
width: 100%;
height: auto; }
@keyframes logoPulse {
0% {
transform: scale(1);
opacity: 0.8;
}
50% {
transform: scale(1.1);
opacity: 1;
}
100% {
transform: scale(1);
opacity: 0.8;
}
} .site-content {
animation: fadeInUp 0.8s ease-out 0.2s both;
} .home-template .entry-content {
width: 100%;
max-width: none;
}
.home-template .wp-block {
max-width: none;
} body.loading .site-content {
opacity: 0;
transform: translateY(30px);
transition: opacity 0.3s ease-in, transform 0.3s ease-in;
} body.loaded .site-content {
opacity: 1;
transform: translateY(0);
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
} .search-page-main {
padding: 0;
} .search-hero-section {
background-color: #1e378f;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
padding: 250px 0;
margin-bottom: 40px;
}
.search-hero-section::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
object-fit: contain;
opacity: 0.8;
border-radius: 0 0 48px 0;
background-color: #1e378f;
z-index: 1;
}
.search-hero-section::after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: -1px;
object-fit: contain;
background: transparent;
background-image: url(//chak.kyo.digital/wp-content/themes/cevital/assets/img/heros-section-bottom-cover.png);
z-index: 1;
background-repeat: no-repeat;
background-position: left bottom;
}
.search-hero-content {
text-align: center;
position: relative;
z-index: 2;
}
.search-category {
display: inline-block;
padding: 8px 20px;
border-radius: 8px;
background-color: #6879b4;
font-size: 18px;
font-weight: 600;
line-height: 1;
text-align: center;
color: #fff;
margin-bottom: 30px;
}
.search-title {
font-size: 64px;
font-weight: 600;
line-height: 1.09;
letter-spacing: 0.32px;
text-align: center;
color: #ffe54a;
margin-bottom: 30px;
}
.search-description {
font-size: 18px;
font-weight: 500;
line-height: 1.78;
letter-spacing: -0.41px;
text-align: center;
color: rgba(255, 255, 255, 0.8);
}
.search-header {
text-align: center;
margin-bottom: 40px;
}
.search-title {
font-size: 36px;
font-weight: 700;
color: #ffffff;
margin-bottom: 16px;
}
.search-term {
color: var(--second-color);
background: var(--main-color);
padding: 4px 12px;
border-radius: 20px;
font-size: 0.9em;
}
.search-description {
font-size: 18px;
color: #ffffff;
max-width: 600px;
margin: 0 auto;
}
.search-filter-form {
background: #f8f9fa;
padding: 24px;
border-radius: 12px;
margin-bottom: 32px;
}
.search-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
margin-bottom: 40px;
}
.search-item {
background: #fff;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
height: 100%;
}
.search-item:hover {
transform: translateY(-5px);
}
.search-image {
position: relative;
overflow: hidden;
border-radius: 8px 8px 0 0;
}
.search-thumbnail {
width: 100%;
height: 200px;
object-fit: cover;
transition: transform 0.3s ease;
}
.search-item:hover .search-thumbnail {
transform: scale(1.1);
}
.search-category {
padding: 6px 12px;
border-radius: 6px;
background-color: var(--second-color);
color: #343434;
font-size: 14px;
font-weight: 700;
line-height: 1.43;
z-index: 2;
}
.search-post-content {
padding: 20px;
}
.search-item-title {
font-size: 18px;
font-weight: 600;
line-height: 1.56;
letter-spacing: -0.05px;
color: #343434;
margin-bottom: 8px;
}
.search-item-title a {
color: #343434;
text-decoration: none;
transition: color 0.3s ease;
}
.search-item-title a:hover {
color: var(--main-color);
}
.search-excerpt {
font-size: 14px;
letter-spacing: -0.41px;
color: rgba(52, 52, 52, 0.7);
margin: 8px 0;
}
.search-excerpt p {
display: -webkit-box;
-webkit-line-clamp: 3;
line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.search-meta {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 16px;
}
.search-date {
color: #666;
font-size: 14px;
}
.search-link {
display: inline-flex;
align-items: center;
gap: 8px;
text-decoration: underline;
transition: color 0.3s ease;
font-size: 16px;
font-weight: 600;
letter-spacing: -0.41px;
color: var(--main-color);
}
.search-link img {
filter: brightness(0) saturate(100%) invert(18%) sepia(35%) saturate(4203%) hue-rotate(213deg) brightness(92%) contrast(91%);
width: 16px;
}
.no-results {
text-align: center;
padding: 60px 20px;
}
.no-results-content h3 {
color: var(--main-color);
margin-bottom: 20px;
font-size: 28px;
}
.no-results-content p {
color: #666;
margin-bottom: 30px;
font-size: 16px;
max-width: 500px;
margin-left: auto;
margin-right: auto;
}
.no-results-suggestions h4 {
color: var(--main-color);
margin-bottom: 15px;
font-size: 20px;
}
.no-results-suggestions ul {
list-style: none;
padding: 0;
color: #666;
margin-bottom: 30px;
}
.no-results-suggestions li {
margin-bottom: 8px;
font-size: 14px;
}
.btn-home {
background: var(--second-color);
color: var(--main-color);
border: none;
border-radius: 6px;
padding: 12px 24px;
font-weight: 600;
text-decoration: none;
display: inline-block;
transition: all 0.3s ease;
}
.btn-home:hover {
background: #f0d800;
transform: translateY(-2px);
} @media (max-width: 768px) {
.search-page-main {
padding: 0;
}
.search-hero-section {
padding: 150px 0;
}
.search-title {
font-size: 42px;
}
.search-category {
font-size: 16px;
padding: 6px 16px;
}
.search-grid {
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.search-filter-form {
padding: 16px;
}
.search-filter-form>div {
width: calc(50% - 8px);
}
.search-filter-form .btn-reset,
.search-filter-form .btn-search {
width: 100%;
margin-top: 16px;
}
}
@media (max-width: 576px) {
.search-hero-section {
padding: 100px 0;
}
.search-title {
font-size: 32px;
}
.search-category {
font-size: 14px;
padding: 4px 12px;
}
.search-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.search-meta {
flex-direction: column;
gap: 12px;
align-items: flex-start;
}
} html[lang^="fr"] select#lang_choice_1 option:first-of-type,
html[lang^="en"] select#lang_choice_1 option:first-of-type {
font-size: 16px;
font-weight: 600;
}