:root {
    --grey: #E0D9CE;
    --dark: #000;
}

html {
    font-size: 10px;
}

body {
    font-size: 2.2rem;
    font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
    line-height: 1.2;
    font-weight: 400;
    font-style: normal;
}

a {
    text-decoration: none;
    color: var(--dark);
}

a:hover {
    text-decoration: none;
    color: var(--dark);
}

li {
    list-style-type: none;
}

ul {
    padding: 0;
    margin-bottom: 0;
}

button:focus {
    outline: none;
}

::selection {
    background-color: var(--grey);
}

/* ///////////////////// start header ///////////////////// */
.pad_y35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.bkg_img {
    background-image: url(../pics/bkg.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 90vh;
}

.logo_brand {
    margin: auto;
    text-align: center;
}

/* ///////////////////// end header ///////////////////// */
/* ///////////////////// start section ///////////////////// */
section.section_title {
    padding-top: 80px;
}

section {
    padding-top: 180px;
}

.title_style {
    font-size: 65px !important;
    font-weight: 400;
    margin: 45px 0;
    text-align: left;
}

.pic {
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}

.text_bloc p {
    font-size: 2.2rem;
}

.h2_style {
    font-size: 40px !important;
    font-weight: 500;
    margin-bottom: 45px;
}

.link_style {
    text-decoration: underline;
    padding-top: 10px;
    display: block;
}

.link_style:hover,
.link_style:active,
.link_style:focus {
    text-decoration: underline;
}

.text_italic * {
    font-style: italic;
}

.text_en {
    padding-top: 60px;
}

.pad_r80 {
    padding-right: 80px;
}

.pad_t80 {
    padding-top: 80px;
}

.services img {
    max-width: 150px;
    max-height: 150px;
    margin: 15px 25px;
}
.text-center{
	text-align: center;
}

/* ///////////////////// end section ///////////////////// */
/* ///////////////////// start footer ///////////////////// */
.text_footer p {
    font-size: 16px;
    margin-bottom: 0 !important;
}

.pad_t190 {
    padding-top: 190px;
}

footer li {
    padding-bottom: 5px;
}

.underline {
    text-decoration: underline;
}

.underline:hover,
.underline:active,
.underline:focus {
    text-decoration: underline;
}

.arrow {
    padding-bottom: 3px;
}
/* ///////////////////// end footer ///////////////////// */
/* ///////////////////// responsive ///////////////////// */
@media (max-width: 1199.98px) {
    footer {
        margin: 0 20px;
    }

    section {
        padding-top: 130px;
    }

    section.container-xl {
        padding-left: 30px;
        padding-right: 30px;
    }

    .pad_r80 {
        padding-right: 40px;
    }

    .address_bloc {
        padding-left: 50px;
    }
}

@media (max-width: 991.98px) { 
    .text_bloc p {
        font-size: 1.8rem;
    }

    .logo_brand {
        max-width: 500px;
    }

    section {
        padding-top: 100px;
    }

    .pad_r80 {
        padding-right: 50px;
    }

    .h2_style {
        font-size: 26px !important;
    }

    footer a {
        font-size: 1.8rem;
    }

    footer li {
        line-height: 1;
    }

    .text_footer p {
        font-size: 13px;
    }

    .bkg_img {
        min-height: 65vh
    }

    .title_style {
        font-size: 50px !important;
    }

    .address_bloc {
        padding-left: 45px;
    }

    .link_style {
        font-size: 1.8rem;
    }
}

@media (max-width: 914px) {
    .site_bloc, .address_bloc {
        width: 50% !important;
    }

    .col_left, .col_right {
        width: 100%;
    }

    .col_right {
        justify-content: start !important;
        padding-top: 15px;
    }

    section.container-xl {
        padding-left: 20px;
        padding-right: 20px;
    }

    footer {
        margin: 0 10px;
    }

    .address_bloc {
        margin-left: -75px;
        padding-left: 0;
    }
}

@media (max-width: 767.98px) {
    .text_bloc {
        padding-top: 0;
    }

     .logo_brand {
        max-width: 150px;
    }

    section {
        padding-top: 0;
    }

    .text_en {
        padding-bottom: 70px;
    }

    .pad_t190 {
        padding-top: 90px;
    }

    .pad_r80 {
        padding-right: 0;
    }

    .site_bloc, 
    .address_bloc {
        width: 100% !important;
    }

    .address_bloc {
        margin-left: 0;
        padding-left: 10px;
        padding-top: 15px;
    }
    
    .arrow {
        width: 25px;
        padding-bottom: 2px;
    }

    .bkg_img {
        min-height: 50vh;
    }

    .title_style {
        font-size: 40px !important;
    }

    .h2_style {
        margin-bottom: 25px;
    }

    section.container-xl {
        padding-left: 15px;
        padding-right: 15px;
    }

    footer {
        margin: 0 7px;
    }
}

@media (max-width: 575.98px) {
    .bkg_img {
        min-height: 40vh;
        padding-top: 20px;
    }

    .logo_brand {
        max-width: 130px;
    }
}