body {
    color: #131313;
    font-family: 'Satoshi-Variable';
    font-size: 15px;
}

b { font-weight: 900; }

.logo { width:50%; max-width: 200px; }
#main {
    position: relative;
}
#main .visuel {
    background-image: url('../images/visuel3_ia.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    min-height: 540px;
}
#main .bloc2 span {
    font-size: 1.2em;
}

#accroche {
    color: white;
    left: 5%;
    position: absolute;
    top: 10%;
}
#args .img-fluid {
    display: inline-block;
    height: 60px;
    margin: 8px auto;
}
#args .small {
    font-size: 14px;
    margin: 0 auto;
    max-width: 190px;
}

#certifs .img-fluid {
    margin: 4px auto;
    max-width: 80%;
}
#certifs .offset-lg-0 .img-fluid {
    max-width: 100%;
}

.ask-desktop {
    border-bottom: 4px solid #f86214;
    bottom: -4px;
    max-width: 23.8%;
    position: relative;
}
.ask {
    border-bottom: 4px solid #f86214;
    left: -8px;
    margin: 0 0 20px 0;
    max-width: 95%;
    padding: 12px 4px;
    position: relative;
}

.form-control {
    border: none;
    border-bottom: 1px solid #aeaeae;
    border-radius: 0;
    font-size: 14px;
}
label {
    font-size: 12px;
    line-height: 14px;
    padding-left: 8px;
}

input[type="checkbox"] {
    display: grid;
    place-content: center;
    outline: none;
    appearance: none;
    background-color: transparent;
    margin: 0 4px 0 0;
    font: inherit;
    color: black;
    width: 18px;
    height: 18px;
    border: 0.15em solid #f86214;
    top: 5px;
    position: relative;
}
input[type="checkbox"]::before {
    content: "";
    width: 10px;
    height: 10px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #f86214;
}
input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.form-control.invalid {
    background: pink;
    border-bottom: 2px solid red;
    color: red;
}

.btn {
    display: block;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 10px 72px 10px 22px;
    position: relative;
    width: 184px;
}
.btn span {
    border-left: 1px solid black;
    font-size: 22px;
    letter-spacing: -4px;
    line-height: 27px;
    padding-bottom: 7px;
    padding-left: 1rem;
    position: absolute;
    right: 21px;
    top: 6px;
}  


.text-black { color: #131313; }
.c1 { color: #ff5716; }
.c2 { color: #f86214; }

.bg-black { background-color:#131313; color:#cacaca; }
.bg1 { background-color: #ff5716; }
.bg2 { background-color: #f86214; }

.fs-12 { font-size: 12px; line-height: 14px; }
.fs-16 { font-size: 16px; line-height: 20px; }
.fs-24 { font-size: 24px; }
.fs-32 { font-size:32px; }
.fs-46 { font-size:46px; line-height: 56px; }


.rounded-1em { border-radius: 1em !important; }
.rounded-2em { border-radius: 2em !important; }

.w100 { width:100%; }


@media screen and (min-width: 1300px) {
    label {
        max-width: 70%;
        padding-left: 0px;
    }
}
@media screen and (max-width: 991px) {
    .fs-24 { font-size:20px; }
    .fs-32 { font-size:22px; }
    .fs-46 { font-size:34px; line-height: 40px; }

    #main .visuel {
        min-height: 240px;
    }

    .form-container {
        margin: 0 auto;
        max-width: 420px;
    }
}
@media screen and (max-width: 648px) {
    .fs-32 { font-size:16px; }
    .fs-46 { font-size:18px; line-height: 22px; }

    #main .bloc2 span {
        display: block;
        left: -15px;
        margin-top: 6px;
        position: relative;
        width: 175px;
    }

    #main .visuel {
        min-height: 230px;
    }

    #args .small {
        font-size: 12px;
    }
}
