/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/


/* PERMET DE DEFINIR LA LARGEUR D'UN INPUT DANS UNE QUESTION.
PARTICULIEREMENT FAIT ICI POUR LE CHAMP INPUT QUAND LE PARAMETRE "AUTRE" EST ACTIVE
*/

.largeur800 input {
    width: 800px;
}
.largeur700 input {
    width: 700px;
}
.largeur600 input {
    width: 600px;
}
.largeur500 input {
    width: 500px;
}
.largeur400 input {
    width: 400px;
}
.largeur300 input {
    width: 300px;
}
.largeur200 input {
    width: 200px;
}
.largeur100 input {
    width: 100px;
}

.hauteur50 input{
    height:50px;
}
.hauteur100 input{
    height:100px;
}

.fruity .btn-primary {
 background-color:#afd718;
 border:1px solid #0f3e12;
 color:#0f3e12
}

.fruity .btn-check:active+.btn-outline-secondary,
.fruity .btn-check:checked+.btn-outline-secondary,
.fruity .btn-check:focus+.btn-outline-secondary,
.fruity .btn-outline-secondary.active,
.fruity .btn-outline-secondary:active,
.fruity .btn-outline-secondary:focus,
.fruity .btn-outline-secondary:hover,
.fruity .open .dropdown-toggle.btn-outline-secondary,
.fruity .show>.btn-outline-secondary.dropdown-toggle {
 background-color:rgba(73,137,31,0.1);
 border:1px solid #0f3e12;
 color:#0f3e12
}
.fruity .btn-check:active+.btn-primary,
.fruity .btn-check:checked+.btn-primary,
.fruity .btn-check:focus+.btn-primary,
.fruity .btn-primary.active,
.fruity .btn-primary.active:active,
.fruity .btn-primary.active:focus,
.fruity .btn-primary:active,
.fruity .btn-primary:focus,
.fruity .btn-primary:hover,
.fruity .open .dropdown-toggle.btn-primary {
 background-color:#49891f;
 border:2px solid #afd718;
 color:#fff;
 font-weight:800
}

.fruity .btn-check:active+.btn-success,
.fruity .btn-check:checked+.btn-success,
.fruity .btn-check:focus+.btn-success,
.fruity .btn-success.active,
.fruity .btn-success:active,
.fruity .btn-success:focus,
.fruity .btn-success:hover,
.fruity .open .dropdown-toggle.btn-success,
.fruity .show>.btn-success.dropdown-toggle {
 background-color:#56992a;
 border:1px solid #0f3e12;
 color:#fff
}

.fruity .well {
    background-color: #fff;
    border: 1px solid #0f3e12;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.fruity .well tbody, td, tfoot, th, thead, tr {
    border: 0px solid;
    border-color: inherit;
}

h1 {
    color: #707173;
    font-weight: 600;
    font-size: 40px;
    font-family: "Cabin Condensed", arial, sans-serif;
}

body {
    /*background-color:rgba(201,210,0,0.1) !important;*/
    background-image: linear-gradient(to right,rgba(201,210,0,0.1),#ffffff);
}

.question-title-container {
    font-family: 'Noto Sans';
    font-weight: 600;
}

.group-title {
    font-family: 'Noto Sans';
    font-weight: 600;
    font-size : large;
    color : #5a881a;
    text-transform : uppercase;
}
.group-description {
    font-family: 'Noto Sans';
    font-weight: 400;
    font-size : medium;
    color : #707173;
}


