﻿@font-face {
    font-family: 'FuturaPTBold';
    src: url('../Fonts/FuturaPTBold.otf') format('opentype');
}

@font-face {
    font-family: 'FuturaPTBook';
    src: url('../Fonts/FuturaPTBook.otf') format('opentype');
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f3f3f3;
    margin-bottom: 40px;
}

h1 {
    font-size: 50px;
    margin: 0 0 0 0.9%;
}

h1, h2, h3, button {
    color: #333;
    text-align: left;
    font-family: 'FuturaPTBold', sans-serif;
}
h4 {
    color: #333;
    text-align: left;
    font-family: 'FuturaPTBook', sans-serif;
}

.sectionsTitres {
    justify-content: space-between;
    background-color: #ddd;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
}

.sectionsSousTitres {
    justify-content: space-around;
    background-color: #eaeaea;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.form-check-input {
    width: 22px !important;
    height: 22px;
}

.form-control {
    display: block;
    width: 90%;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
}

input[type="checkbox"] {
    margin-left: 5%;
    margin-right: 0.25rem;
}

input[type="number"] {
    text-align: left;
}

.form-select {
    display: block;
    width: 90%;
    padding: 0.375rem 0.75rem;
    margin-bottom: 1rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.btn {
    border: none;
    margin: 0;
    border-radius: 0;
    height: 37px; 
}

.sub {
    width: 100% !important;
}

p {
    font-family: 'FuturaPTBook';
    color: #666;
    margin: 0rem 0;
}

label {
    display: block;
    font-family: 'FuturaPTBook';
    color: #666;
    margin: 0rem 0 0rem 0px;
}

input, select {
    margin: 0 !important;
    width: 100% !important;
}

.result-container {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 0.5rem;
    margin-bottom: 1rem;
}

    .result-container p {
        color: #333;
        font-weight: bold;
    }

.btn-close {
    background-color: #d63384;
    color: white;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.6;
    border: none;
    border-radius: 0.25rem;
    float: right;
}

.btn-close:hover {
    background-color: #ad1f69;
}

.submit {
    position: fixed;
}

.champ{
    margin: 10px;
}

.perin163, .perin154, .pereco, .pero {
    margin: 5px 5px;
    padding-top: 10px;
    border-radius: 10px;
}

.perin163 {
    background-color: #FB957D33;
}
.perin154 {
    background-color: #11B1A933;
}
.pereco {
    background-color: #9B9BC833;
}
.pero {
    background-color: #303A4533;
}

.bgTitrePerin163 {
    background-color: #FB957D;
}
.bgTitrePerin154 {
    background-color: #11B1A9;
}
.bgTitrePereco {
    background-color: #9B9BC8;
}
.bgTitrePero {
    background-color: #303A4577;
}

.bgSousTitrePerin163 {
    background-color: #FB957D99;
}
.bgSousTitrePerin154 {
    background-color: #11B1A999;
}
.bgSousTitrePereco {
    background-color: #9B9BC899;
}
.bgSousTitrePero {
    background-color: #303A4555;
}

.form-check-input {
    width: 22px !important;
    height: 22px;
}

.nbsm {
    margin: 10px 0;
}

.resultitre {
    text-align: center;
    font-size: 77px;
}

.renit {
    border-radius: 4px;
    height: 35px;
    margin: 25px 0 0 0 !important;
}
    .renit:hover {
        box-shadow: 4px 3px 2px grey;
    }

@media (max-width: 722px) {
    .nbsm {
        display: block !important;
        width: 100% !important;
    }
    .col-3 {
        display: block !important;
        width: 100% !important;
    }
    .col-6 {
        display: none;
    }
    .resultitre {
        font-size: 55px;
    }
}