@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
.animated-effect, .video .video-box:before, .navbar .navbar-nav .nav-item .nav-link {
    transition: 0.1s ease all;
}

.animated-long-effect, .navbar .navbar-nav .nav-item .nav-link:before {
    transition: 0.25s ease all;
}

.active-effect, .btn.btn-link:active, .btn.btn-outline-dark:active, .btn.btn-outline-light:active, .btn.btn-outline-primary:active, .btn.btn-dark:active, .btn.btn-light:active, .btn.btn-secondary:active, .btn.btn-primary:active, .navbar .navbar-nav .nav-item .nav-link:active {
    transform-origin: center;
    transform: scale(0.975);
}

.disable-selection {
    user-select: none;
}

.disable-clicks {
    pointer-events: none;
}

.text-ellipsis {
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

html, body {
    font-family: "DM Sans", sans-serif;
    position: relative;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
    html, body {
        font-size: 14px;
    }
}
@media (min-width: 768px) and (max-width: 991.9px) {
    html, body {
        font-size: 12px;
    }
}

.navbar {
    padding: 1.5rem 0;
    box-shadow: rgba(31, 31, 59, 0.05) 0 0.15rem 0.25rem;
    z-index: 9;
}
.navbar .navbar-brand img {
    height: 5rem;
}
.navbar .navbar-nav .nav-item {
    margin-left: 0.5rem;
    position: relative;
}
@media (min-width: 768px) {
    .navbar .navbar-nav .nav-item:not(:first-child):before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -0.25rem;
        width: 1px;
        height: 50%;
        background: #333;
        opacity: 0.25;
        content: " ";
        margin: auto;
    }
}
@media (max-width: 767.9px) {
    .navbar .navbar-nav .nav-item {
        margin-left: 0;
    }
}
.navbar .navbar-nav .nav-item .nav-link {
    font-size: 0.9rem;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    position: relative;
}
.navbar .navbar-nav .nav-item .nav-link:before {
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    margin: auto;
    width: 0;
    height: 2px;
    background: #0000a4;
    content: " ";
    opacity: 0;
}
@media (max-width: 767.9px) {
    .navbar .navbar-nav .nav-item .nav-link:before {
        display: none;
    }
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:focus {
    color: #0000a4;
}
.navbar .navbar-nav .nav-item .nav-link:hover:before, .navbar .navbar-nav .nav-item .nav-link:focus:before {
    width: calc(100% - 2rem);
    opacity: 1;
}
.navbar .navbar-nav .nav-item .nav-link.active {
    color: rgb(0, 0, 204.8);
}
.navbar .navbar-nav .nav-item .nav-link.active:before {
    width: calc(100% - 2rem);
    opacity: 1;
}
.navbar .navbar-nav .nav-item .nav-link:active {
    color: rgb(0, 0, 204.8);
}
.navbar .navbar-nav .nav-item .nav-link:active:before {
    width: calc(100% - 2rem);
    opacity: 1;
}
.navbar .navbar-nav .dropdown-toggle:after {
    opacity: 0.25;
}
.navbar .navbar-nav .dropdown-menu {
    box-shadow: rgba(31, 31, 59, 0.15) 0 0.25rem 0.5rem;
    border: none;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #333;
    padding: 0.5rem 1rem;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
    background: rgb(240.5, 240.5, 255);
    color: #0c74b9;
}
.navbar .navbar-toggler {
    border: none;
    outline: none;
    font-size: 0.9rem;
}

.top-info {
    padding: 0.5rem 0;
    background: #f9faff;
}
@media (max-width: 767.9px) {
    .top-info {
        display: none;
    }
}
.top-info .contact-item {
    display: inline-flex;
    align-items: center;
}
.top-info .contact-item + .contact-item {
    margin-left: 1rem;
}
.top-info .contact-item img {
    width: 1rem;
    height: 1rem;
    margin-right: 0.25rem;
}
.top-info .contact-item strong {
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
    color: #1f1f3b;
}
.top-info .contact-item strong a {
    color: inherit;
    text-decoration: none;
}
.top-info .contact-item strong a:hover {
    color: #0c74b9;
}
.top-info .social-links {
    display: inline-flex;
    align-items: center;
    padding: 0;
    margin: 0 0 0 1rem;
    list-style: none;
}
.top-info .social-links li {
    display: block;
}
.top-info .social-links li a {
    display: block;
    width: 2rem;
    height: 2rem;
    padding: 0;
    text-align: center;
    line-height: 1.75rem;
    border-radius: 0.25rem;
}
.top-info .social-links li a:hover {
    background: rgb(240.5, 240.5, 255);
}
.top-info .social-links li a img {
    width: 1rem;
    height: 1rem;
}

footer.page-footer {
    background: #2f3992;
    padding: 5rem 0;
}
footer.page-footer .navbar-brand img {
    height: 3rem;
    filter: brightness(0) invert(1);
}
@media (max-width: 767.9px) {
    footer.page-footer .navbar-brand img {
        height: 2rem;
    }
}
footer.page-footer h2 {
    color: #fff;
    font-size: 1rem;
    margin: 1rem 0;
}
footer.page-footer hr {
    margin: 2.5rem 0;
    background: #fff;
    opacity: 0.1;
}
footer.page-footer h5 {
    font-weight: bold;
    color: #fff;
}
@media (max-width: 767.9px) {
    footer.page-footer h5 {
        margin: 1.5rem 0 0.5rem 0;
        font-size: 1rem;
    }
}
footer.page-footer p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}
footer.page-footer .nav-item {
    width: 100%;
}
footer.page-footer .nav-link {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
footer.page-footer .nav-link:hover {
    color: #fff;
}
footer.page-footer .social-links li a img {
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
}
.btn {
    font-weight: 700;
    border-radius: 0.75rem;
    padding: 0.5rem 1rem;
}
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active {
    box-shadow: rgba(31, 31, 59, 0.1) 0 0.1rem 0.5rem;
}
.btn.btn-primary {
    background: #000071;
    border-color: #000071;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background: #0000a4;
    border-color: #0000a4;
}
.btn.btn-primary:active {
    background: rgb(0, 0, 204.8);
    border-color: rgb(0, 0, 204.8);
}
.btn.btn-secondary {
    background: #ffc60f;
    border-color: #ffc60f;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
    background: #444;
    border-color: #444;
}
.btn.btn-secondary:active {
    background: #191919;
    border-color: #191919;
}
.btn.btn-light {
    background: #fff;
    border-color: #fff;
    color: #1f1f3b;
}
.btn.btn-dark {
    background: #1f1f3b;
    border-color: #1f1f3b;
    color: #1f1f3b;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
    background: #222;
    border-color: #222;
    color: #fff;
}
.btn.btn-dark:active {
    background: #444;
    border-color: #444;
    color: #fff;
}
.btn.btn-outline-primary {
    border-color: #000071;
    color: #000071;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
    background: #000071;
    border-color: #000071;
    color: #fff;
}
.btn.btn-outline-primary:active {
    background: rgb(0, 0, 204.8);
    border-color: rgb(0, 0, 204.8);
    color: #fff;
}
.btn.btn-outline-light {
    border-color: #fff;
    color: #fff;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus {
    background: #fff;
    border-color: #fff;
    color: #1f1f3b;
}
.btn.btn-outline-light:active {
    background: #fff;
    border-color: #fff;
    color: #000071;
}
.btn.btn-outline-dark {
    border-color: #1f1f3b;
    color: #1f1f3b;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
    background: #1f1f3b;
    border-color: #1f1f3b;
    color: #fff;
}
.btn.btn-outline-dark:active {
    background: #333;
    border-color: #333;
    color: #fff;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:not(:disabled):not(.disabled):active {
    background: transparent;
    border: transparent;
    box-shadow: none;
    color: rgb(0, 0, 189.5);
}
.form-control {
    height: auto;
}
.main {
    position: relative;
}
.main.home-main {
    padding: 5rem 0;
    background-size: cover;
}
.main.home-main .main-bg {
    position: absolute;
    top: -8rem;
    left: 0;
    z-index: -1;
    height: 63rem;
    width: 100%;
    object-fit: contain;
}
.main.home-main .phone-main-bg {
    width: 100%;
}
@media (min-width: 768px) and (max-width: 991.9px) {
    .main.home-main {
        background-position: center;
    }
}
@media (max-width: 767.9px) {
    .main.home-main {
        background-size: 100%;
        padding-top: 2.5rem;
        padding-bottom: 0;
    }
}
.main h1 {
    font-weight: 700;
    line-height: 1;
    font-size: 3rem;
    letter-spacing: -2px;
    color: #1f1f3b;
}
.main p {
    margin: 1rem 0 1.5rem 0;
    text-align: justify;
}
.main ul {
    text-align: justify;
}
.main .quote {
    background: #fff;
    box-shadow: rgba(31, 31, 59, 0.1) 0 0.1rem 0.35rem;
    border-radius: 0.75rem;
    display: block;
    padding: 1rem;
}
.main .quote em {
    font-weight: bold;
    font-size: 1.25rem;
    color: #1f1f3b;
    display: block;
}
.main ul {
    list-style: none;
    margin: 0 0 1.5rem 0;
    padding: 0;
    display: block;
}
.main ul li {
    display: block;
    position: relative;
    padding-left: 2.25rem;
    line-height: 1.2;
    /*font-weight: bold;*/
}
.main ul li + li {
    margin-top: 0.5rem;
}
.main ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1.5rem;
    height: 1.5rem;
    background: url("../img/puce-li.png") center no-repeat;
    background-size: contain;
    content: " ";
}

