@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap"); 
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,800;1,300&display=swap"); :root {
--primary: #198fbb;
--accent:  #fab419;
--body: #888;
--box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2); 
}
body {
font-family: 'Lato', sans-serif;
line-height: 1.7;
color: var(--body);
}
h1 {
color: black;
font-weight: 700;
}
h2, h3, h4, h5, h6, .display-4 {
color: var(--primary);
font-weight: 700;
}
a {
color: var(--primary);
text-decoration: none!important;
}
p {
color: #494949;
}
.btn-main {
background-color: var(--primary);
color: white;
border-radius: 10px;
border: none;
box-shadow: var(--box-shadow);
}
.text-grey {
color: var(--body);
} .hero-general {
background-image: url(//holomnis.fr/wp-content/themes/Holomnis3.0/img/service-cover.jpg);
background-size: cover; background-position: center; }
.text-white .blue {
-webkit-text-stroke: 1px var(--primary);
}
.highlight {
color: #fab419; font-weight: 700; text-shadow: 1px 1px 2px rgba(0,0,0,0.2); } .logo {
max-width: 340px;
}
.img-fluid {
height: auto; 
}
.nav-item a {
color: #198fbb!important;
padding-bottom:20px;
border-bottom: 2px solid transparent;
display: block;
} 
.nav-item a:hover {
border-bottom: 4px solid #fab419;
padding-bottom: 10px;
transition: 0.5s;
}
.nav-item a:active {
color: var(--accent);
}
.navbar-light .navbar-toggler {
color: #198fbb!important;
border-color: #198fbb;
} .footer-top {
padding: 90px;
padding-bottom: 90px;
}
.footer-top a:hover {
color: var(--accent);
}
.modal-body strong {
font-weight: bold !important;
color: var(--primary) !important;
}  .hero {
background-image: url(//holomnis.fr/wp-content/themes/Holomnis3.0/img/hero-img4.jpg);
background-position: center;
background-size: cover;
position: relative;
z-index: 2;
}
.hero::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(37, 39, 71, 0.3);
z-index: -1;
} .motto {
position: relative;
color: var(--primary);
display: inline-block;
text-decoration: none;
outline: none;
}
.card_motto {
position: relative;
background-color: var(--primary);
}
.motto::before, .motto::after {
content:''; position:absolute; border:solid var(--accent); 10px; width:10px;
height:10px; transition:all 1s ease-in;
}   
.motto::before{ top:0;
left:0; border-width:5px 0 0 5px;
}
.motto::after{ bottom:0;
right:0; border-width:0 5px 5px 0;
} .motto:hover::before,
.motto:hover::after{
width:calc(100% - 2px);
height:calc(100% - 2px);
border-color:var(--accent);
}
.checkbox {
position: relative;
font-size: 3rem;
}
.checkbox .bx-checkbox-checked {
display: none; }
.card_motto:hover .checkbox .bx-checkbox {
display: none; }
.card_motto:hover .checkbox .bx-checkbox-checked {
display: inline-block; }
.detail h5 {
color: #fff;
}
.f-motto {
color: var(--primary)!important;
} section {
padding-top: 60px;
padding-bottom: 120px;
}
@media (min-width: 576px) and (max-width: 768px) {
.kaku {
display: none;
}
}
.hero-blue {
background-color: var(--primary)!important;
}
.row {
display: flex;
flex-wrap: wrap;
}
a.d-flex {
display: flex;
align-items: stretch;
}
.service.card-effect.button {
display: flex;
flex-direction: column;
justify-content: space-between;
width: 100%;
}
.iconbox-arrow i {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
color: white;
background-color: var(--primary);
font-size: 30px;
border-radius: 25px;
}
.card-effect {
box-shadow: var(--box-shadow);
background-color: #fff;
padding: 25px;
min-height: 185px;
transition: all 0.35s ease;
border-radius: 10px;
}
.service h5, p {
color: var(--primary);
}
.hero-blue h3, h4, h5 {
color: #fff;    
}
.detail h3, h4 {
color: var(--primary);
}
.card-effect:hover {
box-shadow: none;
transform: translateY(5px);
}
.iconbox {
width: 54px;
height: 54px;
display: flex;
align-items: center;
justify-content: center;
color: white;
background-color: var(--primary);
font-size: 32px;
border-radius: 100px;
}
.service {
position: relative;
overflow: hidden;
}
.service::after {
content: "";
position: absolute;
top: -100%;
left: 0;
background-color: var(--primary);
width: 100%;
height: 100%;
opacity: 0;
transition: all 0.35s ease;
z-index: -1;
}
.service:hover h5,
.service:hover p {
color: white;
}
.service:hover .iconbox {
background-color: #fff;
color: var(--primary);
}
.service:hover::after {
opacity: 1;
top: 0;
} .py-0 {
max-width: 100%;
}
.col-img {
background-image: url(https://holomnis.fr/wp-content/themes/Holomnis3.0/img/fondateur-solo.jpg);
background-position: center;
background-size: cover;
min-height: 300px;
width: 400px;
}
h2 .text-dark {
color: black !important;
}
.fst-italic {
font-style: italic!important;
}
.others {
color: gray;
}
#feature * {
font-family: 'Open Sans', sans-serif!important;
} .project {
position: relative;
overflow: hidden;
}
.overlay {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
background-color: rgba(37, 39, 71, 0.7);
padding: 30px;
display: flex;
align-items: center;
justify-content: center;
opacity: 0.7; 
transition: all 0.4s ease;
object-fit: cover;
}
.overlay .normal-state {
display: block;
opacity: 1; 
}
.overlay .text-white {
display: none;
opacity: 0; 
}
.overlay:hover .normal-state {
display: none;
opacity: 0; 
}
.overlay:hover .text-white {
display: block;
opacity: 1;
}
.project img {
transition: all 0.4s ease;
}
.project:hover .overlay {
transform: scale(1.1);
}
.service-card {
box-shadow: var(--box-shadow);
background-color: #fff;
transition: all 0.35s ease;
border-radius: 10px;
}
.text-sm{
font-size:16px;
}
.title-white{
color: white;
}
@media (max-width: 1330px) {
.text-sm{
font-size: 13px;
}
} .grid-container {
display: grid;
gap: 15px;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
} .content * {
font-family: 'Open Sans', sans-serif!important;
}
.fixed-sidebar {
position: sticky;
top: 0;
right: 0;
bottom: 0;
min-height: 100%;
width: 300px; z-index: 9999; }
@media screen and (max-width: 767px) {
.fixed-sidebar {
position: static;
z-index: auto;
}
} .hrc-img {
background-image: url(//holomnis.fr/wp-content/themes/Holomnis3.0/img/hrc-img.jpg);
background-position: center;
background-size: cover;
min-height: 500px;
border-radius: 1%;
}
.media-img {
background-image: url(//holomnis.fr/wp-content/themes/Holomnis3.0/img/media-img.jpg);
background-position: center;
background-size: cover;
min-height: 500px;
border-radius: 1%;
}
.audit-img {
background-image: url(//holomnis.fr/wp-content/themes/Holomnis3.0/img/audit-img.jpg);
background-position: right;
background-size: cover;
min-height: 500px;
border-radius: 1%;
}
.coach-img {
background-image: url(//holomnis.fr/wp-content/themes/Holomnis3.0/img/coach-img.jpg);
background-position: center;
background-size: cover;
min-height: 500px;
border-radius: 1%;
}
.rh-img {
background-image: url(//holomnis.fr/wp-content/themes/Holomnis3.0/img/hr_img2.jpg);
background-position: center;
background-size: cover;
min-height: 500px;
border-radius: 1%;
}
.qvct-img {
background-image: url(//holomnis.fr/wp-content/themes/Holomnis3.0/img/qvct.jpg);
background-position: center;
background-size: cover;
min-height: 500px;
border-radius: 1%;
}
.ds-img {
background-image: url(//holomnis.fr/wp-content/themes/Holomnis3.0/img/dialogue.jpg);
background-position: center;
background-size: cover;
min-height: 500px;
border-radius: 1%;
}
.body-phrase {
color: var(--body);
}
.vert {
color: var(--primary)
}
ul>li>span {
font-weight: bolder!important;
}
@media (max-width: 576px) {
.medi-logo {
max-width: 80%;
height: auto;
}
}
@media (min-width: 576px) {
.modal-dialog {
max-width: none;
margin: 1.75rem auto;
}
}
@media (max-width: 375px) {
.img-res {
background-position: bottom;
background-size: cover;
max-height: 300px;
max-width: 300px
}
.modal-body{
max-width: 100%;
}
.txt-res {
font-size: 1rem;
}
}  .boss {
background-image: url(//holomnis.fr/wp-content/themes/Holomnis3.0/img/boss-img2.jpg);
background-position: center;
background-size: cover;      
}
.blockquote {
font-size: 1rem!important;
} .team-member {
position: relative;
overflow: hidden;
}
.team-member .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(37, 39, 71, 0.7);
display: flex;
align-items: flex-end;
opacity: 0;
transition: all 0.4s ease;
}
.social-icons {
display: flex;
position: absolute;
top: 15%;
left: 44%;
width: 100%;
}
.social-icons i {
font-size: 60px;
}
.social-icons a {
position: absolute;
background-color: var(--primary);
border: 2px solid var(--primary);
color: #fff;
top: 0;
left: 0;
border-radius: 100px;
transition: all 0.4s ease;
}
.social-icons a:hover {
color: var(--primary);
background-color: transparent;
}
.detail h5 {
color: var(--primary);
}
.team-member img {
position: relative;
transition: all 0.4s ease;
filter: blur(10px);
width: 200px;
height: 200px;
border-radius: 100px;
}
.team-member:hover .overlay {
opacity: 1;
transform: scale(1.1);   
}
.team-member:hover img {
transform: scale(1.1);
}
.detail {
margin-top: 20px;
}  .inner_grid {
background-image: url(//holomnis.fr/wp-content/themes/Holomnis3.0/img/books.jpg);
background-position: center;
background-size: cover;
position: relative;
z-index: 2;
}
.inner_grid::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(37, 39, 71, 0.2);
border-radius: 2%;
z-index: -1;
}
.entry-content p {
font-size: 1.2rem;
}
.section-content p {
font-size: 1.2rem;
} article * {
font-family: 'Open Sans', sans-serif!important;
} .inner_card h4 {
color: var(--primary);
} #sidebar {
width: 33%;
padding: 20px;
}
.author {
text-align: center;
margin-bottom: 60px;
}
.author img {
width: 130px;
height: 130px;
border-radius: 50%;
margin-bottom: 30px;
object-fit: cover;
}
.text-blue {
color: var(--primary);
} @media screen and (max-width: 767px) { #sidebar {
width: 100%;
padding: 0;
}
}  .contact-send {
background-color: var(--primary);
box-shadow: var(--box-shadow);
transition: all 0.35s ease;
color: #fff;
border-radius: 5px;
}
.contact-send:hover {
background-color: var(--primary);
color: #106787;
box-shadow: none;
transform: translateY(2px);
} .searched {
background-color: var(--primary);
box-shadow: var(--box-shadow);
transition: all 0.35s ease;
color: #fff;
border-radius: 5px;
}
.searched:hover {
background-color: var(--primary);
color: #106787;
box-shadow: none;
transform: translateY(2px);
} .text-danger a {
color: var(--danger)!important;
} #filters li {
font-size: 1.2rem; 
cursor: pointer;  
padding: 0.5rem 1rem;
border-radius: 4px;
transition: background-color 0.2s ease;
}
#filters li:hover {
background-color: #f0f0f0;
} @media (min-width: 992px) {
.col-lg-1-5 {
flex: 0 0 12.5%;
max-width: 12.5%;
}
}
.small-logo {
height: 80px;
object-fit: contain;
padding: 10px;
}