@font-face {
    font-family: 'ostrich-sans';
    src: url('../fonts/ostrich_sans/ostrich_sans/OstrichSans-Bold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'acumin';
    src: url('../fonts/acumin_variable/Acumin-Variable-Concept.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 18px;
    font-weight: 100;
    font-family: "acumin", sans-serif;
    color: #333333;
}

hr {
    border: solid 2px #51867e;
}

h1, h2, h3, h4, h5, h6, .navbar .navbar-nav {
    font-family: "acumin", sans-serif;
}

h2.title {
    font-family: "ostrich-sans", sans-serif;
    font-size: 40px;
    letter-spacing: 4px;
}

p {
    line-height: 40px;
    font-size: 16px;
}

.btn {
    border-radius: 10px;
    padding-top: 10px;
}

.detail-poste li {
    font-size: initial;
}

.detail-poste-street > i {
    font-size: 25px;
}

.detail-poste-street {
    font-size: 25px;
}

.activity {
    font-size: 15px;
}

.text-libero-green {
    color: #51867e;
}

.activity b, .activity strong {
    color: #51867e;
    font-weight: bold;
}

ul.profil strong {
    color: #21bb9d;
    font-weight: bold;
}

.profil.title {
    border-radius: 10px;
    padding: 10px 5px 5px 10px;
    border: solid 1px #51867e;
    margin-top: 10px !important;
}

.fa-map-marker {
    font-size: 20px;
    color: #1EA88D;
}

.banner p {
    font-size: 20px;
}

footer p, .mentions-legales p, .rgpd p {
    line-height: 22px;
}

.logo_footer {
    height: 100px;
}

.header-first {
    padding: 6px 0 0 0;
}

body:not(.fixed-header-on) #logo img, #logo-mobile img {
    height: 70px;
}

body.fixed-header-on #logo img, #logo-mobile img {
    height: 52px;
}

.tp-leftarrow.tparrows.hebe, .tp-rightarrow.tparrows.hebe {
    display: none !important;
}

a:hover, a:hover > *:not(i):not(strong) {
    text-decoration: unset;
    color: #21bb9d;
}

.contact-modal > li {
    font-size: 0.8em;
}

.custom-file-label::after {
    content: 'Parcourir';
}

.reference {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s ease;
    height: 100px;
    display: -webkit-inline-box !important;
}

.reference:hover {
%);
    filter: unset;
    transition: all 0.5s ease;
}

.activities .activity .body p, .activities .activity .body span {
    font-family: unset !important;
}

.content-slider-with-controls .slick-arrow, .content-slider-with-controls-autoplay .slick-arrow, .content-slider-with-thumbs .slick-arrow {
    top: 0;
    height: 100%;
    min-width: 75px;
}

.content-slider-with-controls .slick-next, .content-slider-with-controls-autoplay .slick-next, .content-slider-with-thumbs .slick-next {
    right: -80px;
}

.content-slider-with-controls .slick-prev, .content-slider-with-controls-autoplay .slick-prev, .content-slider-with-thumbs .slick-prev {
    left: -80px;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
    background-color: transparent;
    height: 340px;
    /*border: 1px solid #f1f1f1;*/
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
    margin-bottom: 20px;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: #2b776d;
    color: white;
}

.items-terrain .col-md-6:nth-child(even) > .flip-card > .flip-card-inner > .flip-card-front, .items-terrain .col-md-6:nth-child(even) > .flip-card > .flip-card-inner > .flip-card-back {
    border-radius: 25px 25px 60px 25px;
}

.items-terrain .col-md-6:nth-child(odd) > .flip-card > .flip-card-inner > .flip-card-front, .items-terrain .col-md-6:nth-child(odd) > .flip-card > .flip-card-inner > .flip-card-back {
    border-radius: 25px 25px 25px 60px;
}

.flip-card-front > h1 {
    margin-top: 60px;
    margin-bottom: 20px;
}

.flip-card-front > h1 > i, .flip-card-front > p {
    font-size: 2em;
    color: white;
}

/* Style the back side */
.flip-card-back {
    background-color: #2b776d;
    color: white;
    transform: rotateY(180deg);
    font-size: .9em;
    padding: 0 20px;
}

.flip-card-back > h1 {
    font-size: 1em;
    font-weight: bold;
    color: white;
    margin: 15px 0 0 0;
}

.flip-card-back > .separator {
    margin: 10px auto;
}

.testimonial-image > i {
    font-size: 3em;
    color: #FFD700;
}

@media (min-width: 768px) {
    .team-member {
        margin-bottom: 15px;
    }
}

.references .image-box {
    height: 200px;
    align-items: center;
    align-content: center;
}

.references .image-box > div {
    background-color: white;
}

.references .image-box > div img {
    padding: 20px;
}

.references .overlay-container {
    position: relative;
    display: flex;
    text-align: center;
    overflow: hidden;
    height: 100%;
    align-items: center;
    align-content: center;
}

.poste {
    border: solid 1px #66CEBA;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 40px;
}

.cta-button {

}

.cta-text {
    display: flex;
    align-items: center;
}

.cta-text > div {
    width: 100%;
    text-transform: uppercase;
    font-size: 1.8em;
}

.linkedin {
    text-align: end;
    margin-bottom: 30px;
}

/*.linkedin > i {
    line-height: 70px !important;
}*/

.flip-card-back > *:not(h1) {
    text-align: left;
}

.slideshow .dark-translucent-bg {
    background-color: rgba(0, 0, 0, 0.1);
}

.activity ul, .activity li {
    margin-top: 5px;
}

.activity .overlay-container {
    height: 100%;
}

.activity .overlay-container > img {
    object-fit: cover;
    height: 100%;
    text-align: center;
    width: auto;
}

.activity ul > ul > li {
    list-style: circle;
}

.banner.video-background-banner {
    min-height: 300px;
}

.btn-animated.btn-lg i {
    right: 15px;
}

.btn-animated:after {
    opacity: 1;
}

.footer-content .contact {
    height: 100px;
    position: relative;
}

.footer-content .contact span {
    position: absolute;
    bottom: 0;
    font-size: 24px;
}

.text-underline {
    text-decoration: underline;
}

.collab-modal > li {
    font-size: 1em;
    list-style: none;
    margin-left: -15px;
}

.description span, .description p, .description div {
    font-size: 16px;
    line-height: 1.6em;
}

img.img-responsive {
    border: solid 2px #2b776d;
    border-radius: 50%;
}

.member-photo {
    padding: 0 15px;
}

.member-photo div {
    margin-top: 10px !important;
    font-size: 18px;
}

.member-photo hr {
    width: 50%;
    margin-top: 5px;
}

.member-photo .detail-poste {
    font-size: 14px;
}

b, strong {
    font-weight: bold;
}

h1.title {
    font-size: 28px;
}