form{
    display : inline;
}
input{
    display : inline;
}
button{
    display :inline;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
section#contact form#contactForm .form-group {
    margin-bottom: 1.5rem;
}
section#contact form#contactForm .form-group input,
section#contact form#contactForm .form-group textarea {
    padding: 1.25rem;
}
section#contact form#contactForm .form-group input.form-control {
    height: auto;
}
section#contact form#contactForm .form-group-textarea {
    height: 100%;
}
section#contact form#contactForm .form-group-textarea textarea {
    height: 100%;
    min-height: 10rem;
}
.form-group {
    margin-bottom: 1rem;
}
.boite1{
    background-color: whitesmoke ;
    border-radius: .25rem;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-right: 10%;
    margin-left: 10%;
    margin-top : 10%;
}
.boite100{
    background-color: whitesmoke ;
    border-radius: .25rem;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-right: 3%;
    margin-left: 3%;
    margin-top : 10%;
}
.boite10{
    background-color: whitesmoke ;
    border-radius: .25rem;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-right: 10%;
    margin-left: 10%;
    text-align : center;
}
.boite2{
    background-color: whitesmoke ;
    border-radius: .25rem;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-right: 20%;
    margin-left: 20%;
}
.boite3{
    background-color: whitesmoke ;
    border-radius: .25rem;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 2%;
    margin-left: 2%;
}
.boite3-ter{
    background-color: whitesmoke ;
    border-radius: .25rem;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 2%;
    margin-left: 2%;
    text-align : center;
}
.boite3bis{
    background-color: whitesmoke ;
    border-radius: .25rem;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 6%;
    margin-left: 6%;
    border-width:1px;
    border-style:dotted;
    border-color:black;
}
.boite4{
    background-color: limegreen ;
    border-radius: .25rem;
    padding-right: 1%;
    padding-left: 1%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 0%;
    margin-left: 0%;
}
.boite5{
    background-color: whitesmoke ;
    border-radius: .25rem;
    padding-right: 1%;
    padding-left: 1%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 35%;
    margin-left: 35%;
}
.boite5-bis{
    background-color: whitesmoke ;
    border-radius: .25rem;
    padding-right: 1%;
    padding-left: 1%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 5%;
    margin-left: 5%;
}
.boite6{
    background-color: palegreen ;
    border-radius: .25rem;
    padding-right: 1%;
    padding-left: 1%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 5%;
    margin-left: 5%;
}
.boite7{
    background-color: whitesmoke ;
    border-radius: .25rem;
    padding-right: 1%;
    padding-left: 1%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 20%;
    margin-left: 20%;
}
.boite8{
    background-color: whitesmoke ;
    border-radius: .25rem;
    padding-right: 1%;
    padding-left: 1%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 15%;
    margin-left: 15%;
}
.alerte {
    background-color: white ;
    border-radius: .25rem;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-right: 20%;
    margin-left: 20%;
    border-style: solid;
    border-width: 5px;
    border-color:red;
}


.t1{
    font-weight: bold;
    font-size: 35px;
    text-align: center;
}

.t2{
    font-weight: bold;
    font-size: 35px;
}

.t3{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.t5{
    font-size: 20px;
    font-weight: bold;
}
.t4{
    font-size:16;
    font-weight: bold;

}


body {
    background-color:#D7D109 ;  
    background-repeat: repeat;
    background-size: 100%;
}


@media (max-width: 123px) { /* Remplacez 123px par la taille de votre choix */
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* cette classe est à ajouter lorsque que vous utilisez une version de Bootstap supérieure ou égale à la 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

}

.smallImput {
    padding: 4px 2px;
    margin: 2px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.largeInput{
    margin:14px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.largeInput2{
    margin:14px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 120px 20px;
}
@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #dee2e6;
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}
