@font-face {
    font-family: 'Amaranth';
    src: url('/fonts/Amaranth-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BarlowCondensed';
    src: url('/fonts/BarlowCondensed-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

:root {
    --gold-strong: #9d4d00;
    --violet-strong: #6b00a2;
}

img {
    max-width: 100%;
}

body {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18pt;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Amaranth";
}

h1 {
    margin-top: 0;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.row {
    display: block;
}

.col {
    flex: 1;
}

.col-home {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.col-home img {
    width: 100%;
    height: auto;
    display: block;
}

.m-auto {
    margin: 0 auto;
}

.center-text {
    text-align: center;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.mt-10 {
    margin-top: 10px!important;;
}

.mb-10 {
    margin-bottom: 10px!important;
}

.mt-20 {
    margin-top: 20px;
}

.m-30 {
    margin: 30px;
}

.mr-20 {
    margin-right: 20px;
}

.m-0 {
    margin: 0px;
}

.left-img, .right-img {
    border-radius: 10px;
}

#cadre-sandbava {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

#logo-sandbava {
    width: 120px;
    margin-bottom: -35px;
}

.service {
    font-size: 36px;
}

.section {
    padding: 80px 0;
}

.btn {
    font-family: BarlowCondensed;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    color: black;
    border: 1px solid darkgrey;
    transition: margin 0.3s ease;
    margin: 0px;
}

.btn:hover {
    margin: 0 0 0 30px ;
}

.btn-frontend {
    background-color: var(--gold-strong);
    color: white;
    margin: 30px;
}

.btn-backend {
    background-color: var(--violet-strong);
    color: white;
    margin: 30px;
}

.btn-frontend:hover, .btn-backend:hover {
    margin: 30px 0 30px 30px;
}

#agence-name {
    margin: 20px 0 5px 0;
}

#lang {
    display: none;
}

.en-service-title {
    text-align: center;
    margin-bottom:5px;
}

.fr-service-title {
    text-align: center;
    margin-top:0px;
    font-family: BarlowCondensed;
}

footer {
    margin-top:40px;
    padding: 20px;
    height: 300px;
}

#offer {
    border: none;
    padding: 0px;
    text-align: center;
}

@media (min-width:576px){
}

@media (min-width:576px){

}

@media (min-width:768px){
    .row {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

    .col-home {
        flex: 1;
    }

    .col-home img {
        width: 100%;
        height: auto;
    }

    .left-img {
        border-radius: 10px 0 0 10px;
    }

    .right-img {
        border-radius: 0 10px 10px 0;
    }

    .service {
        font-size: 24px;
    }

    #offer {
        border: 1px solid lightgrey;
        border-radius: 100%;
        padding: 20px;
        text-align: center;
        width: 600px;
        margin: 0 auto 0 auto;
    }
}


@media (min-width:1070px){
    .service {
        font-size: 36px;
    }
}
