@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
font-family: "Inter", sans-serif;
color: #005974;
font-size: 18px;
}
html.active,
body.active {
overflow: hidden;
}
body.active .top-header-wrap {
transform: translateY(-47px);
}
body,
html {
overflow-x: hidden;
scroll-behavior: smooth;
scroll-padding-top: 100px;
}
*:focus {
outline: none;
}
a {
transition: 0.3s;
color: #005974;
}
h1,
h2,
h3,
h4,
h5 {
font-family: "Inter", sans-serif;
font-weight: 800;
}
a,
a:hover {
text-decoration: none;
}
.main-content {
padding: 100px 0 0 0;
}
.single-event .main-content {
padding: 150px 0;
}
.home .main-content,
.main-content:has(.wrap-slider) {
padding: 0;
}
.btn {
color: #fff;
background-color: #32373c;
border-radius: 9999px;
box-shadow: none;
cursor: pointer;
display: inline-block;
font-size: 1.125em;
padding: calc(0.667em + 2px) calc(1.333em + 2px);
text-align: center;
text-decoration: none;
overflow-wrap: break-word;
box-sizing: border-box;
border: none;
}
.is-type-video .wp-block-embed__wrapper {
position: relative;
padding-bottom: 56.2%;
height: 0;
overflow: hidden;
}
.is-type-video .wp-block-embed__wrapper iframe {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.wp-block-image.is-style-width-100 img {
width: 100%;
height: auto;
}
.wp-block-image.is-style-width-50 img {
width: 50%;
height: auto;
}
.top-header-wrap {
display: flex;
width: 100%;
padding: 10px 0;
background-color: #005974;
color: rgb(98, 63, 47);
transition: 0.3s ease;
}
.top-header {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
max-width: 1500px;
margin: 0 auto;
color: #fff;
padding: 0 30px;
}
.top-header .infos {
font-size: 12px;
display: flex;
}
.valeurs img {
height: 240px;
object-fit: contain;
}
.infos {
font-size: 18px;
}
.top-header .infos .top-info,
.infos .top-info {
margin-right: 20px;
}
footer .top-info {
margin-bottom: 10px;
}
.top-header .infos .top-info:last-child {
margin-right: 0;
}
.top-header .infos i {
color: #ffe208;
margin-right: 8px;
}
.infos i {
margin-right: 18px;
}
.top-header .infos a {
color: #fff;
}
.infos a {
color: #005974;
}
.top-header .infos a:hover {
color: #ffe208;
}
.infos a:hover {
color: #8eb9cb;
}
.top-header .socials {
display: flex;
}
.socials {
display: flex;
justify-content: flex-end;
}
.top-header .top-social .top-social {
display: inline-block;
margin: 0;
padding: 0;
}
.top-social {
margin-left: 20px;
}
.top-header .top-social i {
color: #fff;
transition: 0.3s ease;
font-size: 16px;
}
.top-social i {
color: #005974;
font-size: 22px;
}
.top-header .top-social a,
.top-social a {
position: relative;
z-index: 1;
}
.top-header .top-social a:after {
content: "";
width: 35px;
height: 35px;
position: absolute;
left: 50%;
top: 50%;
transform: scale(0) translate(-50%, -50%);
transform-origin: 0 0;
background: #fff;
border-radius: 100%;
z-index: -1;
transition: 0.3s ease;
}
.top-social a:after {
width: 40px;
height: 40px;
position: absolute;
left: 50%;
top: 50%;
transform: scale(0) translate(-50%, -50%);
transform-origin: 0 0;
background: #fff;
border-radius: 100%;
z-index: -1;
transition: 0.3s ease;
content: "";
}
.top-header .top-social a:hover:after,
.top-social a:hover:after {
transform: scale(1) translate(-50%, -50%);
}
.top-header .top-social a:hover i,
.top-social a:hover i {
color: #005974;
}
.is-style-section:not(:has(.tabs)),
.section {
padding: 100px 0;
scroll-margin-top: 100px;
position: relative;
}
.is-style-section:has(.tabs) {
padding: 25px 0;
}
.wp-element-button,
.btn {
background-color: #005974;
color: #fff;
font-size: 20px;
border-radius: 0;
padding: 12px 28px;
transition: 0.3s ease;
}
.blue-section {
position: relative;
}
.blue-section .wp-element-button {
background-color: #fff;
color: #005974;
}
.wp-element-button:hover,
.btn:hover {
background-color: #ffe208;
color: #005974;
}
.blue-section:after {
position: absolute;
height: 100%;
background: #005974;
width: 100vw;
z-index: -1;
content: "";
top: 0;
left: calc(0px - ((100vw - 100%) / 2));
}
.blue-section-half {
position: relative;
}
.light-blue-section {
position: relative;
}
.light-blue-section:after {
position: absolute;
background: #8eb9cb;
width: 100vw;
z-index: -1;
content: "";
left: calc(0px - ((100vw - 100%) / 2));
top: 0;
height: 100%;
}
.blue-section-half:after {
position: absolute;
background: #8eb9cb;
width: 100vw;
z-index: -1;
content: "";
left: calc(0px - ((100vw - 100%) / 2));
top: 0;
height: 50%;
}
.blue-section {
color: #fff;
}
.home .is-style-section h2 {
font-size: 54px;
line-height: 1.3em;
}
.home .is-style-section p {
font-size: 22px;
}
.home .is-style-section h3 {
font-size: 32px;
line-height: 1.3em;
position: relative;
}
.section-valeurs h3:after {
border-radius: 100%;
}
.section-presse li {
margin-bottom: 16px;
position: relative;
}
.section-presse li a {
font-size: 20px;
}
.section-presse li:after {
font-family: "FontAwesome";
content: "\f054";
position: absolute;
left: -25px;
top: 50%;
transform: translateY(-50%);
}
.section-presse li::marker {
content: "";
}
.section-presse li a:hover {
color: #8eb9cb;
}
.section-presse li:last-child {
margin-bottom: 0;
}
.contenu-temoignage {
border-radius: 40px;
text-align: center;
font-size: 22px;
padding: 40px;
background-color: rgba(255, 226, 8, 0.05);
border-radius: 20px;
position: relative;
}
.slide-temoignages {
position: relative;
}
.contenu-temoignage:before {
content: "\f10d";
position: absolute;
left: 20px;
top: 0px;
font-family: "FontAwesome";
font-size: 33px;
color: #ff8c12;
}
.contenu-temoignage:after {
content: "\f10e";
position: absolute;
right: 20px;
bottom: 0;
font-family: "FontAwesome";
font-size: 33px;
color: #ff8c12;
}
.slick-dots {
position: absolute;
bottom: 100px;
padding: 0;
left: 0;
right: 0;
margin: 0 auto;
width: 100%;
text-align: center;
}
.slick-dots li {
position: relative;
display: inline-block;
width: 12px;
height: 12px;
margin: 0 5px;
padding: 0;
cursor: pointer;
background-color: rgba(51, 51, 51, 0.25);
border-radius: 100%;
cursor: pointer;
}
.slick-dots li:after {
display: none;
}
.slick-dots li {
background-color: #ffffff;
}
.slick-dots li.slick-active {
background-color: #8eb9cb;
}
.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 12px;
height: 12px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.logo-img {
min-height: 200px;
background-color: rgba(255, 226, 8, 0.3);
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
border-radius: 20px;
padding: 20px 40px 20px 40px;
margin-bottom: 20px;
transition: 0.3s ease;
flex: 1;
}
.card-logo {
text-align: center;
display: flex;
flex-direction: column;
height: 100%;
}
.logo-partenaire {
height: 100%;
}
.logo-partenaire {
height: 100%;
} .liste-partenaires-container .row > [class*="col-"] {
display: flex;
flex-direction: column;
}
.liste-partenaires-container .row > [class*="col-"] > a {
display: flex;
flex-direction: column;
flex: 1;
height: 100%;
}
.card-logo .texte-partenaire {
margin-top: 15px;
padding: 0;
flex: 0 0 auto;
color: inherit;
text-align: left;
}
.card-logo:hover .logo-img {
background-color: rgba(255, 226, 8, 0.5);
transform: translateY(-10px);
}
.card-logo:hover .texte-partenaire {
color: #005974;
}
.logo-img img {
width: 100%;
height: auto;
aspect-ratio: 1/1;
object-fit: contain;
flex: 0 0 auto;
}
.logo-partenaire .logo-img img {
aspect-ratio: auto;
}
.single-post .main-content {
padding-bottom: 0;
} .single-post:has(.post-featured-slider) .main-content {
padding-top: 0;
} .single-post .main-content .container,
.single-post .main-content .wp-block-group {
max-width: 1140px;
margin: 0 auto;
padding: 0 15px;
}
@media screen and (min-width: 1500px) {
.single-post .main-content .container,
.single-post .main-content .wp-block-group {
max-width: 1500px;
}
} .single-post-content-wrapper {
display: flex;
flex-wrap: wrap;
gap: 30px;
margin: 0 auto;
max-width: 1140px;
padding: 0 15px;
margin-top: 70px;
}
@media screen and (min-width: 1500px) {
.single-post-content-wrapper {
max-width: 1500px;
}
}
.single-post-main-content {
flex: 0 0 100%;
max-width: 100%;
}
.single-post-sidebar {
flex: 0 0 100%;
max-width: 100%;
}
@media screen and (min-width: 992px) {
.single-post-main-content {
flex: 0 0 calc(66.666667% - 15px);
max-width: calc(66.666667% - 15px);
}
.single-post-sidebar {
flex: 0 0 calc(33.333333% - 15px);
max-width: calc(33.333333% - 15px);
}
}
.single-post .autres-actus .post-item {
margin-bottom: 20px;
}
.wp-bootstrap-blocks-row .wp-block-buttons.alignfull {
width: 100%;
left: 0px;
}
.wp-bootstrap-blocks-row .wp-block-buttons.alignfull .wp-block-button {
width: 100%;
padding: 0;
}
.wp-block-buttons >.wp-block-button.wp-block-button__width-75 {
max-width: 75%!important;
}   .wp-bootstrap-blocks-row.is-style-avec-separateur .row > [class*="col-"]:not(:last-child),
.wp-bootstrap-blocks-row.is-style-avec-separateur > .row > [class*="col-"]:not(:last-child) {
position: relative;
}
.wp-bootstrap-blocks-row.is-style-avec-separateur .row > [class*="col-"]:not(:last-child)::after,
.wp-bootstrap-blocks-row.is-style-avec-separateur > .row > [class*="col-"]:not(:last-child)::after {
content: "";
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 2px;
background-color: #005974;
z-index: 1;
} @media screen and (max-width: 991px) {
.wp-bootstrap-blocks-row.is-style-avec-separateur .row > [class*="col-"]:not(:last-child)::after,
.wp-bootstrap-blocks-row.is-style-avec-separateur > .row > [class*="col-"]:not(:last-child)::after {
display: none;
}
}   .deux-colonnes-separateur-container {
position: relative;
}
.deux-colonnes-separateur-row {
display: flex;
position: relative;
}
.deux-colonnes-separateur-col {
display: flex;
flex-direction: column;
position: relative;
} .deux-colonnes-separateur-row::after {
content: "";
position: absolute;
left: 49%;
top: 0;
bottom: 0;
width: 2px;
background-color: #005974;
z-index: 1;
transform: translateX(-50%); }
.colonne-content {
display: flex;
flex-direction: column;
height: 100%;
}
.colonne-texte {
flex: 1;
}
.colonne-bouton {
margin-top: auto;
padding-top: 20px;
} .colonne-texte .wp-block-list.is-style-coches,
.colonne-texte ul.wp-block-list.is-style-coches {
list-style: none;
padding-left: 0;
}
.colonne-texte .wp-block-list.is-style-coches li,
.colonne-texte ul.wp-block-list.is-style-coches li {
position: relative;
padding-left: 30px;
margin-bottom: 12px;
}
.colonne-texte .wp-block-list.is-style-coches li::before,
.colonne-texte ul.wp-block-list.is-style-coches li::before {
content: "✓";
color: #28a745;
font-size: 18px;
font-weight: bold;
position: absolute;
left: 0;
top: 2px;
} .colonne-texte .wp-block-list.is-style-coches li,
.colonne-texte ul.wp-block-list.is-style-coches li {
text-indent: 0;
}
.colonne-texte .wp-block-list.is-style-coches li *:first-child,
.colonne-texte ul.wp-block-list.is-style-coches li *:first-child {
display: inline;
}   @media screen and (max-width: 1199.5px) {
.deux-colonnes-separateur-row::after {
display: none !important;
} .deux-colonnes-separateur-col:first-child {
margin-bottom: 50px;
}
}   .tuile {
padding: 20px;
border-radius: 10px;
box-shadow: 0 19px 60px rgb(0 0 0 / 5%), 0 15px 60px rgb(0 0 0 / 5%);
background-color: transparent;
transition: box-shadow 2s ease, background-color 2s ease !important;
will-change: box-shadow, background-color;
width: 100%;
box-sizing: border-box;
}
.tuile:hover {
box-shadow: 0 19px 60px rgba(255, 226, 8, 0.15), 0 15px 60px rgba(255, 226, 8, 0.15);
background-color: #ffe208;
} .tuiles-container .row > [class*="col-"] {
display: flex;
width: 100%;
}
.tuiles-container .tuile-link {
display: flex;
width: 100%;
text-decoration: none;
color: inherit;
}
.tuiles-container .tuile-link:hover .tuile {
box-shadow: 0 19px 60px rgba(255, 226, 8, 0.15), 0 15px 60px rgba(255, 226, 8, 0.15);
background-color: #ffe208;
}
.tuiles-container .tuile {
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
transition: box-shadow 0.3s ease, background-color 0.3s ease;
will-change: box-shadow, background-color;
position: relative;
}
.tuiles-container .tuile.aos-init,
.tuiles-container .tuile.aos-animate {
transition: box-shadow 0.3s ease, background-color 0.3s ease !important;
}
.home .wp-block-group:has(.tuiles-container) {
margin-top: 80px;
} .tuile-picto {
position: absolute;
bottom: 20px;
right: 20px;
font-size: 40px;
color: rgba(0, 0, 0, 0.2);
z-index: 1;
}   .tuile-decalee-container {
position: relative;
margin-top: -200px;
z-index: 10;
}
.tuile-decalee {
background-color: #005974 !important;
color: #ffffff;
padding: 40px;
border-radius: 10px;
box-shadow: 0 19px 60px rgb(0 0 0 / 15%), 0 15px 60px rgb(0 0 0 / 15%);
transition: box-shadow 0.3s ease, background-color 0.3s ease !important;
}
.tuile-decalee .tuile-titre {
color: #ffffff;
margin-bottom: 20px;
}
.tuile-decalee .tuile-texte {
color: #ffffff;
}
.tuile-decalee .tuile-texte a {
color: #ffe208;
text-decoration: underline;
transition: color 0.3s ease, opacity 0.3s ease;
}
.tuile-decalee .tuile-texte a:hover {
color: #ffffff;
opacity: 0.8;
}   .tuiles-thematiques-formations-container .row > [class*="col-"] {
display: flex;
}
.tuiles-thematiques-formations-container .tuile-thematique-formation-link {
display: flex;
width: 100%;
text-decoration: none;
color: inherit;
}
.tuiles-thematiques-formations-container .tuile-thematique-formation-link:hover .tuile-thematique-formation {
box-shadow: 0 19px 60px rgba(255, 226, 8, 0.15), 0 15px 60px rgba(255, 226, 8, 0.15);
background-color: #ffe208;
}
.tuile-thematique-formation {
height: 100%;
display: flex;
flex-direction: column;
padding: 0;
border-radius: 10px;
box-shadow: 0 19px 60px rgb(0 0 0 / 5%), 0 15px 60px rgb(0 0 0 / 5%);
background-color: transparent;
transition: box-shadow 0.3s ease, background-color 0.3s ease;
will-change: box-shadow, background-color;
position: relative;
overflow: hidden;
}
.tuile-thematique-formation-image {
width: 100%;
height: 200px;
overflow: hidden;
border-radius: 10px 10px 0 0;
}
.tuile-thematique-formation-image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.tuile-thematique-formation-content {
flex: 1;
display: flex;
flex-direction: column;
padding: 20px;
}
.tuile-thematique-formation-titre {
font-size: 1.125rem;
font-weight: 700;
margin-bottom: 15px;
line-height: 1.4;
}
.tuile-thematique-formation-texte {
flex: 1;
}
.tuile-thematique-formation-picto {
position: absolute;
bottom: 20px;
right: 20px;
font-size: 40px;
color: rgba(0, 0, 0, 0.2);
z-index: 1;
}
.tuile-thematique-formation-plus {
display: block;
text-align: center;
font-size: 24px;
color: #005974;
margin-top: 20px;
margin-bottom: 0;
width: 100%;
}
.tuiles-thematiques-formations-container .tuile-thematique-formation.aos-init,
.tuiles-thematiques-formations-container .tuile-thematique-formation.aos-animate {
transition: box-shadow 0.3s ease, background-color 0.3s ease !important;
}   .tuiles-valeurs-container .row > [class*="col-"] {
display: flex;
}
.tuile-valeur {
display: flex;
flex-direction: column;
align-items: center;
padding: 30px 20px;
padding-bottom: 40px;
background-color: #ffffff;
border-radius: 0;
box-shadow: none;
transition: box-shadow 0.3s ease, border-radius 0.3s ease;
position: relative;
width: 100%;
height: 100%;
overflow: visible;
}
.tuile-valeur:hover {
box-shadow: 0 19px 60px rgb(0 0 0 / 5%), 0 15px 60px rgb(0 0 0 / 5%);
border-radius: 10px;
z-index: 10;
}
.tuile-valeur-image {
width: 100%;
max-width: 100%;
height: 200px;
margin-bottom: 20px;
display: flex;
align-items: center;
justify-content: center;
}
.tuile-valeur-image img {
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
}
.tuile-valeur-content {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.tuile-valeur-titre {
font-size: 1.25rem;
font-weight: 700;
margin-bottom: 15px;
color: #005974;
}
.tuile-valeur-texte-hover {
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
width: 100%;
height: auto;
}
.tuile-valeur:hover .tuile-valeur-texte-hover {
opacity: 1;
visibility: visible;
} @media screen and (max-width: 767px) {
.tuile-valeur-texte-hover {
opacity: 1;
visibility: visible;
}
}
.tuiles-valeurs-container .tuile-valeur.aos-init,
.tuiles-valeurs-container .tuile-valeur.aos-animate {
transition: box-shadow 0.3s ease !important;
}   .newsletter-container .newsletter-texte h3 {
font-weight: 700;
}
.newsletter-container {
padding-top: 58px;
padding-bottom: 50px;
}
.newsletter-container .newsletter-content {
display: flex;
}
.newsletter-container .newsletter-icon {
width: 160px;
height: 160px;
margin-right: 50px;
border-radius: 50%;
background-color: #ffffff;
}
.newsletter-container .newsletter-icon i {
width: 160px;
height: 160px;
transform: translateX(-5px) rotate(20deg);
text-align: center;
line-height: 100px;
vertical-align: middle;
padding: 30px;
font-size: 100px;
padding-right: 130px;
transition: transform 0.3s ease;
}
.wp-block-group:has(.newsletter-container) {
margin: 0 -500%;
padding: 0 500% !important;
color: #005974;
transition: transform 0.3s ease;
}
.wp-block-group:has(.newsletter-container):hover .newsletter-container .newsletter-icon i {
animation: glide 3s ease-in-out infinite;
}
@keyframes glide {
0%, 100% {
transform: translateY(0) translateX(-5px) rotate(20deg);
}
20% {
transform: translateY(-6px) translateX(-4px) rotate(20deg);
}
40% {
transform: translateY(-3px) translateX(-5px) rotate(21deg);
}
60% {
transform: translateY(-6px) translateX(-5px) rotate(20deg);
}
80% {
transform: translateY(-8px) translateX(-4px) rotate(21deg);
}
}
.newsletter-container .newsletter-form-gravity .ginput_container_email input {
padding: 14px!important;
} #gform_4 .ginput_container_email input[type="email"],
#gform_4 .ginput_container_email input[type="text"] {
height: auto;
min-height: 57px;
box-sizing: border-box;
padding: 15px 20px;
line-height: 1.5;
}
#gform_4 .gform_button,
#gform_4 .gform_footer input[type="submit"],
#gform_4 .gform_footer button[type="submit"] {
height: 57px;
box-sizing: border-box;
padding: 15px 28px;
line-height: 1.5;
}
#label_1_7_1 {
width: 95% !important;
}
#field_5_12 {
margin-top: 30px;
margin-bottom: 0px;
}
#label_5_13_2 {
width: 85% !important;
}
#label_5_25_1 {
width: 92% !important;
}
.gchoice_5_25_1 .gfield-choice-input {
vertical-align: top !important;
}   .special-link {
display: flex;
padding: 20px;
border-radius: 20px;
align-items: center;
color: #ffffff;
background-color: #005974;;
margin-bottom: 50px;
font-weight: 600;
font-size: 20px;
justify-content: space-between;
}
.wp-block-group .special-link {
flex-direction: column;
align-items: flex-start;
width: 100%;
min-width: 0;
word-wrap: break-word;
overflow-wrap: break-word;
white-space: normal;
overflow: visible;
box-sizing: border-box;
height: 100%;
max-height: 185px;
font-size: 18px;
margin-bottom: 20px;
margin-right: 20px;
}
.wp-block-group .special-link + .special-link {
margin-top: 0;
}
@media screen and (max-width: 768px) {
.wp-block-group .special-link {
margin-right: 0;
}
}
.wp-block-group .special-link > a,
.wp-block-group .special-link > span,
.wp-block-group .special-link > div,
.wp-block-group .special-link > p {
width: 100%;
min-width: 0;
max-width: 100%;
word-wrap: break-word;
overflow-wrap: break-word;
white-space: normal;
overflow: visible;
flex-shrink: 1;
box-sizing: border-box;
}
.wp-block-group .special-link::after {
margin-left: 0;
margin-top: 15px;
align-self: center;
width: auto;
}
.special-link:after {
content: "";
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 40px;
min-height: 40px;
margin-left: 20px;
border-radius: 15px;
background-color: #fff;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-family: "Font Awesome 5 Pro";
font-weight: 300;
color: #005974 !important;
}
.is-style-section-bg .special-link {
background-color: #fff;
}
.is-style-section-bg .special-link:after {
background-color: var(--light-gray);
}
.special-link.internal:after {
content: "\f061";
}
.special-link.external:after {
content: "\f08b";
}
.special-link.file:after {
content: "\f33d";
}
.special-link:hover {
background-color: #ffe208;
color: #fff;
}
.special-link + .special-link {
margin-top: -40px;
}    @media screen and (max-width: 1499px) {
.tuiles-container .wp-block-group .row > [class*="col-xxl-3"] {
flex: 0 0 50%;
max-width: 50%;
}
} @media screen and (max-width: 991px) {
.tuiles-container .wp-block-group .row > [class*="col-lg-6"] {
flex: 0 0 100%;
max-width: 100%;
}
}   .chiffres-cles-container .row {
display: flex;
flex-wrap: wrap;
}
.chiffres-cles-container .chiffre-cle {
padding: 20px;
border-radius: 10px;
box-shadow: 0 19px 60px rgb(0 0 0 / 5%), 0 15px 60px rgb(0 0 0 / 5%);
background-color: #8eb9cb;
height: 100%;
display: flex;
flex-direction: column;
}
.chiffre-cle-chiffre {
font-size: 30px;
font-weight: 600;
text-align: center;
margin-bottom: 15px;
}
.chiffre-cle-description {
flex: 1;
text-align: center;
margin: 0;
}
.chiffre-cle-description a,
.chiffre_cle-description a {
color: #ffe208;
text-decoration: none;
transition: color 0.3s ease, opacity 0.3s ease;
}
.chiffre-cle-description a:hover,
.chiffre_cle-description a:hover {
color: #ffe208;
opacity: 0.8;
}   .formules-container {
padding: 60px 20px;
}
.formules-row {
margin: 0;
}
.formule-card {
background: #fff;
border-radius: 12px;
padding: 30px 24px 24px 24px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
height: 100%;
display: flex;
flex-direction: column;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.formule-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
h2.formule-titre-principal {
font-size: 37px!important;
font-weight: 800;
color: #005974;
margin-bottom: 8px;
line-height: 1.2;
}
.formule-sous-titre {
font-size: 16px;
color: #666;
margin-bottom: 12px;
line-height: 1.4;
}
.formule-titre {
font-size: 20px;
font-weight: 700;
color: #005974;
margin-bottom: 15px;
line-height: 1.3;
}
.formule-texte-tuile {
font-size: 15px;
line-height: 1.5;
color: #333;
margin-bottom: 15px;
}
.formule-texte-tuile p {
margin-bottom: 10px;
}
.formule-texte-tuile ul {
list-style: none;
padding: 0;
margin: 15px 0;
}
.formule-texte-tuile ul li {
display: flex;
align-items: flex-start;
margin-bottom: 12px;
font-size: 15px;
line-height: 1.5;
color: #333;
}
.formule-texte-tuile ul li:before {
content: "✓";
color: #28a745;
font-size: 18px;
font-weight: bold;
margin-right: 10px;
flex-shrink: 0;
margin-top: 2px;
align-self: flex-start;
}
.formule-avantages {
list-style: none;
padding: 0;
margin: 0;
}
.formule-avantages .avantage-item {
display: flex;
align-items: flex-start;
margin-bottom: 12px;
font-size: 15px;
line-height: 1.5;
color: #333;
}
.formule-avantages .avantage-item .check-icon {
color: #28a745;
font-size: 18px;
font-weight: bold;
margin-right: 10px;
flex-shrink: 0;
margin-top: 2px;
} .wp-block-list.is-style-coches {
list-style: none;
padding-left: 0;
}
.wp-block-list.is-style-coches li {
position: relative;
padding-left: 30px;
margin-bottom: 12px;
}
.wp-block-list.is-style-coches li::before {
content: "✓";
color: #28a745;
font-size: 18px;
font-weight: bold;
position: absolute;
left: 0;
top: 2px;
} .formules-preview {
display: flex;
flex-direction: column;
gap: 20px;
}
.formule-preview-card {
border: 2px dashed #ddd;
border-radius: 8px;
padding: 20px;
background: #f9f9f9;
}
.formule-preview-titre {
font-size: 20px;
font-weight: 700;
color: #005974;
margin-bottom: 15px;
} .btn-formule-popup {
width: 100%;
margin: 20px 0 0 0;
margin-top: auto;
padding: 12px 24px;
background-color: #005974;
color: #fff;
border: none;
border-radius: 6px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: background-color 0.3s ease;
}
.btn-formule-popup:hover {
background-color: #ffe208;
color: #005974;
} @keyframes popupFadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes popupFadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes popupZoomIn {
from {
transform: scale(0.8);
opacity: 0;
}
to {
transform: scale(1);
opacity: 1;
}
}
@keyframes popupZoomOut {
from {
transform: scale(1);
opacity: 1;
}
to {
transform: scale(0.8);
opacity: 0;
}
}
.formule-popup {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10000;
}
.formule-popup.active,
.formule-popup.closing {
display: block;
}
.formule-popup.active .popup-overlay {
animation: popupFadeIn 0.3s ease-out;
}
.formule-popup.active .popup-content {
animation: popupZoomIn 0.3s ease-out;
}
.formule-popup.closing .popup-overlay {
animation: popupFadeOut 0.3s ease-out;
animation-fill-mode: forwards;
}
.formule-popup.closing .popup-content {
animation: popupZoomOut 0.3s ease-out;
animation-fill-mode: forwards;
}
.popup-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(4px);
}
.popup-content {
position: relative;
max-width: 100%;
width: 90%;
max-height: 90vh;
margin: 5vh auto;
background: #fff;
border-radius: 12px;
padding: 40px;
overflow-y: auto;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
.popup-close {
position: absolute;
top: 15px;
right: 20px;
background: none;
border: none;
font-size: 32px;
color: #666;
cursor: pointer;
line-height: 1;
padding: 0;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
transition: all 0.3s ease;
}
.popup-close:hover {
background: #f0f0f0;
color: #000;
}
.popup-titre-principal {
font-size: 32px;
font-weight: 800;
color: #005974;
margin-bottom: 10px;
line-height: 1.2;
}
.popup-titre {
font-size: 24px;
font-weight: 700;
color: #005974;
margin-bottom: 20px;
line-height: 1.3;
}
.popup-sous-titre {
font-size: 20px;
font-weight: 600;
color: #005974;
margin-bottom: 20px;
line-height: 1.4;
padding-bottom: 20px;
border-bottom: 2px dashed #ddd;
}
.popup-texte {
font-size: 16px;
line-height: 1.6;
color: #666;
margin-bottom: 30px;
}
.popup-texte p {
margin-bottom: 10px;
}
.popup-texte ul {
list-style: none;
padding: 0;
margin: 15px 0;
}
.popup-texte ul li {
display: flex;
align-items: flex-start;
margin-bottom: 12px;
font-size: 16px;
line-height: 1.4;
color: #333;
}
.popup-texte ul li span,
.popup-texte ul li {
line-height: 1.4;
white-space: normal;
word-wrap: break-word;
overflow-wrap: break-word;
}
.popup-texte ul li > span,
.popup-texte ul li > * {
flex: 1;
text-indent: 0;
}
.popup-texte ul li:before {
content: "✓";
color: #28a745;
font-size: 18px;
font-weight: bold;
margin-right: 10px;
flex-shrink: 0;
margin-top: 2px;
align-self: flex-start;
}
.popup-services h4 {
font-size: 18px;
font-weight: 700;
color: #333;
margin-bottom: 15px;
}
.popup-services .formule-avantages .avantage-item {
display: flex;
align-items: flex-start;
margin-bottom: 12px;
font-size: 15px;
line-height: 1.5;
color: #333;
}
.popup-services .formule-avantages .avantage-item .check-icon {
color: #28a745;
font-size: 18px;
font-weight: bold;
margin-right: 10px;
flex-shrink: 0;
margin-top: 2px;
}
.popup-cta {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 30px;
padding-top: 20px;
border-top: 2px dashed #ddd;
}
.popup-cta .cta-texte {
font-weight: 700;
color: #333;
margin: 0;
font-size: 18px;
}
.btn-devis {
background-color: #005974;
color: #fff;
padding: 12px 32px;
border-radius: 6px;
text-decoration: none;
font-weight: 600;
font-size: 16px;
transition: all 0.3s ease;
white-space: nowrap;
}
.btn-devis:hover {
background-color: #ffe208;
color: #005974;
} @media screen and (max-width: 768px) {
.formule-card {
padding: 25px;
margin-bottom: 20px;
}
.formule-titre {
font-size: 20px;
}
.formule-avantages .avantage-item {
font-size: 14px;
}
.popup-content {
padding: 30px 20px;
margin: 10vh auto;
max-height: 80vh;
max-width: 100%;
width: 90%;
}
.popup-titre {
font-size: 24px;
}
.popup-cta {
flex-direction: column;
gap: 15px;
text-align: center;
}
.popup-cta .cta-texte {
margin-bottom: 10px;
}
.btn-devis {
width: 100%;
}
}   @media screen and (min-width: 576px) {
.container,
.container-sm,
.alignfull > *:not(.wp-block-cover__background) {
max-width: 540px;
}
}
@media screen and (min-width: 992px) {
.container,
.container-lg,
.container-md,
.container-sm,
.alignfull > *:not(.wp-block-cover__background) {
max-width: 960px;
}
}
@media screen and (min-width: 768px) {
.container,
.container-md,
.container-sm,
.alignfull > *:not(.wp-block-cover__background) {
max-width: 720px;
}
}
@media screen and (min-width: 1200px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.alignfull > *:not(.wp-block-cover__background) {
max-width: 1140px;
}
}
.alignfull > *:not(.wp-block-cover__background) {
width: calc(100% - 30px);
padding-right: 15px;
padding-left: 15px;
margin-left: auto;
margin-right: auto;
}
.alignfull {
position: relative;
width: 100vw;
left: calc(0px - ((100vw - 100%) / 2));
}   #website-menu {
padding: 20px 0;
background: #fff !important;
width: 100%;
transition: all 0.3s ease;
position: fixed;
top: auto;
z-index: 200;
}
body:has(.slider) #website-menu:not(.sticky) {
background: transparent !important;
}
#website-menu .menu-content {
background: transparent;
}
#website-menu.sticky {
background-color: #fff !important;
top: 0;
box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
#website-menu.sticky .menu-content {
background: transparent;
}
.menu-content {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 30px;
transition: 0.3s ease;
}
.logo-area {
position: relative;
z-index: 3;
}
.logo-area img {
width: 200px;
height: auto;
transition: 0.3s ease;
}
#website-menu.sticky .logo-area img {
width: 110px;
content: url(//www.corporatehealthservices.ch/wp-content/themes/child/assets/images/logo-chs.svg);
}
body:not(:has(.slider)) #website-menu .logo-area img {
width: 110px;
content: url(//www.corporatehealthservices.ch/wp-content/themes/child/assets/images/logo-chs.svg);
}
body.active .logo-area img {
content: url(//www.corporatehealthservices.ch/wp-content/themes/child/assets/images/logo-chs.svg);
} body:has(.post-featured-slider) #website-menu:not(.sticky) .logo-area img {
width: 200px;
}
.menus-area {
display: flex;
align-items: center;
}
.search-content {
position: relative;
z-index: 10;
}
.search-content .search-area {
position: absolute;
display: none;
transition: all 0.3s ease;
right: -100%;
opacity: 0;
top: 50%;
transform: translateY(-50%);
}
.search-content .search-area .main-search {
display: flex;
}
.search-content .search-area .main-search {
box-shadow: 0 19px 60px rgb(0 0 0 / 10%), 0 15px 60px rgb(0 0 0 / 10%);
}
.search-content .search-area .main-search input[type="text"] {
border-bottom-left-radius: 100%;
border-top-left-radius: 100%;
border: none;
padding: 15px 20px;
line-height: 1;
}
.search-content .search-area .main-search .search-send {
border: none;
background: #fff;
padding: 0 15px 0 0;
}
.search-content .search-area.active {
display: block;
}
.search-content .search-area.show {
opacity: 1;
right: -15px;
}
.search-content .fa-times {
display: none;
}
.search-send {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.main-menu-inner {
padding: 0px;
margin-bottom: 0px;
}
.main-menu-inner ul {
padding: 0;
margin: 0;
}
.main-menu-inner li {
list-style-type: none;
display: inline-block;
margin-right: 30px;
position: relative;
}
.main-menu-inner li:last-child {
margin-right: 0;
}
.main-menu-inner li a {
font-size: 20px;
color: #005974;
font-weight: 600;
transition: all 0.3s ease;
}
body:has(.slider) #website-menu:not(.sticky) .main-menu-inner > li > a {
color: #fff;
}
#website-menu.sticky .main-menu-inner li a {
font-size: 18px;
color: #005974 !important;
}
.main-menu-inner li a:hover,
.main-menu-inner li.current_page_item > a,
.main-menu-inner li.current_page_ancestor > a {
color: #ffe208;
text-decoration: none;
} #website-menu.sticky .main-menu-inner li.current_page_item > a,
#website-menu.sticky .main-menu-inner li.current_page_ancestor > a,
body:not(:has(.slider)) #website-menu .main-menu-inner li.current_page_item > a,
body:not(:has(.slider)) #website-menu .main-menu-inner li.current_page_ancestor > a {
color: rgb(142, 185, 203);
} #website-menu.sticky .main-menu-inner li a:hover {
color: rgb(142, 185, 203);
}
body:not(:has(.slider)) #website-menu .main-menu-inner li a:hover {
color: rgb(255, 226, 8);
} body:has(.slider) #website-menu:not(.sticky) .main-menu-inner li.current_page_item > a,
body:has(.slider) #website-menu:not(.sticky) .main-menu-inner li.current_page_ancestor > a {
color: rgb(255, 226, 8);
}
body:has(.slider) #website-menu:not(.sticky) .main-menu-inner li a:hover {
color: rgb(255, 226, 8);
} body:has(.post-featured-slider) #website-menu:not(.sticky) {
background: transparent !important;
}
body:has(.post-featured-slider) #website-menu:not(.sticky) .main-menu-inner > li > a {
color: #fff;
}
body:has(.post-featured-slider) #website-menu:not(.sticky) .main-menu-inner li.current_page_item > a,
body:has(.post-featured-slider) #website-menu:not(.sticky) .main-menu-inner li.current_page_ancestor > a {
color: rgb(255, 226, 8);
}
body:has(.post-featured-slider) #website-menu:not(.sticky) .main-menu-inner li a:hover {
color: rgb(255, 226, 8);
}
.main-menu-inner li .sub-menu {
position: absolute;
top: calc(100% + 10px);
background: #fff;
left: 0;
z-index: 1;
padding: 20px;
min-width: 300px;
opacity: 0;
visibility: hidden;
transition: 0.3s;
transform: translateY(20px);
box-shadow: 0 2px 8px 0 rgb(0 0 0 / 6%);
}
.main-menu-inner li.menu-item-has-children:hover .sub-menu {
opacity: 1;
visibility: visible;
transform: translateY(0px);
}
.main-menu-inner li .sub-menu li {
margin-bottom: 10px;
width: 100%;
}
.main-menu-inner li .sub-menu li a {
color: #005974 !important;
transition: color 0.3s;
}
.main-menu-inner li .sub-menu li a:hover {
color: rgb(142, 185, 203) !important;
}
.main-menu-inner li .sub-menu li:last-child {
margin-bottom: 0px;
}
.menuburger {
display: none;
}
figure.aligncenter {
margin: 0 auto;
}
body:not(.home) h1,
.section-equipe h2 {
font-size: 54px;
}
.single-event h1 {
margin-bottom: 50px;
line-height: normal;
}
.single-event .single-time {
margin-top: 40px;
}
body:not(.home) h2 {
font-size: 42px;
}
body:not(.home) h3 {
font-size: 34px;
}
p.intro-histoire,
.intro-services p,
.intro-services li {
font-size: 22px;
}
.services-by-category img {
width: 100%;
height: auto;
margin-bottom: 20px;
padding: 20px;
transition: 0.3s ease;
}
.list-service-wrapper {
background-color: rgba(255, 226, 8, 0.05);
border-radius: 20px;
transition: 0.3s ease;
}
.list-service-wrapper:hover {
background-color: rgba(255, 226, 8, 0.1);
transform: translateY(-10px);
}
.list-service-wrapper h2 {
padding: 40px;
}
.services-by-category a:hover h2 {
opacity: 0.8;
transition: 0.2s ease;
}
.services-by-category h2 {
font-size: 22px !important;
}
.list-service-wrapper {
margin-bottom: 40px;
}
.single-service img {
width: 100%;
height: auto;
}
.single-service h1 {
margin-bottom: 40px;
}
.single-service h2 {
margin-bottom: 30px;
font-size: 34px !important;
font-weight: 600;
}
.single-service h3 {
margin-bottom: 20px;
margin-top: 40px;
font-size: 26px !important;
font-weight: 400;
}
.single-service a {
transition: 0.2s ease;
}
.single-service .wp-element-button {
background-color: #ffe208;
color: #005974;
}
.single-service .wp-element-button:hover {
color: #fff;
background-color: #005974;
}
.single-service .list-service-wrapper {
display: flex;
align-items: center;
}
.single-service .list-service-wrapper img {
display: none;
}
.single-service .list-service-wrapper h2 {
font-size: 20px !important;
margin-bottom: 0;
}
.single-collaborateur .collab-img img {
width: 100%;
height: auto;
}
.single-collaborateur h2 {
font-size: 32px;
margin-bottom: 40px;
font-weight: 400;
}
.single-collaborateur .linkedin {
display: block;
font-size: 20px;
transition: 0.3s ease;
position: absolute;
top: 20px;
right: 40px;
}
.single-collaborateur .linkedin i {
position: relative;
z-index: 2;
}
.single-collaborateur .linkedin a:after {
content: "";
width: 35px;
height: 35px;
position: absolute;
background: #fff;
border-radius: 100%;
right: -8px;
top: -3px;
z-index: 1;
transition: 0.3s ease;
}
.single-collaborateur .linkedin:hover a:after {
background-color: #ffe208;
}
.single-collaborateur .linkedin:hover a {
color: #005974;
}
.liste-collaborateurs img {
width: 100%;
height: 720px;
object-fit: cover;
object-position: top;
position: relative;
transition: 0.3s ease;
}
.liste-collaborateurs .member-card {
position: relative;
overflow: hidden;
}
.liste-collaborateurs .member-card:after {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: rgb(0, 0, 0);
background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
bottom: 0;
left: 0;
z-index: 0;
transition: 0.3s ease;
}
.liste-collaborateurs .member-card:hover img {
transform: scale(1.05);
}
.liste-collaborateurs .member-info {
position: absolute;
padding: 40px;
bottom: 0;
left: 0;
z-index: 1;
}
.liste-collaborateurs .member-info h2,
.liste-collaborateurs .member-info h3 {
color: #fff;
}
.blog-author {
padding: 4px 8px;
color: #fff;
background-color: #005974;
display: inline-block;
transition: 0.3s ease;
margin-right: 5px;
font-size: 14px;
margin-bottom: 5px;
}
.single-post .blog-author {
margin-bottom: 40px;
font-size: 16px;
}
.single-post .blog-author:hover {
background-color: #8eb9cb;
}
.blog-author i {
margin-right: 10px;
}
p.lang {
font-size: 22px;
margin-bottom: 40px;
}
label a {
color: #8eb9cb;
text-decoration: underline;
}
label a:hover {
text-decoration: underline;
color: #fde205;
}
.gfield-choice-input {
cursor: pointer;
}
.liste-collaborateurs .member-info h2 {
font-size: 32px;
}
.liste-collaborateurs .member-info h3 {
font-size: 22px;
}
.single-post h1 {
margin-top: 60px;
margin-bottom: 40px;
}
.single-post h2,
.donnees h2 {
margin-top: 40px;
margin-bottom: 20px;
font-size: 28px !important;
}
.single-post h3 {
margin-top: 30px;
margin-bottom: 20px;
font-size: 24px !important;
font-weight: 400;
}
.single-post .img-wrap {
width: 100%;
background-color: rgba(0, 89, 116, 0.1);
text-align: center;
}
.single-post .img-wrap img {
object-fit: cover;
width: 100%;
}
.single-post .wp-block-button {
margin-top: 40px;
}
.single-post figure img {
margin: 20px 0;
}
.single-post .wp-block-image.aligncenter {
margin: 0 auto;
}
.wp-block-separator {
color: rgba(0, 89, 116, 0.1);
margin: 40px 0;
}
.single-post .wp-block-separator {
margin-top: 40px;
margin-bottom: 20px;
}
.single-post p a {
color: #ff8c12;
}
.single-post p a:hover {
opacity: 0.8;
}   .timeline {
position: relative;
max-width: 960px;
margin: 0 auto;
}
.timeline::after {
content: "";
position: absolute;
top: 0;
border-right: 2px dashed #8eb9cb;
color: #8eb9cb;
bottom: 0;
left: 50%;
}
.timeline-wrap {
padding: 10px 40px;
position: relative;
background-color: inherit;
width: 60%;
}
.timeline-wrap:after {
content: "";
position: absolute;
width: 30px;
height: 30px;
right: -16px;
background-color: #fde205;
top: 15px;
border-radius: 50%;
z-index: 1;
}
.timeline-wrap:nth-child(even) {
left: -10%;
}
.timeline-wrap:nth-child(even) .timeline-content:after {
content: " ";
height: 0;
position: absolute;
top: 22px;
width: 0;
z-index: 1;
right: 30px;
border: medium solid #8eb9cb;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent #8eb9cb;
}
.timeline-wrap:nth-child(odd) .timeline-content:after {
content: " ";
height: 0;
position: absolute;
top: 22px;
width: 0;
z-index: 1;
left: 30px;
border: medium solid #8eb9cb;
border-width: 10px 10px 10px 0;
border-color: transparent #8eb9cb transparent transparent;
}
.timeline-wrap:nth-child(odd) {
left: 50%;
}
.timeline-content.closed h3.timeline-title {
margin-bottom: 0;
}
.timeline-content.closed .timeline-text-wrap {
height: 0;
transform: scale(0);
}
.timeline-wrap-text {
height: auto;
transition: 0.3s ease;
}
.timeline-content {
padding: 40px;
background-color: #8eb9cb;
cursor: pointer;
transition: 0.3s ease;
}
.timeline-wrap:nth-child(odd):after {
left: -14px;
}
.timeline h3.timeline-title {
font-size: 26px;
margin-bottom: 20px;
color: #fff;
transition: 0.3s ease;
position: relative;
}
.timeline h3.timeline-title:after {
content: "\f078";
font-size: 22px;
top: 50%;
color: #fff;
position: absolute;
right: 0;
font-family: "FontAwesome";
transition: 0.3s ease;
transform: translateY(-50%) rotate(180deg) !important;
}
.timeline .timeline-content.closed h3.timeline-title:after {
transform: translateY(-50%) rotate(0deg) !important;
}
.timeline p:last-child {
margin-bottom: 0;
}
.timeline p {
color: #fff;
}
.posts-by-category-list > a {
margin-bottom: 20px;
}   .search-item {
color: #34424c;
padding: 30px;
background-color: #f7f7f7;
border-radius: 2px;
transition: 0.3s;
position: relative;
display: flex;
flex-direction: column;
height: calc(100% - 30px);
margin-bottom: 30px;
}
.search-item .top-content {
position: relative;
display: flex;
align-items: flex-start;
}
.search-item:hover .search-item-type {
background-color: #fff;
color: #34424c;
}
.search-item .img-content {
width: 150px;
min-width: 150px;
margin-right: 10px;
}
.search-item .img-content img {
width: 100%;
height: auto;
}
.search-item .text-content {
padding-top: 10px;
}
.search-item p {
margin-top: 5px !important;
}
.search-item .search-item-type { padding: 5px 10px;
background-color: rgba(214, 218, 220, 0.7);
font-size: 13px;
color: rgb(52, 66, 76) !important;
transition: color 0.25s ease, background-color 0.25s ease;
display: inline-block;
}
.search-item .search-term {
color: #21b894;
font-weight: 800;
transition: 0.3s;
}
.search-item .text-content {
padding-top: 30px;
}
.search-item:hover {
background-color: #34424c;
color: #fff;
text-decoration: none;
}
.search-item:hover .search-term {
color: #fff;
}   .slider {
position: relative;
}
.wrap-slider {
position: relative;
}
.home .slider .slide {
height: calc(100svh - 44px);
}
.slider .slide {
position: relative;
height: calc(100svh - 44px);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.slider .slide:before {
background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 80%);
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
top: 0;
left: 0;
content: "";
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
top: 0;
left: 0;
content: "";
}
.slider .slide a {
display: block;
color: #212529;
text-decoration: none;
width: 100%;
height: 100%;
} .post-featured-slider {
position: relative;
width: 100vw;
margin-left: calc(0px - ((100vw - 100%) / 2));
margin-top: 0;
margin-bottom: 0;
}
.post-featured-slider .post-slider {
position: relative;
}
.post-featured-slider .post-slider .slide {
height: 60vh;
min-height: 480px;
max-height: 720px;
}
.post-featured-slider .slick-caption {
position: absolute;
bottom: 14%;
left: 50%;
transform: translateX(-50%);
width: 100%;
max-width: 1500px;
z-index: 2;
padding: 0 15px;
}
.post-featured-slider .slick-caption-inner {
width: 100%;
}
.post-featured-slider .slick-caption h1 {
color: #fff;
margin: 0;
font-size: 40px;
font-weight: 600;
margin-top: 20px;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
} .post-slider-back-link {
display: inline-flex;
align-items: center;
gap: 10px;
color: #ffffff !important;
text-decoration: none;
font-size: 18px;
font-weight: 600;
margin-bottom: 20px;
transition: all 0.3s ease;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
}
.post-slider-back-link:hover {
color: #ffe208 !important;
text-decoration: none;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.3);
}
.post-slider-back-link i {
font-size: 16px;
transition: transform 0.3s ease;
color: #ffffff !important;
}
.post-slider-back-link:hover i {
color: #ffe208 !important;
}
.post-slider-back-link:hover i {
transform: translateX(-5px);
} @media screen and (max-width: 1250px) {
.post-featured-slider .slick-caption h1 {
font-size: 34px;
}
.post-slider-back-link {
font-size: 16px;
}
}
@media screen and (max-width: 1000px) {
.post-featured-slider .post-slider .slide {
height: 55vh;
min-height: 420px;
}
.post-featured-slider .slick-caption h1 {
font-size: 28px;
}
.post-slider-back-link {
font-size: 15px;
margin-bottom: 15px;
}
}
@media screen and (max-width: 820px) {
.post-featured-slider .post-slider .slide {
height: 50vh;
min-height: 360px;
}
.post-featured-slider .slick-caption {
bottom: 10%;
}
.post-featured-slider .slick-caption h1 {
font-size: 24px;
margin-top: 10px;
}
.post-slider-back-link {
font-size: 14px;
margin-bottom: 12px;
}
}
@media screen and (max-width: 520px) {
.post-featured-slider .post-slider .slide {
height: 45vh;
min-height: 300px;
}
.post-featured-slider .slick-caption h1 {
font-size: 20px;
}
.post-slider-back-link {
font-size: 13px;
margin-bottom: 10px;
gap: 8px;
}
.post-slider-back-link i {
font-size: 14px;
}
}
.wrap-slider .slick-caption {
position: absolute;
bottom: 14%;
left: 50%;
transform: translateX(-50%);
width: 1500px;
z-index: 2;
}
.wrap-slider .slick-caption h1,
.wrap-slider .slick-caption h2,
.wrap-slider .slick-caption h3 {
color: #fff;
margin: 0;
}
.wrap-slider .slick-caption h1,
.wrap-slider .slick-caption h2 {
font-size: 40px;
font-weight: 600;
margin-top: 20px;
}
.wrap-slider .slick-caption h3 {
font-size: 25px;
font-weight: 600;
width: 60%;
margin-top: 20px;
}
.slide-tags {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin: 20px 0;
}
.slide-tag {
display: inline-block;
padding: 10px 18px;
background-color: #e8e8e8;
color: #333;
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
border-radius: 4px;
border: none;
transition: all 0.3s ease;
}
.slide-tag:hover {
background-color: #d5d5d5;
transform: translateY(-2px);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.wrap-slide-news img {
max-height: 350px;
object-fit: cover;
}
.btn-slider {
position: absolute;
right: 0;
bottom: 0;
}
.btn-slider a {
background-color: #ffe208;
color: #005974;
font-size: 24px;
font-weight: 600;
padding: 20px 40px;
display: inline-block;
position: relative;
z-index: 2;
}
.btn-slider a:after {
width: 0%;
height: 100%;
content: "";
transition: 0.3s ease;
background-color: #005974;
position: absolute;
left: 0;
top: 0;
z-index: -1;
}
.btn-slider a:hover:after {
width: 100%;
}
.btn-slider a:hover {
color: #fff;
}
.btn-icon i {
margin-left: 20px;
font-size: 20px;
}
.slick-prev,
.slick-next {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
z-index: 1;
}
.slick-prev:before,
.slick-next:before {
font-weight: 400;
font-family: "Font Awesome 5 Pro";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-size: 50px;
line-height: 1;
opacity: 0.75;
color: white;
}
.slick-prev {
left: -50px;
}
.slick-prev:before {
content: "\f104";
}
.slick-next {
right: -50px;
}
.slick-next:before {
content: "\f105";
} .btn-slide {
margin-top: 20px;
}
.btn-slide a.btn {
display: inline-block;
width: auto;
max-width: none;
white-space: nowrap;
color: #fff !important;
background-color: #005974;
box-shadow: none;
cursor: pointer;
font-size: 1.125em;
padding: calc(0.667em + 2px) calc(1.333em + 2px);
text-align: center;
text-decoration: none;
overflow-wrap: break-word;
box-sizing: border-box;
border: none;
transition: 0.3s ease;
}
.btn-slide a.btn:hover {
background-color: #ffe208;
color: #005974 !important;
}
.slider-services .slide-service {
position: relative;
margin: 0 12px;
}
.wrap-service {
background-color: rgba(255, 226, 8, 0.1);
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 450px;
transition: 0.3s ease;
border-radius: 20px;
padding: 20px;
}
.wrap-service:hover {
background-color: rgba(255, 226, 8, 0.2);
}
.slider-services .title-slider-service {
width: 100%;
padding: 0 20px;
}
.slider-services img {
width: 100%;
height: auto;
padding: 20px 30px;
transition: 0.3s ease;
transform: scale(0.95);
}
.slider-services a:hover img {
transform: scale(1.05);
}
.slider-services .title-slider-service h2 {
font-size: 24px;
text-align: center;
margin: 0;
padding: 0 30px 0 30px;
color: rgba(0, 89, 116, 0.8);
transition: 0.3s ease;
}
.slider-services a:hover .title-slider-service h2 {
color: #005974;
}
.slider-services .slick-prev:before,
.slider-services .slick-next:before {
color: #005974;
}
.wrap-slide-news {
width: 60%;
}
.slide-news-content {
margin-top: -60px;
display: block;
background-color: #fff;
padding: 40px;
position: relative;
width: 60%;
margin-left: 40%;
border: 1px solid #005974;
}
.slide-news-content .btn {
margin-top: 20px;
}
.slide-news-content h3 {
font-size: 28px;
margin-bottom: 20px;
}
.slide-news {
position: relative;
}
.slider-news .slide-news-content p {
font-size: 18px;
}
.slick-slide img {
display: block;
width: 100%;
height: auto;
}
.slider-news .slick-prev {
background-color: #fff;
border: solid 2px #005974;
width: 50px;
height: 50px;
border-radius: 100%;
transition: 0.3s ease;
margin-top: 50px;
margin-left: 0;
left: 0;
}
.slider-news .slick-prev:hover,
.slider-news .slick-next:hover {
background-color: #005974;
}
.slider-news .slick-prev:hover:before,
.slider-news .slick-next:hover:before {
color: #fff;
}
.slider-news .slick-next {
background-color: #fff;
border: solid 2px #005974;
width: 50px;
height: 50px;
border-radius: 100%;
transition: 0.3s ease;
margin-top: 50px;
margin-left: 55px;
right: unset;
}
.slider-news .slick-prev:before,
.slider-news .slick-next:before {
font-size: 30px !important;
color: #005974;
}   .gallery {
margin-bottom: 50px;
}
.lightgallery {
margin: 0 -5px;
}
.grid-item {
padding-left: 5px;
padding-right: 5px;
margin-bottom: 10px;
}
.lightgallery .gallery-item {
position: relative;
display: block;
}
.grid-item img {
width: 100%;
height: auto;
}
.lightgallery .gallery-item .gallery-overlay {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
transition: 0.6s;
background: #005974;
}
.lightgallery .gallery-item:after {
content: "\f002";
font-family: "Font Awesome 5 Pro";
font-weight: 400;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-size: 38px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
color: #fff;
opacity: 0;
visibility: hidden;
transition: 0.6s;
}
.lightgallery .gallery-item:hover .gallery-overlay {
opacity: 0.55;
visibility: visible;
}
.lightgallery .gallery-item:hover:after {
opacity: 1;
visibility: visible;
}   .accordions {
margin-bottom: 50px;
}
.accordion-item {
transition: all 0.3s ease;
margin-bottom: 5px;
background-color: #8eb9cb;
padding: 0;
border-radius: 0;
}
.accordion-item .accordion-header h1,
.accordion-item .accordion-header h2,
.accordion-item .accordion-header h3,
.accordion-item .accordion-header h4,
.accordion-item .accordion-header h5 {
font-size: 24px;
font-weight: 500;
color: #005974;
margin: 0px;
padding: 0px;
text-align: left;
}
.accordion-item .accordion-header {
padding: 20px 60px 20px 20px;
display: block;
position: relative;
transition: 0.3s;
transition-delay: 0.35s;
cursor: pointer;
border-bottom: 1px solid #d5d8dc;
}
.accordion-item .accordion-header:after {
content: "";
position: absolute;
top: 50%;
right: 35px;
width: 22px;
height: 2px;
background: #005974;
transform: translateY(-50%);
transition: 0.3s;
}
.accordion-item .accordion-header:before {
content: "";
position: absolute;
top: 50%;
right: 45px;
width: 2px;
height: 22px;
background: #005974;
transform: translateY(-50%);
transition: 0.3s;
}
.accordion-header.active {
border-bottom: none;
padding: 20px 60px 10px 20px;
}
.accordion-item .accordion-header.active:before {
transform: translateY(-50%);
height: 0px;
}
.accordion-item .accordion-content {
padding: 20px;
display: none;
}
.accordion-item .accordion-content p {
font-size: 18px !important;
color: #005974;
}
.accordion-item .accordion-content a {
color: #ffe208;
}
.accordion-item .accordion-content a:hover {
color: #ffffff;
}
.accordion-item .accordion-content p:last-child {
margin-bottom: 0px !important;
}
.accordion-item.active .accordion-header h1,
.accordion-item.active .accordion-header h2,
.accordion-item.active .accordion-header h3,
.accordion-item.active .accordion-header h4,
.accordion-item.active .accordion-header h5,
.accordion-item:hover .accordion-header h1,
.accordion-item:hover .accordion-header h2,
.accordion-item:hover .accordion-header h3,
.accordion-item:hover .accordion-header h4,
.accordion-item:hover .accordion-header h5,
.accordion-item.active .accordion-content p,
.accordion-item.active .accordion-content,
.accordion-item:hover .accordion-content p,
.accordion-item:hover .accordion-content {
color: #005974;
}
.accordion-item.active .accordion-header:after,
.accordion-item:hover .accordion-header:after {
background: #005974;
}
.accordion-item.active .accordion-header:before,
.accordion-item:hover .accordion-header:before {
background: #005974;
} .is-style-box-color .accordion-item {
background-color: transparent;
}
.is-style-box-color .accordion-item .accordion-header h1,
.is-style-box-color .accordion-item .accordion-header h2,
.is-style-box-color .accordion-item .accordion-header h3,
.is-style-box-color .accordion-item .accordion-header h4,
.is-style-box-color .accordion-item .accordion-header h5 {
color: #ffe208;
}
.is-style-box-color .accordion-item .accordion-header:after {
background: #ffe208;
}
.is-style-box-color .accordion-item .accordion-header:before {
background: #ffe208;
}
.is-style-box-color .accordion-item .accordion-content a {
color: #ffe208;
}
.is-style-box-color .accordion-item .accordion-content a:hover {
color: #fff;
}
.is-style-box-color .accordion-item.active .accordion-header h1,
.is-style-box-color .accordion-item.active .accordion-header h2,
.is-style-box-color .accordion-item.active .accordion-header h3,
.is-style-box-color .accordion-item.active .accordion-header h4,
.is-style-box-color .accordion-item.active .accordion-header h5,
.is-style-box-color .accordion-item:hover .accordion-header h1,
.is-style-box-color .accordion-item:hover .accordion-header h2,
.is-style-box-color .accordion-item:hover .accordion-header h3,
.is-style-box-color .accordion-item:hover .accordion-header h4,
.is-style-box-color .accordion-item:hover .accordion-header h5,
.is-style-box-color .accordion-item.active .accordion-content p,
.is-style-box-color .accordion-item.active .accordion-content,
.is-style-box-color .accordion-item:hover .accordion-content p,
.is-style-box-color .accordion-item:hover .accordion-content {
color: #fff;
}
.is-style-box-color .accordion-item.active .accordion-header:after,
.is-style-box-color .accordion-item:hover .accordion-header:after {
background: #fff;
}
.is-style-box-color .accordion-item.active .accordion-header:before,
.is-style-box-color .accordion-item:hover .accordion-header:before {
background: #fff;
} @media screen and (max-width: 991px) { .row .accordions {
margin-bottom: 0;
} .row .accordions + .accordions {
margin-top: 0;
}  .row .accordions:not(:last-child) .accordion-item:last-child {
margin-bottom: 5px;
}
}   .tabs-nav { }
.tabs-nav ul {
padding: 0px;
margin-bottom: 0px;
}
.tabs-nav ul li {
display: inline-block;
list-style-type: none;
padding: 6px 12px 4px 12px; background: #eee;
transition: all 0.3s ease;
border-radius: 5px 5px 0 0;
letter-spacing: 1px;
cursor: pointer; }
.tabs-nav ul li:hover,
.tabs-nav ul li.active {
background-color: #8eb9cb;
color: #fff;
}
.tabs-content {
background-color: #8eb9cb;
}
.tabs-content .tab {
display: none;
padding: 40px 20px 20px 20px;
}
.tabs-content .tab.active {
display: block;
}
#services-tabs {
scroll-margin-top: 120px;
}   .is-style-box-dark-blue,
.is-style-box-color {
padding: 40px 45px 40px 48px;
border: 5px solid transparent;
background: #005974;
color: #fff;
}
.wp-block-group.is-style-box-color a {
color: #ffe208!important;
}
.wp-block-group.is-style-box-color a:hover {
color: #ffffff!important;
}    .is-style-box-light-blue {
padding: 40px 45px 40px 48px;
margin-bottom: 40px;
border: 5px solid transparent;
background: #8eb9cb;
color: #fff;
}   .posts-by-category {
margin-bottom: 50px;
}
.card {
height: 100%;
border-radius: 10px;
box-shadow: 0 19px 60px rgb(0 0 0 / 10%), 0 15px 60px rgb(0 0 0 / 10%);
display: flex;
flex-direction: column;
overflow: hidden;
}
.event-card {
display: flex;
flex-direction: row;
padding: 20px;
position: relative;
gap: 30px;
transition: 0.3s;
box-shadow: 0 19px 60px rgb(0 0 0 / 5%), 0 15px 60px rgb(0 0 0 / 5%);
}
.events-by-category-list > [class^="col-"] {
margin-bottom: 20px;
}
.card .img-wrap img {
max-width: 100%;
height: auto;
}
.card .post-content {
padding: 30px 40px;
display: flex;
justify-content: space-between;
flex-direction: column;
height: 100%;
transition: 0.3s;
}
.event-card .post-content {
padding: 0;
}
.card h2 {
margin-bottom: 20px !important;
padding: 0;
font-size: 24px !important;
}
.post-date {
font-size: 16px;
margin-bottom: 12px;
display: block;
}
.event-card .meta {
font-size: 14px;
}
.event-card .meta i {
font-size: 14px;
min-width: 17px;
position: relative;
top: 4px;
}
.single-event .time i,
.single-event .date i {
margin-right: 10px;
}
.events-by-category .post-content-top h3 {
font-size: 22px;
}
.events-by-category .post-content-top .teaser {
font-size: 16px;
}
.events-by-category .card .img-wrap {
display: flex;
justify-content: center;
}
.events-by-category .card .img-wrap img {
height: 300px;
width: auto;
}
.posts-by-category .card .img-wrap img {
height: 300px;
object-fit: cover;
}
.single-event .img-wrap img {
width: 100%;
height: auto;
}
.card .categories .category,
.full-badge,
.event-header .category {
color: #fff;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 1px;
margin-top: 10px;
display: inline-block;
margin-right: 5px;
background: #32373c;
padding: 2px 10px;
border-radius: 5px;
transition: 0.3s;
}
.event-header .category {
background-color: #fff;
color: #32373c;
margin: 0;
}
.full-badge {
background-color: red;
}
.card:not(.event-card):hover .post-content {
background: #32373c;
color: #fff;
}
.card:not(.event-card):hover .categories .category {
color: #32373c;
background: #fff;
}
.event-card .post-title {
display: flex;
align-items: center;
gap: 20px;
width: 50%;
}
.event-card .date-token {
min-width: 80px;
height: 80px;
background-color: #005974;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
font-weight: 600;
font-size: 13px;
line-height: normal;
aspect-ratio: 1 / 1;
}
.event-card .date-token > div {
display: flex;
align-items: center;
flex-direction: column;
}
.event-card .date-token.with-end {
font-size: 10px;
gap: 3px;
}
.event-card .date-token.with-end .day {
font-size: 16px;
}
.event-card .date-token .day {
font-size: 25px;
}
.event-card .categories {
position: absolute;
right: 20px;
top: 20px;
margin: 0;
display: flex;
}
.card.event-card .categories .category {
margin: 0;
}
.event-card .post-title h3 {
font-size: 20px!important;
margin-bottom: 0px;
}
.event-card .teaser {
font-size: 14px;
margin-bottom: 0;
}
.event-card .post-content {
justify-content: center;
}
.event-card:hover {
background-color: #ffe208;
color: #005974;
}
.event-card .post-content-top {
display: flex;
flex-direction: column;
gap: 5px;
}
.event-card .post-content-top .meta {
display: inline-flex;
gap: 10px;
}
.event-header {
margin-top: -46px;
aspect-ratio: 10 / 3;
position: relative;
display: flex;
justify-content: flex-end;
z-index: 1;
flex-direction: column;
color: #fff;
margin-bottom: 80px;
padding-top: 150px;
width: 100%;
}
.event-header:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
z-index: -1;
opacity: 0.7;
}
.event-header .img-wrap {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
z-index: -2;
}
.event-header .img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
}
.event-header .full-badge {
margin: 0;
}
.meta-box-col,
.title-col {
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.meta-box {
background: #005974;
padding: 40px;
margin-bottom: -50px;
display: flex;
flex-direction: column;
gap: 10px;
box-shadow: 0 19px 60px rgb(0 0 0 / 10%), 0 15px 60px rgb(0 0 0 / 10%);
}
.meta-box .meta {
display: inline-flex;
gap: 10px;
line-height: 1.3;
}
.meta-box .meta i {
position: relative;
top: 3px;
min-width: 23px;
color: #ffe208;
}
.event-btn-group {
display: flex;
flex-direction: column;
gap: 20px;
align-items: flex-start;
}
.event-btn-group .btn {
display: inline-flex;
align-items: center;
gap: 10px;
}
.event-btn-group a:not(.btn) {
border-bottom: 1px solid currentColor;
font-size: 13px;
}
.event-btn-group a:not(.btn):hover {
color: #dcc200;
}
.speaker-card-list {
row-gap: 30px;
}
.small-speaker-card {
background: rgba(255, 226, 8, 0.1);
border-radius: 20px;
padding: 20px;
display: flex;
align-items: center;
gap: 20px;
}
.small-speaker-card:hover {
background: rgba(255, 226, 8, 0.2);
color: #005974;
}
.small-speaker-card h4 {
margin-bottom: 0;
font-size: 20px;
}
.small-speaker-card .collab-img {
width: 90px;
min-width: 90px;
height: 90px;
overflow: hidden;
border-radius: 100%;
}
.small-speaker-card .collab-img img {
width: 100%;
height: 160%;
object-fit: cover;
}
.badges-list {
display: flex;
gap: 10px;
flex-wrap: wrap;
margin-bottom: 20px;
}
#wp_pagination .page {
width: 30px;
height: 30px;
background: #ffe208;
display: inline-flex;
align-items: center;
justify-content: center;
color: #005974;
font-size: 12px;
font-weight: 600;
}
#wp_pagination {
display: flex;
gap: 5px;
flex-wrap: wrap;
}
#wp_pagination .page:hover {
background: #005974;
color: #fff;
}
.latest-events-title {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 40px;
}
.latest-events-title .btn {
font-size: 18px;
padding: 10px 28px;
}
.latest-events .event-card {
flex-direction: column;
}
.latest-events .event-card .post-title {
width: 100%;
padding-top: 35px;
height: 100%;
align-items: flex-start;
}
.latest-events .event-card .post-title .title {
display: flex;
flex-direction: column;
height: 100%;
justify-content: space-between;
align-items: flex-start;
}
.latest-events .event-card .post-title .btn {
font-size: 14px;
margin-top: 30px;
padding: 8px 20px;
background-color: #005974 !important;
color: #fff !important;
}
.latest-events .event-card h3 {
margin-bottom: 15px;
}
.home .latest-events .event-card .teaser {
font-size: 14px;
}
body.home .posts-by-category-list .teaser,
body.home .posts-by-category-list .blog-author,
.single-post .teaser,
.single-post .blog-author {
display: none;
}
.single-post .card h2 {
margin-top: 0!important;
}
.single-post .card .img-wrap img {
height: 300px;
object-fit: cover;
}
body.home .posts-by-category-list .img-wrap img {
height: 300px;
object-fit: cover;
}
body.home .posts-by-category-list h2 {
margin-bottom: 0;
}
.posts-by-category .filter-group {
margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
.posts-by-category .card.featured-post .img-wrap img {
height: auto;
width: 100%;
object-fit: cover;
}
.posts-by-category .card.featured-post {
position: relative;
max-height: 650px;
}
.posts-by-category .card.featured-post .post-content {
position: absolute;
top: 0;
left: 0;
padding: 40px 50px;
width: 100%;
height: auto;
color: #005974;
background:  #ffffff;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 0;
transition: 0.3s;
z-index: 2;
}
.posts-by-category .card.featured-post:hover .post-content {
color: #ffffff;
background: #32373c;
}
}   table {
width: 100%;
border: 0;
}
table tr {
background: #fafafa;
border-bottom: 0;
}
table tr:nth-child(even) {
background: transparent;
}
table tr td {
border: 0;
padding: 19px 25px 21px 25px;
}
table tr td:first-of-type {
padding-left: 35px;
}
.single-service table tr td:first-of-type {
padding-left: 10px;
}
.single-service .sidebar {
padding: 25px;
background-color: #dee1e1;
}
.single-service table tr td {
padding: 10px;
vertical-align: top;
}
.single-service figcaption {
margin-top: 20px;
}
.lang-wpml {
display: flex;
align-items: center;
}
.lang-wpml ul {
display: flex;
padding-left: 10px;
margin-left: 10px !important;
border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.lang-wpml .wpml-ls-legacy-list-horizontal {
padding: 0;
}
.lang-wpml ul li a {
color: #fff;
padding: 0;
margin-left: 10px;
font-size: 16px;
}
.lang-wpml ul li a:hover {
opacity: 0.8;
}
table tr td a {
color: #353b40;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
display: inline;
box-shadow: inset 0px -1px 0px 0px #005974;
padding: 0px 0px 3px 0px;
}
table tr td a:after {
display: none;
}
table tr td a:hover {
color: #005974;
text-decoration: none;
}
table p {
margin-bottom: 0px;
}
.wp-block-table {
scrollbar-width: thin;
scrollbar-color: #005974 #d2dce1;
margin-bottom: 60px;
}
.wp-block-table::-webkit-scrollbar-track {
background-color: #d2dce1;
}
.wp-block-table::-webkit-scrollbar {
width: 4px;
height: 4px;
background-color: #d2dce1;
}
.wp-block-table::-webkit-scrollbar-thumb {
background-color: #005974;
}   blockquote {
border-left: 3px solid #ffe208;
margin: 0px;
margin-bottom: 40px;
padding: 9px 0px 5px 34px;
}
blockquote p:first-of-type {
font-size: 24px;
font-style: italic;
line-height: normal;
font-style: italic;
margin-bottom: 15px;
}
blockquote p + * {
font-size: 18px;
padding-left: 25px;
position: relative;
margin-bottom: 0px;
font-style: normal;
}
blockquote p + *:before {
content: "";
position: absolute;
left: 0px;
top: 50%;
transform: translateY(-50%);
width: 15px;
height: 1px;
background-color: #252626;
}   input[type="checkbox"] {
vertical-align: top;
border: 1px solid #ccc !important;
border-radius: 0px !important;
line-height: 0;
height: 19px;
margin-right: 10px !important;
outline: 0;
padding: 0 !important;
position: relative;
top: 3px;
text-align: center;
vertical-align: middle;
width: 19px !important;
min-width: 18px;
-webkit-appearance: none;
transition: 0.3s;
background: #fff;
}
.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label {
font-size: 18px;
}
.gform_wrapper.gravity-theme .gfield_label {
font-size: 22px;
font-weight: normal;
}
.gform_wrapper.gravity-theme .ginput_container_checkbox,
.gform_wrapper.gravity-theme .ginput_container_radio {
margin-top: 0;
}
.gform_wrapper .gform_fields.gfield_checkbox li input[type="checkbox"] {
width: 19px !important;
}
.gform_wrapper .hidden_label input,
.form_body .form_field .hidden_label input {
margin-top: -9px;
}
.gfield_consent_label {
display: initial !important;
}
.gfield_visibility_visible {
margin-bottom: 20px;
}
.gfield_visibility_visible.hidden_label {
margin-bottom: 0;
}
input[type="checkbox"]:hover {
border: 1px solid #005974 !important;
}
input[type="checkbox"]:checked {
background: #005974 !important;
border: 1px solid #005974 !important;
}
input[type="checkbox"]:checked:before {
content: "";
margin: 1px 6px;
color: #fff;
float: left;
display: inline-block;
transform: rotate(45deg);
height: 12px;
width: 6px;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
}
input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
position: absolute;
left: -9999px;
}
.gform_wrapper.gravity-theme .gfield-choice-input {
top: inherit;
}
input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label {
position: relative;
padding-left: 30px;
cursor: pointer;
line-height: 20px;
display: inline-block;
}
input[type="radio"] + label {
padding-left: 30px;
}
input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
content: "";
position: absolute;
left: 0;
top: 0px;
width: 20px;
height: 20px;
border: solid 1px #ccc;
border-radius: 100%;
background: #fff;
transition: 0.3s;
}
input[type="radio"]:disabled + label:before {
opacity: 0.35;
}
input[type="radio"]:disabled + label {
cursor: not-allowed;
}
input[type="radio"]:not(:checked):hover + label:before {
border: 1px solid #005974;
}
input[type="radio"]:checked + label:before {
border: 1px solid #005974;
}
input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
content: "";
width: 12px;
height: 12px;
background: #005974;
position: absolute;
top: 4px;
left: 4px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
input[type="radio"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
input[type="radio"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.ginput_container_fileupload {
padding-bottom: 12px;
border-bottom: solid 1px #cccccc;
max-width: 335px;
}
.ginput_container_fileupload input[type="file"] {
font-size: 14px;
width: 100% !important;
}
select {
display: none !important;
}
.ui-datepicker-month,
.ui-datepicker-year {
display: inline-block !important;
background: transparent;
border: none;
}
.gform_wrapper .gfield.open label.gfield_label {
left: 10px !important;
font-size: 15px !important;
color: #353b40 !important;
font-weight: 600 !important;
letter-spacing: 1px;
}
.dropdown {
border: none;
border: 0px;
color: #353b40;
box-sizing: border-box;
background: #fff;
cursor: pointer;
display: block;
outline: none;
padding: 15px 20px;
position: relative;
text-align: left !important;
transition: all 0.2s ease-in-out;
user-select: none;
width: 100%;
height: 57px;
font-size: 18px !important;
border-radius: 1px;
border: 1px solid #767676;
}
.gfield_select.dropdown:hover,
.gfield.open .gfield_select.dropdown {
border: 1px solid;
}
.variations .dropdown {
display: none;
}
.dropdown:after {
content: "\f107";
font-weight: 400;
font-family: "Font Awesome 5 Pro";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
display: block;
pointer-events: none;
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
font-size: 12px;
transform-origin: 50% 25%;
color: #005974;
}
.dropdown.open:after {
transform: rotate(-180deg);
}
.gform_wrapper .ginput_container span:not(.ginput_price),
.form_body .input_container span:not(.ginput_price) {
margin-bottom: 0px !important;
}
.dropdown.open .list {
transform: scale(1);
opacity: 1;
pointer-events: auto;
}
.dropdown.open .option {
cursor: pointer;
margin-bottom: 0px;
}
.dropdown.wide {
width: 100%;
}
.dropdown.wide .list {
left: 0 !important;
right: 0 !important;
}
.dropdown .list {
box-sizing: border-box;
transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
transform: scale(0.75);
transform-origin: 50% 0;
background-color: #fff;
border-radius: 0px;
opacity: 0;
overflow: hidden;
pointer-events: none;
position: absolute;
min-width: 100%;
left: 0px;
z-index: 999;
top: 100%;
box-shadow: -5px -5px 60px 0 rgb(255 255 255 / 50%), 5px 5px 60px 0 rgb(205 207 211 / 50%);
}
.dropdown .list:hover .option:not(:hover) {
background-color: transparent !important;
}
.dropdown .list ul {
height: auto;
max-height: 400px;
overflow: auto;
padding: 0;
margin: 0;
}
.dropdown .list ul {
scrollbar-width: thin;
scrollbar-color: #005974 #d2dce1;
}
.dropdown .list ul::-webkit-scrollbar-track {
background-color: #d2dce1;
}
.dropdown .list ul::-webkit-scrollbar {
width: 4px;
height: 4px;
background-color: #d2dce1;
}
.dropdown .list ul::-webkit-scrollbar-thumb {
background-color: #005974;
}
.dropdown .option {
cursor: default;
font-weight: normal;
color: #353b40;
outline: none;
display: block;
font-size: 18px;
text-transform: none;
padding: 12px 19px;
text-align: left;
transition: all 0.2s;
}
.dropdown .option:before {
display: none;
}
.dropdown .option:hover,
.dropdown .option:focus {
background-color: #fafafa !important;
color: #353b40;
}
.dropdown .option.selected {
font-weight: 600;
color: #353b40;
}
.dropdown .option.selected:focus {
font-weight: 700;
}
.dropdown:hover {
border: 0px;
}
.dropdown .current {
opacity: 1;
transition: all 0.3s ease;
}
.gfield .dropdown .current {
opacity: 1;
transition: all 0.3s ease;
}
.gfield.open .dropdown .current {
opacity: 1;
}
.gfield.open .dropdown {
border: 0px;
}
.gform_required_legend {
display: none;
}
.footer form {
position: relative;
}
.footer form .btn {
background-color: transparent;
color: #005974;
font-size: 18px;
border-radius: 0;
padding: 4px 14px;
}
.footer .gfield input {
background-color: transparent;
border: none;
border-bottom: 1px solid rgba(0,0,0,0.2);
}
.footer .gform-footer.gform_footer.top_label {
position: absolute;
right: -2%;
top: 50%;
transform: translateY(-50%);
margin: 0;
}
.ias-post,
.load-more-post {
text-align: center;
}
.load-more-post .btn {
position: relative;
}
.load-more-post .btn .text {
transition: 0.3s;
}
.load-more-post .btn svg {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
transition: 0.3s;
opacity: 0;
visibility: hidden;
}
.load-more-post .btn.loading svg {
opacity: 1;
visibility: visible;
}
.load-more-post .btn.loading .text {
opacity: 0;
visibility: hidden;
}   .footer {
background: #dee1e1;
padding: 50px 0px;
}
.footer-bottom {
background: #393d44;
color: #fff;
padding: 15px 0px 10px 0px;
}
.footer-credits {
background-color: #005974;
padding: 10px 0;
}
.footer-credits p {
margin: 0;
color: #fff;
font-size: 14px;
}
.footer-credits a {
color: #fff !important;
font-weight: bold !important;
transition: 0.3s ease;
}
.footer-credits a:hover {
opacity: 0.8;
}
.grecaptcha-badge {
display: none;
} #onetrust-pc-sdk .ot-pc-logo.ot-pc-logo {
height: 80px !important;
width: auto !important;
margin-right: 20px;
}
#onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo {
height: 80px !important;
width: 80px !important;
}
html body #onetrust-pc-btn-handler,
html body .onetrust-close-btn-handler,
html body .ot-pc-refuse-all-handler,
html body #accept-recommended-btn-handler,
#ot-sdk-btn {
background-color: #005974 !important;
}
html body #onetrust-consent-sdk #onetrust-accept-btn-handler {
background-color: #fff !important;
}
html body #onetrust-accept-btn-handler:focus,
html body #onetrust-accept-btn-handler:hover,
html body #onetrust-pc-btn-handler:focus,
html body #onetrust-pc-btn-handler:hover,
html body .onetrust-close-btn-handler:focus,
html body .onetrust-close-btn-handler:hover,
html body .ot-pc-refuse-all-handler:focus,
html body .ot-pc-refuse-all-handler:hover,
html body #accept-recommended-btn-handler:focus,
html body #accept-recommended-btn-handler:hover,
html body #ot-sdk-btn:focus,
html body #ot-sdk-btn:hover {
color: #005974 !important;
border: 1px solid #005974 !important;
}
html body #onetrust-banner-sdk #onetrust-reject-all-handler:focus,
html body #onetrust-banner-sdk #onetrust-reject-all-handler:hover,
html body #onetrust-banner-sdk #onetrust-accept-btn-handler:focus,
html body #onetrust-banner-sdk #onetrust-accept-btn-handler:hover,
html body #onetrust-banner-sdk #onetrust-pc-btn-handler:focus,
html body #onetrust-banner-sdk #onetrust-pc-btn-handler:hover {
color: #fff !important;
border: 1px solid #005974 !important;
background-color: #8eb9cb !important;
}
html body #onetrust-banner-sdk #onetrust-reject-all-handler,
html body #onetrust-banner-sdk #onetrust-accept-btn-handler,
html body #onetrust-banner-sdk #onetrust-pc-btn-handler {
border: 1px solid #fff !important;
background-color: #fff !important;
}
#onetrust-consent-sdk #onetrust-policy-text {
font-size: 16px !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn),
#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn {
color: #fff !important;
}
#onetrust-pc-sdk.ot-ftr-stacked .ot-btn-subcntr button {
max-width: unset !important;
margin-right: 10px !important;
}
#onetrust-banner-sdk h1,
#onetrust-banner-sdk h2,
#onetrust-banner-sdk h3,
#onetrust-banner-sdk h4,
#onetrust-banner-sdk h5,
#onetrust-banner-sdk h6,
#onetrust-pc-sdk h1,
#onetrust-pc-sdk h2,
#onetrust-pc-sdk h3,
#onetrust-pc-sdk h4,
#onetrust-pc-sdk h5,
#onetrust-pc-sdk h6,
#ot-sdk-cookie-policy h1,
#ot-sdk-cookie-policy h2,
#ot-sdk-cookie-policy h3,
#ot-sdk-cookie-policy h4,
#ot-sdk-cookie-policy h5,
#ot-sdk-cookie-policy h6,
#onetrust-banner-sdk button,
#onetrust-pc-sdk button,
#ot-sdk-cookie-policy button,
html body #onetrust-policy-text,
html body .ot-pc-desc,
#onetrust-banner-sdk p,
#onetrust-pc-sdk p,
#ot-sdk-cookie-policy p {
font-family: "Inter" !important;
}
#onetrust-banner-sdk #onetrust-accept-btn-handler {
order: 1 !important;
}
#onetrust-banner-sdk #onetrust-reject-all-handler {
order: 2 !important;
margin-right: 0 !important;
}
#onetrust-banner-sdk #onetrust-button-group {
display: flex !important;
flex-direction: column !important;
margin-bottom: 4rem;
}
#onetrust-banner-sdk .banner-actions-container {
max-width: 100% !important;
display: flex !important;
flex-direction: column !important;
} @media only screen and (min-width: 1000px) {
#onetrust-banner-sdk #onetrust-button-group {
flex-direction: row !important;
justify-content: space-between !important;
align-items: stretch !important;
order: 0 !important;
}
#onetrust-banner-sdk .banner-actions-container {
flex-direction: row !important;
flex-grow: 1 !important;
flex-basis: 0 !important;
align-items: stretch !important;
order: 1 !important;
}
}
#onetrust-banner-sdk #onetrust-pc-btn-handler {
margin: 0 !important;
float: none !important;
width: 100% !important;
max-width: 100% !important;
}
@media only screen and (min-width: 1000px) {
#onetrust-banner-sdk #onetrust-reject-all-handler {
margin: 0 !important;
flex-grow: 1 !important;
margin-right: 1rem !important;
order: 1 !important;
}
#onetrust-banner-sdk #onetrust-accept-btn-handler {
margin: 0 !important;
margin-right: 0 !important;
order: 2 !important;
}
#onetrust-banner-sdk #onetrust-pc-btn-handler {
width: auto !important;
flex: 0 0 auto !important;
margin-right: 1rem !important;
}
}
html body #ot-sdk-btn {
padding: 0 !important;
margin: 0;
color: #fff !important;
border: none !important;
background-color: transparent !important;
display: inline-block;
text-transform: none !important;
font-weight: bold;
font-size: 14px !important;
}
html body #ot-sdk-btn:hover,
html body #ot-sdk-btn:focus {
background-color: transparent !important;
border: none !important;
color: #fff !important;
}
html body #ot-sdk-btn:hover {
opacity: 0.8 !important;
}/*/*/.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
max-width: calc(100% - 100px) !important;
}
@media screen and (min-width: 1500px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
max-width: 1500px !important;
}
.menu-content {
max-width: 1500px;
margin: 0 auto;
}
}/**/  @media screen and (max-width: 1250px) {
.main-menu-inner li a {
font-size: 18px;
}
.latest-events .event-card .post-title {
padding-top: 0;
flex-direction: column;
}
body:not(.home) h1,
.section-equipe h2 {
font-size: 44px;
}
.section-presse li a {
font-size: 18px;
}
body:not(.home) h2 {
font-size: 32px;
}
body:not(.home) h3 {
font-size: 26px;
}
p.intro-histoire,
.intro-services p,
.intro-services li {
font-size: 22px;
}
.main-menu-inner li {
margin-right: 20px;
}
.logo-area img {
width: 160px;
}
.wrap-slider .slick-caption h1 {
font-size: 26px;
padding: 8px 16px;
}
.wrap-slider .slick-caption h2 {
font-size: 55px;
}
.wrap-slider .slick-caption h3 {
font-size: 24px;
}
.btn-slider a {
font-size: 22px;
}
.home .is-style-section h2 {
font-size: 40px;
}
.home .is-style-section h3 {
font-size: 28px;
}
.events-by-category .post-content-top h3 {
font-size: 20px;
}
.events-by-category .card .img-wrap img {
height: 250px;
}
.slider-news .slide-news-content p {
font-size: 16px !important;
}
.home .is-style-section p {
font-size: 20px;
}
.accordion-item .accordion-header h1,
.accordion-item .accordion-header h2,
.accordion-item .accordion-header h3,
.accordion-item .accordion-header h4,
.accordion-item .accordion-header h5 {
font-size: 22px;
}
.wp-element-button,
.btn {
font-size: 18px;
padding: 10px 24px;
}
.slider-services .title-slider-service h2 {
font-size: 22px;
}
.wrap-service {
min-height: 350px;
}
#footer p,
#footer a {
font-size: 16px;
}
.infos i {
margin-right: 10px;
}
.timeline h3.timeline-title {
font-size: 22px;
}
.img-timeline img {
max-width: 400px;
width: 100%;
height: auto;
}
.timeline-content {
padding: 30px 20px;
}
.timeline h3.timeline-title:after {
font-size: 20px;
}
.liste-collaborateurs .member-info h2 {
font-size: 26px;
}
.liste-collaborateurs .member-info h3 {
font-size: 20px;
}
.liste-collaborateurs img {
height: 500px;
}
.card h2 {
font-size: 22px !important;
}
p.teaser {
font-size: 16px;
}
}
@media screen and (max-width: 1150px) {
.wrap-service {
min-height: 400px;
}
.slider-services .slick-prev {
left: -30px;
}
.slider-services .slick-next {
right: -30px;
}
.footer-credits p {
font-size: 12px;
}
.wp-block-table .has-fixed-layout {
min-width: 600px;
overflow-x: visible;
}
}
@media screen and (max-width: 1000px) {
.wrap-slider .slick-caption h1 {
font-size: 22px;
}
.wrap-slider .slick-caption h3 {
font-size: 22px;
}
.wrap-slider .slick-caption h2 {
font-size: 45px;
}
.btn-icon i {
margin-left: 14px;
font-size: 18px;
}
.home .is-style-section h2 {
font-size: 32px;
}
.slider-services .title-slider-service h2 {
font-size: 20px;
}
.home .is-style-section p {
font-size: 18px;
}
.tabs-nav ul li {
margin-right: 5px;
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.event-card {
flex-direction: column;
}
.event-card .post-title {
flex-direction: column;
align-items: flex-start;
width: 100%;
}
.reverse-mobile {
flex-direction: column-reverse;
row-gap: 40px;
}
.single-event h1 {
margin-bottom: 20px;
}
.meta-box {
padding: 30px;
}
.is-style-box-dark-blue,
.is-style-box-color {
padding: 30px;
}
.is-style-box-light-blue {
padding: 30px;
}
}
@media screen and (max-width: 920px) {   .menuburger {
position: relative;
z-index: 99999;
cursor: pointer;
width: 38px;
height: 18px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
cursor: pointer;
z-index: 5;
margin-left: 10px;
display: block;
}
.menuburger span {
display: block;
position: absolute;
height: 2px;
width: 38px;
background: #fff;
border-radius: 0px;
opacity: 1;
left: 50%;
-webkit-transform: rotate(0deg);
-moz-transform: translateX(-50%) rotate(0deg);
-o-transform: translateX(-50%) rotate(0deg);
transform: translateX(-50%) rotate(0deg);
-webkit-transition: 0.25s ease-in-out;
-moz-transition: 0.25s ease-in-out;
-o-transition: 0.25s ease-in-out;
transition: 0.25s ease-in-out;
}
.menuburger span:nth-child(1) {
top: 0px;
}
.menuburger span:nth-child(2) {
top: 8px;
}
.menuburger span:nth-child(3) {
top: 16px;
}
.menuburger.active span:nth-child(1) {
top: 50%;
-webkit-transform: translate(-50%, -50%) rotate(135deg) scaleX(0.7);
-moz-transform: translate(-50%, -50%) rotate(135deg) scaleX(0.7);
-o-transform: translate(-50%, -50%) rotate(135deg) scaleX(0.7);
transform: translate(-50%, -50%) rotate(135deg) scaleX(0.7);
opacity: 1;
background-color: #005974;
}
.menuburger.active span:nth-child(2) {
opacity: 0;
left: 60px;
background-color: #005974;
}
.menuburger.active span:nth-child(3) {
top: 50%;
-webkit-transform: translate(-50%, -50%) rotate(-135deg) scaleX(0.7);
-moz-transform: translate(-50%, -50%) rotate(-135deg) scaleX(0.7);
-o-transform: translate(-50%, -50%) rotate(-135deg) scaleX(0.7);
transform: translate(-50%, -50%) rotate(-135deg) scaleX(0.7);
background-color: #005974;
}
.main-menu-outer {
display: none;
position: fixed;
width: 100%;
left: 0;
background-color: #fff;
z-index: 2;
overflow: auto;
}
body.active .main-menu-outer {
display: flex !important;
align-items: center;
height: calc(100svh);
top: 0;
}
.main-menu-inner {
padding: 120px 30px 50px 30px;
margin-bottom: 0px;
display: flex;
flex-direction: column;
}
.main-menu-inner li {
margin-right: 0;
}
.main-menu-inner li .sub-menu {
position: initial;
background: transparent;
padding: 10px 20px;
min-width: inherit;
opacity: 1;
visibility: visible;
transform: none;
box-shadow: none;
display: none;
transition: none;
}
.main-menu-inner li .sub-menu li {
margin-bottom: 0px;
display: block;
}
.main-menu-inner li .sub-menu li a {
font-size: 18px;
color: #005974;
}
.mobile-menu .main-menu-inner li a,
#website-menu.sticky .mobile-menu .main-menu-inner li a {
color: #005974;
font-size: 22px;
margin-bottom: 6px;
display: inline-flex;
}
header.sticky .menuburger span {
background-color: #005974;
}
body.active .menu-content {
transform: translateY(-47px);
}
body.active .sticky .menu-content {
transform: translateY(0px);
} .slide-news-content {
width: 100%;
margin-left: 0;
margin-top: 40px;
border: none;
padding: 0;
}
.slider-news .slick-prev {
margin-top: 0;
margin-left: 0;
left: unset;
right: 55px;
top: 0px;
}
.slider-news .slick-next {
margin-top: 0;
margin-left: 0;
right: 0;
top: 0;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
max-width: calc(100% - 50px) !important;
}
body:not(.home) h1,
.section-equipe h2 {
font-size: 34px;
}
body:not(.home) h2 {
font-size: 26px;
}
body:not(.home) h3 {
font-size: 22px;
}
p.intro-histoire,
.intro-services p,
.intro-services li {
font-size: 18px;
}
.is-style-section,
.section {
padding: 60px 0;
}
.list-service-wrapper {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 20px;
text-align: center;
}
.services-by-category img {
width: 80%;
}
.contenu-temoignage {
font-size: 18px;
}
.slick-dots {
bottom: 100px;
}
.slick-dots li button {
width: 8px;
height: 8px;
}
.logo-img img {
max-width: 250px;
}
#footer img {
max-width: 150px;
}
.contenu-temoignage:before,
.contenu-temoignage:after {
font-size: 25px;
}
blockquote p:first-of-type {
font-size: 20px;
}
}
@media screen and (max-width: 870px) {
.top-header .infos {
display: none;
}
.top-header .top-social {
margin-left: 0;
margin-right: 16px;
}
}
@media screen and (max-width: 820px) {
.wrap-slider .slick-caption h3 {
width: 100%;
font-size: 20px;
margin-top: 10px;
}
.wrap-slider .slick-caption h1 {
font-size: 20px;
}
.slider-services .title-slider-service h2 {
font-size: 20px;
padding: 20px;
}
.service-image img {
max-width: 350px;
}
.is-style-section,
.section {
padding: 60px 0;
}
.btn-slider a {
font-size: 20px;
padding: 14px 28px;
}
.wrap-slider .slick-caption {
bottom: 20%;
}
.timeline h3.timeline-title {
font-size: 20px;
}
.timeline p {
font-size: 16px;
}
.single-post .img-wrap img {
max-height: 400px;
}
}
@media screen and (max-width: 768px) {
.single-collaborateur .collab-img img {
margin-bottom: 40px;
height: 400px;
width: auto;
}
.single-collaborateur .linkedin {
top: 20px;
right: unset;
left: 40px;
}
p.lang {
font-size: 20px;
}
}
@media screen and (max-width: 620px) {
.timeline-wrap:nth-child(odd) {
left: 0;
}
.timeline-wrap {
width: 100%;
padding: 10px 40px 10px 0px;
}
.timeline::after {
left: 100%;
}
.timeline-wrap:nth-child(even) {
left: 0;
}
.timeline-wrap:nth-child(odd):after {
left: unset;
right: -15px;
}
.timeline-wrap:nth-child(odd) .timeline-content:after {
left: unset;
right: 30px;
border: medium solid #8eb9cb;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent #8eb9cb;
}
.small-speaker-card {
flex-direction: column;
text-align: center;
}
}
@media screen and (max-width: 520px) {
.wrap-slider .slick-caption h1 {
font-size: 18px;
}
.wrap-slider .slick-caption h2 {
font-size: 34px;
}
.wrap-slider .slick-caption h3 {
font-size: 18px;
}
.logo-area img {
width: 120px;
}
.single-post .img-wrap img {
max-height: 300px;
}
p {
font-size: 16px;
}
body:not(.home) h1,
.section-equipe h2 {
font-size: 28px;
}
.section-presse li a {
font-size: 16px;
}
.single-service h2 {
font-size: 24px !important;
}
.single-service h3 {
font-size: 20px !important;
}
blockquote p:first-of-type {
font-size: 18px;
}
blockquote p + * {
font-size: 16px;
}
body {
font-size: 16px;
}
}
@media screen and (max-width: 400px) {
.latest-events-title {
align-items: flex-start;
flex-direction: column;
}
.latest-events-title .btn {
font-size: 16px;
margin-top: 10px;
}
}   .schema-cercles-container {
display: flex;
justify-content: center;
align-items: center;
padding: 0px 20px;
min-height: 500px;
}
.schema-cercles-wrapper {
position: relative;
width: 500px;
height: 500px;
display: flex;
justify-content: center;
align-items: center;
} .cercle-central {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 220px;
height: 220px;
border: 3px solid #005974;
border-radius: 50%;
background: #ffffff;
display: flex;
justify-content: center;
align-items: center;
z-index: 10;
}
.cercle-central-text {
font-weight: 700;
font-size: 18px;
color: #005974;
text-align: center;
padding: 20px;
line-height: 1.3;
} .cercle-satellite {
position: absolute;
top: 50%;
left: 50%;
width: 160px;
height: 160px;
border: 2px solid #005974;
border-radius: 50%;
background: #005974;
display: flex;
justify-content: center;
align-items: center;
transform: translate(-50%, -50%) translate(var(--x), var(--y));
z-index: 5;
transition: transform 0.3s ease-out;
}
.cercle-satellite-text {
font-weight: 400;
font-size: 16px;
color: #ffffff;
text-align: center;
padding: 15px;
line-height: 1.3;
} .cercle-satellite[data-aos="zoom-in"] {
transform: translate(-50%, -50%) translate(calc(var(--x) * 0.5), calc(var(--y) * 0.5)) scale(0.7) !important;
opacity: 0;
}
.cercle-satellite[data-aos="zoom-in"].aos-animate {
transform: translate(-50%, -50%) translate(var(--x), var(--y)) scale(1) !important;
opacity: 1;
} .ligne-connexion {
position: absolute;
top: 50%;
left: 50%;
width: 2px;
height: 200px;
background: #005974;
transform: translate(-50%, -50%) translate(var(--x), var(--y)) rotate(var(--angle));
transform-origin: 0 0;
z-index: 1;
} .schema-cercles-preview {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
padding: 20px;
}
.cercle-central-preview {
width: 150px;
height: 150px;
border: 2px solid #005974;
border-radius: 50%;
background: transparent;
display: flex;
justify-content: center;
align-items: center;
}
.cercle-central-preview span {
font-weight: 700;
font-size: 16px;
color: #005974;
text-align: center;
padding: 15px;
}
.cercles-satellites-preview {
display: flex;
flex-wrap: wrap;
gap: 15px;
justify-content: center;
}
.cercle-satellite-preview {
width: 100px;
height: 100px;
border: 2px solid #005974;
border-radius: 50%;
background: transparent;
display: flex;
justify-content: center;
align-items: center;
}
.cercle-satellite-preview span {
font-weight: 400;
font-size: 12px;
color: #666;
text-align: center;
padding: 10px;
}   .pyramide-container {
width: 100%;
box-sizing: border-box;
padding: 80px 20px;
min-height: 600px;
}
.pyramide-container > .row {
width: 100%;
margin: 0;
max-width: 100%;
}
.pyramide-container > .row > [class*="col-"] {
padding-left: 15px;
padding-right: 15px;
}
.pyramide-wrapper {
display: flex;
align-items: flex-start;
gap: 0;
max-width: 100%;
width: 100%;
position: relative;
}
.pyramide {
display: flex;
flex-direction: column;
width: 500px;
height: 450px;
clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.pyramide-tier {
position: relative;
display: flex;
align-items: flex-end;
justify-content: center;
transition: all 0.3s ease;
cursor: pointer;
margin: 0;
flex: 1 1 100%;
margin-bottom: 2px;
overflow: visible;
}
h3.pyramide-titre {
font-size: 30px!important;
}
.tier-top {
background-color: #dee1e1;
}
.tier-middle {
background-color: #8eb9cb;
}
.tier-bottom {
background-color: #005974;
}
.pyramide-titre-box {
position: absolute;
z-index: 10;
padding: 8px 16px;
background-color: rgba(255, 255, 255, 0.9);
border-radius: 4px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
white-space: normal;
text-align: center;
left: 250px; transform: translateX(-50%);
max-width: 90%;
min-width: fit-content;
transition: box-shadow 0.3s ease, background-color 0.3s ease;
}  .titre-top {
bottom: 310px; }
.titre-middle {
bottom: 160px; }
.titre-bottom {
bottom: 10px; }
.pyramide-titre {
font-size: 18px;
font-weight: 700;
color: #005974;
text-transform: uppercase;
margin: 0;
word-wrap: break-word;
line-height: 1.2;
padding: 5px 20px;
}  .pyramide-textes {
flex: 1;
position: relative;
min-height: 450px;
padding-left: 0;
}
.pyramide-texte {
max-width: 500px;
position: absolute;
text-align: left;
left: 0;
}
.pyramide-texte p {
font-size: 16px;
line-height: 1.6;
color: #333;
margin: 0;
text-align: left;
}  .texte-top {
top: 0;
}
.texte-middle {
top: 150px;
}
.texte-bottom {
top: 320px;
}  .pyramide-preview {
display: flex;
flex-direction: column;
gap: 15px;
padding: 20px;
}
.pyramide-tier-preview {
padding: 15px 30px;
text-align: center;
font-weight: 700;
color: #005974;
}
.pyramide-tier-preview.top {
background-color: #dee1e1;
clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
}
.pyramide-tier-preview.middle {
background-color: #8eb9cb;
clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
}
.pyramide-tier-preview.bottom {
background-color: #005974;
color: #fff;
} @media screen and (max-width: 1232px) {
.pyramide-titre-box {
left: 50%;
}
}
@media screen and (max-width: 1200px) {
.pyramide-texte p {
font-size: 14px;
}
}
@media screen and (max-width: 992px) {
.pyramide-titre-box {
left: 250px;
}
.pyramide-textes {
margin-top: 50px;
min-height: unset;
}
.pyramide-texte {
position: relative;
padding-top: 10px;
padding-bottom: 10px;
}
.texte-top {
top: unset;
}
.texte-middle {
top: unset;
}
.texte-bottom {
top: unset;
}
}
@media screen and (max-width: 768px) {
.pyramide-wrapper {
flex-direction: column;
gap: 40px;
}
.pyramide-textes {
min-height: auto;
width: 100%;
}
.pyramide-texte {
max-width: 100%;
}
h3.pyramide-titre {
font-size: 24px!important;
}
}
@media screen and (max-width: 580px) {
.pyramide {
width: 100%;
height: 300px;
}
h3.pyramide-titre {
font-size: 16px!important;
}
.pyramide-titre-box {
left: 50%;
}
.pyramide-titre-box h3.pyramide-titre {
font-size: 14px;
}
.titre-top {
bottom: 200px;
}
.titre-middle {
bottom: 100px;
}
.titre-bottom {
bottom: 0;
}
} @media screen and (max-width: 768px) {
.schema-cercles-wrapper {
width: 400px;
height: 400px;
}
.cercle-central {
width: 220px;
height: 220px;
}
.cercle-central-text {
font-size: 16px;
padding: 15px;
}
.cercle-satellite {
width: 130px;
height: 130px;
transform: translate(-50%, -50%) translate(calc(var(--x) * 0.8), calc(var(--y) * 0.8));
}
.cercle-satellite-text {
font-size: 14px;
padding: 10px;
}
}
@media screen and (max-width: 550px) {
.schema-cercles-wrapper {
width: 400px;
height: 400px;
}
.cercle-central {
width: 160px;
height: 160px;
}
.cercle-central-text {
font-size: 13px;
padding: 8px;
}
.cercle-satellite {
width: 100px;
height: 100px;
transform: translate(-50%, -50%) translate(calc(var(--x) * 0.75), calc(var(--y) * 0.75));
}
.cercle-satellite-text {
font-size: 11px;
padding: 7px;
} .cercle-satellite[data-aos="zoom-in"] {
transform: translate(-50%, -50%) translate(calc(var(--x) * 0.375), calc(var(--y) * 0.375)) scale(0.7) !important;
}
.cercle-satellite[data-aos="zoom-in"].aos-animate {
transform: translate(-50%, -50%) translate(calc(var(--x) * 0.75), calc(var(--y) * 0.75)) scale(1) !important;
}
}
@media screen and (max-width: 420px) {
.schema-cercles-wrapper {
width: 350px;
height: 350px;
}
.cercle-central {
width: 140px;
height: 140px;
}
.cercle-central-text {
font-size: 12px;
padding: 7px;
}
.cercle-satellite {
width: 90px;
height: 90px;
transform: translate(-50%, -50%) translate(calc(var(--x) * 0.7), calc(var(--y) * 0.7));
}
.cercle-satellite-text {
font-size: 10px;
padding: 6px;
} .cercle-satellite[data-aos="zoom-in"] {
transform: translate(-50%, -50%) translate(calc(var(--x) * 0.35), calc(var(--y) * 0.35)) scale(0.7) !important;
}
.cercle-satellite[data-aos="zoom-in"].aos-animate {
transform: translate(-50%, -50%) translate(calc(var(--x) * 0.7), calc(var(--y) * 0.7)) scale(1) !important;
}
}
@media screen and (max-width: 400px) {
.cercle-central-text {
font-size: 11px;
padding: 6px;
}
.cercle-satellite {
transform: translate(-50%, -50%) translate(calc(var(--x) * 0.6), calc(var(--y) * 0.6));
} .cercle-satellite[data-aos="zoom-in"] {
transform: translate(-50%, -50%) translate(calc(var(--x) * 0.3), calc(var(--y) * 0.3)) scale(0.7) !important;
}
.cercle-satellite[data-aos="zoom-in"].aos-animate {
transform: translate(-50%, -50%) translate(calc(var(--x) * 0.6), calc(var(--y) * 0.6)) scale(1) !important;
}
}
@media screen and (max-width: 480px) {
.schema-cercles-wrapper {
width: 300px;
height: 300px;
}
.cercle-central {
width: 140px;
height: 140px;
}
.cercle-central-text {
font-size: 14px;
padding: 10px;
}
.cercle-satellite {
width: 110px;
height: 110px;
transform: translate(-50%, -50%) translate(calc(var(--x) * 0.6), calc(var(--y) * 0.6));
}
.cercle-satellite-text {
font-size: 12px;
padding: 8px;
}
} @media screen and (max-width: 1200px) {
.popup-content {
max-width: 100%;
width: 90%;
}
}
@media screen and (max-width: 768px) {
.formule-card {
padding: 25px;
margin-bottom: 20px;
}
.formule-titre-principal {
font-size: 24px;
}
.formule-titre {
font-size: 18px;
}
.formule-avantages .avantage-item {
font-size: 14px;
}
.popup-content {
padding: 30px 20px;
margin: 10vh auto;
max-height: 80vh;
max-width: 100%;
width: 90%;
}
.popup-titre-principal {
font-size: 28px;
}
.popup-titre {
font-size: 20px;
}
.popup-cta {
flex-direction: column;
gap: 15px;
text-align: center;
}
.popup-cta .cta-texte {
margin-bottom: 10px;
}
.btn-devis {
width: 100%;
}
} .has-filtering .posts-list-container .post-item {
margin-bottom: 2rem;
} @media screen and (max-width: 767px) {
.has-filtering .posts-filter-sidebar {
margin-bottom: 2rem;
}
}
.has-filtering .filter-options {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.has-filtering .filter-option {
padding: 0.5rem 1rem;
cursor: pointer;
border-radius: 0.5rem;
transition: all 0.3s ease;
display: block;
}
.has-filtering .filter-option[data-selected="true"] {
background-color: #8eb9cb;
border: 1px solid #8eb9cb;
border-radius: 0.5rem;
}
.has-filtering .filter-option[data-selected="false"] {
background-color: transparent;
border: 1px solid transparent;
}
.has-filtering .filter-option:hover {
opacity: 0.8;
} #input_4_1::placeholder {
font-size: 0.85em;
}
#input_4_1::-webkit-input-placeholder {
font-size: 0.85em;
}
#input_4_1::-moz-placeholder {
font-size: 0.85em;
}
#input_4_1:-ms-input-placeholder {
font-size: 0.85em;
}