.main-boxes {
    position: relative;
    background: #f9faff;
    padding: 1px 0 5rem 0;
}
@media (max-width: 767.9px) {
    .main-boxes {
        padding: 2.5rem 0 1rem 0;
    }
}
.main-boxes .col-md-6 {
    margin-top: -2.5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
    .main-boxes .col-md-6 {
        margin-top: -1.5rem;
    }
}
@media (max-width: 767.9px) {
    .main-boxes .col-md-6 {
        margin-top: 0;
        margin-bottom: 1.5rem;
    }
}
.main-boxes .box {
    background: #fff;
    padding: 2.5rem;
    border-radius: 0.75rem;
    box-shadow: rgba(31, 31, 59, 0.1) 0 0.1rem 0.5rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
    .main-boxes .box {
        padding: 1.5rem;
    }
}
.main-boxes .box img {
    display: block;
    height: 4rem;
    margin-bottom: 1rem;
}
.main-boxes .box h4 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #000071;
}
.main-boxes .box p {
    margin: 0;
    font-size: 1rem;
    color: rgba(31, 31, 59, 0.75);
    text-align: justify;
}

.main-cta {
    padding: 2.5rem 0 7.5rem 0;
    background: #f9faff;
}
@media (max-width: 767.9px) {
    .main-cta {
        padding: 1.5rem 0 5rem 0;
    }
}
.main-cta h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.our-strengths {
    padding: 5rem 0;
}
.our-strengths .note, .our-strengths .note-dup {
    width: 18.75rem;
    height: 18.75rem;
}
.our-strengths .note h4, .our-strengths .note-dup h4 {
    font-size: 1.75rem;
}
@media (max-width: 767.9px) {
    .our-strengths .note, .our-strengths .note-dup {
        width: 16rem;
        height: 16rem;
    }
}
.our-strengths .note-dup {
    margin-left: -9.375rem;
}
@media (max-width: 767.9px) {
    .our-strengths .note-dup {
        margin-left: -8rem;
    }
}
.our-strengths h3 {
    font-size: 2rem;
    font-weight: bold;
}
.our-strengths p {
    font-size: 1rem;
    margin: 1rem 0;
    text-align: justify;
}
.our-strengths ul {
    list-style: none;
    margin: 0 0 1.5rem 0;
    padding: 0;
    display: block;
    text-align: justify;
}
.our-strengths ul li {
    display: block;
    position: relative;
    padding-left: 2.25rem;
    line-height: 1.2;
    text-align: justify;
}
.our-strengths ul li + li {
    margin-top: 0.5rem;
}
.our-strengths ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1.5rem;
    height: 1.5rem;
    background: url("../img/puce-li.png") center no-repeat;
    background-size: contain;
    content: " ";
}

