/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');*/

@font-face {
    font-family: "Poppins";

    src: url("fonts/Poppins-Regular.ttf");
    /* IE9 Compat Modes */
}

* {
    margin: 0;

    padding: 0;

    box-sizing: border-box;

    font-family: "Poppins", Helvetica, sans-serif;
}

:root {
    --main-color: #54ca95;

    --background-color: #ffffff;
}

*,
::after,
::before {
    box-sizing: border-box;
}

body.theme-sombre {
    --background-color: #252c48;

    --primary-bg-color: #252c48;

    --secondary-bg-color: #171c32;

    --primary-text-color: #fff;

    --secondary-text-color: #eee;
}

.p-40 {
    padding-top: 40px;
}

.p-50 {
    padding-top: 50px;
}

body,
p {
    font-family: "Poppins", Helvetica, sans-serif;

    font-size: 16px;

    font-weight: 400;

    font-style: normal;

    line-height: 1.75em;

    color: #666666;

    background-color: var(--background-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", Helvetica, sans-serif;

    font-weight: 600;

    font-style: normal;

    color: #333333;
}

.hr {
    margin-top: 1rem;

    margin-bottom: 1rem;

    border: 0;

    display: block;

    width: 100%;

    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

p {
    font-size: 18px;

    color: #5b616b;

    margin: 0 0 10px;
}

.page {
    position: relative;
}

.header {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 100%;

    padding-top: 20px;

    padding-bottom: 20px;

    position: relative;

    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.header .content {
    width: 95%;
}

a {
    color: #0A1F0D;

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    -ms-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

    text-decoration-color: var(--main-color);
}

.logo-symbol {
    float: left;

    width: 44px;

    height: 44px;

    line-height: 44px;

    background-color: var(--main-color);

    border-radius: 100px;

    text-align: center;

    color: #fff;

    font-size: 28px;

    font-weight: 800;

    margin-right: 8px;

    margin-top: 4px;
}

.logo-text {
    float: left;

    line-height: 50px;

    font-size: 20px;

    color: #222;

    font-weight: 600;
}

.logo-text span {
    font-weight: 400;
}

.main {
    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    padding: 20px;

    width: 100%;
}

.btn-primary,
.btn-secondary,
button,
input[type="button"],
input[type="submit"],
.wp-block-button .wp-block-button__link {
    text-decoration: none;

    display: inline-block;

    position: relative;

    padding: 0.8em 2.1em;

    margin-bottom: 0.75em;

    margin-right: 0.25em;

    font-size: 1em;

    line-height: 1.2;

    border: 0;

    outline: 0;

    border: 2px solid var(--main-color);

    color: #222;

    text-shadow: none;

    background-color: var(--background-color);

    border-radius: 30px;

    font-family: "Poppins", Helvetica, sans-serif;

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    -ms-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

    box-shadow: 0px 10px 10px -8px rgba(0, 0, 0, 0.22);

    text-align: center;
}

.btn-primary:last-child,
.btn-secondary:last-child,
button:last-child,
input[type="button"]:last-child {
    margin-right: 0;
}

.btn-primary:hover,
.btn-primary:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus {
    background-color: var(--main-color);

    color: #fff;

    border: 2px solid var(--main-color);
}

.btn-secondary {
    border-color: #d5d5d5;

    background-color: var(--background-color);

    box-shadow: 0px 10px 10px -8px #d5d5d5;

    color: #5b616b;
}

.btn-secondary:hover,
.btn-secondary:focus {
    color: #5b616b;

    border-color: #d5d5d5;

    background-color: #d5d5d5;
}

.row {
    width: 70%;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-right: -15px;

    margin-left: -15px;
}

.starter {
    padding: 5rem 1rem;

    margin: auto;
}

.home-text {
    text-align: left;

    padding-right: 10px;
}

.home-text h1 {
    font-size: 48px;

    line-height: 56px;

    margin-top: 0;

    margin-bottom: 20px;
}

.home-text h4 {
    font-size: 18px;

    color: #5b616b;

    font-weight: 300;

    margin-bottom: 10px;
}

.carousel {
    width: 100%;

    display: flex;

    flex-direction: row;

    margin: 0 0 10px;
}

.carousel .item {
    padding-right: 20px;
}

.home-buttons {
    margin-top: 27px;
}

.block-title h2:before {
    display: block;

    position: absolute;

    content: "";

    width: 100%;

    background-color: #f5f5f5;

    height: 2px;

    bottom: 0;
}

.block-title h2:after {
    display: block;

    position: absolute;

    content: "";

    width: 30px;

    background-color: var(--main-color);

    height: 2px;

    bottom: 0;
}

.block-title h2 {
    display: inline-block;

    position: relative;

    font-size: 21px;

    margin: 0 0 30px;

    z-index: 1;

    padding-bottom: 7px;
}

.lm-info-block:hover {
    -webkit-transform: translateY(-5px);

    -ms-transform: translateY(-5px);

    -o-transform: translateY(-5px);

    transform: translateY(-5px);

    -webkit-box-shadow: 0 12px 17px rgb(0 0 0 / 12%);

    -moz-box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);

    -o-box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);

    box-shadow: 0 12px 17px rgb(0 0 0 / 12%);
}

.all-keep {
    display: flex;

    width: 100%;

    flex-wrap: wrap;

    justify-content: space-around;
}

.item-keep {
    width: 24%;

    cursor: pointer;

    min-width: 250px;
}

.lm-info-block {
    position: relative;

    text-align: center;

    display: block;

    margin: 0 0 15px;

    background: #fff;

    padding: 25px 10px 15px;

    border: 2px solid #e5e5e5;

    border-radius: 10px;

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    box-shadow: none;

    overflow: hidden;

    -webkit-transition: all 0.2s ease-in-out;

    -moz-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;
}

.lm-info-block h3 {
    font-size: 16px;

    margin: 15px;
}

.lm-info-block-value {
    color: #5b616b;

    font-size: 48px;

    line-height: 52px;

    display: block;

    margin: 15px 0 10px;
}

.container {
    display: flex;

    width: 100%;

    flex-wrap: wrap;

    justify-content: space-between;
}

.half {
    min-width: 250px;

    width: 45%;
}

h3 {
    font-size: 21px;
}

.timeline-item {
    position: relative;

    padding: 25px 0 20px 40px;
}

.timeline-item h3.item-period {
    display: inline-block;

    position: relative;

    font-size: 14px;

    font-weight: 500;

    margin: 0 0 5px -40px;

    color: #5b616b;

    background-color: #fff;

    padding: 0 10px;

    line-height: 23px;

    border: 2px solid var(--main-color);

    border-radius: 30px;
}

.clearfix:before,
.clearfix:after {
    content: " ";

    display: table;
}

.timeline-item:before {
    content: "";

    position: absolute;

    display: block;

    height: 100%;

    background-color: #f5f6f9;

    width: 1px;

    left: 15px;

    bottom: 5px;
}

.timeline-item:after {
    content: "";

    position: absolute;

    display: block;

    height: 1px;

    background-color: #f5f6f9;

    width: calc(100% - 15px);

    left: 15px;

    bottom: 3px;
}

ol,
ul {
    padding: 0 0 0 40px;

    margin: 1em 0;
}

.timeline-item .item-company {
    display: inline-block;

    font-size: 14px;

    color: #5b616b;

    opacity: 0.9;

    margin-left: 5px;
}

.skills-first-style .skill-container {
    position: relative;

    background-color: transparent;

    border: 2px solid #e5e5e5;

    -moz-border-radius: 8px;

    -webkit-border-radius: 8px;

    border-radius: 8px;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    height: 12px;

    margin-bottom: 15px;

    width: 100%;
}

.skills-first-style .skill-percentage {
    background-color: var(--main-color);

    border: 2px solid #fff;

    -moz-border-radius: 9px;

    -webkit-border-radius: 9px;

    border-radius: 9px;

    height: 8px;

    padding: 0;
}

.skills-first-style .skill-value {
    font-size: 13px;

    line-height: 1.1em;

    position: relative;

    float: right;

    margin: 0 0 4px;

    color: #5b616b;

    margin-top: -1rem;
}

.skills-info {
    padding: 1rem;
}

.info-block-w-icon {
    position: relative;

    text-align: left;

    width: 100%;

    display: table;

    margin: 0;

    padding: 0 10px 30px 0;
}

.info-block-w-icon .ci-icon {
    position: relative;

    display: table-cell;

    padding: 0 10px 5px 0;

    width: 44px;
}

h4 {
    font-size: 18px;
}

.info-block-w-icon .ci-text p {
    font-size: 0.92em;
}

.site-footer {
    display: block;

    margin: auto;

    bottom: 0;

    padding: 15px 45px;

    border-top: 2px solid #f2f2f2;

    border-bottom-left-radius: 40px;

    border-bottom-right-radius: 40px;

    height: 60px;

    font-weight: 600;
}

.footer-social {
    float: left;
}

.site-footer .footer-social-links {
    list-style: none;

    margin: 0;

    padding: 0;
}

.site-footer .footer-social-links li:last-child {
    margin-right: 0;
}

.footer-copyrights {
    float: right;
}

.footer-copyrights p {
    font-size: 0.92em !important;
}

.site-footer .footer-social-links li a {
    color: #5b616b;

    text-decoration: none;

    line-height: 21px;

    font-size: 13px;
}

/*scroll bar*/

::-webkit-scrollbar {
    width: 7px;

    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0px;

    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: var(--main-color);

    border: 0px none var(--background-color);

    border-radius: 97px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--main-color);
}

