@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: BarlowCondensed;
    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;
    justify-content: space-between;
    align-items: center;
}

.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;
}

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

.m-30 {
    margin: 30px;
}

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

.m-0 {
    margin: 0px;
}

.travaillons-ensemble {
    font-size: 2rem;
}

.section {
    padding: 80px 0;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn-frontend {
    background-color: var(--gold-strong);
    margin: 30px;
    transition: margin 0.3s ease;
}

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

.btn-backend {
    background-color: var(--violet-strong);
    margin: 30px;
    transition: margin 0.3s ease;
}

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

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

#dev-name {
    font-family: BarlowCondensed;
    margin: 5px 0 20px 0;
}

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

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

#email-address {
    font-family: BarlowCondensed;
    margin: 20px;
}

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

@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;
    }
    .service-title {
        min-height: 220px;
    }
    .en-service-title {
        height: 100px;
    }
    .fr-service-title {
        height: 50px;
    }
}

@media (min-width:992px){
    .service-title {
        text-align: center;
        min-height: 140px;
    }
}

@media (min-width:1200px){
    .en-service-title {
        height: 50px;
    }
    .fr-service-title {
        height: 20px;
    }
}