.stats {
    padding: 0 0 5rem 0;
}
.stats .box {
    border-top: 1px solid #ddd;
    padding-top: 5rem;
}
.stats .stats-item {
    display: block;
}
@media (max-width: 767.9px) {
    .stats .stats-item {
        text-align: center;
    }
}
.stats .stats-item img {
    width: 4rem;
    height: 4rem;
    opacity: 0.2;
    display: block;
}
@media (max-width: 767.9px) {
    .stats .stats-item img {
        margin: auto;
    }
}
.stats .stats-item .h4 {
    font-size: 2rem;
    font-weight: bold;
    margin: 1rem 0 0 0;
}
@media (max-width: 767.9px) {
    .stats .stats-item .h4 {
        font-size: 1.25rem;
    }
}
.stats .stats-item p.small {
    margin-bottom: 0;
}

.services {
    padding: 1px 0;
}
@media (max-width: 767.9px) {
    .services {
        background: rgb(240.5, 240.5, 255);
    }
}
.services .box {
    background: #fff;
    box-shadow: rgba(31, 31, 59, 0.15) 0 0.5rem 1rem;
    position: relative;
    z-index: 1;
    margin-bottom: -5rem;
    padding: 5rem;
    border-radius: 1rem;
}
@media (max-width: 767.9px) {
    .services .box {
        margin: 0;
        padding: 5rem 0;
        background: transparent;
        box-shadow: none;
        border: none;
    }
}
.services .service-item {
    position: relative;
    padding-right: 10%;
    padding-top: 1px;
}
.services .service-item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 6rem;
    height: 6rem;
    border-radius: 0.75rem;
    content: " ";
    background: rgb(240.5, 240.5, 255);
}
.services .service-item img {
    width: 4rem;
    height: 4rem;
    display: block;
    margin: 1rem 1rem 2rem 1rem;
    position: relative;
    z-index: 2;
}
.services .service-item h4 {
    color: #000071;
    font-weight: bold;
    font-size: 1.25rem;
}
.services .service-item p {
    font-size: 0.9rem;
    margin: 0.5rem 0 0 0;
}