::-webkit-scrollbar-thumb:active {
    background: var(--main-color);
}

::-webkit-scrollbar-track {
    background: var(--background-color);

    border: 0px none var(--background-color);

    border-radius: 90px;
}

::-webkit-scrollbar-track:hover {
    background: var(--background-color);
}

::-webkit-scrollbar-track:active {
    background: var(--background-color);
}

::-webkit-scrollbar-corner {
    background: transparent;
}

::selection {
    color: #fff;

    background: var(--main-color);
}

@media only screen and (max-width: 991px) {
    .single-page-content {
        padding-left: 0;

        margin-left: 0;
    }

    .row {
        width: 95%;
    }

    .half {
        width: 100%;
    }

    .starter {
        padding: 2rem 1rem;

        margin: auto;
    }

    .experiences {
        margin-top: 1rem;

        padding-top: 7px;
    }

    .header .content {
        width: 90%;
    }
}

.lm-info-block i {
    position: relative;

    font-size: 33px;

    color: #54ca95;

    margin-bottom: 6px;

    width: 33px;

    height: 33px;
}

.info-block-w-icon i {
    position: relative;

    display: table-cell;

    font-size: 33px;

    color: #54ca95;
}

.info-block-w-icon .ci-text {
    position: relative;

    display: table-cell;

    padding: 0 0 0 15px;

    vertical-align: middle;
}