.video {
    padding: 5rem 0 5rem 0;
    background: #1f1f3b;
}
@media (max-width: 767.9px) {
    .video {
        padding: 5rem 0;
    }
}
.video .visio-logo {
    height: 35px;
    filter: brightness(0) invert(1);
}
.video .video-box {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 40%;
    position: relative;
    margin: 3.5rem 0;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 0.5rem;
}
@media (max-width: 767.9px) {
    .video .video-box {
        padding-top: 56%;
        margin: 2.5rem 0;
    }
}
.video .video-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    user-select: none;
    border-radius: 0.5rem;
}
.video .video-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1f1f3b;
    content: " ";
    z-index: 1;
    opacity: 0;
}
.video .video-box:hover:before {
    opacity: 0.25;
}
.video .video-box:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 4rem;
    height: 4rem;
    background: url("../img/icons/play.png") center no-repeat;
    background-size: contain;
    content: " ";
    margin: auto;
    filter: brightness(0) invert(1);
    z-index: 2;
}
.video h4 {
    color: #fff;
}
.video p {
    color: rgba(255, 255, 255, 0.75);
    margin: 1rem 0 2rem 0;
}

.quote-container {
    height: 100%;
    margin-top: 50px;
    position: relative;
}

.note {
    color: #333;
    position: relative;
    width: 21rem;
    height: 21rem;
    margin: 0 auto;
    padding: 1.25rem;
    font-size: 1.875rem;
    box-shadow: 0 0.625rem 0.625rem 0.125rem rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    flex-direction: column;
}
@media (min-width: 1200px) and (max-width: 1919.9px) {
    .note {
        width: 20rem;
        height: 20rem;
    }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
    .note {
        width: 19rem;
        height: 19rem;
    }
}
@media (max-width: 767.9px) {
    .note {
        width: 16rem;
        height: 16rem;
    }
}

.note-dup {
    position: absolute;
    top: 0;
    background: #fed566;
    transform: rotate(-20deg);
    text-align: center;
    width: 21rem;
    height: 21rem;
    z-index: 1;
    left: 50%;
    margin-left: -10.5rem;
    box-shadow: 0 0.625rem 0.625rem 0.125rem rgba(0, 0, 0, 0.3);
}
@media (min-width: 1200px) and (max-width: 1919.9px) {
    .note-dup {
        width: 20rem;
        height: 20rem;
        margin-left: -10rem;
    }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
    .note-dup {
        width: 19rem;
        height: 19rem;
        margin-left: -9.5rem;
    }
}
@media (max-width: 767.9px) {
    .note-dup {
        width: 16rem;
        height: 16rem;
        margin-left: -8rem;
    }
}

.yellow {
    background: #fedf69;
    transform: rotate(-8deg);
    text-align: center;
    z-index: 2;
}
.yellow h4 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #000071;
}
.yellow p {
    margin: 0;
    font-size: 0.9rem;
    color: rgba(31, 31, 59, 0.75);
    text-align: center;
}
@media (min-width: 1200px) and (max-width: 1919.9px) {
    .yellow p {
        font-size: 0.85rem;
    }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
    .yellow p {
        font-size: 0.75rem;
    }
}
@media (max-width: 767.9px) {
    .yellow p {
        font-size: 0.65rem;
    }
}

.pin {
    --pin-color: #d02627;
    --pin-dark: #9e0608;
    --pin-light: #fc7e7d;
    position: absolute;
    top: 3%;
    left: 42%;
    width: 60px;
    height: 50px;
    z-index: 5;
}

.shadow {
    position: absolute;
    top: 18px;
    left: -8px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: radial-gradient(var(--paper-shadow), 20%, rgba(201, 191, 141, 0));
}

.metal {
    position: absolute;
    width: 5px;
    height: 20px;
    background: linear-gradient(to right, #808080, 40%, #eae8e8, 50%, #808080);
    border-radius: 0 0 30% 30%;
    transform: rotate(50deg);
    transform-origin: bottom left;
    top: 15px;
    border-bottom: 1px solid #808080;
}

.bottom-circle {
    position: absolute;
    right: 15px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--pin-color);
    background: radial-gradient(circle at bottom right, var(--pin-light), 25%, var(--pin-dark), 90%, var(--pin-color));
}

/* Barrel */
.bottom-circle::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    width: 20px;
    height: 30px;
    transform: rotate(55deg);
    transform-origin: 100% 100%;
    border-radius: 0 0 40% 40%;
    background: linear-gradient(to right, var(--pin-dark), 30%, var(--pin-color), 90%, var(--pin-light));
}

/* Top circle */
.bottom-circle::after {
    content: "";
    position: absolute;
    right: -10px;
    top: -5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: radial-gradient(circle at right, var(--pin-light), 30%, var(--pin-color), var(--pin-dark) 80%);
}

.main.team-main {
    padding: 5rem 0;
}
@media (max-width: 767.9px) {
    .main.team-main {
        padding-top: 2.5rem;
    }
}
.main.team-main h4 {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(31, 31, 59, 0.75);
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.main.team-main h4 span {
    position: relative;
    font-size: 0.9rem;
}
.main.team-main h4 span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -6rem;
    width: 4rem;
    height: 2px;
    content: " ";
    background: #000071;
    margin: auto;
}
.main.team-main .team-member {
    display: block;
}
@media (max-width: 767.9px) {
    .main.team-main .team-member {
        text-align: center;
    }
}
.main.team-main .team-member img {
    width: 100%; /*10rem;*/
    display: block;
    object-fit: cover;
    border-radius: 0.5rem;
}
@media (max-width: 767.9px) {
    .main.team-main .team-member img {
        margin: auto;
    }
}
.main.team-main .team-member h5 {
    font-size: 1.5rem;
    color: #000071;
    font-weight: bold;
    margin: 1rem 0 0.5rem 0;
}
.main.team-main .team-member p.small {
    color: rgba(31, 31, 59, 0.75);
    margin: 0;
}

.cta {
    padding: 5rem 0;
    background: rgb(241.35, 243.625, 255);
}
.cta h3 {
    font-weight: bold;
    color: #1f1f3b;
}

.main.blog-main {
    padding: 5rem 0;
}
@media (max-width: 767.9px) {
    .main.blog-main {
        padding-top: 2.5rem;
    }
}
.main.blog-main h4 {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(31, 31, 59, 0.75);
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.main.blog-main h4 span {
    position: relative;
}
.main.blog-main h4 span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -6rem;
    width: 4rem;
    height: 2px;
    content: " ";
    background: #000071;
    margin: auto;
}
.main.blog-main h2 {
    font-weight: bold;
    color: #1f1f3b;
}
.main.blog-main .blog-post {
    display: block;
    position: relative;
}
.main.blog-main .blog-post .blog-post-thumbnail {
    display: block;
    width: 100%;
    height: 25rem;
    position: relative;
}
.main.blog-main .blog-post .blog-post-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.75rem;
}
.main.blog-main .blog-post .blog-post-title {
    font-weight: bold;
    margin: 1rem 0 0 0;
    color: #1f1f3b;
    font-size: 1.25rem;
    text-decoration: none;
    line-height: 1.2;
    display: block;
}
.main.blog-main .blog-post .blog-post-date {
    font-size: 0.7rem;
    color: rgba(31, 31, 59, 0.5);
    margin: 0.5rem 0;
}
.main.blog-main .blog-post p {
    font-size: 0.9rem;
    color: rgba(31, 31, 59, 0.75);
    margin: 0;
}
.main.blog-main .blog-post .btn.btn-link {
    color: #000071;
    text-decoration: none;
    box-shadow: none;
    border: none;
    padding: 0;
    font-size: 0.9rem;
}
.main.blog-main .blog-post.horizontal-blog-post {
    padding-left: 11rem;
    min-height: 7rem;
}
@media (max-width: 767.9px) {
    .main.blog-main .blog-post.horizontal-blog-post {
        padding-left: 9rem;
        min-height: 4rem;
    }
}
.main.blog-main .blog-post.horizontal-blog-post .blog-post-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 10rem;
    height: 7rem;
}
@media (max-width: 767.9px) {
    .main.blog-main .blog-post.horizontal-blog-post .blog-post-thumbnail {
        width: 8rem;
        height: 4rem;
    }
}
.main.blog-main .blog-post.horizontal-blog-post .blog-post-title {
    margin-top: 0;
}

.article {
    padding: 2.5rem 0 5rem 0;
}
.article .article-header {
    border-radius: 0.75rem;
    max-width: 100%;
}
.article .article-title {
    font-size: 2rem;
    font-weight: bold;
    color: #1f1f3b;
    margin: 1.5rem 0 0.5rem 0;
}
.article .socials {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.article .socials li a {
    display: block;
    width: 3rem;
    height: 3rem;
    background: rgb(241.35, 243.625, 255);
    border-radius: 0.5rem;
    text-align: center;
    line-height: 2.75rem;
    margin-right: 0.5rem;
}
.article .socials li a img {
    width: 1rem;
    height: 1rem;
}
.article .article-content {
    padding-top: 2.5rem;
}
.article .article-content h2 {
    font-weight: bold;
    font-size: 1.5rem;
}
.article .article-content h3 {
    font-weight: bold;
    font-size: 1.25rem;
}
.article .article-content h4 {
    font-weight: bold;
    font-size: 1.15rem;
}
.article .article-content h5 {
    font-weight: bold;
    font-size: 1rem;
}
.article .article-content h6 {
    font-weight: bold;
    font-size: 0.9rem;
}
.article .article-content ul {
    list-style: none;
    margin: 0 0 1.5rem 0;
    padding: 0;
    display: block;
}
.article .article-content ul li {
    display: block;
    position: relative;
    padding-left: 2.25rem;
    line-height: 1.2;
}
.article .article-content ul li + li {
    margin-top: 0.5rem;
}
.article .article-content ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1.5rem;
    height: 1.5rem;
    background: url("../img/puce-li.png") center no-repeat;
    background-size: contain;
    content: " ";
}

.main.article-main {
    padding: 5rem 0;
}
@media (max-width: 767.9px) {
    .main.article-main {
        padding-top: 2.5rem;
    }
}
.main.article-main h4 {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(31, 31, 59, 0.75);
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.main.article-main h4 span {
    position: relative;
}
.main.article-main h4 span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -6rem;
    width: 4rem;
    height: 2px;
    content: " ";
    background: #000071;
    margin: auto;
}

.contact-map {
    width: 100%;
    height: 20rem;
    background: rgb(241.35, 243.625, 255);
}

.contact {
    padding: 5rem 0;
    position: relative;
}
@media (max-width: 767.9px) {
    .contact {
        padding: 2.5rem 0;
    }
}
.contact .form-label {
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.1rem;
    display: block;
}
.contact .form-control {
    height: auto;
    padding: 0.75rem 1rem;
    box-shadow: none;
    border: 1px solid #ddd;
}
.contact .contact-item {
    display: block;
    position: relative;
    padding-left: 5rem;
}
.contact .contact-item + .contact-item {
    margin-top: 1.5rem;
}
.contact .contact-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    height: 3rem;
}

/*# sourceMappingURL=style.css.map */
